sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, so link...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-13  Michael Smith <msmith@songbirdnest.com>
2
3         * sys/osxaudio/Makefile.am:
4           osxaudio plugin now requires AudioUnit framework, so link against that.
5           Clean up tabs v spaces while I'm there.
6
7 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
10         (print_stats), (main):
11         Add some example code for printing the RTP manager stats.
12
13 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
16         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
17         (gst_audio_cheb_band_set_property):
18         * gst/audiofx/audiochebband.h:
19         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
20         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
21         (gst_audio_cheb_limit_set_property):
22         * gst/audiofx/audiocheblimit.h:
23         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
24         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
25         (gst_audio_wsincband_set_property):
26         * gst/audiofx/audiowsincband.h:
27         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
28         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
29         (gst_audio_wsinclimit_set_property):
30         * gst/audiofx/audiowsinclimit.h:
31         Use a custom mutex for protecting the instance fields instead of
32         the GstObject lock. Using the latter can lead to deadlocks, especially
33         with the FIR filters when updating the latency.
34
35 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
36
37         * gst/audiofx/Makefile.am:
38         * gst/audiofx/audiofxbasefirfilter.c:
39         (gst_audio_fx_base_fir_filter_dispose),
40         (gst_audio_fx_base_fir_filter_base_init),
41         (gst_audio_fx_base_fir_filter_class_init),
42         (gst_audio_fx_base_fir_filter_init),
43         (gst_audio_fx_base_fir_filter_push_residue),
44         (gst_audio_fx_base_fir_filter_setup),
45         (gst_audio_fx_base_fir_filter_transform),
46         (gst_audio_fx_base_fir_filter_start),
47         (gst_audio_fx_base_fir_filter_stop),
48         (gst_audio_fx_base_fir_filter_query),
49         (gst_audio_fx_base_fir_filter_query_type),
50         (gst_audio_fx_base_fir_filter_event),
51         (gst_audio_fx_base_fir_filter_set_kernel):
52         * gst/audiofx/audiofxbasefirfilter.h:
53         * gst/audiofx/audiofxbaseiirfilter.c:
54         Implement a base class for generic audio FIR filters.
55
56         * gst/audiofx/audiowsincband.c:
57         (gst_gst_audio_wsincband_mode_get_type),
58         (gst_gst_audio_wsincband_window_get_type),
59         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
60         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
61         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
62         (gst_audio_wsincband_get_property):
63         * gst/audiofx/audiowsincband.h:
64         * gst/audiofx/audiowsinclimit.c:
65         (gst_audio_wsinclimit_mode_get_type),
66         (gst_audio_wsinclimit_window_get_type),
67         (gst_audio_wsinclimit_base_init),
68         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
69         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
70         (gst_audio_wsinclimit_set_property),
71         (gst_audio_wsinclimit_get_property):
72         * gst/audiofx/audiowsinclimit.h:
73         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
74         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
75         Use this new base class for audiowsincband and audiowsinclimit.
76         Also cleanup both elements.
77
78 2009-01-08  Michael Smith <msmith@songbirdnest.com>
79
80         * gst/qtdemux/qtdemux.c:
81           In push mode, error out if we get EOS before we've created any srcpads.
82           Handle (in pull mode) some files that have a truncated moov atom where
83           the final sub-atom is a 'free' atom and the contents of that are not
84           present in the file.
85
86 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
87
88         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
89         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
90         Some cleanups, refactoring and minor enhancements in caps handling.
91
92         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
93         (gst_matroska_mux_init), (gst_matroska_pad_reset),
94         (gst_matroska_pad_free), (gst_matroska_mux_reset),
95         (gst_matroska_mux_video_pad_setcaps),
96         (gst_matroska_mux_request_new_pad):
97         * tests/check/elements/matroskamux.c: (teardown_src_pad):
98         Only remove, release or reset what is appropriate upon state change.
99
100 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
101
102         * ext/pulse/pulsesink.c:
103         * ext/pulse/pulsesink.h:
104         Use a mutex to protect the current stream pointer, and ignore
105         callbacks for stream objects that have been destroyed already.
106         Fixes problems with unprepare/prepare cycles caused by the input
107         caps changing, without reintroducing bug #556986.
108
109 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
110
111         * sys/v4l2/gstv4l2src.c:
112         Remove () from translateable string, so that it makes more sense.
113
114 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
115
116         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
117         Minor fix/cleanup in header field calculation.
118
119 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
120
121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
122         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
123         * gst/matroska/matroska-mux.h:
124         Remove internal taglist and fully use tagsetter interface.
125
126 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
127
128         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
129         (gst_avi_mux_riff_get_avi_header):
130         * gst/avi/gstavimux.h:
131         Ensure header size invariance during subsequent rewrite by using
132         tags snapshot.
133
134 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
137         Don't wait for the pulse mainloop when destroying the stream.
138         Fixes a deadlock when the pulsedaemon goes away while pulsesink
139         is PLAYING. Fixes bug #556986.
140
141 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
142
143         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
144                   Luotao Fu <l dot fu at pengutronix dot de>
145
146         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
147         (gst_v4l2_get_caps_info):
148         Add support for grayscale v4l2 devices. Fixes bug #566616.
149
150 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
151
152         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
153         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
154         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
155         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
156         * gst/qtdemux/qtdemux.h:
157         * gst/qtdemux/quicktime.c: (plugin_init):
158         Streamline tag handling and pass unparsed tags as binary blob
159         in private tag.
160
161 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
162
163         * gst/audiofx/Makefile.am:
164         * gst/audiofx/audiofxbaseiirfilter.c:
165         (gst_audio_fx_base_iir_filter_base_init),
166         (gst_audio_fx_base_iir_filter_dispose),
167         (gst_audio_fx_base_iir_filter_class_init),
168         (gst_audio_fx_base_iir_filter_init),
169         (gst_audio_fx_base_iir_filter_calculate_gain),
170         (gst_audio_fx_base_iir_filter_set_coefficients),
171         (gst_audio_fx_base_iir_filter_setup), (process),
172         (gst_audio_fx_base_iir_filter_transform_ip),
173         (gst_audio_fx_base_iir_filter_stop):
174         * gst/audiofx/audiofxbaseiirfilter.h:
175         Implement a base class for IIR filters.
176
177         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
178         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
179         (generate_coefficients), (gst_audio_cheb_band_set_property),
180         (gst_audio_cheb_band_setup):
181         * gst/audiofx/audiochebband.h:
182         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
183         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
184         (generate_coefficients), (gst_audio_cheb_limit_set_property),
185         (gst_audio_cheb_limit_setup):
186         * gst/audiofx/audiocheblimit.h:
187         Use the IIR filter base class for the chebyshev filters.
188
189 2009-01-02  Michael Smith <msmith@songbirdnest.com>
190
191           Patch by: Justin Karnegas <justin@affinix.com> and
192                     Michael Smith <msmith@songbirdnest.com>
193         * sys/osxaudio/gstosxaudio.c:
194         * sys/osxaudio/gstosxaudioelement.c:
195         * sys/osxaudio/gstosxaudioelement.h:
196         * sys/osxaudio/gstosxaudiosink.c:
197         * sys/osxaudio/gstosxaudiosink.h:
198         * sys/osxaudio/gstosxaudiosrc.c:
199         * sys/osxaudio/gstosxaudiosrc.h:
200         * sys/osxaudio/gstosxringbuffer.c:
201         * sys/osxaudio/gstosxringbuffer.h:
202           Rewrite osxaudio to work more flexibly and more reliably, using a
203           different abstraction layer of coreaudio that is the recommended way of
204           doing low-level audio I/O on OSX.
205           Fixes byg #564948.
206
207 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
208
209         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
210         Add example RTP transcoding pipeline from any file decodedable with
211         uridecodebin.
212
213 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
214
215         * tests/examples/rtp/.cvsignore:
216         * tests/examples/rtp/Makefile.am:
217         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
218         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
219         Add two C examples of using gstrtpbin as a sender and a receiver.
220
221 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * ChangeLog:
224         Remove conflict marker from ChangeLog
225
226 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
227
228         Patch by: j^ <j at oil21.org>
229
230         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
231         (qtdemux_audio_caps):
232         Add codec mapping for xvid, fmp4 and ac3 tracks.
233         Fixes #565850
234
235 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
236
237         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
238         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
239         (gst_smokeenc_chain), (gst_smokeenc_change_state):
240         * ext/jpeg/gstsmokeenc.h:
241         Implement getcaps function.
242         Set caps on the pad and on all outgoing buffers.
243         Fixes #565441.
244
245 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
246
247         * ext/pulse/pulsemixerctrl.c:
248           And remove temporary comment pointing to the bug ticket.
249
250         * gst/avi/gstavimux.c:
251           Move reoccuring logging to LOG and log instance too.
252
253 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
254
255         * ext/pulse/pulsemixerctrl.c:
256           Don't leak the pa_operation.
257
258 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
259
260         * configure.ac:
261           Require core cvs.
262
263 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
264
265         * gst/avi/gstavimux.c:
266           Rename api from _flush to _reset_tags. 
267
268 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
269
270         * gst/avi/gstavimux.c:
271           Use new tagsetter api to flush tags.
272
273 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         * tests/check/elements/deinterleave.c: (deinterleave_suite):
276         Increase timeout to 3 minutes to prevent timeouts.
277
278 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
279
280         * tests/check/elements/interleave.c: (interleave_suite):
281         Increase timeout to 3 minutes to prevent timeouts.
282
283 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
284
285         * gst/avi/gstavimux.c:
286         * gst/avi/gstavimux.h:
287           Totally remove the internal taglists and fully use tagsetter.
288
289 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
290
291         * gst/avi/gstavimux.c:
292           Instead of filtering wrongly just use the mergemode. Applications is
293           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
294           avi for real (I hope). Everyone chime in, before I fix the others.
295
296 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
297
298         * ext/pulse/pulsemixerctrl.c:
299           Add note about memleak.
300
301 2008-12-13  Edward Hervey  <bilboed@gmail.com>
302
303         * m4/Makefile.am:
304         A couple more .m4 that aren't shipped anymore with gettext 0.17.
305
306 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
307
308         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
309         (gst_flac_dec_init):
310         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
311         (gst_alaw_dec_init):
312         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
313         (gst_alaw_enc_init):
314         * gst/law/alaw.c: (plugin_init):
315         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
316         (gst_mulawdec_init):
317         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
318         (gst_mulawenc_init):
319         * gst/law/mulaw.c: (plugin_init):
320         Switch to using GstStaticPadTemplate.
321         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
322         Don't forget to free the addrinfo structure.
323         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
324         (gst_wavparse_sink_activate):
325         Don't forget to unref the GstAdapter.
326
327 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
328
329         * m4/Makefile.am:
330         inttypes.m4 hasn't been available since gettext-0.15, and since we now
331         require gettext >= 0.17 ... we can remove it from the list of files to
332         dist.
333
334 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
335
336         * gst/avi/gstavidemux.c:
337           More logging.
338
339         * gst/avi/gstavimux.c:
340           Handle more metadata fields. Better estimate of metadata size. Don't
341           merge received tags, if application has specified tags using
342           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
343
344 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
345
346         * tests/check/Makefile.am:
347         Also ignore pulsemixer for the states unit test.
348
349 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
350
351         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
352         Add an EOI marker at the end of the jpeg frame when it's missing.
353         Fixes #563056.
354
355 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
356
357         * tests/check/elements/videocrop.c: (check_1x1_buffer):
358         Update the unit test for the new color values for BT.601 red.
359         Fixes bug #563510.
360
361 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
362
363         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
364           Restore previous behaviour of not passing QoS and navigation
365           events upstream, which presumably wasn't meant to be changed.
366
367 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
368
369         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
370         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
371         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
372         (gst_dvdemux_chain), (gst_dvdemux_loop),
373         (gst_dvdemux_change_state):
374         Add srcpads only when needed and remove them again when going
375         back to READY. This prevents stalled pipelines if there's no
376         audio inside the DV stream, which happens for many MXF files.
377
378 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
379
380         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
381         (run_server):
382         The ports in libsoup are unsigned integers and not signed
383         integers.
384
385 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386
387         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
388         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
389         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
390         (gst_dvdemux_chain), (gst_dvdemux_loop),
391         (gst_dvdemux_change_state):
392         Add srcpads only when they're needed. If we add all pads in any
393         case we will get a stalling audio pad if the stream contains
394         no audio, which is the case for many MXF files.
395
396 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
397
398         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
399         Forward all events upstream unless it's something we really
400         don't handle. This fixes latency configuration of pipelines.
401
402 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
403
404         * ext/dv/gstdv.c: (plugin_init):
405         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
406         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
407         Really call dv_init() exactly one time, not one time for
408         the demuxer and one time for the decoder.
409
410 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
411
412         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
413         Copy incomming timestamp to outgoing packets.
414
415 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
416
417         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
418         (gst_rtp_mp4v_pay_event):
419         Don't try to push packets before we could find a valid config
420         startcode. Fixes #563509.
421
422 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
423
424         Patch by: Brian Cameron <brian.cameron at sun dot com>
425
426         * sys/sunaudio/gstsunaudiomixerctrl.c:
427         (gst_sunaudiomixer_ctrl_open):
428         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
429
430 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
431
432         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
433
434         * configure.ac:
435         Make usage of libv4l optional by a configure parameter.
436         Fixes bug #563504.
437
438 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         * docs/plugins/Makefile.am:
441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
443         * docs/plugins/gst-plugins-good-plugins.args:
444         * docs/plugins/gst-plugins-good-plugins.hierarchy:
445         * docs/plugins/gst-plugins-good-plugins.interfaces:
446         * docs/plugins/inspect/plugin-1394.xml:
447         * docs/plugins/inspect/plugin-aasink.xml:
448         * docs/plugins/inspect/plugin-alaw.xml:
449         * docs/plugins/inspect/plugin-alpha.xml:
450         * docs/plugins/inspect/plugin-alphacolor.xml:
451         * docs/plugins/inspect/plugin-annodex.xml:
452         * docs/plugins/inspect/plugin-apetag.xml:
453         * docs/plugins/inspect/plugin-audiofx.xml:
454         * docs/plugins/inspect/plugin-auparse.xml:
455         * docs/plugins/inspect/plugin-autodetect.xml:
456         * docs/plugins/inspect/plugin-avi.xml:
457         * docs/plugins/inspect/plugin-cacasink.xml:
458         * docs/plugins/inspect/plugin-cairo.xml:
459         * docs/plugins/inspect/plugin-cutter.xml:
460         * docs/plugins/inspect/plugin-debug.xml:
461         * docs/plugins/inspect/plugin-dv.xml:
462         * docs/plugins/inspect/plugin-efence.xml:
463         * docs/plugins/inspect/plugin-effectv.xml:
464         * docs/plugins/inspect/plugin-equalizer.xml:
465         * docs/plugins/inspect/plugin-esdsink.xml:
466         * docs/plugins/inspect/plugin-flac.xml:
467         * docs/plugins/inspect/plugin-flxdec.xml:
468         * docs/plugins/inspect/plugin-gamma.xml:
469         * docs/plugins/inspect/plugin-gconfelements.xml:
470         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
471         * docs/plugins/inspect/plugin-goom.xml:
472         * docs/plugins/inspect/plugin-goom2k1.xml:
473         * docs/plugins/inspect/plugin-halelements.xml:
474         * docs/plugins/inspect/plugin-icydemux.xml:
475         * docs/plugins/inspect/plugin-id3demux.xml:
476         * docs/plugins/inspect/plugin-interleave.xml:
477         * docs/plugins/inspect/plugin-jpeg.xml:
478         * docs/plugins/inspect/plugin-level.xml:
479         * docs/plugins/inspect/plugin-matroska.xml:
480         * docs/plugins/inspect/plugin-monoscope.xml:
481         * docs/plugins/inspect/plugin-mulaw.xml:
482         * docs/plugins/inspect/plugin-multifile.xml:
483         * docs/plugins/inspect/plugin-multipart.xml:
484         * docs/plugins/inspect/plugin-navigationtest.xml:
485         * docs/plugins/inspect/plugin-ossaudio.xml:
486         * docs/plugins/inspect/plugin-png.xml:
487         * docs/plugins/inspect/plugin-pulseaudio.xml:
488         * docs/plugins/inspect/plugin-quicktime.xml:
489         * docs/plugins/inspect/plugin-replaygain.xml:
490         * docs/plugins/inspect/plugin-rtp.xml:
491         * docs/plugins/inspect/plugin-rtsp.xml:
492         * docs/plugins/inspect/plugin-shout2send.xml:
493         * docs/plugins/inspect/plugin-smpte.xml:
494         * docs/plugins/inspect/plugin-soup.xml:
495         * docs/plugins/inspect/plugin-spectrum.xml:
496         * docs/plugins/inspect/plugin-speex.xml:
497         * docs/plugins/inspect/plugin-taglib.xml:
498         * docs/plugins/inspect/plugin-udp.xml:
499         * docs/plugins/inspect/plugin-video4linux2.xml:
500         * docs/plugins/inspect/plugin-videobalance.xml:
501         * docs/plugins/inspect/plugin-videobox.xml:
502         * docs/plugins/inspect/plugin-videocrop.xml:
503         * docs/plugins/inspect/plugin-videoflip.xml:
504         * docs/plugins/inspect/plugin-videomixer.xml:
505         * docs/plugins/inspect/plugin-wavenc.xml:
506         * docs/plugins/inspect/plugin-wavpack.xml:
507         * docs/plugins/inspect/plugin-wavparse.xml:
508         * docs/plugins/inspect/plugin-ximagesrc.xml:
509         * gst/matroska/matroska-demux.c:
510         * gst/matroska/matroska-demux.h:
511         * gst/matroska/matroska-mux.c:
512         * gst/matroska/matroska-mux.h:
513         Add documentation for matroskamux and matroskademux and
514         update the inspection xml files.
515
516 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * configure.ac:
519         Apparently AC_CONFIG_MACRO_DIR breaks when using more
520         than one macro directory, reverting last change.
521
522 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         * configure.ac:
525         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
526         our M4 macros.
527
528 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
531         Provide the parameters that are required for the format string
532         to fix a compiler warning.
533
534 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
535
536         * gst/autodetect/gstautoaudiosrc.c:
537           Fix classification.
538
539 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
540
541         Patch by: Cygwin Ports maintainer
542                   <yselkowitz at users dot sourceforge dot net>
543
544         * autogen.sh:
545         * configure.ac:
546         Require gettext 0.17 because older versions don't mix with libtool
547         2.2. At build time an older gettext version will still work.
548         Fixes bug #556091.
549
550 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
551
552         Patch by: Peter Kjellerstedt <pkj at axis com>
553
554         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
555         Make gst_multiudpsink_render() ignore errors from sendto() instead of
556         breaking streaming. Emit a warning instead. Fixes #562572.
557
558 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
559
560         Patch by: Ron McOuat <rmcouat at smartt dot com>
561
562         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
563         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
564         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
565         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
566         * ext/soup/gstsouphttpsrc.h:
567         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
568         (digest_auth_cb), (run_test), (GST_START_TEST),
569         (souphttpsrc_suite), (run_server):
570         Add support for basic and digest authentication in souphttpsrc.
571         Fixes bug #561775.
572
573 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
574
575         Patch by: Pepijn Van Eeckhoudt
576                       <pepijn dot vaneeckhoudt at luciad dot com>
577
578         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
579         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
580         * gst/wavenc/gstwavenc.h:
581         * gst/wavenc/riff.h:
582         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
583
584 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
585
586         Patch by: 이문형 <iwings at gmail dot com>
587
588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
589         Prevent further read/write actions taken to the connect-failed socket by
590         erroring out quickly. See #562258.
591
592 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
593
594         * tests/examples/level/level-example.c:
595           Set fakesink to sync. Otherwise people might question the message
596           interval. Nevertheless the timestamp in the message is what matters.
597
598 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         * tests/icles/.cvsignore:
601         cvsignore newly generated file.
602
603 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
604
605         * gst/rtp/gstasteriskh263.c:
606         * gst/rtp/gstasteriskh263.h:
607         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
608         * gst/rtp/gstrtpL16depay.h:
609         * gst/rtp/gstrtpL16pay.c:
610         * gst/rtp/gstrtpL16pay.h:
611         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
612         * gst/rtp/gstrtpac3depay.h:
613         * gst/rtp/gstrtpamrdepay.c:
614         * gst/rtp/gstrtpamrdepay.h:
615         * gst/rtp/gstrtpamrpay.c:
616         * gst/rtp/gstrtpamrpay.h:
617         * gst/rtp/gstrtpdepay.c:
618         * gst/rtp/gstrtpdepay.h:
619         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
620         * gst/rtp/gstrtpg726depay.c:
621         * gst/rtp/gstrtpg726pay.c:
622         * gst/rtp/gstrtpg729depay.c:
623         * gst/rtp/gstrtpg729pay.c:
624         * gst/rtp/gstrtpgsmdepay.c:
625         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
626         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
627         * gst/rtp/gstrtph263depay.h:
628         * gst/rtp/gstrtph263pay.c:
629         * gst/rtp/gstrtph263pay.h:
630         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
631         * gst/rtp/gstrtph263pdepay.h:
632         * gst/rtp/gstrtph263ppay.c:
633         * gst/rtp/gstrtph263ppay.h:
634         * gst/rtp/gstrtph264depay.c:
635         * gst/rtp/gstrtph264depay.h:
636         * gst/rtp/gstrtph264pay.c:
637         * gst/rtp/gstrtph264pay.h:
638         * gst/rtp/gstrtpilbcdepay.c:
639         * gst/rtp/gstrtpilbcpay.c:
640         * gst/rtp/gstrtpjpegdepay.h:
641         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
642         * gst/rtp/gstrtpmp1sdepay.h:
643         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
644         * gst/rtp/gstrtpmp2tdepay.h:
645         * gst/rtp/gstrtpmp2tpay.c:
646         * gst/rtp/gstrtpmp2tpay.h:
647         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
648         * gst/rtp/gstrtpmp4apay.c:
649         * gst/rtp/gstrtpmp4apay.h:
650         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
651         * gst/rtp/gstrtpmp4gdepay.h:
652         * gst/rtp/gstrtpmp4gpay.c:
653         * gst/rtp/gstrtpmp4gpay.h:
654         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
655         * gst/rtp/gstrtpmp4vdepay.h:
656         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
657         * gst/rtp/gstrtpmp4vpay.h:
658         * gst/rtp/gstrtpmpadepay.c:
659         * gst/rtp/gstrtpmpadepay.h:
660         * gst/rtp/gstrtpmpapay.c:
661         * gst/rtp/gstrtpmpapay.h:
662         * gst/rtp/gstrtpmpvdepay.c:
663         * gst/rtp/gstrtpmpvdepay.h:
664         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
665         * gst/rtp/gstrtppcmapay.c:
666         * gst/rtp/gstrtppcmudepay.c:
667         * gst/rtp/gstrtppcmupay.c:
668         * gst/rtp/gstrtpspeexdepay.c:
669         * gst/rtp/gstrtpspeexpay.c:
670         * gst/rtp/gstrtpsv3vdepay.c:
671         * gst/rtp/gstrtpsv3vdepay.h:
672         * gst/rtp/gstrtptheoradepay.c:
673         * gst/rtp/gstrtptheoradepay.h:
674         * gst/rtp/gstrtptheorapay.c:
675         * gst/rtp/gstrtptheorapay.h:
676         * gst/rtp/gstrtpvorbisdepay.c:
677         * gst/rtp/gstrtpvorbisdepay.h:
678         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
679         * gst/rtp/gstrtpvorbispay.h:
680         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
681         * gst/rtp/gstrtpvrawpay.c:
682         Fix the descriptions and fix some email addresses.
683
684 2008-11-25  Julien Moutte  <julien@fluendo.com>
685
686         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
687         to supported qtdemux video codecs as I found some video clips using 
688         those.
689
690 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
693         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
694         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
695         (gst_auto_video_sink_detect):
696         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
697         Post an error when we can't set the internal ghostpad target.
698
699 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
700
701         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
702         (gst_video_crop_transform), (gst_video_crop_transform_caps),
703         (gst_video_crop_set_caps), (gst_video_crop_set_property):
704         * gst/videocrop/gstvideocrop.h:
705         Fix renegotiation when changing properties using the new basetransform
706         features. Fixes #561502.
707
708         * tests/icles/Makefile.am:
709         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
710         Add crazy interactive test unit for dynamically changing properties.
711
712 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
715         (gst_rtspsrc_parse_range):
716         Add some more debugging.
717         Use the reanges received from the server unconditionally.
718         Fixes #561625.
719
720 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
721
722         * ext/pulse/pulsesink.c:
723           Change #if 0 to something more expresive and add pointer to related
724           bug ticket.
725
726 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         Patch by: Tal Shalif <tshalif at nargila dot org>
729
730         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
731         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
732         the latter don't exist on some systems (mingw). Fixes bug #561990.
733
734 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
735
736         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
737
738         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
739         Add transferMode.dnla.org header to HTTP requests as this is
740         required by the DLNA specs and doesn't hurt in other situations.
741         Fixes bug #561802.
742
743 2008-11-20  Michael Smith <msmith@songbirdnest.com>
744
745         * sys/osxvideo/osxvideosink.h:
746         * sys/osxvideo/osxvideosink.m:
747           Handle video window resizing more correctly, avoiding crashes when
748           embedding the window and resizing it.
749
750 2008-11-20  Michael Smith <msmith@songbirdnest.com>
751
752         * gst/udp/gstmultiudpsink.c:
753         * gst/udp/gstudpnetutils.c:
754         * gst/udp/gstudpnetutils.h:
755         * gst/udp/gstudpsrc.c:
756           Fix multiudpsink on OSX by passing the specific length of the socket,
757           refactor that into a function shared with the same thing in udpsrc.
758
759 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
760
761         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
762         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
763         (gst_wavparse_stream_headers):
764         Fix the scaling code.
765         Fix parsing of the INFO chunks, we were reading the wrong number of
766         bytes.  Fixes #561580.
767
768 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
769
770         * gst/matroska/matroska-mux.c:
771         Fix NULL pointer dereference of an unset codec_id in the recently 
772         added Dirac paths
773
774 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
775
776         * tests/check/Makefile.am:
777         Just keep disabling elements that hang the states test until it
778         works.
779
780 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
781
782         * ext/libpng/gstpngenc.c:
783         Don't flush downstream after every buffer - that's not what
784         this libpng callback is for at all!
785
786 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
787
788         * sys/v4l2/v4l2src_calls.c:
789           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
790           (gst_v4l2src_probe_caps_for_format):
791           Turns out we don't always get the frame sizes in a predefined
792           order from lowest to highest resolution, so let's just sort the
793           list by frame size once we've queried the possible resolutions
794           rather than assume any particular order. Fixes probed caps for
795           the camera in my HP2133 mini notebook and makes v4l2src default
796           to a decent size.
797
798 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
799
800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
801         * gst/matroska/matroska-ids.h:
802         Make mkvdemux aware of E-AC3.
803
804 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
805
806         * gst/rtp/Makefile.am:
807         * gst/rtp/gstrtp.c: (plugin_init):
808         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
809         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
810         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
811         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
812         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
813         (gst_rtp_jpeg_depay_change_state),
814         (gst_rtp_jpeg_depay_plugin_init):
815         * gst/rtp/gstrtpjpegdepay.h:
816         Add a jpeg depayloader.
817
818         * gst/rtp/gstrtpjpegpay.c:
819         Set the default properties on the payloader to better defaults.
820
821 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
822
823         * sys/v4l2/gstv4l2.c:
824           Give it a primary rank for autovideosrc.
825
826 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
827
828         Patch by: Bjorn Ostby <bjornos at axis dot com>
829
830         * gst/rtp/Makefile.am:
831         * gst/rtp/gstrtp.c: (plugin_init):
832         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
833         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
834         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
835         (gst_rtp_jpeg_pay_read_quant_table),
836         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
837         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
838         (gst_rtp_jpeg_pay_plugin_init):
839         * gst/rtp/gstrtpjpegpay.h:
840         Add JPEG payloader. Fixes #560756.
841
842 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
843
844         Patch by: Fabricio Godoy <skarllot at gmail dot com>
845
846         * sys/oss/gstosssink.c: (gst_oss_sink_open):
847         * sys/oss/gstosssrc.c: (gst_oss_src_open):
848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
849         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
850         Fix some spelling mistakes. Fixes #556802.
851
852 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
853
854         * gst/equalizer/GstIirEqualizer10Bands.prs:
855         * gst/equalizer/GstIirEqualizer3Bands.prs:
856         * gst/equalizer/Makefile.am:
857         * gst/equalizer/gstiirequalizer10bands.c:
858         * gst/equalizer/gstiirequalizer3bands.c:
859           Add presets for equalizer. Fixes #522183.
860
861 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/rtsp/Makefile.am:
864         * gst/rtsp/gstrtsp.c: (plugin_init):
865         * gst/rtsp/gstrtspgoogle.c:
866         * gst/rtsp/gstrtspgoogle.h:
867         Remove google extension again, it's not needed anymore because we never
868         send multiple transports anymore.
869
870 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
871
872         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
873
874         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
875         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
876         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
877         (gst_rtspsrc_stream_free),
878         (gst_rtspsrc_stream_configure_udp_sinks),
879         (gst_rtspsrc_stream_configure_transport),
880         (gst_rtspsrc_send_dummy_packets),
881         (gst_rtspsrc_create_transports_string),
882         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
883         * gst/rtsp/gstrtspsrc.h:
884         Add property to configure NAT traversal method.
885         Ignore EOS from the internal sinks.
886         Implement sending dummy packets as a (simple) method to open up
887         some firewalls.
888         Send PLAY request to the server after we started the udp sources.
889         Fixes #559545.
890
891 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         Patch by: Yotam <sh dot yotam at gmail dot com>
894
895         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
896         Flush the remaining frames on EOS. Fixes #560641.
897
898 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
899
900         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
901         Fix compiler warning about printf formatting.
902
903 2008-11-12  Andy Wingo  <wingo@pobox.com>
904
905         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
906         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
907         segment events instead of sending them from the seeking thread.
908         Fixes #559288.
909         (gst_qtdemux_push_pending_newsegment): New helper, sends out
910         queued newsegment events.
911         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
912         call it here, as we only seek when looping, and only push in the
913         movie state.
914
915 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
916
917         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
918         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
919         * gst/qtdemux/qtdemux_fourcc.h:
920         * gst/qtdemux/qtdemux_types.c:
921         Add cover and alternative copyright tag, and enhance some existing
922         ones by marking them as container atoms.
923
924 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
927         Don't ignore the return value of setcaps.
928
929 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
930
931         Patch by: Olivier Crete <tester at tester dot ca>
932
933         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
934         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
935         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
936         * gst/rtp/gstrtpg729pay.h:
937         Replace G729 payloader with an improved version. Fixes #532409.
938
939 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
940
941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
942         (gst_rtspsrc_change_state):
943         Only send one transport at a time for improved compatibility with some
944         broken servers. See #537832.
945
946 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
947
948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
949         (gst_rtspsrc_perform_seek):
950         Only pause/play in the seek handler when the source was playing.
951         Fixes #529379.
952
953 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
954
955         * gst/matroska/matroska-mux.c:
956         (gst_matroska_mux_handle_dirac_packet):
957         Fix muxing of Dirac streams if the input already has the format
958         we need, i.e. is the output of matroskademux.
959
960 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
961
962         * gst/avi/gstavimux.c:
963           Don't segfault on string typed tags being NULL. Fixes #560155.
964
965 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
966
967         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
968         (gst_matroska_mux_audio_pad_setcaps):
969         Fix mapping AAC profile to Matroska codec id.
970
971 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
972
973         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
974         (qtdemux_video_caps), (qtdemux_audio_caps):
975         Refactor some raw audio caps building, and handle >16-bit cases.
976         Fix/replace building caps from a string description.
977
978 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
979
980         * gst/audiofx/audiowsincband.c:
981         * gst/audiofx/audiowsinclimit.c:
982         * gst/cutter/gstcutter.c:
983           Make author name consistent with others.
984
985 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
986
987         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
988
989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
990         (gst_rtspsrc_stream_configure_udp_sink):
991         Pause the RTSP stream before doing a new play request.
992         Make sure that adding the udpsinks does not cause the rtspsrc to become
993         a sink. Fixes #559547.
994
995 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
996
997         * gst/matroska/matroska-ids.h:
998         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
999         (gst_matroska_mux_handle_dirac_packet),
1000         (gst_matroska_mux_write_data):
1001         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1002         put all Dirac packages up to a picture into a Matroska block.
1003
1004         TODO: Implement writing of the ReferenceBlock Matroska elements,
1005         currently the Dirac muxing is only 100% correct if Matroska version 2
1006         is selected for muxing.
1007
1008 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1009
1010         Patch by: Bastien Nocera <hadess at hadess dot net>,
1011                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1012
1013         * configure.ac:
1014         * sys/v4l2/Makefile.am:
1015         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1016         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1017         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1018         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1019         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1020         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1021         (gst_v4l2_get_input), (gst_v4l2_set_input):
1022         * sys/v4l2/v4l2_calls.h:
1023         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1024         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1025         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1026         (gst_v4l2src_fill_format_list),
1027         (gst_v4l2src_probe_caps_for_format_and_size),
1028         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1029         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1030         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1031         (gst_v4l2src_get_nearest_size):
1032         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1033
1034 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1035
1036         * ext/aalib/Makefile.am:
1037         * ext/annodex/Makefile.am:
1038         * ext/cairo/Makefile.am:
1039         * ext/dv/Makefile.am:
1040         * ext/esd/Makefile.am:
1041         * ext/flac/Makefile.am:
1042         * ext/gconf/Makefile.am:
1043         * ext/gdk_pixbuf/Makefile.am:
1044         * ext/hal/Makefile.am:
1045         * ext/jpeg/Makefile.am:
1046         * ext/ladspa/Makefile.am:
1047         * ext/libcaca/Makefile.am:
1048         * ext/libmng/Makefile.am:
1049         * ext/libpng/Makefile.am:
1050         * ext/mikmod/Makefile.am:
1051         * ext/pulse/Makefile.am:
1052         * ext/raw1394/Makefile.am:
1053         * ext/shout2/Makefile.am:
1054         * ext/soup/Makefile.am:
1055         * ext/speex/Makefile.am:
1056         * ext/taglib/Makefile.am:
1057         * ext/wavpack/Makefile.am:
1058         * gst/alpha/Makefile.am:
1059         * gst/apetag/Makefile.am:
1060         * gst/audiofx/Makefile.am:
1061         * gst/auparse/Makefile.am:
1062         * gst/autodetect/Makefile.am:
1063         * gst/avi/Makefile.am:
1064         * gst/cutter/Makefile.am:
1065         * gst/debug/Makefile.am:
1066         * gst/effectv/Makefile.am:
1067         * gst/equalizer/Makefile.am:
1068         * gst/flx/Makefile.am:
1069         * gst/goom/Makefile.am:
1070         * gst/goom2k1/Makefile.am:
1071         * gst/icydemux/Makefile.am:
1072         * gst/id3demux/Makefile.am:
1073         * gst/interleave/Makefile.am:
1074         * gst/law/Makefile.am:
1075         * gst/level/Makefile.am:
1076         * gst/matroska/Makefile.am:
1077         * gst/median/Makefile.am:
1078         * gst/monoscope/Makefile.am:
1079         * gst/multifile/Makefile.am:
1080         * gst/multipart/Makefile.am:
1081         * gst/oldcore/Makefile.am:
1082         * gst/qtdemux/Makefile.am:
1083         * gst/replaygain/Makefile.am:
1084         * gst/rtp/Makefile.am:
1085         * gst/rtsp/Makefile.am:
1086         * gst/smpte/Makefile.am:
1087         * gst/spectrum/Makefile.am:
1088         * gst/udp/Makefile.am:
1089         * gst/videobox/Makefile.am:
1090         * gst/videocrop/Makefile.am:
1091         * gst/videofilter/Makefile.am:
1092         * gst/videomixer/Makefile.am:
1093         * gst/wavenc/Makefile.am:
1094         * gst/wavparse/Makefile.am:
1095         * sys/directdraw/Makefile.am:
1096         * sys/directsound/Makefile.am:
1097         * sys/oss/Makefile.am:
1098         * sys/osxaudio/Makefile.am:
1099         * sys/osxvideo/Makefile.am:
1100         * sys/sunaudio/Makefile.am:
1101         * sys/v4l2/Makefile.am:
1102         * sys/waveform/Makefile.am:
1103         * sys/ximage/Makefile.am:
1104           Don't install static libs for plugins. Fixes #550851 for -good.
1105
1106 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1107
1108         * ext/flac/Makefile.am:
1109         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1110         This fixes compilation if FLAC is installed in an uncommon location
1111         that is not already handled by other CFLAGS. Fixes bug #558711.
1112
1113 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1114
1115         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1116         Guard more uncommon formats with ifdefs so that we can compile on older
1117         versions.
1118
1119 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1120
1121         Patch by: Nick Haddad <nick at haddads dot net>
1122
1123         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1124         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1125         (gst_avi_demux_stream_data):
1126         Invert other uncompressed RGB formats. Fixes #558554.
1127
1128 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1129
1130         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1131         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1132         * gst/wavenc/gstwavenc.h:
1133         Add support for float/double as input and remove the (nowadays)
1134         useless parsing of the depth as we require width==depth.
1135
1136 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1137
1138         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1139         * gst/rtp/gstrtpmpapay.c:
1140         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1141         mpeg version 1. Fixes #558427.
1142
1143 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1144
1145         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1146         (gst_rtp_L16_pay_getcaps):
1147         Only put an integral amount of samples in the RTP packet.
1148         Fixes #556641.
1149
1150 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1151
1152         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1153         * gst/rtp/gstrtpchannels.h:
1154         Add method to get possible channel positions.
1155
1156 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1157
1158         * gst/rtp/Makefile.am:
1159         Also commit updated makefile
1160
1161 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1162
1163         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1164         Don't allow width=32,depth=24 as input. WAV requires that the width
1165         is the next integer multiply of 8 from the depth.
1166
1167 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1168
1169         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1170         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1171         (gst_rtp_L16_pay_getcaps):
1172         * gst/rtp/gstrtpchannels.c: (check_channels),
1173         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1174         (gst_rtp_channels_create_default):
1175         * gst/rtp/gstrtpchannels.h:
1176         Add mappings for multichannel support. Does not completely just work
1177         because the getcaps function does not yet return the allowed channel
1178         mappings. See #556641.
1179
1180 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1181
1182         * gst/goom/Makefile.am:
1183         * gst/goom/README:
1184         * gst/goom/config_param.c:
1185         * gst/goom/convolve_fx.c:
1186         * gst/goom/drawmethods.c:
1187         * gst/goom/drawmethods.h:
1188         * gst/goom/filters.c:
1189         * gst/goom/filters_mmx.s:
1190         * gst/goom/flying_stars_fx.c:
1191         * gst/goom/goom.h:
1192         * gst/goom/goom_config.h:
1193         * gst/goom/goom_config_param.h:
1194         * gst/goom/goom_core.c:
1195         * gst/goom/goom_filters.h:
1196         * gst/goom/goom_fx.h:
1197         * gst/goom/goom_graphic.h:
1198         * gst/goom/goom_plugin_info.h:
1199         * gst/goom/goom_tools.c:
1200         * gst/goom/goom_tools.h:
1201         * gst/goom/goom_typedefs.h:
1202         * gst/goom/goom_visual_fx.h:
1203         * gst/goom/graphic.c:
1204         * gst/goom/ifs.c:
1205         * gst/goom/ifs.h:
1206         * gst/goom/lines.c:
1207         * gst/goom/lines.h:
1208         * gst/goom/mathtools.c:
1209         * gst/goom/mathtools.h:
1210         * gst/goom/mmx.c:
1211         * gst/goom/motif_goom1.h:
1212         * gst/goom/motif_goom2.h:
1213         * gst/goom/plugin_info.c:
1214         * gst/goom/ppc_drawings.h:
1215         * gst/goom/ppc_zoom_ultimate.h:
1216         * gst/goom/sound_tester.c:
1217         * gst/goom/sound_tester.h:
1218         * gst/goom/surf3d.c:
1219         * gst/goom/surf3d.h:
1220         * gst/goom/tentacle3d.c:
1221         * gst/goom/tentacle3d.h:
1222         * gst/goom/v3d.c:
1223         * gst/goom/v3d.h:
1224         * gst/goom/xmmx.c:
1225           Add license headers in all source files. Remove filter.c from
1226           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1227           which are not used right now. Fixes #557709.
1228
1229 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         Patch by: Olivier Crete <tester at tester dot ca>
1232
1233         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1234         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1235         Implement getcaps in rtpL16pay. Fixes #556484.
1236
1237 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1238
1239         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1240         (gst_rtp_L16_depay_process):
1241         Check if clock-rate and channels are valid.
1242         Don't ignore the return value of setcaps.
1243         No need to validate the buffer, the base class does that for us.
1244         Use the marker bit to set the DISCONT flag on outgoing buffers.
1245
1246         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1247         Don't ignore the return value of set_outcaps.
1248
1249         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1250         (gst_rtp_ac3_depay_process):
1251         Don't ignore the return value of set_caps.
1252         No need to validate the buffer, the base class does that for us.
1253
1254         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1255         (gst_rtp_amr_depay_process):
1256         * gst/rtp/gstrtpamrdepay.h:
1257         Don't ignore the return value of setcaps.
1258         No need to validate the buffer, the base class does that for us.
1259         No need to set output caps on the buffers, the base class does that for
1260         us.
1261         The subclass will make sure we are negotiated.
1262         
1263         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1264         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1265         * gst/rtp/gstrtpdvdepay.h:
1266         Clean up caps negotiation.
1267         The subclass will make sure we are negotiated.
1268
1269         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1270         (gst_rtp_g726_depay_process):
1271         Clean up caps negotiation.
1272         Use the marker bit to set the DISCONT flag on outgoing buffers.
1273
1274         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1275         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1276         * gst/rtp/gstrtpg729depay.h:
1277         The subclass will make sure we are negotiated.
1278         Use the marker bit to set the DISCONT flag on outgoing buffers.
1279
1280         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1281         (gst_rtp_gsm_depay_process):
1282         Clean up caps negotiation.
1283         Use the marker bit to set the DISCONT flag on outgoing buffers.
1284
1285         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1286         Clean up caps negotiation.
1287         Don't ignore the return value of set_outcaps.
1288
1289         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1290         (gst_rtp_h263_depay_process):
1291         Clean up caps negotiation.
1292         No need to validate the buffer, the base class does that for us.
1293
1294         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1295         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1296         * gst/rtp/gstrtph263pay.h:
1297         Don't ignore the return value of set_outcaps.
1298         Do some more timestamps.
1299
1300         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1301         (gst_rtp_h263p_depay_process):
1302         Clean up caps negotiation.
1303         Don't ignore the return value of setcaps.
1304         No need to validate the buffer, the base class does that for us.
1305
1306         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1307         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1308         (gst_rtp_h263p_pay_handle_buffer):
1309         * gst/rtp/gstrtph263ppay.h:
1310         Don't ignore the return value of set_outcaps.
1311         Do some more timestamps.
1312
1313         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1314         (gst_rtp_h264_depay_process):
1315         Clean up caps negotiation.
1316         Don't ignore the return value of setcaps.
1317         Fix possible caps leak.
1318         No need to validate the buffer, the base class does that for us.
1319
1320         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1321         Add some more debug info.
1322
1323         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1324         (gst_rtp_ilbc_depay_process):
1325         Clean up caps negotiation.
1326         Use the marker bit to set the DISCONT flag on outgoing buffers.
1327
1328         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1329         Clean up caps negotiation.
1330
1331         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1332         (gst_rtp_mp1s_depay_process):
1333         Clean up caps negotiation.
1334         Don't ignore the return value of setcaps.
1335         No need to validate the buffer, the base class does that for us.
1336         No need to set caps on buffers, subclass does that for us.
1337
1338         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1339         (gst_rtp_mp2t_depay_process):
1340         Clean up caps negotiation.
1341         Don't ignore the return value of setcaps.
1342         No need to validate the buffer, the base class does that for us.
1343         No need to set caps on buffers, subclass does that for us.
1344
1345         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1346         (gst_rtp_mp4a_depay_process):
1347         Clean up caps negotiation.
1348         Don't ignore the return value of setcaps.
1349         No need to validate the buffer, the base class does that for us.
1350
1351         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1352         (gst_rtp_mp4a_pay_setcaps):
1353         Don't ignore the return value of set_outcaps.
1354
1355         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1356         (gst_rtp_mp4g_depay_process):
1357         Clean up caps negotiation.
1358         Don't ignore the return value of setcaps.
1359         No need to validate the buffer, the base class does that for us.
1360         No need to set caps on buffers, subclass does that for us.
1361
1362         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1363         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1364         Don't ignore the return value of set_outcaps.
1365
1366         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1367         (gst_rtp_mp4v_depay_process):
1368         Clean up caps negotiation.
1369         Don't ignore the return value of setcaps.
1370         No need to validate the buffer, the base class does that for us.
1371         No need to set caps on buffers, subclass does that for us.
1372
1373         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1374         (gst_rtp_mp4v_pay_setcaps):
1375         Don't ignore the return value of set_outcaps.
1376
1377         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1378         (gst_rtp_mpa_depay_process):
1379         Clean up caps negotiation.
1380         Don't ignore the return value of setcaps.
1381         No need to validate the buffer, the base class does that for us.
1382         Use the marker bit to set the DISCONT flag on outgoing buffers.
1383
1384         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1385         Don't ignore the return value of set_outcaps.
1386
1387         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1388         (gst_rtp_mpv_depay_process):
1389         Clean up caps negotiation.
1390         Actually set output caps.
1391         No need to validate the buffer, the base class does that for us.
1392
1393         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1394         Don't ignore the return value of set_outcaps.
1395
1396         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1397         (gst_rtp_pcma_depay_process):
1398         Clean up caps negotiation.
1399         Set output buffer duration because we can.
1400         Use the marker bit to set the DISCONT flag on outgoing buffers.
1401
1402         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1403         Don't ignore the return value of set_outcaps.
1404
1405         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1406         (gst_rtp_pcmu_depay_process):
1407         Clean up caps negotiation.
1408         Use the marker bit to set the DISCONT flag on outgoing buffers.
1409
1410         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1411         Don't ignore the return value of set_outcaps.
1412
1413         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1414         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1415         Clean up caps negotiation.
1416         Set output caps on the pad and header buffers.
1417         Set duration on output buffers because we can.
1418
1419         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1420         Don't ignore the return value of set_outcaps.
1421
1422         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1423         (gst_rtp_sv3v_depay_process):
1424         Clean up caps negotiation.
1425         No need to validate the buffer, the base class does that for us.
1426         No need to set caps out output buffers, subclass does that.
1427
1428         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1429         (gst_rtp_theora_depay_process):
1430         Don't ignore the return value of setcaps.
1431         No need to validate the buffer, the base class does that for us.
1432
1433         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1434         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1435         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1436         (gst_rtp_theora_pay_handle_buffer):
1437         Don't ignore the return value of set_outcaps.
1438
1439         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1440         (gst_rtp_vorbis_depay_process):
1441         Don't ignore the return value of setcaps.
1442         No need to validate the buffer, the base class does that for us.
1443
1444         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1445         Don't ignore the return value of set_outcaps.
1446
1447         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1448         Clean up caps negotiation, don't ignore setcaps return.
1449
1450         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1451         Don't ignore the return value of set_outcaps.
1452
1453 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1454
1455         * gst/matroska/matroska-demux.c:
1456         (gst_matroska_demux_handle_src_event):
1457         Forward unknown events upstream.
1458
1459 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1460
1461         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1462         Add some refcount check
1463
1464         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1465         Don't ignore the result of write(), fixes a  compiler warning for me.
1466
1467         * tests/icles/videobox-test.c: (main):
1468         Make the output a little more pretty.
1469
1470 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1471
1472         * ext/esd/esdmon.c:
1473           Add doc blob.
1474
1475 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1476
1477         * docs/plugins/Makefile.am:
1478         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1479         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1480         * docs/plugins/gst-plugins-good-plugins.args:
1481         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1482         * docs/plugins/gst-plugins-good-plugins.interfaces:
1483         * docs/plugins/inspect/plugin-autodetect.xml:
1484           Add the docs of the new elements.
1485
1486 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1487
1488         * gst/autodetect/gstautoaudiosrc.c:
1489         (gst_auto_audio_src_class_init):
1490         * gst/autodetect/gstautovideosrc.c:
1491         (gst_auto_video_src_class_init):
1492         Fix "Since" tags in the documentation.
1493
1494 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1495
1496         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1497
1498         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1499         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1500         Add support for souphttpsrc to act as a live source. This makes it
1501         possible to get timestamped buffers in combination with the
1502         "do-timestamp" property. Fixes bug #556019.
1503
1504 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1505
1506         * gst/autodetect/Makefile.am:
1507         * gst/autodetect/gstautoaudiosink.c:
1508         * gst/autodetect/gstautoaudiosrc.c:
1509         * gst/autodetect/gstautoaudiosrc.h:
1510         * gst/autodetect/gstautodetect.c:
1511         * gst/autodetect/gstautovideosink.c:
1512         * gst/autodetect/gstautovideosrc.c:
1513         * gst/autodetect/gstautovideosrc.h:
1514           Implement src plugins. Little code/string cleanup in the sinks.
1515           Fixes #523813.
1516
1517 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1518
1519         Patch by: Peter Kjellerstedt <pkj at axis com>
1520
1521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1522         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1523         Fix a memory leak when pads are requested but the pipeline never
1524         goes into PLAYING.
1525
1526         Correctly remove request pads, no matter if they have collected
1527         data or not.
1528
1529         Fixes bug #557710.
1530
1531 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1532
1533         Patch by: <lrn1986 at gmail dot com>
1534
1535         * gst/udp/gstudpnetutils.h:
1536         Define the correct WINVER so getaddinfo() can be used when using
1537         mingw32. Fixes bug #557294.
1538
1539 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1540
1541         Patch by: <lrn1986 at gmail dot com>
1542
1543         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1544         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1545         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1546         Fix "argument type mismatch" compiler warnings on Windows.
1547         Fixes bug #557293.
1548
1549 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1550
1551         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1552         Don't calculate the filter coefficients for every single buffer
1553         but only when it's needed. Fixes bug #557260.
1554
1555 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1556
1557         * configure.ac:
1558         Back to development -> 0.10.11.1
1559
1560 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1561
1562         * gst-plugins-good.doap:
1563         Fix version number of 0.10.11 release in doap file
1564
1565 === release 0.10.11 ===
1566
1567 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1568
1569         * configure.ac:
1570           releasing 0.10.11, "Secondary Consideration"
1571
1572 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1573
1574         * configure.ac:
1575         Commit 0.10.10.4 pre-release
1576
1577 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1578
1579         * gst/avi/gstavimux.c:
1580         Fix VPRP chunk setup in avimux.
1581         Fixes: #556010
1582         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1583
1584 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1585
1586         * gst/videobox/gstvideobox.c:
1587         support dynamically changing properties in videobox
1588         Fixed: #557085
1589         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1590
1591 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1592
1593         * configure.ac:
1594         0.10.10.3 pre-release
1595
1596 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1597
1598         * tests/check/Makefile.am:
1599         Don't run the states test on pulsesrc and pulsesink
1600
1601 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1602
1603         * configure.ac:
1604         Commit 0.10.10.2 pre-release bump that actually went
1605         out on 2008-10-11
1606
1607 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1608
1609         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1610         Skip entries for streams that don't have a output pad yet, thereby
1611         avoiding calling pad functions with a NULL pad.
1612         Fixes #556424
1613
1614 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1615
1616         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1617         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1618         Remove problematic and useless refcount check.
1619         Fixes #556381
1620
1621 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1622
1623         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1624         Remove problematic and useless refcount check.
1625         Fixes #556381
1626
1627 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1628
1629         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1630         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1631         Cast some size_t arguments to guint to avoid compiler
1632         warnings on 64-bit systems.
1633
1634 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1635
1636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1637         Return TRUE instead of FALSE from the event handler when we swallowed the
1638         event.
1639
1640 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1641
1642         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1643         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1644         Reset header state. Fixes #555321.
1645
1646 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1647
1648         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1649         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1650         * gst/avi/gstavidemux.h:
1651         For timestamping audio packets we need to take into account the
1652         amount of blocks in one entry using the blockalign. Fixes some sync
1653         issues with zero-padded audio blocks in the beginning of avi files.
1654
1655 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1658         (gst_multi_file_src_query):
1659         Implement DEFAULT and BUFFER position queries. See #555260.
1660
1661 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1662
1663         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1664         Fix build for systems that don't have XDamage.
1665
1666 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1667
1668         * tests/examples/rtp/client-H263p.sdp:
1669         * tests/examples/rtp/client-H263p.sh:
1670         * tests/examples/rtp/server-VTS-H263p.sh:
1671         Add some more H263p server and client examples.
1672
1673 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1674
1675         * configure.ac::
1676           Depend on released versions of core and base.
1677
1678 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1679
1680         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1681         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1682         Return -1 instead of 0 in error cases. Fixes #554771.
1683
1684 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1685
1686         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1687         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1688         Stop leaking the cursor image.
1689         Unref the last_ximage and the cached cursor image on shutdown.
1690         Fixes #551570.
1691
1692 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1693
1694         * sys/v4l2/gstv4l2object.h:
1695         Getting the Class from an instance is not just a matter of casting it to
1696         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1697         instance. Fixes #549784.
1698
1699 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1700
1701         * configure.ac:
1702           Fix libs for linking directsound.
1703         * sys/directsound/gstdirectsoundsink.c:
1704           Fix buffer sizing to prevent racing the ringbuffer at startup.
1705           Add volume property.
1706
1707 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1708
1709         * ext/pulse/pulsesink.c:
1710         Fix problems with pulsesink randomly erroring with code 'OK' after a
1711         format change on the stream by waiting when disconnecting the stream.
1712
1713 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1714
1715         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1716         (gst_rtp_amr_depay_process):
1717         Mark DISCONT on output buffers when the marker bit signals a new talk
1718         spurt.
1719
1720         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1721         Set the marker bit for buffers with a DISCONT flag to signal a talk
1722         spurt.
1723
1724 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1725
1726         * gst/rtp/Makefile.am:
1727         * gst/rtp/gstrtp.c: (plugin_init):
1728         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1729         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1730         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1731         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1732         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1733         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1734         * gst/rtp/gstrtpmp4apay.h:
1735         Added MP4A-LATM payloader to match the depayloader.
1736
1737 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1738
1739         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1740         (gst_videomixer_sink_event):
1741         Handle segments a little better. Fixes #537361.
1742
1743 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1744
1745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1746         Don't assume the server supports PAUSE by default. Fixes #551048.
1747
1748 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1749
1750         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1751         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1752         Switch on the socket family to get the addrlen size right.
1753
1754 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1755
1756         Patch by: Daniel Franke <df at dfranke dot us>
1757
1758         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1759         OS X's bind() implementation is picky about its addrlen parameter and
1760         fails with EINVAL if it is larger than expected for the socket's address
1761         family. Set the length to the expected length instead. Fixes #553191.
1762
1763 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1764
1765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1766         Handle the case where we cannot do desribe or when the describe result
1767         does not contain a valid SDP message.
1768
1769 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1770
1771         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1772         Fix setting the qos.
1773
1774 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1775
1776         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1777         (gst_qtdemux_chain):
1778         Some 'broken' files out there have atom lengths of zero...
1779         which basically results in qtdemux consuming that atom again and again
1780         until the *end of night* !
1781         Detect that and emits an adequate element error message.
1782
1783 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1784
1785         * gst/interleave/Makefile.am:
1786         * gst/matroska/Makefile.am:
1787         Fix build flags order.
1788
1789         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1790         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1791         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1792         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1793         Format fixes.
1794
1795         * tests/check/elements/multifile.c:
1796         Pull in unistd.h
1797
1798 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1799
1800         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1801         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1802         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1803         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1804         (gst_rtp_mp4g_depay_change_state):
1805         * gst/rtp/gstrtpmp4gdepay.h:
1806         Handle interleaved streams by reordering AU in a queue.
1807
1808 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1809
1810         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1811         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1812         Change some of the ranges in the caps, mostly for the amount of bits we
1813         can use.
1814         Added a little bitstream parse and use it to parse the AU header fields.
1815         Check for malformed and wrongly sized packets better.
1816         Implement more header field parsing.
1817         Handle the size of fragmented packets correctly.
1818
1819 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1820
1821         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1822         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1823         Add mapping for 'tiff' => image/tiff
1824         Fixes #552213
1825
1826 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1827
1828
1829         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1830         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1831           Pretend to care about the result of write() which works around
1832           compiler warnings.
1833
1834 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1835
1836         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1837           Make sure the desired default values are actually set, not only
1838           registered as defaults (actual problem is that the stereo-specific
1839           values are only updated if channels==2, which is not the case yet
1840           when the object is created, so the default values for the
1841           mid-side-stereo and loose-mid-side-stereo settings are never
1842           set in _update_quality()). Makes flacenc create smaller files by
1843           default (for stereo input), and fixes #550791.
1844
1845 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1846
1847         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1848         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1849         (qtdemux_parse_trak), (qtdemux_video_caps):
1850         * gst/qtdemux/qtdemux.h:
1851         * gst/qtdemux/qtdemux_fourcc.h:
1852         * gst/qtdemux/qtdemux_types.c:
1853         Add support for video/mj2 mime-type and its additional atoms/boxes.
1854         Fixes #550646.
1855
1856 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1857
1858         * gst/debug/gsttaginject.c:
1859           Add warning when tags parameter is unparsable and give example for
1860           quoting in the docs.
1861
1862 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1863
1864         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1865         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1866         Add some alternative byteswapped mappings that seem to pop up sometimes.
1867         Fixes #550288.
1868
1869 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1870
1871         * po/LINGUAS:
1872         * po/POTFILES.in:
1873         * po/POTFILES.skip:
1874           Add 'ca' to LINGUAS; add some more files with translations and some
1875           files which should be ignored by translation tools.
1876
1877 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1878
1879         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1880         * ext/speex/gstspeexdec.h:
1881         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1882         * ext/speex/gstspeexenc.h:
1883         Use integer encoding and decoding functions instead of converting
1884         the integer input to float in the element. The libspeex integer
1885         functions are doing this for us already or, if libspeex was compiled
1886         in integer mode, they're doing everything using integer arithmetics.
1887         Also saves some copying around.
1888
1889 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1890
1891         * configure.ac:
1892           Fix --disable-external
1893
1894 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1895
1896         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1897         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1898         * ext/wavpack/gstwavpackenc.h:
1899         Handle non-zero start timestamps and stream discontinuities
1900         correctly. This only has an effect if we're muxing into
1901         a container format as the raw WavPack stream must contain
1902         continous sample numbers.
1903
1904 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1905
1906         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1907         Correct the timestamp and granulepos calculation by one Speex
1908         frame.
1909
1910 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1911
1912         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1913         Correctly take the granulepos from upstream if possible and
1914         correctly handle the granulepos in various calculations: the
1915         granulepos is the sample number of the _last_ sample in a frame, not
1916         the first.
1917
1918         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1919         (gst_speex_enc_encode), (gst_speex_enc_chain),
1920         (gst_speex_enc_change_state):
1921         * ext/speex/gstspeexenc.h:
1922         Handle non-zero start timestamps in the encoder and detect/handle
1923         stream discontinuities. Fixes bug #547075.
1924
1925 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1926
1927         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1928
1929         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1930         Fix compiler warnings caused by passing a string as format string
1931         instead of "%s" and then the string. This is only exposed by -Wformat=2
1932         as used by default on Ubuntu. Fixes bug #550015.
1933
1934 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1935
1936         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1937         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1938         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1939         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1940         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1941           (gst_ebml_read_element_length):
1942         * gst/matroska/matroska-demux.c:
1943           (gst_matroska_demux_check_subtitle_buffer):
1944           Make stuff compile with GST_DISABLE_GST_DEBUG.
1945
1946 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1947
1948         * gst/law/alaw.c:
1949         * gst/law/mulaw.c:
1950           Ref caps before passing to gst_pad_template_new(), since that takes
1951           ownership.
1952
1953 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1954
1955         Patch by: Mersad Jelacic <mersad at axis dot com>
1956
1957         * gst/multipart/multipartdemux.c:
1958         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1959         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1960         demuxer. Fixes #549551.
1961
1962 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1963
1964         * sys/osxaudio/gstosxaudiosink.c:
1965         (gst_osx_audio_sink_select_device):
1966         * sys/osxaudio/gstosxaudiosrc.c:
1967         (gst_osx_audio_src_create_ringbuffer),
1968         (gst_osx_audio_src_select_device):
1969         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1970         Fix the build on macosx.
1971
1972 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1973
1974         * gst/icydemux/gsticydemux.c:
1975           Small docs fix: in the example pipeline, we need to pass
1976           iradio-mode=true to the source, so the server actually sends
1977           an ICY stream.
1978
1979 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1980
1981         * sys/osxaudio/gstosxaudio.c:
1982           Oops. Revert more completely.
1983
1984 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1985
1986         * sys/osxaudio/gstosxaudio.c:
1987           Revert accidental element rename from testing.
1988
1989 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1990
1991         * gst-plugins-good.doap:
1992         Pull in 0.10.10 doap entry from release branch
1993
1994 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1995
1996         * configure.ac:
1997         Update version number to reflect 0.10.10 release from
1998         branch.
1999
2000 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2001
2002         * sys/osxaudio/Makefile.am:
2003         * sys/osxaudio/gstosxaudio.c:
2004         * sys/osxaudio/gstosxaudiosink.c:
2005         * sys/osxaudio/gstosxaudiosink.h:
2006         * sys/osxaudio/gstosxaudiosrc.c:
2007         * sys/osxaudio/gstosxaudiosrc.h:
2008         * sys/osxaudio/gstosxringbuffer.c:
2009         * sys/osxaudio/gstosxringbuffer.h:
2010           Rewrite caps setting and ring buffer initialisation.
2011           Previously we never told CoreAudio what format we were going to send it,
2012           so it only worked due to luck, and not at all on some hardware.
2013           Now we explicitly advertise what formats the hardware supports, and then
2014           configure the selected one correctly.
2015
2016 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2017
2018         * sys/v4l2/gstv4l2object.c:
2019         * sys/v4l2/gstv4l2src.c:
2020         * sys/v4l2/gstv4l2src.h:
2021         * sys/v4l2/v4l2_calls.c:
2022         * sys/v4l2/v4l2src_calls.c:
2023           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2024           need to memset instance structures. Some more FIXME's and comments.
2025
2026 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2027
2028         * tests/icles/.cvsignore:
2029           Ignore more.
2030
2031 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2032
2033         * gst/goom/.cvsignore:
2034         * gst/goom2k1/.cvsignore:
2035           Ignore files.
2036
2037 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2038
2039         * ext/cairo/gsttextoverlay.c:
2040           Fix compiler warning.
2041
2042 2008-08-25  David Schleef  <ds@schleef.org>
2043
2044         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2045
2046 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2047
2048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2049         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2050         * gst/matroska/matroska-mux.c:
2051         (gst_matroska_mux_video_pad_setcaps),
2052         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2053         Add Real[Audio|Video] support to Matroska containers.
2054         It works fine for:
2055         * decoding real audio/video streams contained in mkv
2056         * 'transmuxing' real (.rm) files into .mkv files
2057         It will not work though for encoding real[audio/video] streams that
2058         don't contain the 'mdpr_data' extra data on the caps.
2059         The reason why this will not work is because I never intended to
2060         duplicate virtually all the 'mdpr' block creation into mkvmux.
2061         Fixes #536067
2062
2063 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2064
2065         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2066         * gst/law/mulaw-conversion.c:
2067         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2068         (gst_mulawenc_chain):
2069         The encoder can't really renegotiate at the time they perform a
2070         pad-alloc so make the srcpads use fixed caps.
2071         Check the buffer size after a pad-alloc because the returned size might
2072         not be right when the downstream element does not know the size of the
2073         new buffer (capsfilter). Fixes #549073.
2074
2075 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2076
2077         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2078
2079         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2080         v4l2src doesn't have a property named "norm" so don't try to notify
2081         about changes to that property. The "norm" property and related
2082         code are commented out currently. Fixes bug #549090.
2083
2084 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2085
2086         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2087
2088         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2089         Reprobe devices again instead of taking a cached list as new
2090         devices could've been plugged in. Fixes bug #549062.
2091
2092 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2093
2094         * gst/autodetect/Makefile.am:
2095         Don't link the autodetect plugin with GConf as it doesn't
2096         use GConf. Fixes bug #545463.
2097
2098 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2099
2100         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2101         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2102         (gst_ebml_read_sint), (gst_ebml_read_float),
2103         (gst_ebml_read_header):
2104         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2105         possible to ignore errors and not post any ERROR messages on
2106         the bus.
2107
2108         * gst/matroska/matroska-demux.c:
2109         (gst_matroska_demux_parse_contents):
2110         Ignore any errors and not just EOS when parsing the contents of
2111         a SeekHead. Errors here are usually caused by truncated files
2112         and playback of the file works fine. Fixes playback of the
2113         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2114         archive.
2115
2116 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2117
2118         * gst/multipart/multipartdemux.c:
2119         * gst/multipart/multipartmux.c:
2120         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2121
2122 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2123
2124         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2125           gst_directdraw_sink_bufferpool_clear):
2126           Fix two more buffer ref leaks.
2127
2128 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2129
2130         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2131
2132         * sys/directdraw/gstdirectdrawsink.c:
2133           (gst_directdraw_sink_show_frame):
2134           Fix buffer ref leak.
2135
2136 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2137
2138         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2139         Revert the last commit. wavenc still supports width!=depth for 32 bit
2140         width. Thanks Tim.
2141
2142 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2143
2144         * gst/matroska/matroska-demux.c:
2145         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2146         If the duration of a block is unknown only use the timestamp for the
2147         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2148         laces. Otherwise every lace has the same timestamp which leads to
2149         various problems. Really fixes bug #548831.
2150
2151 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2152
2153         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2154         If we're not allowing width!=depth in wavenc we should also disable
2155         the code that was added to support width!=depth.
2156
2157 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2158
2159         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2160         Don't calculate the default duration of a frame from the audio sampling
2161         rate. This only works for raw audio if every frame contains a single
2162         sample and results in broken buffer durations for other formats
2163         if no specified default duration is given or the blocks have no
2164         duration. Fixes bug #548831.
2165
2166 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2167
2168         * gst/matroska/matroska-demux.c:
2169         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2170         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2171         are used for text/plain subtitles as a gap-filler in some files.
2172
2173 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2174
2175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2176         (gst_v4l2_get_caps_info):
2177         Add S910 and PWC formats with a low priority.
2178
2179         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2180         (gst_v4l2src_probe_caps_for_format):
2181         Add more debugging.
2182
2183 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2184
2185         * ext/flac/gstflacenc.c:
2186           Fix compilation against older libflac versions.
2187
2188 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2189
2190         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2191         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2192         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2193         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2194         (gst_pulsemixer_ctrl_set_volume):
2195         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2196         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2197         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2198         (gst_pulsesink_init), (gst_pulsesink_open),
2199         (gst_pulsesink_prepare), (gst_pulsesink_write),
2200         (gst_pulsesink_delay), (gst_pulsesink_reset):
2201         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2202         (gst_pulsesrc_init):
2203         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2204         Fix a locking issue in pulsesink's prepare function.
2205
2206         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2207         Check if the created channel layout is valid for GStreamer.
2208
2209 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2210
2211         * gst/rtsp/gstrtspgoogle.c:
2212         Things that can happen when your brain is in google mode trying to
2213         deal with their google rtsp server extensions and trying to type your
2214         google mail account.
2215
2216 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2217
2218         * gst/rtsp/Makefile.am:
2219         * gst/rtsp/gstrtsp.c: (plugin_init):
2220         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2221         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2222         (_do_init), (gst_rtsp_google_base_init),
2223         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2224         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2225         (gst_rtsp_google_extension_init):
2226         * gst/rtsp/gstrtspgoogle.h:
2227         Add google RTSP extension, it can only handle udp and responds with
2228         unsupported if we do anything else. Fixes #546465.
2229
2230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2231         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2232         (gst_rtspsrc_create_transports_string),
2233         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2234         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2235         Make transport setup code a bit better using GString.
2236         Add some more debug.
2237         Check for closed connections before doing anything on them.
2238
2239 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2240
2241         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2242         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2243         (gst_pulsesrc_prepare):
2244         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2245         (gst_pulse_channel_map_to_gst):
2246         * ext/pulse/pulseutil.h:
2247         If downstream provides no channel layout and >2 channels should be
2248         used use the default layout that pulseaudio chooses and also
2249         add this layout to the caps. Fixes bug #547258.
2250
2251 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2252
2253         Patch by: Peter Kjellerstedt <pkj at axis com>
2254
2255         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2256         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2257         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2258         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2259         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2260         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2261         (gst_udpsrc_set_property):
2262         Avoid leaking internally allocated file descriptors when setting
2263         custom file descriptors. Fixes #543101.
2264
2265 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2266
2267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2268         Don't try to configure RTCP back to the server when the server did not
2269         give us a valid port number.
2270
2271 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2272
2273         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2274         Use new basetransform method to renegotiate. Fixes #544956.
2275
2276         * tests/icles/Makefile.am:
2277         * tests/icles/videobox-test.c: (make_pipeline), (main):
2278         Add videobox renegotiation example.
2279
2280 2008-08-19  David Schleef  <ds@schleef.org>
2281
2282         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2283         with sane values.  Fixes #548530.
2284
2285 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2286
2287         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2288         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2289         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2290         are already filled with the correct values by
2291         gst_ring_buffer_parse_caps() so there's no need to set them again
2292         with wrong values.
2293
2294 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2295
2296         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2297         (gst_avi_demux_read_subindexes_push):
2298         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2299         and instead of using the 'ix##' nomenclature, use '##ix'.
2300         They're still valid though, this fixes the duration and indexes for
2301         virtually all the ODML files I have.
2302
2303 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2304
2305         Patch by: Olivier Crete <tester at tester dot ca>
2306
2307         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2308         (gst_rtp_vorbis_depay_process):
2309         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2310         Update the vorbis RTP pay/depay to RFC 5215.
2311         Fixes #547842.
2312
2313 2008-08-14  David Schleef  <ds@schleef.org>
2314
2315         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2316           with 3:2 pulldown, i.e., 24p.
2317
2318 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2319
2320         * tests/check/elements/level.c: (GST_START_TEST):
2321         Fix compilation some more.
2322
2323 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2324
2325         * configure.ac::
2326           Require -base CVS for wavparse acid chunk parsing.
2327
2328 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2329
2330         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2331         (gst_pulsesink_init), (gst_pulsesink_finalize),
2332         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2333         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2334         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2335         * ext/pulse/pulsesink.h:
2336         Add "device-name" property to pulsesink too and currently commented
2337         out and not working support for a "volume" property.
2338
2339 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2340
2341         * configure.ac:
2342         Remove more cdio stuff (moved to ugly)
2343
2344 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2345
2346         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2347
2348         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2349         (gst_pulsesrc_get_property):
2350         Add "device-name" property, which provides a human readable string
2351         for the audio device, to make it more consisten with other audio
2352         sources. Fixes bug #547519.
2353
2354 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2355
2356         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2357         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2358         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2359         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2360         * ext/pulse/pulsemixerctrl.h:
2361         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2362         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2363         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2364         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2365         * ext/pulse/pulseprobe.h:
2366         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2367         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2368         (gst_pulsesrc_change_state):
2369         Improve debugging a bit by including the parent object in pulsemixerctrl
2370         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2371         GST_WARNING.
2372
2373         Use the parent GObject subclass instead of a random struct as GObject
2374         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2375         when probing for another property than "device".
2376
2377 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2378
2379         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2380
2381         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2382         Fix property probing after the device property is set by calling
2383         set_server when the server property changes. Fixes bug #547518.
2384
2385 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2386
2387         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2388
2389         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2390         (gst_pulsesink_implements_interface_init),
2391         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2392         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2393         (gst_pulsesink_get_type):
2394         * ext/pulse/pulsesink.h:
2395         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2396         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2397         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2398         * ext/pulse/pulsesrc.h:
2399         Implement GstPropertyProbe interface on pulsesink for detecting
2400         sink devices and on pulsesrc for detecting source devices.
2401         Fixes bugs #547227 and #547217.
2402
2403 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2404
2405         * gst/spectrum/gstspectrum.c:
2406           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2407
2408 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2409
2410         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2411         Properly set the maximum latency value, in the same way it is done in
2412         v4lsrc.
2413         * sys/v4l2/v4l2src_calls.c:
2414         Simplify fraction equality check, no need to use GValues for this.
2415
2416 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2417
2418         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2419         Add warning messages stating exactly why the latency query failed.
2420         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2421         In some cases, the negotiated framerate might be the default one which
2422         is already set internally. But we still need to mark it down in fps_n
2423         and fps_d so that the latency query can happen properly.
2424
2425 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2426
2427         * docs/plugins/inspect/plugin-1394.xml:
2428         Whoops, forgot one doc file for people who can't/don't build the
2429         raw1394 plugin.
2430
2431 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2432
2433         * docs/plugins/Makefile.am:
2434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2435         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2436         * docs/plugins/inspect/plugin-cdio.xml:
2437         * ext/Makefile.am:
2438         * ext/cdio/Makefile.am:
2439         * ext/cdio/gstcdio.c:
2440         * ext/cdio/gstcdio.h:
2441         * ext/cdio/gstcdiocddasrc.c:
2442         * ext/cdio/gstcdiocddasrc.h:
2443
2444         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2445         CDDA source to -ugly.
2446
2447         * po/LINGUAS:
2448         * po/POTFILES.in:
2449         * po/id.po:
2450         Pull in new translation from 0.10.9.2 release branch.
2451
2452 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2453
2454         * docs/plugins/Makefile.am:
2455         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2457         * docs/plugins/gst-plugins-good-plugins.args:
2458         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2459         * docs/plugins/gst-plugins-good-plugins.interfaces:
2460         Integrate documentation for new hdv1394src element.
2461
2462 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2463
2464         * ext/raw1394/Makefile.am:
2465         * ext/raw1394/gst1394.c: (plugin_init):
2466         * ext/raw1394/gsthdv1394src.c: (_do_init),
2467         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2468         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2469         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2470         (gst_hdv1394src_from_raw1394handle),
2471         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2472         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2473         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2474         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2475         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2476         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2477         (gst_hdv1394src_uri_handler_init):
2478         * ext/raw1394/gsthdv1394src.h:
2479         mpeg2-ts (HDV) variant of firewire capture element.
2480         Fixes #350830
2481
2482 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2483
2484         * gst/level/gstlevel.c: (gst_level_message_new):
2485          Fix compilation (also known as the classic 'fix code that someone
2486          committed without compiling it first').
2487
2488 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2489
2490         * tests/check/elements/level.c:
2491           Add a test for level in stereo mode.
2492
2493 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2494
2495         * tests/examples/spectrum/demo-audiotest.c:
2496         * tests/examples/spectrum/demo-osssrc.c:
2497           Demo how to draw analyzer results synced to the clock.
2498
2499 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2500
2501         * gst/level/gstlevel.c:
2502           Little renaming (l -> level).
2503
2504         * gst/spectrum/gstspectrum.c:
2505         * gst/spectrum/gstspectrum.h:
2506           Also send full timestamp/duration details here.
2507
2508 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2509
2510         * gst/level/gstlevel.c:
2511         * gst/level/gstlevel.h:
2512           Send same timestamp/duration details as videoanalysis. This gives
2513           applications better chance to sync analysis results with playback.
2514
2515 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2516
2517         * gst/matroska/matroska-mux.c:
2518         (gst_matroska_mux_handle_sink_event),
2519         (flac_streamheader_to_codecdata):
2520         We need to drop one additional buffer for FLAC as the fLaC
2521         marker and STREAMINFO block are merged into one buffer in the caps.
2522
2523         Also don't pretend to support NEWSEGMENT events, otherwise we
2524         will most probably write some invalid data.
2525
2526 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2529         (gst_matroska_mux_audio_pad_setcaps):
2530         Add support for muxing FLAC into Matroska containers.
2531         Fixes bug #311586.
2532
2533 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2534
2535         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2536         Actually provide the variables required for the format string.
2537
2538 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2539
2540         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2541         (gst_matroska_demux_element_send_event),
2542         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2543         * gst/matroska/matroska-demux.h:
2544         Close the current segment if we're doing a non-flushing seek and send
2545         the close-segment and the new segment of the seek from the streaming
2546         thread.
2547
2548 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2549
2550         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2551         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2552         (gst_flac_enc_change_state):
2553         * ext/flac/gstflacenc.h:
2554         Handle non-zero start timestamps correctly, mark header packets as
2555         IN_CAPS and print a warning and suggest using audiorate if stream
2556         discontinuities are detected. When FLAC supports flushing the encoder
2557         somehow this should be done for discontinuities instead.
2558
2559         Remove some unused variables from the instance struct.
2560
2561 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2562
2563         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2564         If seeking failed return the appropiate return value to FLAC.
2565         Otherwise it thinks seeking was successfull and tries to rewrite
2566         parts of the headers which then get appended to the output.
2567
2568 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2569
2570         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2571
2572         * ext/esd/gstesd.c: (plugin_init):
2573         * ext/flac/gstflac.c: (plugin_init):
2574         * ext/shout2/gstshout2.c: (plugin_init):
2575         * ext/wavpack/gstwavpack.c: (plugin_init):
2576         * sys/oss/gstossaudio.c: (plugin_init):
2577         * sys/v4l2/gstv4l2.c: (plugin_init):
2578         Make sure gettext returns translations in UTF-8 encoding rather
2579         than in the current locale encoding (#546822).
2580
2581 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2582
2583         * ext/flac/gstflacdec.c:
2584         Add FIXME for 0.11 to simply output everything with width=32 as given
2585         by FLAC and let audioconvert handle the conversions instead of doing
2586         them in flacdec.
2587
2588 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2589
2590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2591         When outputting a pad template range for the size, include a framerate
2592         range too, to avoid 'not a real subset of template caps' errors.
2593
2594 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2595
2596         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2597
2598         * ext/flac/Makefile.am:
2599         * ext/flac/gstflac.c: (plugin_init):
2600         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2601         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2602         (gst_flac_tag_dispose), (gst_flac_tag_init),
2603         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2604         (gst_flac_tag_change_state):
2605         * ext/flac/gstflactag.h:
2606         Port flactag to 0.10, add documentation for it and clean it up a bit.
2607         Fixes bug #413841.
2608
2609         * docs/plugins/Makefile.am:
2610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2612         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2613         * docs/plugins/gst-plugins-good-plugins.interfaces:
2614         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2615         * docs/plugins/inspect/plugin-flac.xml:
2616         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2617         * ext/flac/gstflacdec.h:
2618         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2619         * ext/flac/gstflacenc.h:
2620         Add flactag and flacenc to the documentation and mark
2621         the private parts of the flacdec instance structure as private.
2622
2623         Also use gst_element_class_set_details_simple() in flacdec and
2624         flacenc.
2625
2626 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2627
2628         * gst/qtdemux/qtdemux.c:
2629           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2630           for it but ffmpeg does not.
2631
2632 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2633
2634         * gst/wavparse/gstwavparse.c:
2635           Handle the list chunk and use gst_riff_parse_info() to parse the info
2636           sub-chunk.
2637
2638 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2639
2640         * gst/wavparse/gstwavparse.c:
2641           Handle the acid chunk and send tempo as part of tags. Other fields are
2642           interesting too, but need more tag-definitions. Fixes #545433.
2643
2644 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * gst/wavparse/gstwavparse.c:
2647           Refactor wavparse. Call _reset() from dispose() and move old code from
2648           dispose into reset. This way we don't leak taglists when we abort
2649           parsing. Fix some comments. Move code for skipping a chunk into extra
2650           function. Replace chunk sizes with a const to ease readability.         
2651
2652 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2653
2654         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2655
2656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2657         Improve udp port setup. Fixes #545710.
2658
2659 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2660
2661         * gst/rtp/Makefile.am:
2662         * gst/rtp/gstrtp.c: (plugin_init):
2663         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2664         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2665         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2666         (gst_rtp_mp1s_depay_set_property),
2667         (gst_rtp_mp1s_depay_get_property),
2668         (gst_rtp_mp1s_depay_change_state),
2669         (gst_rtp_mp1s_depay_plugin_init):
2670         * gst/rtp/gstrtpmp1sdepay.h:
2671         Add MP1S depayloader.
2672
2673         * gst/rtsp/URLS:
2674         Some more sample rtsp streams.
2675
2676 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2677
2678         * gst/rtsp/URLS:
2679         Add another URL.
2680
2681         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2682         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2683         Add some more debug info.
2684
2685 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2686
2687         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2688         Provide cbSize field for audio extra_data size, and take care to
2689         pad extra_data.
2690
2691 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2692
2693         * gst/qtdemux/qtdemux.c:
2694           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2695           TRUE.
2696
2697 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2698
2699         * gst/qtdemux/qtdemux.c:
2700         * gst/qtdemux/qtdemux_fourcc.h:
2701           Add keyword tag support. Fixes #520694 for qtdemux.
2702
2703 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * gst/qtdemux/qtdemux.c:
2706           Add support for tmpo tag (BPM).
2707
2708 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2709
2710         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2711         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2712         Set an estimate for the total number of samples that will be encoded
2713         if possible to help decoders if the streaminfo can't be rewritten
2714         later (like when muxing into Ogg containers).
2715
2716         Add a warning if we get header packets after data packets as those
2717         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2718         work.
2719
2720 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2721
2722         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2723         (gst_flac_dec_write):
2724         Support decoding of all depths between 4 and 32 bits and read the
2725         depth from the streaminfo header if needed. Also support all sampling
2726         rates between 1 and 655350 Hz.
2727
2728         * ext/flac/gstflacenc.c:
2729         (gst_flac_enc_caps_append_structure_with_widths),
2730         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2731         (gst_flac_enc_chain):
2732         * ext/flac/gstflacenc.h:
2733         Support encoding in all bit depths supported by the streamable
2734         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2735         between 1 Hz and 655350 Hz.
2736
2737 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2738
2739         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2740         (gst_flac_enc_sink_getcaps):
2741         Support encoding of up to 8 channels.
2742
2743 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2744
2745         * ext/soup/gstsouphttpsrc.c:
2746         * ext/soup/gstsouphttpsrc.h:
2747         Fix seeking race condition in #540300
2748         Patch By: Wouter Cloetens  <wouter at mind be>
2749
2750 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2751
2752         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2753         (gst_matroska_demux_element_send_event),
2754         (gst_matroska_demux_handle_seek_event),
2755         (gst_matroska_demux_handle_src_event):
2756         When receiving a SEEK event on a specific pad first search for a seek
2757         table entry for the stream of the pad and then fall back to an entry
2758         for a different stream.
2759
2760 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2761
2762         * configure.ac:
2763         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2764         * gst/matroska/matroska-ids.h:
2765         Build depend on core CVS for the attachment tag.
2766
2767 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2768
2769         * configure.ac:
2770         * gst/matroska/Makefile.am:
2771         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2772         (copy_backptr), (lzo1x_decode), (main):
2773         * gst/matroska/lzo.h:
2774         * gst/matroska/matroska-demux.c:
2775         (gst_matroska_demux_read_track_encoding),
2776         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2777         (gst_matroska_decode_buffer),
2778         (gst_matroska_decode_content_encodings),
2779         (gst_matroska_demux_read_track_encodings),
2780         (gst_matroska_demux_add_stream),
2781         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2782         * gst/matroska/matroska-ids.h:
2783         Decode the codec private data and following ContentEncoding if
2784         necessary.
2785
2786         Support bzip2, lzo and header stripped compression. For lzo use the
2787         ffmpeg lzo implementation as liblzo is GPL licensed.
2788         
2789         Fix zlib decompression.
2790
2791 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2792
2793         * gst/matroska/matroska-mux.c:
2794         (gst_matroska_mux_audio_pad_setcaps):
2795         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2796         duration of a frame with the new mpegaudioversion caps field.
2797
2798 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2799
2800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2801         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2802         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2803         (gst_matroska_demux_stream_from_num),
2804         (gst_matroska_demux_tracknumber_unique),
2805         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2806         (gst_matroska_demux_handle_seek_event),
2807         (gst_matroska_demux_sync_streams),
2808         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2809         (gst_matroska_demux_loop):
2810         * gst/matroska/matroska-demux.h:
2811         Allow an infinite number of stream inside Matroska containers and use
2812         a GPtrArray for storing them instead of allowing "only" 127 streams.
2813
2814 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2815
2816         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2817         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2818         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2819         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2820         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2821         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2822         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2823         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2824         (gst_ebml_read_master), (gst_ebml_read_binary),
2825         (gst_ebml_read_header):
2826         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2827         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2828         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2829         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2830         (gst_ebml_replace_uint):
2831         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2832         (gst_matroska_demux_read_track_encoding),
2833         (gst_matroska_demux_read_track_encodings),
2834         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2835         (gst_matroska_demux_send_event),
2836         (gst_matroska_demux_element_send_event),
2837         (gst_matroska_demux_handle_seek_event),
2838         (gst_matroska_demux_handle_src_event),
2839         (gst_matroska_demux_init_stream),
2840         (gst_matroska_demux_parse_tracks),
2841         (gst_matroska_demux_parse_index_cuetrack),
2842         (gst_matroska_demux_parse_index_pointentry),
2843         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2844         (gst_matroska_demux_parse_metadata_id_simple_tag),
2845         (gst_matroska_demux_parse_metadata_id_tag),
2846         (gst_matroska_demux_parse_metadata),
2847         (gst_matroska_demux_parse_attached_file),
2848         (gst_matroska_demux_parse_attachments),
2849         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2850         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2851         (gst_matroska_demux_push_flac_codec_priv_data),
2852         (gst_matroska_demux_push_xiph_codec_priv_data),
2853         (gst_matroska_demux_push_dvd_clut_change_event),
2854         (gst_matroska_demux_add_mpeg_seq_header),
2855         (gst_matroska_demux_add_wvpk_header),
2856         (gst_matroska_demux_check_subtitle_buffer),
2857         (gst_matroska_decode_buffer),
2858         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2859         (gst_matroska_demux_parse_cluster),
2860         (gst_matroska_demux_parse_contents_seekentry),
2861         (gst_matroska_demux_parse_contents),
2862         (gst_matroska_demux_loop_stream_parse_id),
2863         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2864         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2865         (gst_matroska_demux_subtitle_caps),
2866         (gst_matroska_demux_change_state):
2867         * gst/matroska/matroska-ids.c:
2868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2869         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2870         (gst_matroska_mux_video_pad_setcaps),
2871         (xiph3_streamheader_to_codecdata),
2872         (vorbis_streamheader_to_codecdata),
2873         (theora_streamheader_to_codecdata),
2874         (gst_matroska_mux_audio_pad_setcaps),
2875         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2876         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2877         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2878         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2879         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2880         Fix indention everywhere. A broken indent version has added newlines
2881         after every single declaration some time ago.
2882
2883 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2884
2885         * gst/matroska/matroska-demux.c:
2886         (gst_matroska_demux_loop_stream_parse_id):
2887         If no Tracks are found error out instead of trying it again until the
2888         end of time.
2889
2890 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2891
2892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2893         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2894         bit and signed otherwise, not the other way around.
2895
2896 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2897
2898         * gst/matroska/matroska-mux.c:
2899         Add more raw YUV formats to the list of supported formats.
2900
2901 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2902
2903         * gst/matroska/matroska-mux.c:
2904         (gst_matroska_mux_audio_pad_setcaps):
2905         Add support for muxing raw float audio now that the spec defines the
2906         endianness and add support for muxing raw integer audio with 24 and
2907         32 bits.
2908
2909         Allow muxing of more than 8 audio channels.
2910
2911 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2912
2913         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2914         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2915         Add locking to the global array of used track UIDs to prevent random
2916         crashes if more than a single matrosmux instance is used.
2917
2918         Use 64 bit values for the track UIDs.
2919
2920         Use the global GRandom of GLib instead of creating our own one
2921         for the few random numbers we need every single time.
2922
2923 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2924
2925         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2926         (gst_flac_dec_setup_stream_decoder),
2927         (gst_flac_dec_update_metadata):
2928         Always post the audio-codec tag, not only if other tags are present.
2929
2930 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2931
2932         * configure.ac:
2933         Back to development -> 0.10.9.1
2934
2935 === release 0.10.9 ===
2936
2937 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2938
2939         * configure.ac:
2940           releasing 0.10.9, "Steam Train Rolling"
2941
2942 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2943
2944         * ext/soup/gstsouphttpsrc.c:
2945         Don't throw an error when soup completes a msg with status
2946         'cancelled', as that indicates we cancelled a request while
2947         shutting down or seeking, and it's not an error.
2948         Fixes: #540300 again.
2949
2950 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2951
2952         * configure.ac:
2953         0.10.8.4 pre-release
2954
2955 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2956
2957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2958         Fix segment-stop regression.
2959         Add documentation regarding segments in quicktime files by Wim Taymans.
2960         Fixes #544509
2961
2962 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2963
2964         * configure.ac:
2965         0.10.8.3 pre-release
2966
2967         * po/LINGUAS:
2968         * po/pt_BR.po:
2969         Add pt_BR translation
2970
2971 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2972
2973         * gst/goom/convolve_fx.c:
2974         * gst/goom/filters.c:
2975         * gst/goom/goom_config.h:
2976         * gst/goom/goom_core.c:
2977         * gst/goom/goom_tools.h:
2978           Fix build with MSVC: include glib.h to define inline appropriately,
2979           use header guards where needed.
2980         * gst/udp/gstudpnetutils.c:
2981         * gst/udp/gstudpsrc.c:
2982           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2983           g_snprintf rather than snprintf.
2984           Fixes #544433.
2985
2986 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2987
2988         * gst/debug/gsttaginject.c:
2989         * gst/debug/gsttaginject.h:
2990           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2991           partially.
2992
2993 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2994
2995         * configure.ac:
2996         0.10.8.2 pre-release
2997
2998 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2999
3000         * ext/Makefile.am:
3001         Finish hooking up pulseaudio plugin to the build.
3002
3003         * ext/pulse/pulsemixerctrl.c:
3004         Fix compilation error.
3005
3006 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3007
3008         * po/LINGUAS:
3009         * po/lt.po:
3010         Add new lithunian translation, and add french to the LINGUAS
3011         file.
3012
3013 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3014
3015         * ext/soup/gstsouphttpsrc.c:
3016         Fix Soup HTTP source seeking.
3017         Patch By: Wouter Cloetens  <wouter at mind be>
3018         Fixes: #540300
3019
3020         * tests/check/elements/.cvsignore:
3021         Ignore new check programs.
3022
3023 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3024
3025         * configure.ac:
3026         * docs/plugins/Makefile.am:
3027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3029         * docs/plugins/gst-plugins-good-plugins.args:
3030         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3031         * docs/plugins/gst-plugins-good-plugins.interfaces:
3032         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3033         * docs/plugins/inspect/plugin-interleave.xml:
3034         * docs/plugins/inspect/plugin-replaygain.xml:
3035         * tests/check/Makefile.am:
3036
3037         Move replaygain and interleave plugins from -bad.
3038         Fixes: #543406
3039         Fixes: #536228
3040
3041 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3042
3043         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3044         (qtdemux_parse_trak):
3045         Revert ISO base media spec based pixel-aspect-ratio calculation.
3046         Fixes #543300.
3047
3048 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3049
3050         * sys/osxvideo/osxvideosink.m:
3051         Fix minor build issues on macosx.
3052         Fixes #543054
3053
3054 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3055
3056         * configure.ac::
3057         * ext/taglib/Makefile.am::
3058           Only use -Wno-attributes (which is there to work around a
3059           bug in the taglib 1.5 headers) if the c++ compiler actually
3060           supports it (#543255).
3061
3062 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3063
3064         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3065
3066         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3067           Avoid compiler warning by initialising variable to NULL (#543259).
3068
3069 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3070
3071         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3072         Don't pass NULL taglists to gst_tag_list_is_empty().
3073
3074 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3075
3076         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3077         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3078         (rtp_pipeline_run):
3079         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3080         Don't use declarations after statements.
3081
3082 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3083
3084         * ext/jpeg/gstjpegdec.c:
3085         Align documentation with reality.
3086
3087 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3088
3089         * gst/udp/gstudpnetutils.c:
3090         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3091         old value (1) if it's not defined which should not cause any problems
3092         as we're using it internal only anyway.
3093
3094 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3095
3096         Patch by: Alessandro Decina <alessandro at nnva dot org>
3097
3098         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3099         Fix build of avidemux on big endian architectures.
3100
3101 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3102
3103         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3104
3105         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3106         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3107
3108 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3109
3110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3111         (qtdemux_parse_trak):
3112         Set pixel-aspect-ratio in caps using display width and height
3113         provided in track.
3114
3115 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3116
3117         * configure.ac:
3118         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3119         flags that are invalid for C++. Fixes bug #516509.
3120
3121 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3122
3123         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3124         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3125         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3127         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3128         * tests/examples/equalizer/demo.c: (message_handler):
3129         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3130         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3131         Don't use declarations after statements and variable length arrays.
3132
3133 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3134
3135         Patch by: Daniel Drake <dsd at gentoo dot org>
3136
3137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3138         (gst_v4l2src_get_nearest_size):
3139         Try progressive video if interlaced fails. Fixes bug #541956
3140         and the usage of v4l2src on OLPC.
3141
3142 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3143
3144         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3145         (gst_rtp_speex_depay_process):
3146         * gst/rtp/gstrtpspeexdepay.h:
3147         Revert last change: Only the jitterbuffer is able to convert RTP to
3148         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3149         Reopens bug #541787.
3150
3151 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * gst/rtp/gstrtpvrawdepay.c:
3154           Include stdlib.h for atoi().
3155
3156         * gst/rtsp/gstrtspsrc.c:
3157           Use floating point math for latencies < 0 sec in log output.
3158
3159 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3160
3161         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3162
3163         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3164         (gst_rtp_speex_depay_process):
3165         * gst/rtp/gstrtpspeexdepay.h:
3166         Take timestamp from the RTP packet as a first step to fix problems
3167         with transmission over RTP when the network is not reliable.
3168         Fixes bug #541787.
3169
3170 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3171
3172         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3173
3174         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3175         Fix parsing of udp:// URIs containing IPv6 addresses.
3176         Fixes bug #541650.
3177
3178 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3179
3180         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3181         Do not leak incoming buffers.
3182
3183 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3184
3185         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3186
3187         * configure.ac:
3188         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3189         for htons() and htonl(). Fixes bug #541412.
3190
3191 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3192
3193         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3194         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3195         (gst_matroska_demux_element_query),
3196         (gst_matroska_demux_handle_src_query),
3197         (gst_matroska_demux_handle_seek_event):
3198         Handle position and duration query in DEFAULT format if the
3199         pad's track has a default frame duration set.
3200
3201         Fix seeking now that the segment's duration doesn't contain the
3202         (possibly wrong or inaccurate) duration of the Matroska file.
3203
3204 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3205
3206         * gst/matroska/ebml-read.c: (_ext2dbl):
3207         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3208         in math.h except on MSVC where it is defined in xmath.h.
3209         Fixes compilation with MSVC.
3210
3211 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3212
3213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3214         (gst_matroska_demux_handle_src_query),
3215         (gst_matroska_demux_parse_info),
3216         (gst_matroska_demux_loop_stream_parse_id):
3217         * gst/matroska/matroska-demux.h:
3218         Don't set the segment duration to the duration from the Matroska
3219         header as this value could be wrong and is just informational.
3220
3221 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3222
3223         * gst/matroska/matroska-demux.c:
3224         (gst_matroska_demux_loop_stream_parse_id):
3225         If no Tracks element is found until the first Cluster is found
3226         search it and error out if none is found in the complete file.
3227
3228 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3229
3230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3231         Resync non-subtitle tracks too if a too large gap compared to other
3232         tracks is detected.
3233
3234 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         * gst/rtp/Makefile.am:
3237         * gst/rtp/gstrtp.c: (plugin_init):
3238         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3239         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3240         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3241         (gst_rtp_vraw_depay_change_state),
3242         (gst_rtp_vraw_depay_plugin_init):
3243         * gst/rtp/gstrtpvrawdepay.h:
3244         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3245         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3246         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3247         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3248         (gst_rtp_vraw_pay_plugin_init):
3249         * gst/rtp/gstrtpvrawpay.h:
3250         Add raw video pay and depayloaders, see RFC4175.
3251
3252 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3253
3254         * ext/libpng/gstpngdec.c:
3255         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3256         whatever it returned.
3257
3258 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3259
3260         * gst/avi/avi-ids.h:
3261         Add vprp chunk related structures.
3262         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3263         (gst_avi_demux_parse_stream):
3264         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3265         to caps.  Fixes #539482.
3266         * gst/avi/gstavimux.h:
3267         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3268         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3269         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3270
3271 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3272
3273         * tests/check/elements/avimux.c: (check_avimux_pad):
3274         Adjust avimux unit test according to increased streamheader size.
3275
3276 2008-06-27  David Schleef  <ds@schleef.org>
3277
3278         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3279
3280 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3281
3282         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3283         * gst/avi/gstavimux.h:
3284         Add 8 bytes to current streamheader to make for a complete one
3285         and to make more players happy.  Fixes #519460.
3286
3287 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3288
3289         * sys/v4l2/v4l2_calls.c::
3290           Don't include unused gstv4l2xoverlay.h. Fixes build
3291           in case where X11 headers are not installed.
3292
3293 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3294
3295         * ext/dv/gstdv.c: (plugin_init):
3296         Fix compilation.
3297
3298 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3299
3300         * ext/dv/gstdv.c: (plugin_init):
3301         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3302         DV decoder available.
3303         Fixes #532393
3304
3305 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3306
3307         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3308         Call getsockname() after the call to bind() to get updated values
3309         for the port, etc. This fixes the usage of udpsrc on anonymous
3310         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3311         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3312
3313 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3314
3315         * tests/check/pipelines/wavpack.c: (bus_handler):
3316         Remove workaround for a bug in identity that is fixed in 0.10.20.
3317
3318 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3319
3320         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3321
3322         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3323         Fix HTTP auth support with user/password passed via the URI.
3324         Fixes bug #540067.
3325
3326 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3327
3328         * configure.ac:
3329           Depend on released versions of core and -base.
3330
3331 2008-06-23  Julien Moutte  <julien@fluendo.com>
3332
3333         * gst/matroska/matroska-demux.c:
3334         (gst_matroska_demux_read_track_encoding),
3335         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3336         format strings in macros. (makes it build on OS X again...)
3337
3338 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3339
3340         * gst/rtp/gstrtptheorapay.c:
3341         * gst/udp/gstmultiudpsink.c:
3342           Added debug.
3343
3344 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3345
3346         * configure.ac: switch v4l2src over to the normal build instead of
3347         being 'experimental'. Fixes bug #536831.
3348
3349 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3350
3351         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3352         Remove unused variable so that we can compile again.
3353
3354 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3355
3356         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3357         No need to check for audio/G723 and audio/32KADPCM here as they are
3358         no longer supported.
3359
3360 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3361
3362         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3363         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3364         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3365         known length.
3366
3367 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3368
3369         * gst/matroska/matroska-demux.c:
3370         (gst_matroska_demux_add_wvpk_header),
3371         (gst_matroska_demux_audio_caps):
3372         * gst/matroska/matroska-ids.h:
3373         Fix demuxing of WavPack files. Muxing is still broken.
3374
3375 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3376
3377         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3378         (gst_matroska_demux_add_mpeg_seq_header),
3379         (gst_matroska_demux_add_wvpk_header),
3380         (gst_matroska_demux_check_subtitle_buffer),
3381         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3382         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3383         (gst_matroska_demux_subtitle_caps):
3384         * gst/matroska/matroska-ids.h:
3385         Add a "vfunc" to the track context for postprocessing frames and
3386         convert the wavpack and subtitle postprocessing to this vfunc.
3387         Copy buffer flags in those functions to the new buffers too.
3388
3389         Parse CodecState elements of Blocks.
3390
3391         Add a postprocessing function for MPEG video that adds the sequence
3392         header from the codec private data or codec state to the frames if
3393         it's not already there.
3394
3395 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * gst/matroska/matroska-demux.c:
3398         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3399         If a gap of more than 1/2 second is found in one stream send a
3400         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3401         This also fixes Matroska files where the first buffer doesn't start
3402         at timestamp 0. Fixes bug #429322.
3403
3404         The duration of a block is the default duration multiplied with the
3405         number of laces. Every lace is one frame and the default duration
3406         is the duration of one frame. This fixes playback of files that use
3407         lacing for some tracks.
3408
3409 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3410
3411         * gst/matroska/matroska-demux.c:
3412         (gst_matroska_demux_parse_contents_seekentry):
3413         Update FIXME/TODOs and only ignore EOS at the central, important place
3414         instead of several places.
3415
3416 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3417
3418         * gst/rtp/gstrtpg726pay.c:
3419         Fix caps, See #538891.
3420
3421 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3422
3423         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3424         (gst_matroska_demux_stream_from_num),
3425         (gst_matroska_demux_encoding_cmp),
3426         (gst_matroska_demux_encoding_order_unique),
3427         (gst_matroska_demux_read_track_encoding),
3428         (gst_matroska_demux_read_track_encodings),
3429         (gst_matroska_demux_tracknumber_unique),
3430         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3431         (gst_matroska_demux_parse_tracks),
3432         (gst_matroska_demux_parse_index_cuetrack),
3433         (gst_matroska_demux_parse_index_pointentry),
3434         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3435         (gst_matroska_demux_parse_metadata_id_simple_tag),
3436         (gst_matroska_demux_parse_metadata_id_tag),
3437         (gst_matroska_demux_parse_metadata),
3438         (gst_matroska_demux_parse_attached_file),
3439         (gst_matroska_demux_parse_attachments),
3440         (gst_matroska_demux_parse_chapters),
3441         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3442         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3443         (gst_matroska_demux_parse_cluster),
3444         (gst_matroska_demux_parse_contents_seekentry),
3445         (gst_matroska_demux_parse_contents),
3446         (gst_matroska_demux_loop_stream_parse_id),
3447         (gst_matroska_demux_loop):
3448         Improve debug output everywhere and fix the EOS logic.
3449
3450         Check the values of the ContentEncoding elements more strictly and
3451         don't use tracks for which it's invalid.
3452
3453         Check that the track number is unique for this stream.
3454
3455         Check that seek positions are below G_MAXINT64 as our seeks are
3456         int64-based and overflows will fail badly.
3457
3458         After seeks also don't push SimpleBlocks until the first one
3459         containing a keyframe is found. Before this was done only for normal
3460         Blocks.
3461
3462         Update some FIXME/TODOs.
3463         
3464         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3465         (gst_ebml_read_utf8), (gst_ebml_read_header):
3466         Improve debug output.
3467
3468         * gst/matroska/matroska-ids.c:
3469         (gst_matroska_track_init_video_context):
3470         * gst/matroska/matroska-ids.h:
3471         * gst/matroska/matroska-mux.c:
3472         (gst_matroska_mux_video_pad_setcaps):
3473         Remove eye mode and don't parse it anymore. We can't use that
3474         information in GStreamer yet so it's useless.
3475
3476
3477 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3478
3479         Patch by: Mersad Jelacic <mersad at axis dot com>
3480
3481         * gst/rtp/Makefile.am:
3482         * gst/rtp/gstrtp.c: (plugin_init):
3483         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3484         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3485         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3486         (gst_rtp_g726_depay_plugin_init):
3487         * gst/rtp/gstrtpg726depay.h:
3488         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3489         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3490         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3491         * gst/rtp/gstrtpg726pay.h:
3492         Added G726 pay/depayloaders. Fixes #538891.
3493
3494 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3495
3496         * gst/rtsp/URLS:
3497         Some more urls.
3498
3499         * gst/smpte/barboxwipes.c:
3500         Add a comment
3501
3502         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3503         Fix typo, add audioresample to the pipeline.
3504
3505 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3506
3507         * ext/libmng/Makefile.am:
3508         * ext/libmng/gstmng.c: (plugin_init):
3509         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3510         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3511         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3512         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3513         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3514         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3515         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3516         (gst_mng_dec_change_state):
3517         * ext/libmng/gstmngdec.h:
3518         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3519         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3520         (gst_mng_enc_init), (gst_mng_enc_chain),
3521         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3522         * ext/libmng/gstmngenc.h:
3523         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3524         bits ifdeffed out still.
3525
3526 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3527
3528         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3529         When comparing index elements with the same time compare their
3530         block number.
3531
3532 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3533
3534         * gst/matroska/matroska-demux.c:
3535           (gst_matroska_demux_parse_attached_file)
3536           Init variable to NULL to avoid compiler warning.
3537
3538 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3539
3540         * gst/matroska/Makefile.am:
3541         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3542         (gst_matroska_demux_parse_attached_file),
3543         (gst_matroska_demux_parse_attachments),
3544         (gst_matroska_demux_parse_contents_seekentry),
3545         (gst_matroska_demux_loop_stream_parse_id):
3546         * gst/matroska/matroska-demux.h:
3547         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3548         * gst/matroska/matroska-ids.h:
3549         * gst/matroska/matroska.c: (plugin_init):
3550         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3551         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3552         and description of the attachments in the caps. Fixes bug #537622.
3553
3554 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3555
3556         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3557         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3558         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3559         (gst_speex_enc_src_query), (gst_speex_enc_init),
3560         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3561         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3562         (gst_speex_enc_set_property):
3563         Add mode property.
3564         Some cleanups, add more debug info.
3565         Add latency query.
3566
3567 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3568
3569         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3570         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3571         If we get less bytes than requested we can't do anything except doing
3572         our EOS logic.
3573
3574 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3575
3576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3577         (gst_matroskademux_do_index_seek),
3578         (gst_matroska_demux_parse_index_cuetrack),
3579         (gst_matroska_demux_parse_index_pointentry),
3580         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3581         (gst_matroska_demux_parse_metadata):
3582         * gst/matroska/matroska-demux.h:
3583         * gst/matroska/matroska-ids.h:
3584         Use a GArray for storing the Cue (i.e. seek) information, store
3585         the CueTrackPositions for every track, store the block number
3586         and optimize searching in the array by sorting it after the last
3587         element was added.
3588
3589         Fix a small memory leak when trying to parse a tags element that was
3590         already parsed.
3591
3592 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3593
3594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3595         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3596         (gst_matroska_mux_write_data):
3597         * gst/matroska/matroska-mux.h:
3598         Don't write another SeekHead which indexes all Clusters to the end of
3599         the file. This isn't useful for anything and just increases filesize.
3600
3601 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3602
3603         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3604         Prevent unaligned memory access when reading floats.
3605
3606 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3607
3608         * gst/matroska/ebml-read.c:
3609         * gst/matroska/ebml-read.h:
3610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3611         (gst_matroska_demux_parse_metadata):
3612         * gst/matroska/matroska-demux.h:
3613         Make sure that every Tags element is only parsed once and it's
3614         containing tags are only posted once.
3615
3616 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3617
3618         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3619         (gst_ebml_read_header):
3620         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3621         (gst_matroska_demux_parse_tracks),
3622         (gst_matroska_demux_parse_index_cuetrack),
3623         (gst_matroska_demux_parse_index_pointentry),
3624         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3625         (gst_matroska_demux_parse_metadata_id_simple_tag),
3626         (gst_matroska_demux_parse_metadata_id_tag),
3627         (gst_matroska_demux_parse_metadata),
3628         (gst_matroska_demux_parse_attachments),
3629         (gst_matroska_demux_parse_chapters),
3630         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3631         (gst_matroska_demux_parse_cluster),
3632         (gst_matroska_demux_parse_contents_seekentry),
3633         (gst_matroska_demux_parse_contents),
3634         (gst_matroska_demux_loop_stream_parse_id):
3635         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3636         already. They're not useful in the matroska parser and only cause
3637         additional code.
3638
3639 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3640
3641         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3642         (gst_ebml_finalize), (gst_ebml_read_change_state),
3643         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3644         * gst/matroska/matroska-demux.c:
3645         (gst_matroska_demux_parse_contents_seekentry):
3646         Reverse the level list as we usually are only interested in the
3647         first element or want to add a new first element. Having the
3648         first element stored at the end and calling g_list_last() and
3649         g_list_append() is more expensive.
3650
3651         Also use GSlice for allocating the GstEbmlLevel structs.
3652
3653 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3654
3655         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3656           (gst_tag_inject_class_init), (gst_tag_inject_init):
3657           Don't unref NULL taglist in finalize. Don't use c++ style
3658           comments.
3659
3660 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3661
3662         * gst/matroska/matroska-demux.c:
3663         (gst_matroska_demux_parse_metadata_id_simple_tag):
3664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3665         (gst_matroska_mux_write_data):
3666         Use gst_value_serialize() and gst_value_deserialize() for transforming
3667         tags from some GType to a string and the other way around. The default
3668         transformations in GLib don't include transformations from string to
3669         number types.
3670
3671 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3672
3673         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3674         (gst_matroska_demux_parse_tracks),
3675         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3676         (gst_matroska_demux_parse_attachments),
3677         (gst_matroska_demux_parse_chapters),
3678         (gst_matroska_demux_parse_contents_seekentry),
3679         (gst_matroska_demux_loop_stream_parse_id):
3680         * gst/matroska/matroska-demux.h:
3681         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3682         Tags multiple times. The first ones can appear more than once but must
3683         contain the same content as the first for backup purposes so we ignore
3684         all but the first one. Tags can appear multiple times with different
3685         content.
3686
3687         Jump to all elements except Clusters that are available from a
3688         SeekHead to make it more likely to have all required informations
3689         before getting to the first Clusters.
3690
3691         Add dummy functions for parsing Attachments and Chapters.
3692
3693 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3694
3695         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3696         (gst_udpsrc_create), (gst_udpsrc_set_property),
3697         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3698         * gst/udp/gstudpsrc.h:
3699         Add property to control automatic join/leave of multicast groups.
3700         Add G_LIKELY.
3701         Remove setting caps on buffers explicitly, basesrc does that for us now.
3702         Improve debug info.
3703         Convert some non-fatal error into warnings.
3704         Use g_ntohs for better portability.
3705         Leave multicast groups when stopping.
3706         When using external sockets, use getsockname() on them to fill up the
3707         addr structure before calling methods that use the structure.
3708         Should all fix #536903.
3709         API: GstUDPSrc::auto-multicast property
3710
3711 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3712
3713         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3714         Use g_ntohl for better portability.
3715
3716 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3719         (gst_multiudpsink_remove):
3720         Fix a typo and do some small cleanups.
3721
3722 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3723
3724         Patch by: Olivier Crete <tester at tester dot ca>
3725
3726         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3727         Make the delivery-method mandatory on the caps and only accept inline
3728         for now.
3729         Reverse strcmp checks for delivery-method.
3730
3731         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3732         Make delivery method optional when parsing caps and note this in the
3733         caps.
3734         Reverse strcmp checks for delivery-method.
3735
3736         * gst/rtp/gstrtpvorbispay.c:
3737         Update a comment to note that the delivery-method is optional, 
3738         Fixes #537675.
3739
3740 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3741
3742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3743         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3744         leaving them in READY. Fixes #537832.
3745
3746 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3747
3748         * gst/avi/gstavimux.c:
3749           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3750           for a random constant in tagmuxing code.
3751
3752 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3753
3754         * gst/debug/gsttaginject.c:
3755         * gst/debug/gsttaginject.h:
3756           Now actually adding the new element.
3757
3758 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3759
3760         * docs/plugins/Makefile.am:
3761         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3762         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3763         * docs/plugins/gst-plugins-good-plugins.args:
3764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3765         * docs/plugins/gst-plugins-good-plugins.interfaces:
3766         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3767         * docs/plugins/inspect/plugin-aasink.xml:
3768         * docs/plugins/inspect/plugin-alaw.xml:
3769         * docs/plugins/inspect/plugin-alpha.xml:
3770         * docs/plugins/inspect/plugin-alphacolor.xml:
3771         * docs/plugins/inspect/plugin-annodex.xml:
3772         * docs/plugins/inspect/plugin-apetag.xml:
3773         * docs/plugins/inspect/plugin-audiofx.xml:
3774         * docs/plugins/inspect/plugin-auparse.xml:
3775         * docs/plugins/inspect/plugin-autodetect.xml:
3776         * docs/plugins/inspect/plugin-avi.xml:
3777         * docs/plugins/inspect/plugin-cacasink.xml:
3778         * docs/plugins/inspect/plugin-cairo.xml:
3779         * docs/plugins/inspect/plugin-cdio.xml:
3780         * docs/plugins/inspect/plugin-cutter.xml:
3781         * docs/plugins/inspect/plugin-debug.xml:
3782         * docs/plugins/inspect/plugin-dv.xml:
3783         * docs/plugins/inspect/plugin-efence.xml:
3784         * docs/plugins/inspect/plugin-effectv.xml:
3785         * docs/plugins/inspect/plugin-equalizer.xml:
3786         * docs/plugins/inspect/plugin-esdsink.xml:
3787         * docs/plugins/inspect/plugin-flac.xml:
3788         * docs/plugins/inspect/plugin-flxdec.xml:
3789         * docs/plugins/inspect/plugin-gamma.xml:
3790         * docs/plugins/inspect/plugin-gconfelements.xml:
3791         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3792         * docs/plugins/inspect/plugin-goom.xml:
3793         * docs/plugins/inspect/plugin-goom2k1.xml:
3794         * docs/plugins/inspect/plugin-halelements.xml:
3795         * docs/plugins/inspect/plugin-icydemux.xml:
3796         * docs/plugins/inspect/plugin-id3demux.xml:
3797         * docs/plugins/inspect/plugin-jpeg.xml:
3798         * docs/plugins/inspect/plugin-level.xml:
3799         * docs/plugins/inspect/plugin-matroska.xml:
3800         * docs/plugins/inspect/plugin-monoscope.xml:
3801         * docs/plugins/inspect/plugin-mulaw.xml:
3802         * docs/plugins/inspect/plugin-multifile.xml:
3803         * docs/plugins/inspect/plugin-multipart.xml:
3804         * docs/plugins/inspect/plugin-navigationtest.xml:
3805         * docs/plugins/inspect/plugin-ossaudio.xml:
3806         * docs/plugins/inspect/plugin-png.xml:
3807         * docs/plugins/inspect/plugin-quicktime.xml:
3808         * docs/plugins/inspect/plugin-rtp.xml:
3809         * docs/plugins/inspect/plugin-rtsp.xml:
3810         * docs/plugins/inspect/plugin-smpte.xml:
3811         * docs/plugins/inspect/plugin-soup.xml:
3812         * docs/plugins/inspect/plugin-spectrum.xml:
3813         * docs/plugins/inspect/plugin-speex.xml:
3814         * docs/plugins/inspect/plugin-taglib.xml:
3815         * docs/plugins/inspect/plugin-udp.xml:
3816         * docs/plugins/inspect/plugin-video4linux2.xml:
3817         * docs/plugins/inspect/plugin-videobalance.xml:
3818         * docs/plugins/inspect/plugin-videobox.xml:
3819         * docs/plugins/inspect/plugin-videocrop.xml:
3820         * docs/plugins/inspect/plugin-videoflip.xml:
3821         * docs/plugins/inspect/plugin-videomixer.xml:
3822         * docs/plugins/inspect/plugin-wavenc.xml:
3823         * docs/plugins/inspect/plugin-wavpack.xml:
3824         * docs/plugins/inspect/plugin-wavparse.xml:
3825         * docs/plugins/inspect/plugin-ximagesrc.xml:
3826         * gst/debug/Makefile.am:
3827         * gst/debug/breakmydata.c:
3828         * gst/debug/efence.c:
3829         * gst/debug/gstdebug.c:
3830         * gst/debug/gstnavseek.c:
3831         * gst/debug/gstpushfilesrc.c:
3832         * gst/debug/gstpushfilesrc.h:
3833         * gst/debug/negotiation.c:
3834         * gst/debug/progressreport.c:
3835         * gst/debug/progressreport.h:
3836         * gst/debug/rndbuffersize.c:
3837         * gst/debug/testplugin.c:
3838           Remove dummy plugin_init. Remove some undefined entries from doc-
3839           section file. Add taginject element and rebuild docs for it.
3840
3841 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3842
3843         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3844         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3845         Update the counter for the number of streams when pads are added or
3846         removed. This will make sure that a seek table is generated for
3847         files with just one audio stream.
3848
3849 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         * gst/matroska/matroska-demux.c:
3852         (gst_matroska_demux_parse_metadata_id_simple_tag):
3853         * gst/matroska/matroska-ids.h:
3854         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3855         Add some more tags, improve debugging a bit and make sure that
3856         GValue transformation has succeeded before using the result
3857         as a tag.
3858
3859 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3860
3861         Patch by: Olivier Crete <tester at tester dot ca>
3862
3863         * gst/rtp/gstrtptheorapay.c:
3864         The Theora RTP payloader only supports the "inline" delievery method
3865         so let's declare this on the caps of the static pad template.
3866         Fixes bug #537675.
3867
3868 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3871         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3872         Remove bogus check.
3873
3874 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3875
3876         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3877         (gst_videomixer_blend_buffers):
3878         Use stream_time to synchronize the object properties.
3879         Use running_time of the master pad to timestamp outgoing buffers.
3880         Fix the initial segment event to extend an unknown amount of time.
3881         Fixes #537361.
3882
3883 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3884
3885         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3886         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3887         (gst_avi_demux_calculate_durations_from_index),
3888         (gst_avi_demux_stream_header_push),
3889         (gst_avi_demux_stream_header_pull):
3890         Try to ignore unparsable/unknown streams and give a warning instead of
3891         erroring out. Fixes #537377.
3892
3893 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3894
3895         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3896         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3897
3898         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3899         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3900         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3901         (gst_matroska_demux_read_track_encodings),
3902         (gst_matroska_demux_add_stream),
3903         (gst_matroska_demux_handle_src_query),
3904         (gst_matroska_demux_init_stream),
3905         (gst_matroska_demux_parse_index_cuetrack),
3906         (gst_matroska_demux_parse_index_pointentry),
3907         (gst_matroska_demux_parse_info),
3908         (gst_matroska_demux_parse_metadata_id_simple_tag),
3909         (gst_matroska_demux_parse_metadata),
3910         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3911         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3912         (gst_matroska_demux_parse_cluster),
3913         (gst_matroska_demux_parse_contents_seekentry),
3914         (gst_matroska_demux_loop_stream_parse_id),
3915         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3916         (gst_matroska_demux_audio_caps),
3917         (gst_matroska_demux_subtitle_caps):
3918         * gst/matroska/matroska-demux.h:
3919         * gst/matroska/matroska-ids.c:
3920         (gst_matroska_track_init_subtitle_context):
3921         * gst/matroska/matroska-ids.h:
3922         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3923         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3924         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3925         (gst_matroska_mux_video_pad_setcaps),
3926         (gst_matroska_mux_audio_pad_setcaps),
3927         (gst_matroska_mux_subtitle_pad_setcaps),
3928         (gst_matroska_mux_request_new_pad),
3929         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3930         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3931         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3932         (gst_matroska_mux_set_property):
3933         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3934         elements, do some checks for valid values in the demuxer, handle
3935         tracktimecodescale in the demuxer, set correct default values for all
3936         settings in the demuxer, review and add all missing matroska
3937         IDs and some more raw YUV formats, and some trivial cleanup.
3938
3939 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3940
3941         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3942         (gst_pulsemixer_class_init):
3943         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3944         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3945         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3946         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3947         (gst_pulsesrc_prepare):
3948         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3949         gst_element_class_set_details_simple() and fix coding style a bit
3950         more.
3951
3952 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3953
3954         * docs/plugins/Makefile.am:
3955         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3956         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3957         * docs/plugins/gst-plugins-good-plugins.args:
3958         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3959         * docs/plugins/gst-plugins-good-plugins.interfaces:
3960         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3961         * docs/plugins/inspect/plugin-aasink.xml:
3962         * docs/plugins/inspect/plugin-alaw.xml:
3963         * docs/plugins/inspect/plugin-alpha.xml:
3964         * docs/plugins/inspect/plugin-alphacolor.xml:
3965         * docs/plugins/inspect/plugin-annodex.xml:
3966         * docs/plugins/inspect/plugin-apetag.xml:
3967         * docs/plugins/inspect/plugin-audiofx.xml:
3968         * docs/plugins/inspect/plugin-auparse.xml:
3969         * docs/plugins/inspect/plugin-autodetect.xml:
3970         * docs/plugins/inspect/plugin-avi.xml:
3971         * docs/plugins/inspect/plugin-cacasink.xml:
3972         * docs/plugins/inspect/plugin-cairo.xml:
3973         * docs/plugins/inspect/plugin-cdio.xml:
3974         * docs/plugins/inspect/plugin-cutter.xml:
3975         * docs/plugins/inspect/plugin-debug.xml:
3976         * docs/plugins/inspect/plugin-dv.xml:
3977         * docs/plugins/inspect/plugin-efence.xml:
3978         * docs/plugins/inspect/plugin-effectv.xml:
3979         * docs/plugins/inspect/plugin-equalizer.xml:
3980         * docs/plugins/inspect/plugin-esdsink.xml:
3981         * docs/plugins/inspect/plugin-flac.xml:
3982         * docs/plugins/inspect/plugin-flxdec.xml:
3983         * docs/plugins/inspect/plugin-gamma.xml:
3984         * docs/plugins/inspect/plugin-gconfelements.xml:
3985         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3986         * docs/plugins/inspect/plugin-goom.xml:
3987         * docs/plugins/inspect/plugin-goom2k1.xml:
3988         * docs/plugins/inspect/plugin-halelements.xml:
3989         * docs/plugins/inspect/plugin-icydemux.xml:
3990         * docs/plugins/inspect/plugin-id3demux.xml:
3991         * docs/plugins/inspect/plugin-jpeg.xml:
3992         * docs/plugins/inspect/plugin-level.xml:
3993         * docs/plugins/inspect/plugin-matroska.xml:
3994         * docs/plugins/inspect/plugin-monoscope.xml:
3995         * docs/plugins/inspect/plugin-mulaw.xml:
3996         * docs/plugins/inspect/plugin-multifile.xml:
3997         * docs/plugins/inspect/plugin-multipart.xml:
3998         * docs/plugins/inspect/plugin-navigationtest.xml:
3999         * docs/plugins/inspect/plugin-ossaudio.xml:
4000         * docs/plugins/inspect/plugin-png.xml:
4001         * docs/plugins/inspect/plugin-pulseaudio.xml:
4002         * docs/plugins/inspect/plugin-quicktime.xml:
4003         * docs/plugins/inspect/plugin-rtp.xml:
4004         * docs/plugins/inspect/plugin-rtsp.xml:
4005         * docs/plugins/inspect/plugin-smpte.xml:
4006         * docs/plugins/inspect/plugin-soup.xml:
4007         * docs/plugins/inspect/plugin-spectrum.xml:
4008         * docs/plugins/inspect/plugin-speex.xml:
4009         * docs/plugins/inspect/plugin-taglib.xml:
4010         * docs/plugins/inspect/plugin-udp.xml:
4011         * docs/plugins/inspect/plugin-video4linux2.xml:
4012         * docs/plugins/inspect/plugin-videobalance.xml:
4013         * docs/plugins/inspect/plugin-videobox.xml:
4014         * docs/plugins/inspect/plugin-videocrop.xml:
4015         * docs/plugins/inspect/plugin-videoflip.xml:
4016         * docs/plugins/inspect/plugin-videomixer.xml:
4017         * docs/plugins/inspect/plugin-wavenc.xml:
4018         * docs/plugins/inspect/plugin-wavpack.xml:
4019         * docs/plugins/inspect/plugin-wavparse.xml:
4020         * docs/plugins/inspect/plugin-ximagesrc.xml:
4021         * ext/pulse/plugin.c:
4022         * ext/pulse/pulsemixer.c:
4023         * ext/pulse/pulsesink.c:
4024         * ext/pulse/pulsesrc.c:
4025         Add documentation to the pulseaudio plugin and run make update
4026         in docs/plugins.
4027
4028 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4029
4030         Patch by: Brian Cameron <brian.cameron at sun dot com>
4031
4032         * sys/sunaudio/gstsunaudiomixerctrl.c:
4033         (gst_sunaudiomixer_ctrl_get_volume),
4034         (gst_sunaudiomixer_ctrl_set_volume):
4035         Improvements for the SunAudio mixer by handling mute as no gain
4036         for tracks that have a gain property but no mute property.
4037         Fixes bug #536067.
4038
4039 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4040
4041         * configure.ac:
4042         * ext/pulse/Makefile.am:
4043         * ext/pulse/plugin.c: (plugin_init):
4044         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4045         (gst_pulsemixer_implements_interface_init),
4046         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4047         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4048         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4049         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4050         * ext/pulse/pulsemixer.h:
4051         * ext/pulse/pulsemixerctrl.c:
4052         (gst_pulsemixer_ctrl_context_state_cb),
4053         (gst_pulsemixer_ctrl_sink_info_cb),
4054         (gst_pulsemixer_ctrl_source_info_cb),
4055         (gst_pulsemixer_ctrl_subscribe_cb),
4056         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4057         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4058         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4059         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4060         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4061         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4062         * ext/pulse/pulsemixerctrl.h:
4063         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4064         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4065         * ext/pulse/pulsemixertrack.h:
4066         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4067         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4068         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4069         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4070         (gst_pulseprobe_new), (gst_pulseprobe_free),
4071         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4072         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4073         (gst_pulseprobe_set_server):
4074         * ext/pulse/pulseprobe.h:
4075         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4076         (gst_pulsesink_class_init), (gst_pulsesink_init),
4077         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4078         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4079         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4080         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4081         (gst_pulsesink_stream_request_cb),
4082         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4083         (gst_pulsesink_close), (gst_pulsesink_prepare),
4084         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4085         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4086         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4087         (gst_pulsesink_event), (gst_pulsesink_get_type):
4088         * ext/pulse/pulsesink.h:
4089         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4090         (gst_pulsesrc_implements_interface_init),
4091         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4092         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4093         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4094         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4095         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4096         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4097         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4098         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4099         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4100         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4101         (gst_pulsesrc_get_type):
4102         * ext/pulse/pulsesrc.h:
4103         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4104         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4105         * ext/pulse/pulseutil.h:
4106         Add pulseaudio GStreamer element from gst-pulse. Development will
4107         continue here instead of pulseaudio SVN. Fixes bug #400679.
4108         Only changes over gst-pulse SVN are added copyright to the top of
4109         files and coding style changes.
4110
4111 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4112
4113         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4114
4115         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4116           (gst_cdio_add_cdtext_album_tags):
4117         * ext/cdio/gstcdio.h:
4118         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4119           Also extract album title and album genre from CD-TEXT if
4120           available (#537021).
4121
4122 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4123
4124         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4125
4126         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4127         Improve negotiation a bit more by picking the smallest possible
4128         resolution that is larger than the resolution specified in the
4129         first caps entry of the peer caps. Fixes bug #536994.
4130
4131 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4132
4133         Patch by: Bastien Nocera <hadess at hadess dot net>
4134
4135         * sys/v4l2/gstv4l2vidorient.c:
4136         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4137         Fix compilation with newer GIT kernels that deprecated
4138         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4139
4140 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4141
4142         * configure.ac:
4143         * ext/cdio/gstcdio.c:
4144         * ext/cdio/gstcdio.h:
4145         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4146           Require libcdio >= 0.76.
4147
4148 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4149
4150         * gst/avi/gstavidemux.c:
4151         Catch UNEXPECTED when downstream has reached end of
4152         segment in reverse mode.
4153
4154 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4155
4156         * gst/avi/gstavidemux.c:
4157         Fix typo in comment
4158
4159 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4160
4161         * gst/avi/gstavidemux.c:
4162         Because we don't know the frame order we need to push till
4163         the next keyframe
4164
4165 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4166
4167         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4168
4169         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4170         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4171         Provide a custom negotiation function to make sure to pick the highest
4172         possible framerate and resolution. Fixes bug #536646.
4173
4174 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4175
4176         * gst/avi/gstavidemux.c:
4177         Set EOS when going out of the segment in reverse playback
4178
4179 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4180
4181         * ext/taglib/Makefile.am::
4182           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4183           taglib headers (with gcc 4.3.1).
4184
4185 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4186
4187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4188         Use the new gst_rtsp_connection_get_ip() to access the IP address
4189         of a GstRTSPConnection since it is a private member.
4190
4191 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4192
4193         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4194         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4195           Use new utility functions in libgsttag to process coverart (#512333).
4196
4197 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4198
4199         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4200         We actually support left/side, right/side and mid/side files. The
4201         conversion to normal, interleaved stereo is done by libflac.
4202
4203 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4204
4205         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4206         (gst_ebml_write_set_cache):
4207         Unref the write cache in finalize if it was set and add add "FIXME"
4208         to a comment that needs it.
4209
4210 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4213
4214         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4215         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4216         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4217         (gst_avi_demux_process_next_entry):
4218         * gst/avi/gstavidemux.h:
4219         Implement reverse playback. Fixes #535300.
4220         Small cleanups.
4221
4222 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4223
4224         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4225         (gst_videomixer_query_latency):
4226         When using gst_element_iterate_pads() one has to unref every pad
4227         after usage.
4228
4229 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4230
4231         Patch by: Bastien Nocera <hadess at hadess dot net>
4232         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4233         (qtdemux_parse_udta):
4234         * gst/qtdemux/qtdemux_fourcc.h:
4235         Improve meta-data handling, add 'comment', 'description' and
4236         'copyright' tag handling.
4237         Fixes #535935
4238
4239 2008-05-31  Julien Moutte  <julien@fluendo.com>
4240
4241         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4242         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4243         (gst_qtdemux_seek_to_previous_keyframe),
4244         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4245         we don't clip the segment's stop using the main segment duration as
4246         that could crop quite some video frames. Make reverse playback support
4247         more robust and support edit lists. Support seeking to the last frame,
4248         and fix reverse looping playback. Add some debugging.
4249         * win32/common/config.h: Updated.
4250
4251 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4252
4253         * gst/equalizer/gstiirequalizer.c:
4254         (gst_iir_equalizer_transform_ip):
4255         Don't clip float/double samples, correctly unset passthrough mode
4256         and use better rounding for integer samples.
4257
4258 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4259
4260         * gst/equalizer/gstiirequalizer.c:
4261         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4262         (setup_filter), (set_passthrough), (update_coefficients),
4263         (gst_iir_equalizer_compute_frequencies),
4264         (gst_iir_equalizer_transform_ip):
4265         * gst/equalizer/gstiirequalizer.h:
4266         Update the filter coefficients only when needed in the transform_ip
4267         function and correctly set the element into passthrough mode if the
4268         gain of all bands is 0.
4269
4270 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4271
4272         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4273
4274         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4275         (gst_alpha_set_property), (gst_alpha_get_property),
4276         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4277         Try to skip pixels or areas that are too dark or too bright for us to do
4278         meaningfull color detection.
4279         Added properties to control the sensitivity to light and darkness.
4280         Added some small cleanups. Fixes #512345.
4281
4282 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4283
4284         * docs/plugins/.cvsignore:
4285         * tests/check/elements/.cvsignore:
4286         Ignore some more generated things
4287
4288         * tests/check/Makefile.am:
4289         Ignore OSS elements in the state changes test too.
4290
4291 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4292
4293         * docs/plugins/Makefile.am:
4294         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4295         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4296         Add SMPTE effect elements to docs.
4297
4298 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4299
4300         * docs/plugins/Makefile.am:
4301         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4302         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4303         * ext/raw1394/gstdv1394src.c:
4304           Document whats first shown on the fdo plugin docs page :)
4305
4306 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4307
4308         * docs/plugins/Makefile.am:
4309         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4310         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4311         * docs/plugins/gst-plugins-good-plugins.args:
4312         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4313         * docs/plugins/inspect/plugin-audiofx.xml:
4314         * gst/audiofx/Makefile.am:
4315         * gst/audiofx/audiofx.c:
4316         * gst/audiofx/audiokaraoke.c:
4317         * gst/audiofx/audiokaraoke.h:
4318         * gst/audiofx/audiovoice.c:
4319         * gst/audiofx/audiovoice.h:
4320           Rename audiovoice to audiokaraoke and add it to the docs.
4321
4322 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4323
4324         * REQUIREMENTS:
4325         * docs/plugins/Makefile.am:
4326         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4327         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4328         * docs/plugins/gst-plugins-good-plugins.args:
4329         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4330         * docs/plugins/gst-plugins-good-plugins.interfaces:
4331         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4332         * docs/plugins/inspect/plugin-aasink.xml:
4333         * docs/plugins/inspect/plugin-alaw.xml:
4334         * docs/plugins/inspect/plugin-alpha.xml:
4335         * docs/plugins/inspect/plugin-alphacolor.xml:
4336         * docs/plugins/inspect/plugin-annodex.xml:
4337         * docs/plugins/inspect/plugin-apetag.xml:
4338         * docs/plugins/inspect/plugin-audiofx.xml:
4339         * docs/plugins/inspect/plugin-auparse.xml:
4340         * docs/plugins/inspect/plugin-autodetect.xml:
4341         * docs/plugins/inspect/plugin-avi.xml:
4342         * docs/plugins/inspect/plugin-cacasink.xml:
4343         * docs/plugins/inspect/plugin-cairo.xml:
4344         * docs/plugins/inspect/plugin-cdio.xml:
4345         * docs/plugins/inspect/plugin-cutter.xml:
4346         * docs/plugins/inspect/plugin-debug.xml:
4347         * docs/plugins/inspect/plugin-dv.xml:
4348         * docs/plugins/inspect/plugin-efence.xml:
4349         * docs/plugins/inspect/plugin-effectv.xml:
4350         * docs/plugins/inspect/plugin-equalizer.xml:
4351         * docs/plugins/inspect/plugin-esdsink.xml:
4352         * docs/plugins/inspect/plugin-flac.xml:
4353         * docs/plugins/inspect/plugin-flxdec.xml:
4354         * docs/plugins/inspect/plugin-gamma.xml:
4355         * docs/plugins/inspect/plugin-gconfelements.xml:
4356         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4357         * docs/plugins/inspect/plugin-goom.xml:
4358         * docs/plugins/inspect/plugin-goom2k1.xml:
4359         * docs/plugins/inspect/plugin-halelements.xml:
4360         * docs/plugins/inspect/plugin-icydemux.xml:
4361         * docs/plugins/inspect/plugin-id3demux.xml:
4362         * docs/plugins/inspect/plugin-jpeg.xml:
4363         * docs/plugins/inspect/plugin-level.xml:
4364         * docs/plugins/inspect/plugin-matroska.xml:
4365         * docs/plugins/inspect/plugin-monoscope.xml:
4366         * docs/plugins/inspect/plugin-mulaw.xml:
4367         * docs/plugins/inspect/plugin-multifile.xml:
4368         * docs/plugins/inspect/plugin-multipart.xml:
4369         * docs/plugins/inspect/plugin-navigationtest.xml:
4370         * docs/plugins/inspect/plugin-ossaudio.xml:
4371         * docs/plugins/inspect/plugin-png.xml:
4372         * docs/plugins/inspect/plugin-quicktime.xml:
4373         * docs/plugins/inspect/plugin-rtp.xml:
4374         * docs/plugins/inspect/plugin-rtsp.xml:
4375         * docs/plugins/inspect/plugin-smpte.xml:
4376         * docs/plugins/inspect/plugin-soup.xml:
4377         * docs/plugins/inspect/plugin-spectrum.xml:
4378         * docs/plugins/inspect/plugin-speex.xml:
4379         * docs/plugins/inspect/plugin-taglib.xml:
4380         * docs/plugins/inspect/plugin-udp.xml:
4381         * docs/plugins/inspect/plugin-video4linux2.xml:
4382         * docs/plugins/inspect/plugin-videobalance.xml:
4383         * docs/plugins/inspect/plugin-videobox.xml:
4384         * docs/plugins/inspect/plugin-videocrop.xml:
4385         * docs/plugins/inspect/plugin-videoflip.xml:
4386         * docs/plugins/inspect/plugin-videomixer.xml:
4387         * docs/plugins/inspect/plugin-wavenc.xml:
4388         * docs/plugins/inspect/plugin-wavpack.xml:
4389         * docs/plugins/inspect/plugin-wavparse.xml:
4390         * docs/plugins/inspect/plugin-ximagesrc.xml:
4391         * ext/aalib/gstaasink.c:
4392         * ext/libcaca/gstcacasink.c:
4393           Document aasink and cacasink.
4394
4395 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4396
4397         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4398         (gst_videomixer_init), (gst_videomixer_query_duration),
4399         (gst_videomixer_query_latency), (gst_videomixer_query),
4400         (gst_videomixer_blend_buffers):
4401         * gst/videomixer/videomixer.h:
4402         Implement position (in time), duration and latency queries.
4403
4404 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4405
4406         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4407         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4408         (gst_videomixer_fill_queues), (forward_event_func),
4409         (forward_event), (gst_videomixer_src_event),
4410         (gst_videomixer_sink_event):
4411         * gst/videomixer/videomixer.h:
4412         Implement proper seek/newsegment handling.
4413         Based on adder's implementation.
4414         Fixes #535121
4415
4416 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4417
4418         Patch by: Jan Gerber <j at oil21 dot org>
4419
4420         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4421         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4422
4423 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4424
4425         * gst/audiofx/Makefile.am:
4426         * gst/audiofx/audiofx.c: (plugin_init):
4427         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4428         (gst_audio_voice_class_init), (gst_audio_voice_init),
4429         (update_filter), (gst_audio_voice_set_property),
4430         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4431         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4432         (gst_audio_voice_transform_ip):
4433         * gst/audiofx/audiovoice.h:
4434         Add simple voice removal element. Yay karaoke.
4435
4436 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4437
4438         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4439
4440         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4441         Fix potential caps leak.
4442         If we can't get the framerate with an ioctl, try to get it with the
4443         current norm. Fixes #520092.
4444
4445 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4446
4447         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4448
4449         * sys/v4l2/v4l2src_calls.c:
4450         (gst_v4l2src_probe_caps_for_format_and_size):
4451         If we fail to get the frame intervals, simply don't touch the framerates
4452         on the template caps instead of discarding the format. See #520092.
4453
4454 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4455
4456         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4457
4458         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4459         (gst_v4l2_get_caps_info):
4460         Add NV12, NV21 and bayer support. See #520092.
4461
4462 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4463
4464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4465         (gst_qtdemux_activate_segment):
4466         Unbreak segment activation again. Fixes #531672.
4467
4468 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4469
4470         * ext/flac/Makefile.am:
4471         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4472         Set the channel layout when decoding FLAC files with more than 2
4473         channels as defined by the FLAC spec. Fixes bug #534570.
4474
4475         Also don't try to decode left/side, right/side and mid/side files
4476         as we don't support this at all.
4477
4478 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4479
4480         * configure.ac:
4481           We need -base CVS (rtsp).
4482
4483 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4484
4485         * gst/udp/Makefile.am:
4486           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4487           when including netdb.h when building against glibc >= 2.8.
4488
4489 2008-05-22  Julien Moutte  <julien@fluendo.com>
4490
4491         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4492         debug statement arguments.
4493         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4494         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4495         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4496         on more platforms.
4497
4498 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4499
4500         * tests/check/elements/avimux.c: (setup_src_pad),
4501         (teardown_src_pad):
4502         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4503         (GST_START_TEST):
4504         * tests/check/elements/matroskamux.c: (setup_src_pad),
4505         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4506         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4507         (GST_START_TEST):
4508         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4509         (setup_wavpackparse), (cleanup_wavpackparse):
4510         Don't use gst_element_get_pad(), it's a bad, bad method.
4511
4512 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4513
4514         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4515         (do_toggle_element):
4516         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4517         (do_toggle_element):
4518         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4519         (do_toggle_element):
4520         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4521         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4522         (do_toggle_element):
4523         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4524         (do_toggle_element):
4525         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4526         (gst_auto_audio_sink_detect):
4527         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4528         (gst_auto_video_sink_detect):
4529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4530         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4531         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4532         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4533         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4534         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4535         * tests/icles/videocrop-test.c: (test_with_caps),
4536         (video_crop_get_test_caps):
4537         Don't use gst_element_get_pad(), it's a bad method.
4538
4539 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4540
4541         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4542         (gst_multiudpsink_add_internal):
4543         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4544         (gst_udp_join_group):
4545         * gst/udp/gstudpnetutils.h:
4546         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4547         Joining a multicast group and setting the loop/ttl properties are
4548         totally unrelated tasks are must be separated.
4549
4550 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4551
4552         * gst/avi/gstavimux.c:
4553           Also support alaw/mulaw.
4554
4555 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4556
4557         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4558         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4559         * gst/udp/gstmultiudpsink.h:
4560         Add a fixme for the auto-multicast property.
4561         Fix some confusing debug messages.
4562         Disable setting a qos value by default.
4563
4564 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4565
4566         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4567
4568         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4569         Ignore EPERM errors from sendto. Fixes #533619.
4570
4571 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4572
4573         Patch by: Henrik Eriksson <henriken at axis dot com>
4574
4575         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4576         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4577         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4578         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4579         * gst/udp/gstmultiudpsink.h:
4580         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4581
4582 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4583
4584         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4585         Improve debugging of the ident.
4586
4587 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         Patch by: Bruno Santos <brunof at ua dot pt>
4590
4591         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4592         (gst_udp_join_group), (gst_udp_leave_group),
4593         (gst_udp_is_multicast):
4594         * gst/udp/gstudpnetutils.h:
4595         Provide a bunch of helper methods to deal with IPv4 and IPv6
4596         transparently.
4597
4598         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4599         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4600         (gst_multiudpsink_get_property), (join_multicast),
4601         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4602         (gst_multiudpsink_remove):
4603         * gst/udp/gstmultiudpsink.h:
4604         Add multicast TTL and loopback properties.
4605         Use the helper methods to implement ip4 and ip6.
4606
4607         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4608         * gst/udp/gstudpsrc.h:
4609         Use the helper methods to implement ip4 and ip6.
4610         Fixes #515962.
4611
4612 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4613
4614         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4615
4616         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4617         (gst_multipart_demux_get_gstname),
4618         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4619         * gst/multipart/multipartdemux.h:
4620         Don't blindly copy the mime-type as the caps name because they not
4621         always map directly. Instead use a hashtable with common mappings.
4622         Fixes #533287.
4623
4624 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         * ext/esd/esdsink.c: (gst_esdsink_write):
4627         When we post an error, we must return -1 to let the parent know that we
4628         cannot write the segment else it will loop and continue to call us again
4629         forever. Patch by Michael Meeks.
4630
4631 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4632
4633         * gst/videomixer/videomixer.c:
4634           Add missing incudes.
4635
4636 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4637
4638         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4639         (gst_rtp_h264_pay_handle_buffer):
4640         * gst/rtp/gstrtph264pay.h:
4641         Correct a typo (sinle -> single).
4642
4643 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4644
4645         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4646         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4647         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4648         (gst_rtp_h264_depay_process):
4649         * gst/rtp/gstrtph264depay.h:
4650         Add experimental support for outputting quicktime-like AVC output in
4651         addition to the existing bytestream output.
4652
4653         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4654         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4655         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4656         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4657         (gst_rtp_h264_pay_get_property):
4658         * gst/rtp/gstrtph264pay.h:
4659         Make the parsing mode configurable, for some inputs we don't need to
4660         scan every byte for start codes.
4661         Only set the marker bit on ACCESS units.
4662
4663 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4664
4665         * gst/equalizer/gstiirequalizer.c:
4666         Use a bigger type in integer mode for the intermediate results to
4667         prevent overflows. This fixes the crippled sound when using the
4668         equalizer in integer mode. Fixes bug #510865.
4669
4670 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4671
4672         * gst/videomixer/videomixer.c:
4673         * gst/videomixer/videomixer.h:
4674         Instead of a random number for the request pad id's,
4675         use a counter.
4676
4677         Register the videomixerpad class from the element's class_init
4678         where it's safer, and allows the docs generator to scan it.
4679
4680 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4681
4682         * gst/smpte/Makefile.am:
4683         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4684         * gst/smpte/gstsmpte.h:
4685         * gst/smpte/gstsmptealpha.c:
4686         (gst_smpte_alpha_transition_type_get_type),
4687         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4688         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4689         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4690         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4691         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4692         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4693         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4694         * gst/smpte/gstsmptealpha.h:
4695         * gst/smpte/plugin.c: (plugin_init):
4696         Add new plugin that adds the SMPTE transition in the alpha channel of
4697         I420 and AYUV frames so that they can be blended with videomixer later
4698         on. Uses all niceties such as using base transform for efficient alloc
4699         and negotiation. It currently requires GstController to control the
4700         position in the transition effect.
4701
4702 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4703
4704         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4705         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4706         * docs/plugins/gst-plugins-good-plugins.args:
4707         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4708         * docs/plugins/gst-plugins-good-plugins.interfaces:
4709         * docs/plugins/gst-plugins-good-plugins.types:
4710         * gst/videomixer/videomixer.c:
4711           Try using thaytans new mechanism to get extra classes into plugin
4712           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4713           missing still.
4714
4715 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4716
4717         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4718         Set proper rate in avi stream header for PCM audio, and also do some
4719         more sanity checks on caps in this case.  Fixes #511489.
4720
4721 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4722
4723         * sys/v4l2/gstv4l2src.c:
4724         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4725         isn't implemented at all yet and this requires X headers to be
4726         installed. Fixes bug #533264.
4727
4728 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4729
4730         reviewed by: <delete if not using a buddy>
4731
4732         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4733         (gst_ebml_write_set_cache):
4734         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4735         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4736         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4737         (gst_matroska_demux_read_track_encodings),
4738         (gst_matroska_demux_add_stream),
4739         (gst_matroska_demux_handle_src_query),
4740         (gst_matroska_demux_init_stream),
4741         (gst_matroska_demux_parse_index_cuetrack),
4742         (gst_matroska_demux_parse_index_pointentry),
4743         (gst_matroska_demux_parse_info),
4744         (gst_matroska_demux_parse_metadata_id_simple_tag),
4745         (gst_matroska_demux_parse_metadata),
4746         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4747         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4748         (gst_matroska_demux_parse_cluster),
4749         (gst_matroska_demux_parse_contents_seekentry),
4750         (gst_matroska_demux_loop_stream_parse_id),
4751         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4752         (gst_matroska_demux_audio_caps),
4753         (gst_matroska_demux_subtitle_caps):
4754         * gst/matroska/matroska-demux.h:
4755         * gst/matroska/matroska-ids.c:
4756         (gst_matroska_track_init_subtitle_context):
4757         * gst/matroska/matroska-ids.h:
4758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4759         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4760         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4761         * sys/v4l2/gstv4l2src.c:
4762         * tests/check/pipelines/wavpack.c: (bus_handler):
4763         * win32/common/config.h:
4764
4765 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4766
4767         * ext/wavpack/gstwavpackstreamreader.c:
4768         * tests/examples/spectrum/demo-audiotest.c:
4769         * tests/examples/spectrum/demo-osssrc.c:
4770         Fix some compiler warnings.
4771
4772 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4773
4774         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4775         Small comment added.
4776
4777         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4778         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4779         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4780         Debug string cleanups (remove trailing \n)
4781         Refactor and clean up the payloader a bit and make sure that we only
4782         put one NAL unit in an RTP packet even if the input buffer contains
4783         multiple NAL units.
4784         Add suport for AVC format input.
4785
4786 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4787
4788         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4789         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4790         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4791         * gst/rtp/gstrtph264pay.h:
4792         Make it possible to specify profile-level-id and sprop-parameter-sets
4793         using properties in case they are not available in-stream.
4794
4795 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4796
4797         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4798         * docs/plugins/gst-plugins-good-plugins.args:
4799         * docs/plugins/inspect/plugin-ladspa.xml:
4800           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4801
4802 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4803
4804         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4805         Send an initial BYTE segment to inform downstream of later seeking,
4806         and to forego sync attempts.
4807
4808 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4809
4810         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4811         Fix wrong caps string.
4812
4813 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4814
4815         Based on patch by: Olivier Crete <tester at tester dot ca>
4816
4817         * gst/rtp/Makefile.am:
4818         * gst/rtp/gstrtp.c: (plugin_init):
4819         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4820         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4821         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4822         (gst_rtp_g729_depay_plugin_init):
4823         * gst/rtp/gstrtpg729depay.h:
4824         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4825         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4826         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4827         * gst/rtp/gstrtpg729pay.h:
4828         Added G729 pay and depayloaders. Fixes #532409.
4829
4830 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4831
4832         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4833         Fix the calculation of the duration of the concealment packets.
4834
4835 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4836
4837         Based on patch by: Olivier Crete <tester at tester dot ca>
4838
4839         * gst/rtp/Makefile.am:
4840         * gst/rtp/gstrtp.c: (plugin_init):
4841         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4842         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4843         (parse_encode), (gst_rtp_dv_depay_setcaps),
4844         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4845         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4846         (gst_rtp_dv_depay_plugin_init):
4847         * gst/rtp/gstrtpdvdepay.h:
4848         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4849         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4850         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4851         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4852         (gst_dv_pay_negotiate), (include_dif),
4853         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4854         * gst/rtp/gstrtpdvpay.h:
4855         Add DV pay and depayloaders. Fixes #532423.
4856
4857 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4858
4859         * gst/matroska/matroska-demux.c:
4860         (gst_matroska_demux_push_dvd_clut_change_event):
4861         Convert subtitle palette info in VobSub private data from VobSub's
4862         (buggy) RGB to YUV.
4863
4864 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4865
4866         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4867         Do not leave fourcc stream header field empty upon reset.
4868         Fixes #519301.
4869
4870 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4871
4872         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4873         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4874         * docs/plugins/inspect/plugin-goom.xml:
4875         * docs/plugins/inspect/plugin-goom2k1.xml:
4876         * gst/goom/gstgoom.c:
4877         * gst/goom2k1/gstgoom.c:
4878         Add goom2k1 into the docs.
4879
4880 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4881
4882         Based on patch by: Wouter Cloetens  <wouter at mind be>
4883
4884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4885         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4886         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4887         (gst_rtsp_decode_quoted_string),
4888         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4889         (gst_rtspsrc_setup_auth):
4890         Support Digest authentication. Fixes #532065.
4891
4892 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4893
4894         * gst/level/gstlevel.c:
4895           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4896           about whats needed for liboil acceleration. Simplify docs a bit.
4897
4898 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4899
4900         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4901
4902         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4903         Update the track duration if the old one was invalid.
4904         Fixes bug #532117.
4905
4906 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4907
4908         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4909           Use GST_STR_NULL when trying to print sps and pps strings that could
4910           be NULL, as this might crash on some platforms.
4911
4912 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4913
4914         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4915
4916         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4917           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4918           set after creating the clipper.
4919
4920 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4921
4922         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4923
4924         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4925           Added checking of surface lost case after an unsuccessful
4926           IDirectDrawSurface7_Lock() call.
4927           If surface is lost, return GST_FLOW_OK.
4928
4929 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4930
4931         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4932
4933         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4934           WndProc, gst_directdraw_sink_window_thread):
4935           Improved Windows message loop and fixed window destruction issue.
4936           When the window which DirectDraw is rendering to is destroyed, the
4937           render/show_frame function will return GST_FLOW_ERROR.
4938           Partially fixes #520885.
4939
4940 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4941
4942         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4943
4944         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4945           Fixed mid stream resolution change bug, the offscreen surface is now
4946           released when set_caps is called.
4947           Partially fixes #520885.
4948
4949 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4950
4951         * sys/directdraw/gstdirectdrawsink.c
4952           (gst_directdraw_sink_buffer_alloc):
4953           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4954           width/height.
4955
4956           Especially when looking through the pool of buffers, make sure that
4957           the width/height of caps is used instead of the already negotiated
4958           dimensions.
4959           For example if a buffer with different caps is requested, i.e.
4960           higher resolution, the caller would get a buffer with the old
4961           dimensions and thus corrupt the heap.
4962
4963 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4964
4965         * sys/directdraw/gstdirectdrawsink.c
4966           (gst_directdraw_sink_buffer_alloc):
4967           Clear the flags on recycled buffers from buffer_alloc.
4968           Partially fixes #520885.
4969
4970 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4971
4972         * gst/rtp/gstrtpilbcpay.c:
4973           Added missing stdlib.h include for strtol(), and made include ordering and
4974           style consistent with the corresponding depayloader.
4975
4976 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4977
4978         * configure.ac:
4979           Error out if we don't have the required core/base versions.
4980
4981 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4984
4985         * sys/osxvideo/cocoawindow.m:
4986         Fix compiler warnings on PPC64. Fixes bug #499318.
4987
4988 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4989
4990         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4991
4992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4993         Don't leak file descriptors on error. Fixes #531532.
4994
4995 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4996
4997         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4998         (gst_gconf_audio_src_change_state):
4999         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5000         (gst_gconf_video_sink_change_state):
5001         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5002         (gst_gconf_video_src_change_state):
5003         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5004         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5005         When we can't create a fakesink/fakesrc complain instead of unreffing
5006         NULL pointers and crashing later. See bug #530535.
5007
5008 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5009
5010         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5011         Add some more debug info and guard against small payloads.
5012
5013         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5014         Set duration on outgoing buffers because we can.
5015
5016 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5017
5018         Patch by: Olivier Crete <tester at tester dot ca>
5019
5020         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5021         (gst_speex_enc_init), (gst_speex_enc_chain):
5022         Add negotiation for the speex channels and rate. Fixes #465146.
5023
5024 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5025
5026         Patch by: Olivier Crete <tester at tester dot ca>
5027
5028         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5029         (gst_rtp_speex_pay_getcaps):
5030         Add negotiation for the speex channels and rate. See #465146.
5031
5032 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5033
5034         Patch by: Olivier Crete <tester at tester dot ca>
5035
5036         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5037         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5038         Add negotiation for the ILBC mode. See #465146.
5039
5040 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5041
5042         * ext/soup/gstsouphttpsrc.c:
5043           Include stdlib to fix the build. Use g_free instead of free, libsoup
5044           uses glib.
5045
5046 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5047
5048         Patch by: j^ <j@bootlab.org>
5049
5050         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5051         Add more mpeg2 variants. Fixes #530886.
5052
5053 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5054
5055         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5056
5057         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5058           Don't error out if we get an ICMP destination-unreachable
5059           message when trying to read packets on win32 (#529454).
5060
5061 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5062
5063         * configure.ac:
5064         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5065           Use new error code for encrypted streams (which requires core CVS).
5066
5067 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5068
5069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5070           (gst_qtdemux_audiosrc_template):
5071           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5072
5073 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5074
5075         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5076         (speex_dec_chain_parse_data):
5077         Produce concealment data when time progresses in a segment update.
5078
5079 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5080
5081         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5082         (speex_dec_chain):
5083         Try to preserve input timestamps when we can.
5084         Do beginnings of error concealment.
5085
5086 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5087
5088         * gst/debug/gstnavigationtest.c:
5089           MSVC doesn't provide rint(), define an adequate replacement locally as
5090           elsewhere.
5091
5092 2008-04-28  Julien Moutte  <julien@fluendo.com>
5093
5094         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5095         format to pacify Mac OSX's gcc.
5096
5097 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5098
5099         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5100           (DEFAULT_MAX), (src_template), (sink_template),
5101           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5102           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5103           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5104           Bring rndbuffersize element into a state that doesn't require us
5105           to move it to -bad immediately. For one, fix up default min/max
5106           values so that the element actuall works using the default values.
5107           Also, don't ignore flow return values and do some kind of minimal
5108           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5109           other gratuitious clean-ups.
5110
5111 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * docs/plugins/Makefile.am:
5114         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5115         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5116         * docs/plugins/gst-plugins-good-plugins.args:
5117         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5118         * docs/plugins/gst-plugins-good-plugins.interfaces:
5119         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5120         * docs/plugins/inspect/plugin-1394.xml:
5121         * docs/plugins/inspect/plugin-aasink.xml:
5122         * docs/plugins/inspect/plugin-alaw.xml:
5123         * docs/plugins/inspect/plugin-alpha.xml:
5124         * docs/plugins/inspect/plugin-alphacolor.xml:
5125         * docs/plugins/inspect/plugin-annodex.xml:
5126         * docs/plugins/inspect/plugin-apetag.xml:
5127         * docs/plugins/inspect/plugin-audiofx.xml:
5128         * docs/plugins/inspect/plugin-auparse.xml:
5129         * docs/plugins/inspect/plugin-autodetect.xml:
5130         * docs/plugins/inspect/plugin-avi.xml:
5131         * docs/plugins/inspect/plugin-cacasink.xml:
5132         * docs/plugins/inspect/plugin-cairo.xml:
5133         * docs/plugins/inspect/plugin-cdio.xml:
5134         * docs/plugins/inspect/plugin-cutter.xml:
5135         * docs/plugins/inspect/plugin-debug.xml:
5136         * docs/plugins/inspect/plugin-dv.xml:
5137         * docs/plugins/inspect/plugin-efence.xml:
5138         * docs/plugins/inspect/plugin-effectv.xml:
5139         * docs/plugins/inspect/plugin-equalizer.xml:
5140         * docs/plugins/inspect/plugin-esdsink.xml:
5141         * docs/plugins/inspect/plugin-flac.xml:
5142         * docs/plugins/inspect/plugin-flxdec.xml:
5143         * docs/plugins/inspect/plugin-gamma.xml:
5144         * docs/plugins/inspect/plugin-gconfelements.xml:
5145         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5146         * docs/plugins/inspect/plugin-goom.xml:
5147         * docs/plugins/inspect/plugin-halelements.xml:
5148         * docs/plugins/inspect/plugin-icydemux.xml:
5149         * docs/plugins/inspect/plugin-id3demux.xml:
5150         * docs/plugins/inspect/plugin-jpeg.xml:
5151         * docs/plugins/inspect/plugin-level.xml:
5152         * docs/plugins/inspect/plugin-matroska.xml:
5153         * docs/plugins/inspect/plugin-monoscope.xml:
5154         * docs/plugins/inspect/plugin-mulaw.xml:
5155         * docs/plugins/inspect/plugin-multifile.xml:
5156         * docs/plugins/inspect/plugin-multipart.xml:
5157         * docs/plugins/inspect/plugin-navigationtest.xml:
5158         * docs/plugins/inspect/plugin-ossaudio.xml:
5159         * docs/plugins/inspect/plugin-png.xml:
5160         * docs/plugins/inspect/plugin-quicktime.xml:
5161         * docs/plugins/inspect/plugin-rtp.xml:
5162         * docs/plugins/inspect/plugin-rtsp.xml:
5163         * docs/plugins/inspect/plugin-shout2send.xml:
5164         * docs/plugins/inspect/plugin-smpte.xml:
5165         * docs/plugins/inspect/plugin-spectrum.xml:
5166         * docs/plugins/inspect/plugin-speex.xml:
5167         * docs/plugins/inspect/plugin-taglib.xml:
5168         * docs/plugins/inspect/plugin-udp.xml:
5169         * docs/plugins/inspect/plugin-video4linux2.xml:
5170         * docs/plugins/inspect/plugin-videobalance.xml:
5171         * docs/plugins/inspect/plugin-videobox.xml:
5172         * docs/plugins/inspect/plugin-videocrop.xml:
5173         * docs/plugins/inspect/plugin-videoflip.xml:
5174         * docs/plugins/inspect/plugin-videomixer.xml:
5175         * docs/plugins/inspect/plugin-wavenc.xml:
5176         * docs/plugins/inspect/plugin-wavpack.xml:
5177         * docs/plugins/inspect/plugin-wavparse.xml:
5178         * docs/plugins/inspect/plugin-ximagesrc.xml:
5179           Add docs for gdkpixbufsink; update docs to CVS version.
5180
5181 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5182
5183         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5184         Remove test sync-offset by default.
5185
5186 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5187
5188         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5190         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5191           Use GLib versions of htonl, htons, ntohl and ntohs in order
5192           to avoid problems on win32 (#529707).
5193
5194 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5195
5196         Patch by: Jesús Corrius <jesus at softcatala org>
5197
5198         * gst/goom/filters.c: (zoomVector):
5199         * gst/goom/goom_core.c: (init_buffers):
5200           Fix build with mingw32: use rand() instead of random() and
5201           replace bzero() with memset(). Fixes #529692.
5202
5203 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5204
5205         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5206         Fix typo in comments.
5207
5208         * tests/examples/rtp/client-H263p-PCMA.sdp:
5209         * tests/examples/rtp/client-H263p-PCMA.sh:
5210         * tests/examples/rtp/client-H264-PCMA.sdp:
5211         * tests/examples/rtp/client-H264-PCMA.sh:
5212         * tests/examples/rtp/client-H264.sdp:
5213         * tests/examples/rtp/client-H264.sh:
5214         * tests/examples/rtp/client-PCMA.sdp:
5215         * tests/examples/rtp/client-PCMA.sh:
5216         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5217         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5218         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5219         Add some more docs and fix examples.
5220
5221 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5222
5223         * tests/check/elements/multifile.c:
5224         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5225         declared in the former, some have it declared in the latter.
5226
5227 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5228
5229         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5230         * gst/debug/tests.c: (md5_get_value):
5231         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5232         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5233         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5234         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5235         Stop using deprecated GLib functions.
5236
5237 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5238
5239         * configure.ac:
5240         Back to development -> 0.10.8.1
5241
5242 === release 0.10.8 ===
5243
5244 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5245
5246         * configure.ac:
5247           releasing 0.10.8, "One For The Money"
5248
5249 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5250
5251         * configure.ac:
5252         0.10.7.4 pre-release
5253
5254 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5255
5256         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5257         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5258         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5259         * gst/goom/flying_stars_fx.c: (fs_free):
5260         * gst/goom/goom_config_param.h:
5261         * gst/goom/goom_core.c: (goom_init), (goom_close):
5262         * gst/goom/goom_plugin_info.h:
5263         * gst/goom/gstgoom.c: (gst_goom_finalize):
5264         * gst/goom/lines.c: (goom_lines_free):
5265         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5266         * gst/goom/surf3d.c: (grid3d_free):
5267         * gst/goom/surf3d.h:
5268         * gst/goom/tentacle3d.c: (tentacle_free):
5269         Free a bunch of stuff, and initialise things to fix leaks
5270         and valgrind warnings in the testsuite.
5271
5272         Fixes: #529268
5273
5274 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5275
5276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5277         (gst_rtspsrc_configure_caps):
5278         Ref caps as the return value for the request_pt_map signal.
5279         Remove some caps weirdness when configuring a stream. See #528245.
5280
5281 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * tests/icles/gdkpixbufsink-test.c:
5284           Add cast to placate gcc 4.1.2.
5285
5286 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5287
5288         * configure.ac:
5289         0.10.7.3 pre-release
5290
5291 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5292
5293         * tests/check/Makefile.am:
5294         Disable some more elements in the state test.
5295         Add a define so the soup test can find the test files
5296         it needs at runtime.
5297
5298         * tests/check/elements/souphttpsrc.c: (run_server):
5299
5300         Add a define so the soup test can find the test files
5301         it needs at runtime.
5302
5303 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5304
5305         * gst/goom/convolve_fx.c: (convolve_apply):
5306         Don't ever draw the GOOM logo.
5307         Fixes: #528615
5308
5309 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5310
5311         * ext/cdio/gstcdiocddasrc.c:
5312         * ext/dv/gstdvdemux.c: 
5313         gst_atomic_int_set ==> g_atomic_int_set
5314
5315 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         * configure.ac:
5318         * gst/goom/Makefile.am:
5319         * gst/goom/convolve_fx.c:
5320         * gst/goom/default_scripts.h:
5321         * gst/goom/goom.h:
5322         * gst/goom/goom_core.c: (choose_a_goom_line):
5323         * gst/goom/goom_plugin_info.h:
5324         * gst/goom/goomsl.c:
5325         * gst/goom/goomsl.h:
5326         * gst/goom/goomsl_hash.c:
5327         * gst/goom/goomsl_hash.h:
5328         * gst/goom/goomsl_heap.c:
5329         * gst/goom/goomsl_heap.h:
5330         * gst/goom/goomsl_private.h:
5331         * gst/goom/plugin_info.c:
5332           Strip out the config/script parsing stuff, we don't need it.
5333           Fixes #527999.
5334
5335 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5336
5337         * gst/goom/plugin_info.c: (setOptimizedMethods):
5338           Disable altivec optimisations for 32-bit PPC as well to make
5339           things build properly on all PPC systems. Fixes #528143
5340
5341 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5342
5343         * gst-plugins-good.spec.in:
5344           Update for souphttpsrc plugin which has moved to -good.
5345
5346 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5347
5348         * gst/matroska/matroska-demux.c:
5349         (gst_matroska_demux_handle_seek_event):
5350         Fix open-ended seeks in matroskademux
5351         Patch by: Mark Nauwelaerts <manauw skynet be>
5352         Fixes: #526557
5353
5354 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * tests/check/Makefile.am:
5357         Add soup test certificates to the dist.
5358
5359 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5360
5361         * ext/Makefile.am:
5362         Remove LADSPA reference I missed.
5363
5364 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5367         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5368         over gnome-vfs and everything else. Fixes bug #527848.
5369
5370 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5371
5372         * configure.ac:
5373         * ext/Makefile.am:
5374         Remove LADSPA plugin. Fixes: #515978
5375
5376 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5377
5378         * configure.ac:
5379         * docs/plugins/Makefile.am:
5380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5382         * docs/plugins/gst-plugins-good-plugins.args:
5383         * docs/plugins/inspect/plugin-soup.xml:
5384         * ext/Makefile.am:
5385         * tests/check/Makefile.am:
5386         Move soup plugin from -bad (Fixes: #523124)
5387
5388 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5389
5390         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5391         Fix bounds checking of mode in Speex header, which may
5392         produce negative numbers in speex <= 1.1.12
5393
5394 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5395
5396         * gst/goom/Makefile.am:
5397         * gst/goom/gfontlib.c:
5398         * gst/goom/gfontlib.h:
5399         * gst/goom/gfontrle.c:
5400         * gst/goom/gfontrle.h:
5401         * gst/goom/goom.h:
5402         * gst/goom/goom_core.c: (goom_update):
5403         * gst/goom/goom_plugin_info.h:
5404         * gst/goom/gstgoom.c: (gst_goom_chain):
5405         * gst/goom/plugin_info.c:
5406           Remove a bunch of font/text related code that we don't need.
5407
5408 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         * gst/goom/ppc_drawings.s:
5411         * gst/goom/ppc_zoom_ultimate.s:
5412           Change license of these files to LGPL, as permitted by the
5413           author, Guillaume Borios. See #515073.
5414
5415 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * gst/goom/convolve_fx.c:
5418         * gst/goom/motif_goom1.h:
5419         * gst/goom/motif_goom2.h:
5420           As hinted in Bug #518213, revert one change and fix warnings properly.
5421           This fixes both #518213 and #520073 for me.     
5422
5423 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5424
5425         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5426         * gst/matroska/matroska-demux.c:
5427         (gst_matroska_demux_handle_seek_event),
5428         (gst_matroska_demux_parse_contents_seekentry),
5429         (gst_matroska_demux_loop):
5430         Fix the Forte build by making function declaration signatures
5431         match the implementations.
5432
5433 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5434
5435         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5436         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5437         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5438           More logging when probing (see #518474), some comments in _reset().
5439
5440 2008-04-07  Julien Moutte  <julien@fluendo.com>
5441
5442         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5443         because of a bad argument number.
5444
5445 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * tests/icles/.cvsignore:
5448         * tests/icles/Makefile.am:
5449         * tests/icles/gdkpixbufsink-test.c:
5450           Interactive test app for gdkpixbufsink.
5451
5452 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5453
5454         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5455
5456         * configure.ac:
5457         Actually build dlls when cross-compiling with mingw32.
5458         Fixes bug #526247.
5459
5460 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5463           Don't munge device string to 'default:x' for capture devices.
5464           Fixes #525833.
5465
5466 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5467
5468         * ext/wavpack/gstwavpackparse.c:
5469         (gst_wavpack_parse_index_entry_free):
5470         Always use GSlice as we actually depend on GLib 2.12 already.
5471
5472 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * configure.ac:
5475           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5476           Also bump the GLib requirement to the current de-facto requirement
5477           (ie. 2.12).
5478
5479 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5480
5481         * gst/rtp/gstrtph264pay.c: (encode_base64),
5482         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5483         * gst/rtp/gstrtph264pay.h:
5484         Parse codec_data for future AVC compatibility.
5485         Fail when we encounter AVC data for now.
5486
5487 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5488
5489         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5490           (gst_spectrum_init), (gst_spectrum_set_property),
5491           (gst_spectrum_get_property), (gst_spectrum_message_new):
5492           Rename property enums and default defines for the properties to match
5493           the property names and rephrase property descriptions to make them a
5494           bit clearer (hopefully). See #518188.
5495
5496 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5497
5498         * tests/check/Makefile.am:
5499         * tests/check/elements/.cvsignore:
5500         * tests/check/elements/gdkpixbufsink.c:
5501           Add unit test for gdkpixbufsink element.
5502
5503 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * ext/gdk_pixbuf/Makefile.am:
5506         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5507         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5508           (gst_gdk_pixbuf_sink_base_init),
5509           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5510           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5511           (gst_gdk_pixbuf_sink_set_caps),
5512           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5513           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5514           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5515           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5516           (gst_gdk_pixbuf_sink_get_property):
5517         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5518           Add gdkpixbufsink element for easy snapshotting (#525946).
5519
5520 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5521
5522         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5523         Bump timeout from 3 to 60 seconds.
5524
5525 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5526
5527         * tests/check/pipelines/.cvignore:
5528         Remove useless file.
5529
5530         * tests/check/pipelines/.cvsignore:
5531         Add new test to .cvsignore.
5532
5533 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5534
5535         * tests/check/Makefile.am:
5536         * tests/check/pipelines/wavpack.c: (bus_handler),
5537         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5538         (wavpack_suite), (main):
5539         Add unit test that encodes and decodes some data, checks that it
5540         is still the same and that all timestamps/offsets are perfect.
5541
5542 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5543
5544         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5545         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5546         * ext/wavpack/gstwavpackparse.c:
5547         (gst_wavpack_parse_index_entry_new),
5548         (gst_wavpack_parse_index_entry_free),
5549         (gst_wavpack_parse_base_init),
5550         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5551         Use GSlice for allocating index entries and use
5552         gst_element_class_set_details_simple().
5553
5554 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5555
5556         Patch by: Brian Cameron <brian.cameron at sun dot com>
5557
5558         * sys/sunaudio/gstsunaudio.c:
5559         * sys/sunaudio/gstsunaudiomixer.c:
5560         * sys/sunaudio/gstsunaudiomixer.h:
5561         * sys/sunaudio/gstsunaudiomixerctrl.c:
5562         * sys/sunaudio/gstsunaudiomixerctrl.h:
5563         * sys/sunaudio/gstsunaudiomixertrack.c:
5564         * sys/sunaudio/gstsunaudiomixertrack.h:
5565         * sys/sunaudio/gstsunaudiosink.c:
5566         * sys/sunaudio/gstsunaudiosink.h:
5567         * sys/sunaudio/gstsunaudiosrc.c:
5568         * sys/sunaudio/gstsunaudiosrc.h:
5569           Fix up copyrights (#525860).
5570
5571 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5572
5573         * gst/goom/goomsl.c: (gsl_read_file):
5574           Check return value of fread() to avoid compiler warnings.
5575
5576 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5577
5578         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5579
5580         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5581         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5582         * gst/law/alaw-decode.h:
5583         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5584         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5585         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5586         * gst/law/mulaw-decode.h:
5587         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5588         Make negotiation a bit modern.
5589         Use pad_alloc. Fixes #525359.
5590
5591 2008-03-31  David Schleef  <ds@schleef.org>
5592
5593         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5594           compiles consistently.  Fixes #522278.
5595
5596 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         Patch by: Brian Cameron <brian.cameron at sun dot com>
5599
5600         * sys/sunaudio/gstsunaudiomixerctrl.c:
5601           (gst_sunaudiomixer_ctrl_get_volume),
5602           (gst_sunaudiomixer_ctrl_set_volume):
5603         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5604           Fix up the mixer tracks to use a volume range of 0-255, which is what
5605           the sun audio API uses. This simplifies the code and avoids rounding
5606           errors. Fixes #524593.
5607
5608 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5609
5610         * sys/v4l2/gstv4l2object.c:
5611         * sys/v4l2/gstv4l2object.h:
5612         Add device-fd property to make it possible to apps to call ioctl's.
5613
5614 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5615
5616         * gst/qtdemux/qtdemux.c: (next_entry_size):
5617         Unbreak streaming mode again.
5618
5619 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5622           Remove superfluous DEBUG macro.
5623
5624 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         Based on patch by: William M. Brack <wbrack at mmm com hk>
5627
5628         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5629           (gst_v4l2src_set_capture):
5630           Check whether the device supports setting the framerate before
5631           trying to set it and then posting a warning or error if it doesn't
5632           work (#516649, #520092). Also compare fractions more correctly.
5633
5634 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         * gst/goom/Makefile.am:
5637           Remove ppc assembler optimisations from the build until they
5638           actually build (they also seem to have GPL headers).
5639
5640 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5641
5642         * m4/Makefile.am:
5643           Better not dist files that don't exist any longer (lrint*m4).
5644
5645 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5646
5647         * configure.ac:
5648         * m4/lrint.m4:
5649         * m4/lrintf.m4:
5650         Remove lrint/lrintf checks. We don't use it anywhere.
5651
5652 2008-03-18  Andy Wingo  <wingo@pobox.com>
5653
5654         * sys/osxvideo/osxvideosink.m
5655         (gst_osx_video_sink_osxwindow_destroy)
5656         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5657         task, whoopdee.
5658         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5659         2 ms.
5660
5661 2008-03-18  Andy Wingo  <wingo@pobox.com>
5662
5663         * sys/osxvideo/osxvideosink.m
5664         (gst_osx_video_sink_osxwindow_destroy)
5665         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5666         task, whoopdee.
5667         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5668         2 ms.
5669         
5670 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         Patch by: William M. Brack <wbrack at mmm com hk>
5673
5674         * sys/v4l2/v4l2src_calls.c:
5675           (gst_v4l2src_probe_caps_for_format_and_size),
5676           (gst_v4l2src_probe_caps_for_format):
5677           Make sure the probed frame sizes are reversed in the resulting
5678           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5679           highest resolution first); also remove unused variable.
5680           (Partly fixes #520092)
5681
5682 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5683
5684         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5685
5686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5687         (gst_rtspsrc_finalize):
5688         Call WSAStartup() and WSACleanup before using the Winsock API.
5689         See #520808.
5690
5691 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * gst/avi/gstavidemux.c:
5694           Erm, the buffer-size is just guint, no need for the special format
5695           specifier.
5696
5697 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5698
5699         * gst/goom/plugin_info.c:
5700         * gst/goom/ppc_zoom_ultimate.h:
5701           Small fixes to build more on PPC: ifdef out code that uses unknown
5702           define; add newline at end of header file to avoid compiler warning.
5703           Assembler code still doesn't build though.
5704
5705 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5706
5707         * gst/avi/gstavidemux.c:
5708           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5709           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5710
5711 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5712
5713         * gst/avi/gstavidemux.c:
5714           Chunksize is uint32. Fix format specifier.
5715
5716 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5717
5718         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5719         mistake. Return file to pure MIT text.
5720
5721 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5722
5723         * gst/audiofx/audiofx.c:
5724         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5725         of hardcoding values.
5726
5727 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         Patch by: Mark Nauwelaerts <manauw skynet be>
5730
5731         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5732           (gst_oss_src_close):
5733         * sys/oss/gstosssrc.h:
5734           Cache probed caps, so _get_caps() during recording doesn't cause
5735           ioctl calls which may disrupt the recording (fixes #521875).
5736
5737 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5738
5739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5740         (gst_qtdemux_activate_segment),
5741         (gst_qtdemux_prepare_current_sample),
5742         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5743         Make sure we always send a DISCONT after a seek by setting the sample
5744         index to an undefined value after a seek.
5745
5746 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5749           (GST_IS_AVI_SUBTITLE_CLASS):
5750           Fix up IS_FOO macros, which makes gtk-doc much happier.
5751
5752 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * tests/icles/Makefile.am:
5755           Move the -lgstfoo where it belongs.
5756
5757 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5758
5759         * gst/matroska/ebml-ids.h:
5760         Add ID for EBML CRC32 elements.
5761
5762         * gst/matroska/Makefile.am:
5763         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5764         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5765         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5766         (gst_ebml_read_header):
5767         Support reading 80bit floats, add finalize method to clean up
5768         in any case, support reading length/id elements with any length
5769         as long as it's smaller than our supported maximum, don't leak
5770         buffers if reading as much data as we wanted failed and some
5771         smaller cleanup.
5772
5773 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5774
5775         Patch by: Olivier Crete <tester at tester dot ca>
5776
5777         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5778         Check that a buffer is large enough before reading from it.
5779         Fixes bug #521102.
5780         
5781 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5782
5783         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5784         Fix compilation after removing the GstPollMode from the
5785         constructor.
5786
5787 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5788
5789         * configure.ac:
5790         * gst/audiofx/Makefile.am:
5791         * gst/audiofx/audiochebband.c:
5792         * gst/audiofx/audiocheblimit.c:
5793         * gst/audiofx/math_compat.h:
5794         Check for sinh(), cosh() and asinh() and define our own
5795         implementations if they're not available. Fixes bug #520880.
5796
5797 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         Patch by: Olivier Crete <tester at tester dot ca>
5800
5801         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5802         Unref the buffers only once when handling not-negotiated errors.
5803         Fixes bug #520764.
5804
5805 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5806
5807         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5808
5809         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5810         (gst_udpsrc_stop):
5811         Properly balance WSA_Cleanup with WSA_Startup.
5812         Also make the poll controllable on windows. Fixes #520888.
5813
5814 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5815
5816         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5817         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5818         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5819         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5820         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5821         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5822         (gst_ebml_read_date), (gst_ebml_read_master),
5823         (gst_ebml_read_binary), (gst_ebml_read_header):
5824         * gst/matroska/ebml-read.h:
5825         * gst/matroska/matroska-demux.c:
5826         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5827         (gst_matroska_demux_read_track_encodings),
5828         (gst_matroska_demux_add_stream),
5829         (gst_matroska_demux_handle_src_query),
5830         (gst_matroska_demux_handle_seek_event),
5831         (gst_matroska_demux_init_stream),
5832         (gst_matroska_demux_parse_tracks),
5833         (gst_matroska_demux_parse_index_cuetrack),
5834         (gst_matroska_demux_parse_index_pointentry),
5835         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5836         (gst_matroska_demux_parse_metadata_id_simple_tag),
5837         (gst_matroska_demux_parse_metadata_id_tag),
5838         (gst_matroska_demux_parse_metadata),
5839         (gst_matroska_demux_sync_streams),
5840         (gst_matroska_demux_push_hdr_buf),
5841         (gst_matroska_demux_push_flac_codec_priv_data),
5842         (gst_matroska_demux_push_xiph_codec_priv_data),
5843         (gst_matroska_demux_add_wvpk_header),
5844         (gst_matroska_demux_check_subtitle_buffer),
5845         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5846         (gst_matroska_demux_parse_cluster),
5847         (gst_matroska_demux_parse_contents_seekentry),
5848         (gst_matroska_demux_parse_contents),
5849         (gst_matroska_demux_loop_stream_parse_id),
5850         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5851         * gst/matroska/matroska-demux.h:
5852         * gst/matroska/matroska-ids.h:
5853         Handle return values from pull_range in a more granular way to properly
5854         shut down on seeks.
5855         Combine return values from push.
5856         Implement proper error handling.
5857         Prepare for handling seeking correctly.
5858
5859 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5860
5861         * gst/matroska/ebml-read.c:
5862         Use GINT64 formatting constants from GLIB.
5863
5864         * gst/matroska/matroska-demux.c:
5865         Add some guards to avoid a possible division by 0 and crashing
5866         with NULL events on some systems.
5867         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5868         conversion. 
5869
5870         * gst/matroska/matroska-mux.c:
5871         Check for invalid timestamps in a bunch of places to avoid
5872         writing bogus durations into the output file.
5873         Fix some double<->gint64 conversions that weren't using
5874         gst_guint64_to_gdouble
5875
5876 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5877
5878         * configure.ac:
5879         Move the checks for bison, flex and as to the program section and the
5880         check for gcc inline asm to the compiler characteristics section.
5881
5882 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5883
5884         * configure.ac:
5885         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5886         plug-ins are included/excluded. (#498222)
5887
5888 2008-02-29  Michael Smith <msmith@fluendo.com>
5889
5890         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5891           Don't call gst_object_sync_values() unless we have a valid timestamp.
5892
5893 2008-02-28  David Schleef  <ds@schleef.org>
5894
5895         * gst/matroska/matroska-demux.c:
5896         * gst/matroska/matroska-ids.h:
5897         * gst/matroska/matroska-mux.c:
5898           Fix Dirac mapping.  I had previously added a VfW-type
5899           mapping, but it looks like Dirac will get a native Matroska
5900           mapping, and this is the most likely method.
5901
5902 2008-02-28  David Schleef  <ds@schleef.org>
5903
5904         * gst/avi/gstavimux.c: Add Dirac encoding
5905
5906 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5907
5908         Patch by: Peter Kjellerstedt <pkj at axis com>
5909
5910         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5911         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5912         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5913         * gst/udp/gstudpsrc.h:
5914         Port to GstPoll. See #505417.
5915
5916 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5917
5918         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5919         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5920         yet on the srcpad. We need rate and channels before we
5921         can do any processing. Fixes bug #519088.
5922
5923 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5924
5925         * configure.ac:
5926         Detect and indicate if GCC inline assembly syntax is
5927         available.
5928
5929         * gst/goom/Makefile.am:
5930         * gst/goom/convolve_fx.c:
5931         * gst/goom/flying_stars_fx.c:
5932         * gst/goom/goom_config.h:
5933         * gst/goom/goom_core.c:
5934         * gst/goom/goomsl.c:
5935         * gst/goom/ifs.c:
5936         * gst/goom/mmx.c:
5937         * gst/goom/plugin_info.c:
5938         * gst/goom/xmmx.c:
5939         Fix various GCC-isms, and only build the inline assembly
5940         with compilers that support GCC inline assembly.
5941
5942         Fix a couple of other warnings shown with Forte.
5943
5944 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * gst/goom/xmmx.c:
5947           Use 'emms' instead of 'femms' to not crash on cpus that do not
5948           implement this 3dnow specific instruction.
5949
5950 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5951
5952         * gst/goom/plugin_info.c: (setOptimizedMethods):
5953         Use extended MMX for draw_line() too if available, not only
5954         normal MMX.
5955
5956 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5957
5958         * ext/jpeg/gstjpeg.c: (plugin_init):
5959         Remove (commented out) smoke typefinder. This is in base now.
5960
5961 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5962
5963         * gst/goom2k1/Makefile.am:
5964         * gst/goom2k1/gstgoom.c:
5965
5966         Rename the installed library, and don't register the same 
5967         GType name as the new goom.
5968
5969 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5970
5971         * configure.ac:
5972         * ext/taglib/Makefile.am:
5973           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5974           when building C++ code (#516509).
5975
5976 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5977
5978         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5979         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5980           (setOptimizedMethods):
5981           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5982           anything useful. Export goom debug category so we can get
5983           rid of the VERBOSE define and the printfs.
5984
5985 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         * gst/goom/goomsl_heap.c: (align_it):
5988         * gst/goom/plugin_info.c: (setOptimizedMethods):
5989           Compile fixes for x86-64.
5990
5991 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5992
5993         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5994         with warnings, but add other CFLAGS
5995
5996         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5997         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5998         (calculate_labels), (gsl_read_file):
5999         * gst/goom/goomsl_lex.l:
6000         * gst/goom/goomsl_yacc.y:
6001         * gst/goom/plugin_info.c: Remove a few live printf, and
6002         fprintf, replace exit() calls with g_assert_not_reached()
6003         if it not optimal for a library
6004
6005 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6006
6007         * gst/goom/Makefile.am: Remove the warnings being disabled,
6008         fix linkage on x86, spotted by Sebastian Dröge
6009         <slomo@circular-chaos.org>
6010
6011         * gst/goom/convolve_fx.c (convolve_init),
6012         (create_output_with_brightness), (convolve_apply):
6013         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6014         * gst/goom/goomsl.c:
6015         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6016         * gst/goom/plugin_info.c:
6017         * gst/goom/tentacle3d.c (tentacle_fx_create):
6018         Fix warnings, and disable the motifs in the convolve_fx
6019         plugin (they were causing warnings, and they were just
6020         "Goom" in funny letterring)
6021
6022 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6023
6024         * configure.ac: Add checks for Flex/Yacc/Bison and other
6025         furry animals, for the new goom 2k4 based plugin
6026
6027         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6028         CPU optimisations (not working yet), move the old plugin to...
6029
6030         * gst/goom2k1/*: ... here, in case somebody is sick enough
6031
6032         Fixes #515073
6033
6034 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6035
6036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6037         Post the server response code in an error message instead of a generic
6038         'error' message. Fixes #517237.
6039
6040 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6041
6042         * tests/check/Makefile.am:
6043         Ignore gconfaudiosrc for the states unit test too. It will fallback
6044         to alsasrc if the gconf settings can't be read and not everybody has
6045         alsa.
6046
6047 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6048
6049         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6050         (gst_wavpack_parse_create_src_pad):
6051         * ext/wavpack/gstwavpackparse.h:
6052         Always report the duration if we know it in push mode and don't
6053         return 0 just to make totem believe we can't seek in push mode.
6054         Newer totem version use the SEEKING query which properly reports
6055         if we can seek or not.
6056
6057 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6058
6059         Patch by: Jens Granseuer <jensgr at gmx dot net>
6060
6061         * tests/examples/equalizer/demo.c: (main):
6062         C89 fix, moving variable declarations to the beginning of
6063         the block. Fixes bug #517933.
6064
6065 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6066
6067         * configure.ac:
6068         Back to development...
6069
6070 === release 0.10.7 ===
6071
6072 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6073
6074         * configure.ac:
6075           releasing 0.10.7, "Red Door Black"
6076
6077 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6078
6079         * gst/alpha/Makefile.am:
6080         Link alpha plugin with libgstbase. Fixes bug #517386.
6081
6082 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6083
6084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6085         Init values to -1 instead of the default 0 value.
6086         Fixes #516524.
6087
6088 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6089
6090         * tests/examples/spectrum/spectrum-example.c:
6091         Add missing include to fix compilation when libxml usage is disabled.
6092         Fixes: #516371
6093
6094 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6095
6096         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6097         fixes: #514889
6098
6099         * gst/rtp/gstrtph264pay.c:
6100         * gst/rtp/gstrtpmp4gdepay.c:
6101         * gst/rtp/gstrtpmp4gpay.c:
6102         * gst/rtp/gstrtpmp4gpay.h:
6103         * gst/rtp/gstrtptheorapay.c:
6104         * gst/rtp/gstrtpvorbispay.c:
6105
6106         Fix various leaks shown up in valgrind
6107         - free sprops and buffer in error cases in H264 payloader
6108         - fix leak in mp4g depayloader when construction the caps
6109         - don't leak config string in the mp4g payloader
6110         - don't leak buffers and headers in theora and vorbis payloaders
6111
6112         * tests/check/elements/rtp-payloading.c:
6113
6114         Fix the RTP data test
6115         - Actually send valid amr data to the payloader instead of 20
6116         zero-bytes
6117         - The mp4g payloader expects codec_data on the caps
6118
6119 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6120
6121         * win32/MANIFEST:
6122         Add libgstpng.dsp to MANIFEST.
6123         * win32/vs6/libgstaudiofx.dsp:
6124         Add new source files to VS project file.
6125
6126 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6127
6128         * sys/ximage/gstximagesrc.c:
6129         Initialise variables when opening the X display rather
6130         than in _start(), as the display can be opened before that.
6131
6132         Fixes: #515985
6133
6134 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6135
6136         * sys/directdraw/gstdirectdrawsink.c:
6137         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6138         (gst_directdraw_sink_finalize):
6139         Properly chain up finalize functions. Fixes bug #515980.
6140
6141 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6142
6143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6144         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6145         (gst_v4l2_buffer_pool_class_init):
6146         Chain up the finalize functions. Fixes bug #515984.
6147
6148 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6149
6150         * sys/ximage/ximageutil.c:
6151         Chain up in the finalize function for our custom
6152         buffer sub-class.
6153         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6154         Fixes: #515706
6155
6156 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6157
6158         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6159         (gst_fenced_buffer_class_init):
6160         Properly chain up finalize method. Fixes bug #515979.
6161
6162 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6163
6164         * sys/ximage/gstximagesrc.c:
6165         Free allocated Damage memory before closing our connection to the
6166         X server. Partially fixes: #515706
6167
6168 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6169
6170         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6171         * tests/check/Makefile.am:
6172         * tests/check/gst-plugins-good.supp:
6173         Add a few libjpeg suppressions and initialize a variable to
6174         make smokeenc valgrind clean. Fixes bug #515701.
6175
6176 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6177
6178         * gst/avi/gstavidemux.c:
6179         Revert patch which sends timestamps only on keyframes, as it
6180         breaks playback with current gst-ffmpeg.
6181
6182         Fixes: #515562
6183
6184 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6185
6186         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6187         * tests/check/elements/multifile.c: (GST_START_TEST):
6188         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6189
6190 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6191
6192         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6193         Use and unset the GError when pipeline creation fails instead of
6194         simply leaking it. Fixes bug #515704.
6195
6196 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6197
6198         * gst/audiofx/audioamplify.c:
6199         * gst/audiofx/audiochebband.c:
6200         * gst/audiofx/audiocheblimit.c:
6201         * gst/audiofx/audiodynamic.c:
6202         * gst/audiofx/audioinvert.c:
6203         * gst/audiofx/audiopanorama.c:
6204         * gst/audiofx/audiowsincband.c:
6205         * gst/audiofx/audiowsinclimit.c:
6206         Fix long description of audiofx elements. Fixes bug #515457.
6207
6208 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6209
6210         * docs/plugins/Makefile.am:
6211         * gst/spectrum/gstspectrum.c:
6212         * tests/examples/spectrum/.cvsignore:
6213         * tests/examples/spectrum/Makefile.am:
6214         * tests/examples/spectrum/spectrum-example.c:
6215
6216         Add a simple example application for the spectrum element, include it
6217         in the docs, and fix some documentation ambiguities.
6218
6219         Fixes: #348085
6220
6221 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6222
6223         * gst/equalizer/Makefile.am:
6224         * gst/spectrum/Makefile.am:
6225         Fix includes order
6226
6227         * tests/check/Makefile.am:
6228         Exclude v4l2src from the states test - it takes too long to start.
6229
6230         * tests/check/elements/spectrum.c:
6231         Make the test run properly with CK_FORK=no
6232
6233 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6234
6235         * gst/audiofix/Makefile.am: add missing header files 
6236
6237 2008-02-08  Julien Moutte  <julien@fluendo.com>
6238
6239         * gst/matroska/matroska-demux.c:
6240         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6241         keyframe and delta units correctly when dealign with a BlockGroup.
6242         Fixes: #514397
6243
6244 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6245
6246         * tests/check/elements/.cvsignore:
6247         Spell the new tests correctly in .cvsignore
6248
6249 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6250
6251         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6252           Need to use gsize here for the size, fixes compiler warning.
6253
6254         * tests/examples/equalizer/.cvsignore:
6255         * tests/examples/equalizer/Makefile.am:
6256         * tests/examples/spectrum/.cvsignore:
6257         * tests/examples/spectrum/Makefile.am:
6258           Add missing files to fix the build.
6259
6260 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6261
6262         * configure.ac:
6263         * docs/plugins/Makefile.am:
6264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6266         * docs/plugins/gst-plugins-good-plugins.args:
6267         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6268         * docs/plugins/inspect/plugin-multifile.xml:
6269         * tests/check/Makefile.am:
6270         * tests/check/elements/.cvsignore:
6271
6272         Move multifile plugin from -bad.
6273         Fixes: #490283
6274
6275 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6276
6277         * configure.ac:
6278         * docs/plugins/Makefile.am:
6279         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6280         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6281         * docs/plugins/gst-plugins-good-plugins.args:
6282         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6283         * docs/plugins/inspect/plugin-spectrum.xml:
6284         * gst/spectrum/Makefile.am:
6285         * tests/check/Makefile.am:
6286         * tests/check/elements/.cvsignore:
6287         * tests/examples/Makefile.am:
6288
6289         Move spectrum plugin from -bad.
6290         Move examples into tests/examples/spectrum.
6291
6292 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6293
6294         * configure.ac:
6295         * docs/plugins/Makefile.am:
6296         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6297         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6298         * docs/plugins/gst-plugins-good-plugins.args:
6299         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6300         * docs/plugins/gst-plugins-good-plugins.interfaces:
6301         * docs/plugins/inspect/plugin-equalizer.xml:
6302         * gst/equalizer/Makefile.am:
6303         * tests/check/Makefile.am:
6304         * tests/examples/Makefile.am:
6305         Move the equalizer plugin across from -bad
6306
6307         * tests/check/elements/.cvsignore:
6308         Add equalizer, audiosincwband and audiosincwlimit
6309
6310         * tests/check/elements/equalizer.c:
6311         Fix compiler warnings
6312
6313         Fixes: #415627
6314
6315 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6316
6317         * configure.ac:
6318         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6319         are treated like releases and build without it.
6320
6321 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6322
6323         * docs/plugins/Makefile.am:
6324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6325         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6326         * docs/plugins/gst-plugins-good-plugins.args:
6327         * docs/plugins/inspect/plugin-audiofx.xml:
6328         * gst/audiofx/Makefile.am:
6329         * gst/audiofx/audiofx.c:
6330         * gst/audiofx/audiowsincband.c:
6331         * gst/audiofx/audiowsincband.h:
6332         * gst/audiofx/audiowsinclimit.c:
6333         * gst/audiofx/audiowsinclimit.h:
6334         * tests/check/Makefile.am:
6335         * tests/check/elements/audiowsincband.c:
6336         * tests/check/elements/audiowsinclimit.c:
6337
6338         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6339         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6340         respectively.
6341
6342         Fixes: #467666
6343
6344 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6347         * tests/check/elements/icydemux.c:
6348           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6349           caps, and add a somewhat useful debug message. Plus test.
6350
6351 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6352
6353         * gst/rtsp/gstrtspsrc.c:
6354         Include unistd.h only if HAVE_UNISTD_H is defined
6355         * win32/common/config.h.in:
6356         * win32/common/config.h:
6357         Define socklen_t as it seems it's not defined in default 
6358         Visual Studio headers.
6359         * win32/vs6/libgstalpha.dsp:
6360         * win32/vs6/libgstapetag.dsp:
6361         * win32/vs6/libgstavi.dsp:
6362         * win32/vs6/libgstrtp.dsp:
6363         * win32/vs6/libgstrtsp.dsp:
6364         * win32/vs6/libgstvideomixer.dsp:
6365         Update project file dependencies and add new source files       
6366
6367 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6368
6369         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6370
6371         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6372         Don't leak buffers when we don't push them downstream.
6373         Fixes bug #514965.
6374
6375 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * configure.ac:
6378           Bump requirements to (good) released versions to avoid
6379           confusion and make implicit core requirement explicit.
6380
6381 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6382
6383         * docs/plugins/Makefile.am:
6384         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6386         * docs/plugins/gst-plugins-good-plugins.args:
6387         * docs/plugins/inspect/plugin-audiofx.xml:
6388         * gst/audiofx/Makefile.am:
6389         * gst/audiofx/audiochebband.c:
6390         * gst/audiofx/audiochebband.h:
6391         * gst/audiofx/audiocheblimit.c:
6392         * gst/audiofx/audiocheblimit.h:
6393         * gst/audiofx/audiochebyshevfreqband.c:
6394         * gst/audiofx/audiochebyshevfreqband.h:
6395         * gst/audiofx/audiochebyshevfreqlimit.c:
6396         * gst/audiofx/audiochebyshevfreqlimit.h:
6397         * gst/audiofx/audiofx.c:
6398         * tests/check/Makefile.am:
6399         * tests/check/elements/.cvsignore:
6400         * tests/check/elements/audiochebband.c:
6401         * tests/check/elements/audiocheblimit.c:
6402         * tests/check/elements/audiochebyshevfreqband.c:
6403         * tests/check/elements/audiochebyshevfreqlimit.c:
6404
6405         Rename audiochebyshevfreqband -> audiochebband and
6406         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6407         surgery.
6408
6409         Closes: #491811
6410
6411 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6412
6413         Patch by: Orjan Friberg <orjanf at axis dot com>
6414
6415         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6416         Fix caps memory leak. Fixes #514573.
6417
6418 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6419
6420         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6421         If there's no entries in the subindex, don't try to do anything stupid,
6422         just return.
6423
6424 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6425
6426         Patch by: John Millikin <jmillikin at gmail dot com>
6427
6428         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6429           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6430           Fix extraction of picture blocks with newer libflac versions again:
6431           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6432
6433 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6434
6435         * tests/check/Makefile.am:
6436           Add rtp-payloading test to VALGRIND_TO_FIX.
6437
6438         * tests/check/elements/rtp-payloading.c:
6439           Add semicolons after GST_TEST_END so gst-indent gets the
6440           formatting right; make test less verbose in general, but
6441           more verbose in the error case (which should probably
6442           make the test fail anyway).
6443
6444 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6445
6446         * docs/plugins/Makefile.am:
6447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6449         * gst/avi/gstavisubtitle.c:
6450         Add documentation for avisubtitle and change class to
6451         Codec/Parser/Subtitle
6452
6453 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6454
6455         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6456         Treat ENOTTY (driver does not implement ioctl) the same as
6457         EINVAL since it implies there are no available standards.
6458
6459         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6460         (gst_v4l2src_get_nearest_size):
6461         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6462         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6463         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6464         reason, and if we aren't yet actively capturing.
6465
6466         * sys/v4l2/v4l2src_calls.h:
6467         Remove replaced function declaration.
6468
6469 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6470
6471         * configure.ac:
6472         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6473         API.
6474
6475 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6476
6477         * configure.ac:
6478         Fix typo.
6479
6480 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6481
6482         * gst/alpha/Makefile.am:
6483         * gst/alpha/gstalpha.c:
6484
6485         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6486         some stuff, and making buffer-alloc and resizing work automatically.
6487         No longer crashes on odd frame widths and heights, although there
6488         seems to be a disagreement with ffmpegcolorspace about what size
6489         an AYUV frame with odd height should be.
6490
6491 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6492
6493         Patch by: Alessandro Decina <alessandro at nnva dot org>
6494
6495         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6496         * ext/libpng/gstpngenc.h:
6497         Preallocate the output buffer so that g_memdup() and
6498         gst_buffer_merge() aren't needed anymore. This greatly improves
6499         performances and fixes #512544.
6500
6501 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6502
6503         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6504         (gst_avi_demux_stream_data):
6505         GStreamer timestamps are PTS values while AVI only knows about DTS
6506         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6507         we are dealing with a key frame.
6508
6509 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * tests/check/Makefile.am:
6512         * tests/check/elements/.cvsignore:
6513         * tests/check/elements/rtp-payloading.c:
6514           Add add testsuite for the rtp-payloader that tries simulating
6515           dataflow. Needs more test data.
6516
6517 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6518
6519         * tests/check/elements/alphacolor.c:
6520           Remove two unused variables.
6521
6522 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6523
6524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6525           Use g_ascii_strtoll() instead of atoll, which is only
6526           available in C99.
6527
6528 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6529
6530         * gst/rtp/Makefile.am:
6531         * gst/rtp/gstrtp.c:
6532         * gst/rtp/gstrtpmpvpay.c:
6533         * gst/rtp/gstrtpmpvpay.h:
6534         Add MPEG2 video payloader
6535
6536 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6537
6538         * gst/level/gstlevel.c:
6539         Use #include <math.h> instead of #include "math.h".
6540
6541 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6542
6543         * tests/check/Makefile.am:
6544         Fix up some CFLAGS sets.
6545         Don't include gconfvideosrc in the states test.
6546
6547         * tests/check/elements/autodetect.c: (GST_START_TEST):
6548         Add some error strings to fail_unless arguments to fix some weird
6549         compiler errors on Solaris.
6550
6551 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6552
6553         * configure.ac:
6554         Detect video4linux headers on Solaris too.
6555         * sys/v4l2/gstv4l2colorbalance.h:
6556         * sys/v4l2/gstv4l2object.h:
6557         * sys/v4l2/v4l2_calls.c:
6558         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6559         (gst_v4l2_buffer_new):
6560
6561         Make v4l2 build on Solaris.
6562         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6563         Fixes: #510505
6564
6565 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6566
6567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6568           Update list from (still local) scanning script.
6569
6570 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6571
6572         Based on a patch by:
6573             Victor STINNER <victor dot stinner at haypocalc dot com>
6574
6575         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6576         Set variable to NULL after freeing it to prevent double frees
6577         or make failures by another use of it afterwards more obvious
6578         and fix use of it after the freeing. Fixes bug #510592.
6579
6580 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6581
6582         * gst/udp/gstmultiudpsink.c:
6583         use GST_WARNING for logging
6584
6585 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6586
6587         * gst/udp/gstmultiudpsink.c:
6588         Don't try to leave a multicast group with an invalid socket
6589
6590 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6591
6592         * ext/flac/gstflacdec.c:
6593           Fix compilation against flac 1.1.2 (as on debian stable), where
6594           the picture metadata defines and structs don't exist yet.
6595           Fixes #509301.
6596
6597 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6598
6599         Patch by: Olivier Crete <tester at tester dot ca>
6600
6601         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6602         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6603         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6604         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6605         * gst/udp/gstmultiudpsink.h:
6606         Add property to automatically join a multicast group or not. This can be
6607         useful when sharing a socket between multiple elements.
6608         Fixes #509531.
6609
6610 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6611
6612         * gst/videomixer/Makefile.am:
6613           Add controller flags.
6614
6615 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6616
6617         * gst/videomixer/videomixer.c:
6618           Also commit the missing gst_object_sync_values().
6619
6620 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6621
6622         * docs/plugins/Makefile.am:
6623           Remove duplicate entry.
6624
6625 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6626
6627         * docs/plugins/Makefile.am:
6628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6630         * docs/plugins/inspect/plugin-gamma.xml:
6631         * docs/plugins/inspect/plugin-monoscope.xml:
6632         * docs/plugins/inspect/plugin-video4linux2.xml:
6633           Add 3 more plugins to docs.
6634
6635 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6636
6637         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6638         * sys/osxvideo/osxvideosink.h:
6639           Revert previous change caused by a file that got stuck on an old
6640           revision.
6641
6642 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6643
6644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6645         * gst/multipart/Makefile.am:
6646         * gst/multipart/multipartdemux.c:
6647         * gst/multipart/multipartdemux.h:
6648         * gst/multipart/multipartmux.c:
6649         * gst/multipart/multipartmux.h:
6650           Re-add multipartdemux to the docs. Last round of section cleanup.
6651
6652 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6653
6654         * docs/plugins/Makefile.am:
6655         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6656         * sys/osxaudio/gstosxaudiosink.h:
6657         * sys/osxvideo/osxvideosink.h:
6658           Managed to resolve most unused declarations. Filed a bug for one left.          
6659
6660 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6661
6662         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6663           Cleanup section file.
6664
6665 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6666
6667         * docs/plugins/Makefile.am:
6668         * docs/plugins/gst-plugins-good-plugins.args:
6669         * docs/plugins/gst-plugins-good-plugins.signals:
6670         * docs/plugins/inspect/plugin-alaw.xml:
6671         * docs/plugins/inspect/plugin-alpha.xml:
6672         * docs/plugins/inspect/plugin-alphacolor.xml:
6673         * docs/plugins/inspect/plugin-annodex.xml:
6674         * docs/plugins/inspect/plugin-apetag.xml:
6675         * docs/plugins/inspect/plugin-audiofx.xml:
6676         * docs/plugins/inspect/plugin-auparse.xml:
6677         * docs/plugins/inspect/plugin-autodetect.xml:
6678         * docs/plugins/inspect/plugin-avi.xml:
6679         * docs/plugins/inspect/plugin-cairo.xml:
6680         * docs/plugins/inspect/plugin-cdio.xml:
6681         * docs/plugins/inspect/plugin-cutter.xml:
6682         * docs/plugins/inspect/plugin-debug.xml:
6683         * docs/plugins/inspect/plugin-dv.xml:
6684         * docs/plugins/inspect/plugin-efence.xml:
6685         * docs/plugins/inspect/plugin-effectv.xml:
6686         * docs/plugins/inspect/plugin-flac.xml:
6687         * docs/plugins/inspect/plugin-flxdec.xml:
6688         * docs/plugins/inspect/plugin-gconfelements.xml:
6689         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6690         * docs/plugins/inspect/plugin-goom.xml:
6691         * docs/plugins/inspect/plugin-halelements.xml:
6692         * docs/plugins/inspect/plugin-icydemux.xml:
6693         * docs/plugins/inspect/plugin-id3demux.xml:
6694         * docs/plugins/inspect/plugin-jpeg.xml:
6695         * docs/plugins/inspect/plugin-ladspa.xml:
6696         * docs/plugins/inspect/plugin-level.xml:
6697         * docs/plugins/inspect/plugin-matroska.xml:
6698         * docs/plugins/inspect/plugin-mulaw.xml:
6699         * docs/plugins/inspect/plugin-multipart.xml:
6700         * docs/plugins/inspect/plugin-navigationtest.xml:
6701         * docs/plugins/inspect/plugin-png.xml:
6702         * docs/plugins/inspect/plugin-quicktime.xml:
6703         * docs/plugins/inspect/plugin-rtp.xml:
6704         * docs/plugins/inspect/plugin-rtsp.xml:
6705         * docs/plugins/inspect/plugin-shout2send.xml:
6706         * docs/plugins/inspect/plugin-smpte.xml:
6707         * docs/plugins/inspect/plugin-speex.xml:
6708         * docs/plugins/inspect/plugin-taglib.xml:
6709         * docs/plugins/inspect/plugin-udp.xml:
6710         * docs/plugins/inspect/plugin-videobalance.xml:
6711         * docs/plugins/inspect/plugin-videobox.xml:
6712         * docs/plugins/inspect/plugin-videocrop.xml:
6713         * docs/plugins/inspect/plugin-videoflip.xml:
6714         * docs/plugins/inspect/plugin-videomixer.xml:
6715         * docs/plugins/inspect/plugin-wavenc.xml:
6716         * docs/plugins/inspect/plugin-wavpack.xml:
6717         * docs/plugins/inspect/plugin-wavparse.xml:
6718           Update plugin docs.
6719
6720         * gst/videomixer/Makefile.am:
6721         * gst/videomixer/videomixer.c:
6722         * gst/videomixer/videomixer.h:
6723         * gst/videomixer/videomixerpad.h:
6724           Split out header to fix warnings from the doc-build.
6725
6726 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6727
6728         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6729
6730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6731         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6732
6733 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6737           Initialise variables to work around (false) 'foo might be used
6738           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6739
6740 2008-01-11  David Schleef  <ds@schleef.org>
6741
6742         * docs/plugins/.cvsignore:
6743         * tests/check/pipelines/.cvsignore:
6744           Ignore more files for the buildbot.
6745
6746 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6747
6748         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6749         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6750         Generate the image-type values correctly. Leave them out of the caps
6751         when outputting a "preview image" tag, since it only makes sense
6752         to have one of those - the type is irrelevant.
6753
6754         * sys/sunaudio/gstsunaudiomixerctrl.c:
6755         (gst_sunaudiomixer_ctrl_open):
6756         If we can, mark the mixer multiple open when we use it, in case
6757         (for some reason) the process wants to open it again elsewhere.
6758
6759 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6760
6761         Patch by: Olivier Crete <tester at tester dot ca>
6762
6763         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6764         * gst/rtp/gstrtptheorapay.c:
6765         Fix the clock rate to 90000 as required by the RFC.
6766         Fixes #508644.
6767
6768 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6769
6770         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6771           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6772
6773 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6774
6775         * autogen.sh:
6776           Add -Wno-portability to the automake parameters to stop warnings
6777           about GNU make extensions being used. We require GNU make in almost
6778           every Makefile anyway.
6779           
6780         * configure.ac:
6781           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6782           at the same time is required for per target flags.
6783
6784 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6785
6786         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6787         Fix error from my last commit.
6788
6789 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6792
6793         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6794           Make sure the ISO 639-X language code in ID3v2 COMM frames
6795           is actually valid UTF-8 (or rather: ASCII), so we don't end
6796           up with non-UTF8 strings in tags if there's garbage in the
6797           language field. Also make sure the language code is always
6798           lower case. Fixes: #508291.
6799
6800 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6801
6802         * ChangeLog:
6803           Fix ChangeLog typo.
6804
6805 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6806
6807         * Makefile.am:
6808           Include lcov.mak to allow building coverage reports. Guard
6809           check-torture target like in the other packages.
6810
6811 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6812
6813         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6814
6815         * gst/videomixer/videomixer.c:
6816         (gst_videomixer_set_master_geometry), (_do_init),
6817         (gst_videomixer_child_proxy_get_child_by_index),
6818         (gst_videomixer_child_proxy_get_children_count),
6819         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6820         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6821         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6822         Implement GstChildProxy interface.
6823         Send newsegment at the right moment
6824         Fixes #488879
6825
6826 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6827
6828         * gst/alpha/Makefile.am:
6829         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6830         (gst_alpha_sink_event), (gst_alpha_chain),
6831         (gst_alpha_change_state), (plugin_init):
6832         Make the various properties of 'alpha' controllable. This allows doing
6833         niceties like fade-in/fade-out.
6834
6835 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * gst/rtp/gstasteriskh263.c:
6838         * gst/rtp/gstrtpL16depay.c:
6839         * gst/rtp/gstrtpac3depay.c:
6840         * gst/rtp/gstrtpamrpay.c:
6841         * gst/rtp/gstrtpdepay.c:
6842         * gst/rtp/gstrtpgsmdepay.c:
6843         * gst/rtp/gstrtph263depay.c:
6844         * gst/rtp/gstrtph263pdepay.c:
6845         * gst/rtp/gstrtph263ppay.c:
6846         * gst/rtp/gstrtph264depay.c:
6847         * gst/rtp/gstrtph264pay.c:
6848         * gst/rtp/gstrtpmp2tdepay.c:
6849         * gst/rtp/gstrtpmp4adepay.c:
6850         * gst/rtp/gstrtpmp4gdepay.c:
6851         * gst/rtp/gstrtpmp4gpay.c:
6852         * gst/rtp/gstrtpmp4vdepay.c:
6853         * gst/rtp/gstrtpmpadepay.c:
6854         * gst/rtp/gstrtpmpvdepay.c:
6855         * gst/rtp/gstrtpsv3vdepay.c:
6856         * gst/rtp/gstrtptheoradepay.c:
6857         * gst/rtp/gstrtptheorapay.c:
6858         * gst/rtp/gstrtpvorbisdepay.c:
6859         * gst/rtp/gstrtpvorbispay.c:
6860           Remove copy/paste unused code (property setters and getter) found by
6861           the coverage suite (yay, saves ~20k on disk).
6862
6863 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6864
6865         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6866           (videosink_templ):
6867           Also fix up pad templates to indicate that image/jpeg doesn't
6868           absolutely require the framerate property to be set (#504081).
6869
6870 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6871
6872         Based on patch by: Wouter Cloetens  <wouter at mind be>
6873
6874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6875           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6876           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6877         * gst/matroska/matroska-mux.h:
6878           Keep track of first and last timestamps for each incoming stream,
6879           so we can calculate the total duration for live sources and other
6880           input where we can't query the duration from the start or where
6881           there's no constant framerate from which we can deduce the
6882           duration; also use calculated/observed duration if it is bigger
6883           than the previously queried duration. Furthermore, use
6884           gst_pad_query_peer_duration() and take into account that it may
6885           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6886           screws up comparisons when using unsigned integers. Fixes #504081.
6887
6888 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6889
6890         * configure.ac:
6891         * gst/audiofx/audioamplify.c:
6892         (gst_audio_amplify_clipping_method_get_type),
6893         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6894         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6895         (gst_audio_dynamic_transform_ip):
6896         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6897         (gst_audio_invert_transform_ip):
6898         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6899         (gst_audio_panorama_transform):
6900         * gst/level/gstlevel.c: (gst_level_init):
6901         Make elements GST_BUFFER_FLAG_GAP aware and call
6902         gst_base_transform_set_gap_aware for this.
6903         Bump core requirement to CVS.
6904         
6905         * gst/audiofx/audiochebyshevfreqband.c:
6906         (gst_audio_chebyshev_freq_band_transform_ip):
6907         * gst/audiofx/audiochebyshevfreqlimit.c:
6908         (gst_audio_chebyshev_freq_limit_transform_ip):
6909         Also sync GObject properties to the controller if operating
6910         in passthrough mode.
6911
6912 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         * sys/directdraw/gstdirectdrawsink.c:
6915           (gst_directdraw_sink_window_thread):
6916           FALSE is not a gpointer.
6917
6918 2008-01-05  Julien Moutte  <julien@fluendo.com>
6919
6920         * sys/directdraw/gstdirectdrawsink.c:
6921         (gst_directdraw_sink_set_window_id),
6922         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6923         (gst_directdraw_sink_buffer_alloc),
6924         (gst_directdraw_sink_draw_borders),
6925         (gst_directdraw_sink_show_frame),
6926         (gst_directdraw_sink_setup_ddraw),
6927         (gst_directdraw_sink_window_thread),
6928         (gst_directdraw_sink_get_ddrawcaps),
6929         (gst_directdraw_sink_surface_create): Make sure we create our
6930         internal window only when we need it. That will give a chance to
6931         the application to get the prepare-xwindow-id bus message. Draw
6932         black borders when keeping aspect ratio. Handle the case where our
6933         rendering window disappears (closed or errors) like other sinks
6934         do. Various 80 columns fixes, improve state change order. That
6935         element could need some more love.
6936
6937 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6938
6939         * ext/taglib/gstapev2mux.h:
6940         * ext/taglib/gstid3v2mux.h:
6941         Remove useless typedefs without new type name. Fixes a warning with
6942         gcc 4.3.
6943
6944 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6945
6946         Patch by: John Millikin <jmillikin at gmail dot com>
6947
6948         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6949         (gst_flac_dec_setup_stream_decoder),
6950         (gst_flac_normalize_picture_mime_type),
6951         (gst_flac_extract_picture_buffer),
6952         (gst_flac_dec_metadata_callback):
6953         Emit metadata messages when a PICTURE block is encountered.
6954         Fixes #506715.
6955
6956 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6957
6958         * gst/avi/gstavi.c:
6959         increase rank because no known issues anymore ...
6960         * gst/avi/gstavisubtitle.c:
6961         send subtitle name to the srcpad
6962
6963 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6964
6965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6966         * gst/rtsp/gstrtspsrc.h:
6967         Implement redirect for the DESCRIBE reply. Fixes #506025.
6968
6969 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6970
6971         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6972         Fix 'xyz may be used uninitialized' compiler warnings caused
6973         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6974         abort() in any case but properly report the error.
6975
6976 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6977
6978         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6979         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6980         * sys/ximage/gstximagesrc.c: (composite_pixel):
6981           Fix 'xyz may be used uninitialized' compiler warnings caused
6982           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6983           not really nice to abort in any case). Fixes #505745.
6984
6985 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6986
6987         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6988           Small unit test fix (has no practical impact at the moment,
6989           since we're only feeding utf8 and hence just create a sub-
6990           buffer for the output).
6991
6992 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6993
6994         * gst/avi/gstavisubtitle.c:
6995         * tests/check/elements/avisubtitle.c:
6996         Add seeking support for avi subtitle
6997
6998 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6999
7000         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7001         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7002         (gst_flac_dec_write):
7003         * ext/flac/gstflacdec.h:
7004         Remove some unused vars.
7005         Do more cleanup of leftover events and tags.
7006         Output tags after the segment event. Fixes #504018.
7007
7008 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7011           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7012           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7013           Detect other UTF byte order markers and convert to UTF-8 as
7014           appropriate.
7015
7016 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * gst/avi/gstavisubtitle.c: (src_template),
7019           (gst_avi_subtitle_extract_utf8_file),
7020           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7021           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7022           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7023         * gst/avi/gstavisubtitle.h:
7024           Refactor a bit; fix name extraction; don't assume all the data
7025           in the chunk is actually subtitle data, there may be padding at
7026           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7027           file so it's there to send again after a seek (for future use).
7028
7029 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7030
7031         * gst/avi/Makefile.am:
7032         * gst/avi/gstavi.c:
7033         * gst/avi/gstavisubtitle.c:
7034         * gst/avi/gstavisubtitle.h:
7035         * tests/check/Makefile.am:
7036         * tests/check/elements/avisubtitle.c:
7037         * win32/common/config.h:
7038                 Add avi subtitle element for bug #442034. Need seeking support
7039                 and more support for character conversion.
7040
7041 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7042
7043         * Makefile.am:
7044           Include common/win32.mak for CRLF check of win32 project
7045           files (see #393626).
7046
7047         * win32/vs6/libgstpng.dsp:
7048           Fix line endings and do cvs admin -kb.
7049
7050 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7051
7052         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7053         Actually drop the buffers which are outside the currently configured
7054         segment instead of just emitting a WARNING.
7055
7056 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7057
7058         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7059         (gst_flac_dec_write):
7060         * ext/flac/gstflacdec.h:
7061         Send segments from the streaming thread. Fixes #502187.
7062         Fix segment seeking and a bunch of other seeking cases.
7063
7064 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7065
7066         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7067           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7068           which is where it would end up if the same information was
7069           put in a vorbis comment (don't think it's worth adding a
7070           new URI tag for this). Fixes #488112.
7071
7072 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7073
7074         * configure.ac:
7075           We need core/base 0.10.15 or later.
7076
7077 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7078
7079         Patch by: Mark Nauwelaerts <manauw skynet be>
7080
7081         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7082         Fix regression in stream numbering. Fixes #502655.
7083
7084 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7085
7086         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7087
7088         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7089         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7090         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7091         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7092         (gst_rtp_h264_pay_handle_buffer):
7093         * gst/rtp/gstrtph264pay.h:
7094         Use higher performance start-code searching.
7095         Parse NALs and store SPS, PPS and profile in the caps so that they can
7096         be used in the SDP. Fixes #502814.
7097
7098 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7101         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7102           Init some structs to zero before we pass them to ioctl, which
7103           avoids valgrind warnings.  Also fix a small memory leak.
7104
7105 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7106
7107         Patch by: Wouter Cloetens <wouter at mind dot be>
7108
7109         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7110         Copy timestamp from input to output. Not very perfect yet but better
7111         than nothing. Fixes #503023.
7112
7113 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7114
7115         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7116           Also print a useful error message with the old Wavpack API
7117           if possible.
7118
7119 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         * ext/wavpack/gstwavpackdec.c:
7122           More build fixes for old libwavpack versions: include config.h so
7123           that WAVPACK_OLD_API is actually defined as detected; only use
7124           WavpackGetErrorMessage if it is available. This fixes the build
7125           on debian stable for me.
7126
7127 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7128
7129         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7130         * ext/wavpack/gstwavpackparse.c:
7131           (gst_wavpack_parse_create_src_pad):
7132           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7133           versions below 4.40.0.
7134
7135 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7136
7137         * configure.ac:
7138           And now do it right for real...
7139
7140 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7141
7142         * configure.ac:
7143           Correctly reset $LIBS to not contain -lm.
7144
7145 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7146
7147         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7148
7149         * configure.ac:
7150         * ext/cairo/gsttimeoverlay.c:
7151           (gst_cairo_time_overlay_print_smpte_time):
7152           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7153           and checking for rint() and implementing it ourself if it doesn't
7154           exist. Fixes #497293.
7155
7156 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7157
7158         * configure.ac:
7159           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7160
7161 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7162
7163         * sys/oss/gstosshelper.c:
7164         Verify that the format returned after the ioctl is the one
7165         we requested. It is valid for the ioctl to succeed while
7166         substituting an alternate 'supported' sample format.
7167
7168 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7169
7170         * sys/oss/gstossaudio.c: (plugin_init):
7171         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7172         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7173           Post decent (and translated) error message when we can't
7174           open the audio device for some reason.
7175
7176 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7177
7178         * sys/oss/gstosssink.c:
7179         * sys/oss/gstosssrc.c:
7180         Allow the AUDIODEV environment variable to redirect us
7181         to a different default OSS device, like sunaudiosink does
7182         on Solaris (makes audio play automatically on SunRays).
7183
7184 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7185
7186         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7187         * gst/audiofx/audiochebyshevfreqband.c:
7188         (gst_audio_chebyshev_freq_band_transform_ip):
7189         * gst/audiofx/audiochebyshevfreqlimit.c:
7190         (gst_audio_chebyshev_freq_limit_transform_ip):
7191         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7192         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7193         The transform_ip() methods should do nothing if in passthrough mode.
7194         It might get non-writable buffers in that case but the buffer might
7195         as well be writable.
7196
7197         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7198         The transform() methods won't be called in passthrough mode and
7199         otherwise the buffer is always writable so don't check here.
7200
7201 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7202
7203         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7204           Fix seeking in .wav files again (#501775).  Some people seem to think
7205           they don't need to test their changes when they're just 'reflowing'
7206           some code.
7207
7208 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7209
7210         * gst/autodetect/gstautovideosink.c:
7211         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7212         (gst_auto_video_sink_init),
7213         (gst_auto_video_sink_create_element_with_pretty_name),
7214         (gst_auto_video_sink_find_best),
7215         (gst_auto_video_sink_set_property),
7216         (gst_auto_video_sink_get_property):
7217         * gst/autodetect/gstautovideosink.h:
7218         Fix docs.
7219         Use same error reporting code as autoaudiosink.
7220         Add property to filter sinks based on caps. Only select raw video sinks
7221         by default for backwards compat.
7222         API: GstAutoVideoSink::filter-caps
7223
7224 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7225
7226         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7227
7228         * gst/autodetect/gstautoaudiosink.c:
7229         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7230         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7231         (gst_auto_audio_sink_set_property),
7232         (gst_auto_audio_sink_get_property):
7233         * gst/autodetect/gstautoaudiosink.h:
7234         Add property to filter sinks based on caps. Only select raw audio sinks
7235         by default for backwards compat.  Fixes #417420.
7236         API: GstAutoAudioSink::filter-caps
7237
7238 2007-11-29  Michael Smith <msmith@fluendo.com>
7239
7240         Patch by: Arek Korbik <arkadini@gmail.com>
7241
7242         * gst/videobox/gstvideobox.c: (plugin_init):
7243           Initialise liboil in plugin_init()
7244
7245 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7246
7247         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7248         Post error before sending EOS. Fixes #499178.
7249
7250 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7251
7252         * win32/vs6/gst_plugins_good.dsw:
7253         * win32/vs6/libgstpng.dsp:
7254         Add a project file for libgstpng
7255
7256 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7257
7258         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7259         (gst_rtp_h263_depay_process):
7260         Code beautification.
7261         Added debug statements.
7262         Don't bit-shift everything, just do operations on last/first byte
7263         instead.
7264
7265 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7266
7267         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7268
7269         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7270         Fix wrong comparison in overrun check. Fixes #499239 some more.
7271
7272 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7273
7274         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7275         (gst_rtp_h263_depay_process):
7276         * gst/rtp/gstrtph263depay.h:
7277         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7278         stream.
7279
7280 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7281
7282         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7283
7284         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7285         (gst_rtp_mp4a_depay_process):
7286         * gst/rtp/gstrtpmp4adepay.h:
7287         Fix depayloading when multiple frames are inside one RTP packet.
7288         Fixes #499239.
7289
7290 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * gst/level/gstlevel.c:
7293           Add GAP-flag support.
7294
7295 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7296
7297         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7298         Read the I flag for Mode A h263 rtp stream and set the
7299         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7300         Fixes #499383
7301
7302 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7303
7304         * gst/level/gstlevel.c:
7305           Remove some dead code and do cleanups.
7306
7307 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7308
7309         * tests/check/pipelines/simple-launch-lines.c:
7310           Improve the tests by allowing to set a target state.
7311
7312 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7313
7314         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7315         Don't check the caps of the output buffer if they're equal some
7316         other caps. The caps can change in a backward compatible way
7317         and did at this point.
7318
7319 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7320
7321         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7322         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7323         (gst_qtdemux_seek_to_previous_keyframe),
7324         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7325         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7326         reverse playback support.
7327
7328 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7329
7330         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7331         Also set the channel layout on the Wavpack caps if we're having
7332         a mono layout. Of course only do it for "audio/x-wavpack".
7333
7334 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7335
7336         * ext/wavpack/gstwavpackcommon.c:
7337         (gst_wavpack_get_default_channel_mask),
7338         (gst_wavpack_set_channel_layout),
7339         (gst_wavpack_get_default_channel_positions),
7340         (gst_wavpack_get_channel_mask_from_positions),
7341         (gst_wavpack_set_channel_mapping):
7342         * ext/wavpack/gstwavpackcommon.h:
7343         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7344         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7345         * ext/wavpack/gstwavpackdec.h:
7346         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7347         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7348         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7349         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7350         (gst_wavpack_enc_rewrite_first_block),
7351         (gst_wavpack_enc_sink_event):
7352         * ext/wavpack/gstwavpackenc.h:
7353         * ext/wavpack/gstwavpackparse.c:
7354         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7355         (gst_wavpack_parse_scan_to_find_sample),
7356         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7357         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7358         * ext/wavpack/gstwavpackparse.h:
7359         Add support for encoding, parsing and decoding multichannel
7360         files with up to 8 channels. This also improves the robustness
7361         of parsing quite a bit.
7362
7363         * ext/wavpack/gstwavpackstreamreader.c:
7364         (gst_wavpack_stream_reader_read_bytes),
7365         (gst_wavpack_stream_reader_get_pos),
7366         (gst_wavpack_stream_reader_set_pos_abs),
7367         (gst_wavpack_stream_reader_set_pos_rel),
7368         (gst_wavpack_stream_reader_push_back_byte),
7369         (gst_wavpack_stream_reader_get_length),
7370         (gst_wavpack_stream_reader_can_seek),
7371         (gst_wavpack_stream_reader_write_bytes):
7372         Improve debugging.
7373
7374 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7375
7376         * ext/libpng/gstpngdec.c:
7377         * ext/libpng/gstpngdec.h:
7378           Don't release the png-memory from within the callback.
7379
7380 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7381
7382         Patch by: René Stadler <mail at renestadler dot de>
7383
7384         * ext/libpng/gstpngenc.c:
7385           Don't leak buffer data memory. Fixes #498395.
7386
7387 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7388
7389         Patch by: René Stadler <mail at renestadler dot de>
7390
7391         * tests/check/pipelines/simple-launch-lines.c:
7392           Tests for #498395.
7393
7394 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7395
7396         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7397         (gst_tag_lib_mux_adjust_event_offsets):
7398         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7399         * sys/osxaudio/Makefile.am:
7400         * sys/osxvideo/cocoawindow.h:
7401         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7402
7403 2007-11-15  David Schleef  <ds@schleef.org>
7404
7405         * ext/cairo/gsttextoverlay.c:
7406           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7407
7408 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7409
7410         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7411
7412         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7413         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7414         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7415         * gst/rtp/gstrtpmp2tpay.h:
7416         Fill the MTU with as many packets as possible. Fixes #491323.
7417
7418 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7419
7420         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7421
7422         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7423         Fix some more leaks. Fixes #497007.
7424
7425 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7426
7427         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7428
7429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7430         (gst_rtspsrc_stream_configure_tcp):
7431         Fix 3 pad leaks. Fixes #496983.
7432
7433 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7434
7435         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7436
7437         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7438         Fix small leak. Fixes #497017.
7439
7440 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7443         (gst_qtdemux_prepare_current_sample),
7444         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7445         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7446         * gst/qtdemux/qtdemux_fourcc.h:
7447         * gst/qtdemux/qtdemux_types.c:
7448         Add suppport for theora in quicktime according to XiphQT.
7449
7450 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7451
7452         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7453         (gst_v4l2src_init), (gst_v4l2src_set_property),
7454         (gst_v4l2src_get_property):
7455         * sys/v4l2/gstv4l2src.h:
7456         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7457           Always copy buffers by default (handle safer with bugged drivers)
7458           and added a property to make it possible to use mmap effectively (no
7459           copy if possible) when application wants to. Fixes: #480557.
7460
7461 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7462
7463         * gst/id3demux/id3tags.c:
7464         * gst/id3demux/id3tags.h:
7465         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7466           We don't want the same string multiple times in a tag list for the
7467           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7468           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7469
7470 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7471
7472         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7473           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7474           into ID3v2 TXXX frames (fixes #347848).
7475
7476 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7477
7478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7479           Don't leak sdp message contents (fixes #496773).
7480
7481         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7482           Don't leak URI string.
7483
7484 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7485
7486         Patch by: Julien Puydt <julien dot puydt at laposte net>
7487
7488         * ext/raw1394/Makefile.am:
7489         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7490           (gst_1394_property_probe_get_properties),
7491           (gst_1394_property_probe_probe_property),
7492           (gst_1394_property_probe_needs_probe),
7493           (gst_1394_property_probe_get_values),
7494           (gst_1394_property_probe_interface_init),
7495           (gst_1394_type_add_property_probe_interface):
7496         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7497         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7498           (gst_dv1394src_init), (gst_dv1394src_dispose),
7499           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7500           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7501           (gst_dv1394src_update_device_name):
7502         * ext/raw1394/gstdv1394src.h:
7503           Implement GstPropertyProbe interface and add "device-name" property,
7504           so applications can use this to probe for available devices in the
7505           same way they can already with v4lsrc and v4l2src (however horrible
7506           this property probe interface may be). Fixes #358841.
7507
7508 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7511
7512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7513           (gst_rtspsrc_parse_range):
7514           Don't leak event, don't leak range (fixes #496752).
7515
7516 2007-11-14  Michael Smith <msmith@fluendo.com>
7517
7518         Patch by: Arek Korbik <arkadini@gmail.com>
7519
7520         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7521           Detect RGBA/BGRA correctly on little endian systems.
7522
7523 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7526           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7527           corresponding ioctl() call fails even though the driver claims to
7528           support this format, just fall back to the pre-2.6.19 kernel
7529           routine that creates caps with suitable height and width ranges
7530           (see #448278).
7531
7532 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7533
7534         Patch by: Mark Nauwelaerts <manauw skynet be>
7535
7536         * gst/matroska/matroska-demux.c:
7537           (gst_matroska_demux_push_dvd_clut_change_event),
7538           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7539           (gst_matroska_demux_subtitle_caps):
7540         * gst/matroska/matroska-ids.h:
7541           Extract palette data for dvd subpicture streams and send it
7542           downstream as custom gstreamer dvd event (fixes #453417).
7543
7544 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7547           Implement minimal parsing of the passed pango font description
7548           string, so passing a font size works the same as with the
7549           pango textoverlay plugin; fixes #455086.
7550           (Maybe we could just use pangocairo here at some point).
7551
7552 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * gst/avi/gstavidemux.c:
7555         * gst/wavparse/gstwavparse.c:
7556           Return the result in _activate_pull(). Don't ref element there.
7557
7558 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7559
7560         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7561         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7562         (gst_wavparse_srcpad_event):
7563           Ref the element when we should, but not when we its not needed. Reflow
7564           the event_handling to not leak the event.       
7565
7566 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7567
7568         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7569         (qtdemux_parse_samples):
7570         Properly free QTDemuxSamples array.
7571         Protect table write with a sensible check, some files apparently DO contain
7572         stts values starting with 0 :(
7573
7574 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7575
7576         * gst/avi/gstavidemux.c:
7577         * gst/qtdemux/qtdemux.c:
7578           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7579           previous commit messed up.
7580
7581 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7582
7583         * gst/avi/gstavidemux.c:
7584         * gst/qtdemux/qtdemux.c:
7585           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7586           element when we should, but not when we its not needed.
7587
7588 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7589
7590         * gst/wavparse/gstwavparse.c:
7591           Return FALSE if we can't handle a query instead of changing the
7592           format. Ignore fact when dealing with mpeg audio.
7593
7594 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7595
7596         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7597
7598         * configure.ac:
7599         * gst/udp/gstdynudpsink.c:
7600         * gst/udp/gstdynudpsink.h:
7601         * gst/udp/gstmultiudpsink.c:
7602         * gst/udp/gstmultiudpsink.h:
7603         * gst/udp/gstudpsink.c:
7604         * gst/udp/gstudpsink.h:
7605           Fix includes for MSVC and GLib-2.14.0 (#492388).
7606
7607         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7608           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7609
7610 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7611
7612         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7613         (gst_mulawdec_chain):
7614         * gst/law/mulaw-decode.h:
7615         Calculate outgoing buffer duration if incoming buffer didn't have a
7616         valid duration.
7617
7618 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7619
7620         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7621         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7622         Smarter combine_flow code that also deals with downstream elements
7623         returning UNEXPECTED when they receive data out of the segment
7624         boundaries. Fixes #491305.
7625
7626 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7627
7628         * sys/v4l2/v4l2src_calls.c:
7629           Fix 'unused variable' compiler warning when compiling against
7630           older kernel headers.
7631
7632 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * ext/taglib/gstid3v2mux.cc (add_funcs):
7635           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7636
7637 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7638
7639         * tests/check/pipelines/simple-launch-lines.c:
7640            Improve the tests a little more.
7641
7642 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7643
7644         patch by: Yun Zheng Hu
7645
7646         * sys/osxaudio/gstosxaudiosrc.c:
7647         Use default input device instead of default output device and
7648         only memcpy actual available bytes.
7649
7650 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7651
7652         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7653           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7654           early. It is temporary until we find something better.
7655
7656 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7657
7658         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7659
7660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7661         Fix race when pausing a RTSP stream in interleaved.
7662         Fixes #475784.
7663
7664 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7665
7666         Patch by: Peter Kjellerstedt <pkj at axis com>
7667
7668         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7669         Use correct unref function for buffers. #488844.
7670
7671 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7672
7673         * gst/avi/gstavimux.c:
7674         * tests/check/elements/avimux.c:
7675           Add some debug and sync tests with the fix.     
7676
7677 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7678
7679         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7680
7681         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7682         When the socket is used by the app for other purposes, don't generate an
7683         error if there is activaty on the socket that is not data related.
7684         Fixes #487488.
7685
7686 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7687
7688         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7689         (gst_v4l2src_grab_frame):
7690         Add some more debug info. Generate an error when we run out of buffers
7691         for some reason. See #480557.
7692
7693 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7694
7695         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7696
7697         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7698         Set marker bit correctly.
7699
7700 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7701
7702         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7703         Use allowed name for the GstStructure.
7704
7705 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * ext/gconf/gstswitchsink.c:
7708         * gst/autodetect/gstautoaudiosink.c:
7709           Use new gst_bus_pop_filtered().
7710
7711 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7712
7713         * sys/v4l2/gstv4l2src.c:
7714         * sys/v4l2/v4l2src_calls.c:
7715           When probing the formats and sizes a camera supports, make
7716           sure the best ones (highest resolution, prefered format)
7717           end up at the beginning of the probed caps and the less
7718           desirable ones at the end.  This is important because the
7719           order within the caps matters for things like fixation and
7720           negotiation, ie. what format is chosen in the end.
7721           With recent kernels, the current probing code will end up
7722           querying the supported sizes from lowest resolution to
7723           highest resolution, adding them to the probed caps in that
7724           order, resulting to v4l2src fixating to the lowest possible
7725           resolution if downstream does not express a size preference.
7726           Also make up a somewhat random ranking of prefered output
7727           formats for the same reason. Fixes #485828.
7728         
7729 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7732
7733         * gst/id3demux/id3v2frames.c:
7734           Extract license/copyright URIs from ID3v2 WCOP frames
7735           (Fixes #447000).
7736
7737         * tests/check/elements/id3demux.c:
7738         * tests/files/Makefile.am:
7739         * tests/files/id3-447000-wcop.tag:
7740           Add simple unit test.
7741
7742 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7743
7744         * ext/taglib/gstid3v2mux.cc:
7745           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7746           Prerequisite for #447000.
7747
7748 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7749
7750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7751         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7752         a GstClockTime.
7753
7754 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7755
7756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7757         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7758         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7759         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7760         (gst_rtspsrc_change_state):
7761         More seeking fixes, mostly passing around the new playback segment in
7762         order to configure it properly.
7763         Also reset base_time of udp sources when setting them back to PLAYING as
7764         a temporary hack until core supports seek in live sources properly.
7765
7766 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7767
7768         * gst/rtp/gstrtpmp4adepay.c:
7769         Fix caps as to not confuse autopluggers.
7770
7771 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7772
7773         * gst/id3demux/gstid3demux.c:
7774         * gst/id3demux/gstid3demux.h:
7775         * gst/id3demux/id3tags.c:
7776         * gst/id3demux/id3tags.h:
7777         * gst/id3demux/id3v2frames.c:
7778           Port ID3 tag demuxer over to the new GstTagDemux in -base
7779           (now would be a good time to test re-importing your music
7780           collection).
7781
7782 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * gst/apetag/Makefile.am:
7785         * gst/apetag/gstapedemux.c:
7786         * gst/apetag/gstapedemux.h:
7787         * gst/apetag/gsttagdemux.c:
7788         * gst/apetag/gsttagdemux.h:
7789           Port APE tag demuxer over to the new GstTagDemux in -base.
7790
7791 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7792
7793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7794         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7795         (gst_rtspsrc_handle_internal_src_query),
7796         (gst_rtspsrc_handle_src_query), (new_session_pad),
7797         (gst_rtspsrc_stream_configure_tcp),
7798         (gst_rtspsrc_stream_configure_transport),
7799         (gst_rtspsrc_loop_send_cmd):
7800         Improve flushing behaviour.
7801         Set state of the udp sources to PAUSE/PLAYING correctly.
7802         Handle events and queries for UDP and TCP transport now.
7803
7804 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7805
7806         * gst/rtp/gstrtpgsmdepay.c:
7807         * gst/rtp/gstrtpgsmpay.c:
7808           Add log category.
7809
7810 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7811
7812         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7813
7814         * tests/check/Makefile.am:
7815         * tests/check/pipelines/simple-launch-lines.c:
7816           Add unit tests for payloaders/depayloaders.
7817
7818 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7819
7820         * gst/avi/gstavimux.c:
7821         * gst/avi/gstavimux.h:
7822           Also save codec data for audio streams. Fixes #482495.
7823
7824 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7825
7826         * gst/avi/gstavimux.c:
7827           Fix "Index entry has invalid stream nr 1".
7828           Add support for muxing aac - work in progress (see #482495).
7829
7830 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7831
7832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7833         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7834         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7835         * gst/rtsp/gstrtspsrc.h:
7836         Parse bandwidth modifiers, they are not yet configured in the session
7837         manager because we don't have an API for that yet.
7838
7839 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7840
7841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7842         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7843         Use shiny new function in -base to get the default clock-rate.
7844         Update some docs.
7845
7846 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7847
7848         * win32/MANIFEST:
7849         Add files to win32 manifest.
7850         * win32/vs6/libgstaudiofx.dsp:
7851         * win32/vs6/libgstqtdemux.dsp:
7852         * win32/vs6/libgstrtp.dsp:
7853         * win32/vs6/libgstrtsp.dsp:
7854         Update project files.
7855
7856 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7857
7858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7859         (gst_rtspsrc_play):
7860         * gst/rtsp/gstrtspsrc.h:
7861         In TCP mode, only timestamp the first buffer. TCP is not real time and
7862         it does not make sense to try to skew compensate, also some servers send
7863         the first batch of data in a burst.
7864
7865 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7866
7867         * gst/matroska/matroska-demux.c:
7868           Fix setting the discont flag on the first buffer
7869           pushed downstream for formats with private codec
7870           data that needs to be deserialised into buffers
7871           (such as vorbis and FLAC when in a matroska container).
7872
7873 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7874
7875         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7876
7877         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7878         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7879         (gst_rtp_mp4v_pay_handle_buffer):
7880         * gst/rtp/gstrtpmp4vpay.h:
7881         Free the config string. Fixes #480707.
7882         Clean up the timestamp code a little.
7883
7884 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7885
7886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7887         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7888         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7889         * gst/rtsp/gstrtspsrc.h:
7890         Set timestamps on RTP buffers in interleaved mode.
7891         Mark first buffers with a DISCONT.
7892         Remove flush hack now that sync for live sources has been figured out.
7893
7894 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7897         Update documentation.
7898
7899 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7900
7901         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7902         (gst_rtp_xqt_depay_change_state):
7903         * gst/qtdemux/gstrtpxqtdepay.h:
7904         Fail if we don't know the quicktime format.
7905
7906 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * ext/flac/gstflacenc.c:
7909         * ext/flac/gstflacenc.h:
7910           Save the flow return from the last gst_pad_push() and
7911           make sure we pass the right flow return value upstream
7912           in the case of failure; minor clean-ups.
7913
7914 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7915
7916         * ext/taglib/gstapev2mux.cc:
7917         * ext/taglib/gstid3v2mux.cc:
7918         * gst/apetag/gstapedemux.c:
7919           Add support for the new GST_TAG_COMPOSER (#459809).
7920
7921 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7922
7923         * gst/law/alaw-decode.c:
7924         * gst/law/alaw-decode.h:
7925         * gst/law/alaw-encode.c:
7926         * gst/law/alaw-encode.h:
7927         * gst/law/alaw.c:
7928         * gst/law/mulaw-conversion.h:
7929           Compulsive clean-ups: use boilerplate macros, add debug
7930           categories, fix up things to conform to symbol nomenklatura,
7931           etc.
7932
7933 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7936
7937         * gst/law/alaw-decode.c:
7938         * gst/law/alaw-encode.c:
7939           Use static tables for A-Law decoding and encoding; this makes
7940           A-Law decoding and encoding less CPU-intensive, but increases
7941           the binary size a bit. Leaving old code around for now,
7942           selectable by a define in the code. Fixes #435435.
7943
7944 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7945
7946         * configure.ac:
7947         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7948         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7949         in configure.ac.
7950
7951 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7952
7953         Patch by: Jan Gerber <j at bootlab dot org>
7954
7955         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7956         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7957
7958 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7959
7960         * sys/oss/gstosshelper.c:
7961           Use GST_WARNING instead of a g_critical. This situation is not caused
7962           by the application.
7963
7964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         * po/LINGUAS:
7967         * po/nl.po:
7968           Updated translations.
7969
7970 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7971
7972         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7973
7974         * po/eu.po:
7975           Added Basque translation.
7976
7977 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7978
7979         translated by: Abel Cheung <abelcheung@gmail.com>
7980
7981         * po/zh_HK.po:
7982         * po/zh_TW.po:
7983           Added Chinese (traditional and Hong Kong) translation.
7984
7985 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7986
7987         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7988
7989         * po/pl.po:
7990           Added Polish translation.
7991
7992 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7993
7994         translated by: Ilkka Tuohela <hile@iki.fi>
7995
7996         * po/fi.po:
7997           Added Finnish translation.
7998
7999 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8000
8001         translated by: Jorge González González <aloriel@gmail.com>
8002
8003         * po/es.po:
8004           Added Spanish translation.
8005
8006 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8007
8008         translated by: Mogens Jaeger <mogens@jaeger.tf>
8009
8010         * po/da.po:
8011           Added Danish translation.
8012
8013 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8014
8015         translated by: Funda Wang <fundawang@linux.net.cn>
8016
8017         * po/zh_CN.po:
8018           Added Chinese (simplified) translation.
8019
8020 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8021
8022         translated by: Alexander Shopov <ash@contact.bg>
8023
8024         * po/bg.po:
8025           Added Bulgarian translation.
8026
8027 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8028
8029         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8030         Set outgoing packet duration because we can. Fixes #478244 some more.
8031
8032 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8033
8034         * ext/cairo/gsttextoverlay.c:
8035           Add info about static leak.
8036         
8037         * tests/check/Makefile.am:
8038         * tests/check/generic/states.c:
8039           Improved state change unit test.
8040
8041 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8042
8043         * docs/plugins/.cvsignore:
8044         * tests/check/.cvsignore:
8045           Ignore registries in any format.
8046
8047 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8048
8049         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8050         Removed some unused code.
8051
8052         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8053         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8054         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8055         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8056         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8057         (gst_rtp_theora_pay_flush_packet):
8058         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8059         Try to preserve the incomming buffer duration on the outgoing
8060         packets. Fixes #478244.
8061
8062 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * ext/taglib/gstapev2mux.cc:
8065         * ext/taglib/gstid3v2mux.cc:
8066           Work around compiler warnings with g++-4.2 when assigning a
8067           string constant to a gchar * (partially fixes #478092).
8068
8069 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8070
8071         * configure.ac:
8072           We require core CVS now for gst_base_src_set_do_timestamp().
8073
8074 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8075
8076         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8078         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8079         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8080         (gst_rtspsrc_handle_message):
8081         Fix compiler warnings shown with Forte.
8082
8083 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8084
8085         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8086         (gst_rtspsrc_dup_printf):
8087         Give meaningfull error when all streams failed to configure for some
8088         reason.
8089
8090 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8091
8092         * gst/rtp/README:
8093         Update README with the design for synchronisation rules of RTP on
8094         sender and receiver.
8095
8096 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8097
8098         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8099         (gst_wavparse_chain):
8100         Don't push EOS from the chain function, the element
8101         driving the pipeline is responsible for this. The bug
8102         this was meant to fix seems to be queue not forwarding
8103         EOS in all cases (see #476514).
8104
8105 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8106
8107         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8108         (gst_level_transform_ip):
8109         * gst/level/gstlevel.h:
8110         Use basetransform segment so that it is correctly managed on flushes and
8111         start/stop.
8112         Report message timestamp as stream time, which is what an application
8113         can understand.
8114
8115 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8116
8117         * ext/taglib/gstapev2mux.cc:
8118         * ext/taglib/gstapev2mux.h:
8119         * ext/taglib/gsttaglibmux.c:
8120         * tests/check/elements/apev2mux.c:
8121         Update my mail address.
8122
8123 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8124
8125         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8126         (gst_wavparse_loop), (gst_wavparse_chain):
8127         Add EOS logic for the push-based mode too. Fixes #476514.
8128
8129 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8130
8131         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8132         * gst/law/alaw-encode.h:
8133         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8134         (gst_mulawenc_chain):
8135         * gst/law/mulaw-encode.h:
8136         Fix law encoder timestamps.
8137
8138 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8139
8140         * ext/gconf/gstgconfaudiosink.c:
8141           Fix warning when building without debug.
8142
8143         * sys/oss/gstossmixertrack.c:
8144           Use const like in alsamixertrack.c (fixes warnings).
8145
8146 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8147
8148         * sys/v4l2/v4l2src_calls.c:
8149         (gst_v4l2src_probe_caps_for_format_and_size):
8150         Fix framerate detection code some more.
8151         Handle the case where there is a weird step in the stepwise framerates.
8152         Don't overwrite the min interval with the framerate, use a temp variable
8153         instead.
8154         Use max in the Continuous framerate intervals instead of step, which is
8155         1 according to the docs. Fixes #475424.
8156
8157 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8160         Make udpsrc timestamp outgoing buffers based on when they were received.
8161         Also make it output a segment in time.
8162
8163 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8164
8165         * gst/avi/gstavidemux.c:
8166           Plug a little leak. Little code cleanups.
8167
8168 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * configure.ac:
8171           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8172           flac versions, 's good for cross-compilation karma.
8173
8174 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8177
8178         * gst/rtp/gstrtph263pay.c:
8179           Fix up header structure so that compilers don't add padding
8180           between the structure fields, since that would lead to us
8181           sending RTP packets with broken headers (as is currently the
8182           case when compiling with MSVC). Also see similar fixes in
8183           libgstrtp in gst-plugins-base. (#474616; #471194)
8184
8185 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8186
8187         * sys/v4l2/v4l2src_calls.c:
8188         (gst_v4l2src_probe_caps_for_format_and_size):
8189         Don't overwrite our GValue with 0 but instead use the previously
8190         computed value. Fixes #471823 some more.
8191
8192 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8193
8194         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8195           No tabs in this file please, or gtk-doc will end up documenting
8196           rather absurd class hierarchies.
8197
8198 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8199
8200         * ext/gconf/gstswitchsink.c:
8201           If the new kid element fails to change state for some reason
8202           (e.g. esdsink not being able to connect to the sound server),
8203           forward the error message it posted on the bus instead of just
8204           posting a generic 'Internal state change error: please file a
8205           bug' error message. Fixes #471364.
8206
8207 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8208
8209         * gst/qtdemux/Makefile.am:
8210         * gst/qtdemux/qtdemux.c:
8211           Don't assume tags are encoded as UTF-8 (#473670).
8212
8213 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * sys/v4l2/gstv4l2src.c:
8216         * sys/v4l2/gstv4l2src.h:
8217         * sys/v4l2/v4l2src_calls.c:
8218           Implement LATENCY queries in the crudest way possible so I don't
8219           have to use sync=false any longer when testing with videosinks.
8220
8221 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * configure.ac:
8224           Fix build.
8225
8226 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8227
8228         * sys/v4l2/v4l2src_calls.c:
8229         (gst_v4l2src_probe_caps_for_format_and_size):
8230         Add some more debugging in the framerate function.
8231         Iterate stepwise framerate up to and _including_ the max and if nothing
8232         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8233         don't end up with an empty list. Fixes #471823
8234
8235 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8236
8237         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8238         (gst_multiudpsink_set_clients_string),
8239         (gst_multiudpsink_get_clients_string),
8240         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8241         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8242         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8243         (gst_multiudpsink_clear):
8244         Add property do configure destination address/port pairs
8245         API:GstMultiUDPSink::clients
8246
8247 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8248
8249         * tests/examples/Makefile.am:
8250         * tests/examples/rtp/Makefile.am:
8251         * tests/examples/rtp/client-H263p-AMR.sh:
8252         * tests/examples/rtp/client-H263p-PCMA.sdp:
8253         * tests/examples/rtp/client-H263p-PCMA.sh:
8254         * tests/examples/rtp/client-H264-PCMA.sdp:
8255         * tests/examples/rtp/client-H264-PCMA.sh:
8256         * tests/examples/rtp/client-PCMA.sh:
8257         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8258         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8259         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8260         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8261         Added some RTP example scripts for sending and receiving RTP streams.
8262
8263 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8264
8265         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8266         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8267         Restructure the setcaps function so that we can also compute the
8268         expected GStreamer output size of the video frames.
8269         Set frame_byte_size correctly so that read-based devices have a chance
8270         of working correctly.
8271         When grabbing a frame, discard frames that are not of the expected size.
8272         Some cameras don't output the right framesize for the first buffer.
8273         Try only a couple of times to get a valid frame, else error out.
8274
8275         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8276         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8277         Add some more debug info when scanning the device.
8278
8279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8280         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8281         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8282         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8283         Add some more debug info when dequeing a frame.
8284
8285 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8286
8287         * gst/wavparse/gstwavparse.c:
8288           More code cleanups. Add some more comment and improve debugs logs.
8289
8290 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8291
8292         * gst/wavparse/gstwavparse.c:
8293         * gst/wavparse/gstwavparse.h:
8294           Implement seek-query. Refactor duration calculations. Appropriate use
8295           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8296           out of loops.
8297
8298 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8299
8300         * gst/avi/gstavidemux.c:
8301           Implement seek-query.
8302
8303 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8304
8305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8306         (gst_rtspsrc_dup_printf):
8307         Use new basesink async property to make sparse RTCP packet not wait for
8308         preroll.
8309
8310 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8311
8312         * gst/audiofx/Makefile.am:
8313         Dist the right file.
8314
8315 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8316
8317         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8318         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8319         Make sure we generate and parse floating point values in the POSIX
8320         locale instead of the current locale. 
8321
8322 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8323
8324         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8325         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8326         (gst_rtspsrc_play):
8327         * gst/rtsp/gstrtspsrc.h:
8328         Fix method detection again.
8329         Keep track of when we must send a Range header.
8330         Use segment values for Range, Speed and Scale headers.
8331         Parse Speed and Scale headers to update the segment values.
8332
8333 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8334
8335         patch by: Mark Nauwelaerts <manauw@skynet.be>
8336
8337         * sys/v4l2/v4l2src_calls.c:
8338           Handle optional v4l2 ioctls gracefully.
8339
8340 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8341
8342         * gst/rtp/Makefile.am:
8343         * gst/rtp/gstrtp.c: (plugin_init):
8344         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8345         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8346         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8347         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8348         (gst_rtp_h263_depay_get_property),
8349         (gst_rtp_h263_depay_change_state),
8350         (gst_rtp_h263_depay_plugin_init):
8351         * gst/rtp/gstrtph263depay.h:
8352         Added an H263 depayloader. Fixes #369392.
8353
8354         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8355         (gst_rtp_h263p_depay_process):
8356         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8357         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8358         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8359         payloads.
8360         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8361
8362 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8363
8364         * gst/audiofx/audiochebyshevfreqband.c:
8365         * gst/audiofx/audiochebyshevfreqlimit.c:
8366         Add small comparision with the windowed sinc filters in the docs.
8367
8368 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8369
8370         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8371         (audiochebyshevfreqband_suite):
8372         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8373         (audiochebyshevfreqlimit_suite):
8374         Also test 32 bit float mode and the type 2 variants of the filters.
8375
8376 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8377
8378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8379         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8380         (gst_rtspsrc_loop):
8381         Refactor the udp and interleaved loop function a bit.
8382
8383 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8384
8385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8386         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8387         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8388         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8389         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8390         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8391         * gst/rtsp/gstrtspsrc.h:
8392         Protect connection activity with a new lock, avoids deadlocks when going
8393         to PAUSED. Fixes #455808.
8394
8395 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8396
8397         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8398         Fix debug statement.
8399
8400 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8401
8402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8403         Fix stray %u in debug line as spotted by Saur on IRC.
8404
8405 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8406
8407         * gst/audiofx/audiochebyshevfreqband.c:
8408         (gst_audio_chebyshev_freq_band_class_init):
8409         * gst/audiofx/audiochebyshevfreqlimit.c:
8410         (gst_audio_chebyshev_freq_limit_class_init):
8411         Use generator macros for the process functions for the different
8412         sample types, add lower upper boundaries for the GObject properties
8413         so automatically generated UIs can use sliders and add a note about
8414         the number of poles as a too high number of poles combined with
8415         very low or very high frequencies will produce only noise.
8416         * docs/plugins/gst-plugins-good-plugins.args:
8417         Regenerated for the property changes.
8418
8419 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8420
8421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8422         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8423         (gst_rtspsrc_stream_configure_udp_sink),
8424         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8425         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8426         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8427         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8428         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8429         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8430         * gst/rtsp/gstrtspsrc.h:
8431         Improve timeout handling.
8432         Use the same socket for sending and receiving RTCP packets so that some
8433         servers can track clients better.
8434         Improve connection closed handling. Try to reconnect.
8435         Don't overwrite our content base with NULL.
8436         Improve debugging.
8437         Improve range parsing and handling.
8438         Remove flushing hack now that core does the right thing.
8439
8440 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8441
8442         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8443         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8444         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8445         (gst_multiudpsink_close), (gst_multiudpsink_add):
8446         * gst/udp/gstmultiudpsink.h:
8447         Add support for getting and setting the socket to use.
8448
8449         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8450         (gst_udpsrc_create), (gst_udpsrc_get_property):
8451         Add support for getting the currently used socket.
8452
8453 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8454
8455         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8456
8457         * gst/audiofx/Makefile.am:
8458         * gst/audiofx/audiochebyshevfreqband.c:
8459         (gst_audio_chebyshev_freq_band_mode_get_type),
8460         (gst_audio_chebyshev_freq_band_base_init),
8461         (gst_audio_chebyshev_freq_band_dispose),
8462         (gst_audio_chebyshev_freq_band_class_init),
8463         (gst_audio_chebyshev_freq_band_init),
8464         (generate_biquad_coefficients), (calculate_gain),
8465         (generate_coefficients),
8466         (gst_audio_chebyshev_freq_band_set_property),
8467         (gst_audio_chebyshev_freq_band_get_property),
8468         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8469         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8470         (gst_audio_chebyshev_freq_band_start):
8471         * gst/audiofx/audiochebyshevfreqband.h:
8472         * gst/audiofx/audiochebyshevfreqlimit.c:
8473         (gst_audio_chebyshev_freq_limit_mode_get_type),
8474         (gst_audio_chebyshev_freq_limit_base_init),
8475         (gst_audio_chebyshev_freq_limit_dispose),
8476         (gst_audio_chebyshev_freq_limit_class_init),
8477         (gst_audio_chebyshev_freq_limit_init),
8478         (generate_biquad_coefficients), (calculate_gain),
8479         (generate_coefficients),
8480         (gst_audio_chebyshev_freq_limit_set_property),
8481         (gst_audio_chebyshev_freq_limit_get_property),
8482         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8483         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8484         (gst_audio_chebyshev_freq_limit_start):
8485         * gst/audiofx/audiochebyshevfreqlimit.h:
8486         * gst/audiofx/audiofx.c: (plugin_init):
8487         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8488         Fixes #464800.
8489
8490         * tests/check/Makefile.am:
8491         * tests/check/elements/.cvsignore:
8492         * tests/check/elements/audiochebyshevfreqband.c:
8493         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8494         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8495         * tests/check/elements/audiochebyshevfreqlimit.c:
8496         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8497         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8498         Add unit tests for the chebyshev filters.
8499
8500         * docs/plugins/Makefile.am:
8501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8503         * docs/plugins/gst-plugins-good-plugins.args:
8504         * docs/plugins/inspect/plugin-1394.xml:
8505         * docs/plugins/inspect/plugin-audiofx.xml:
8506         * docs/plugins/inspect/plugin-dv.xml:
8507         * docs/plugins/inspect/plugin-flac.xml:
8508         * docs/plugins/inspect/plugin-jpeg.xml:
8509         * docs/plugins/inspect/plugin-png.xml:
8510         * docs/plugins/inspect/plugin-rtp.xml:
8511         * docs/plugins/inspect/plugin-shout2send.xml:
8512         * docs/plugins/inspect/plugin-wavpack.xml:
8513         And add docs for the chebyshev filters. While doing
8514         that also run make update in docs/plugins.
8515
8516 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8517
8518         * ext/annodex/gstcmmltag.c:
8519         * gst/rtp/gstrtpvorbispay.c:
8520           Make ro memory to share.
8521
8522 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8523
8524         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8525         Improve UDP performance by avoiding a select() when we have data
8526         available immediatly.
8527
8528 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8529
8530         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8531         (gst_rtp_dec_class_init):
8532         * gst/rtsp/gstrtpdec.h:
8533         Add (dummy) SSRC management signals.
8534
8535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8536         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8537         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8538         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8539         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8540         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8541         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8542         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8543         * gst/rtsp/gstrtspsrc.h:
8544         Add connection-speed property.
8545         Add find_stream helper functions.
8546         Handle stream EOS based on BYE messages or SSRC timeout.
8547         Returns SUCCESS from the state change function as we hide our async
8548         elements from the parent.
8549
8550 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8551
8552         * gst/debug/rndbuffersize.c:
8553           Fix da leak.
8554
8555 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * gst/debug/Makefile.am:
8558         * gst/debug/breakmydata.c:
8559         * gst/debug/gstdebug.c:
8560         * gst/debug/negotiation.c:
8561         * gst/debug/progressreport.c:
8562         * gst/debug/rndbuffersize.c:
8563         * gst/debug/testplugin.c:
8564           Add new test element and clean-up the others a little.
8565
8566 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8567
8568         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8569         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8570
8571 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8572
8573         * gst/rtp/gstrtpilbcdepay.c:
8574           Include stdlib.
8575
8576 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8577
8578         * gst/rtp/gstrtpmpvdepay.c:
8579         Set the mpegversion in the caps so that autoplugging does not get
8580         confused.
8581
8582 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8583
8584         * po/hu.po:
8585         * po/uk.po:
8586         * po/vi.po:
8587           Updated translations.
8588
8589 2007-08-08  Michael Smith <msmith@fluendo.com>
8590
8591         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8592           Render right border in the correct location.
8593
8594 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8595
8596         Patch by: Olivier Crete <tester at tester dot ca>
8597
8598         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8599         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8600         Make mode property a string. Fixes #464475.
8601
8602 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8603
8604         * ext/flac/gstflacenc.c:
8605           Widen caps to match decoder a bit and add more FIXMEs.
8606
8607 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8608
8609         patch by: Mark Nauwelaerts <manauw@skynet.be>
8610
8611         * gst/avi/gstavimux.c:
8612           Fix ODML index tag numbering. Fixes #463624.
8613
8614 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8615
8616         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8617         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8618         (gst_rtspsrc_stream_configure_tcp),
8619         (gst_rtspsrc_stream_configure_udp_sink):
8620         Fix default clock-rate for realmedia.
8621         Fix parsing of transport.
8622         Don't try to link NULL pads.
8623
8624 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8625
8626         * po/POTFILES.skip:
8627           Add POTFILES.skip with list of source files that aren't disted at the
8628           moment but contain translatable strings. Should hopefully pacify
8629           broken tools and make it clearer that these files are left out
8630           intentionally (#461600).
8631
8632 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8633
8634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8635         If the buffer was entirely clipped ... don't try sending it :)
8636
8637 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8638
8639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8640         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8641         (gst_rtspsrc_create_transports_string),
8642         (gst_rtspsrc_prepare_transports):
8643         If we don't hav a session manager, set the caps on outgoing buffers
8644         ourselves.
8645         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8646         Append final bit of the transport string even when it does not contain a
8647         placeholder.
8648
8649 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8650
8651         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8652         (gst_rtsp_ext_list_connect):
8653         * gst/rtsp/gstrtspext.h:
8654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8655         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8656         Clean up the interface list.
8657         Allow connecting to interface signals for the extensions.
8658         Remove old extension code.
8659         Free list on cleanup.
8660         Allow extensions to send additional RTSP messages.
8661
8662 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8663
8664         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8665         Handle a NULL gconf key gracefully by rendering the default element.
8666
8667 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8668
8669         * gst/rtsp/gstrtspext.h:
8670         Fix include path for extension interface.
8671
8672 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8673
8674         * gst/audiofx/audioamplify.h:
8675         Also remove a now unecessary variable here.
8676
8677 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8678
8679         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8680         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8681         * gst/audiofx/audiodynamic.c:
8682         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8683         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8684         * gst/audiofx/audiodynamic.h:
8685         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8686         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8687         * gst/audiofx/audioinvert.h:
8688         Don't save format information ourselves, this is already saved in
8689         GstAudioFilter.
8690
8691 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8692
8693         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8694         (gst_rtsp_ext_list_stream_select):
8695         * gst/rtsp/gstrtspext.h:
8696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8697         Use rank to filter out extensions.
8698         Add url to stream_select interface call.
8699
8700 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8701
8702         * gst/rtsp/Makefile.am:
8703         * gst/rtsp/base64.c:
8704         * gst/rtsp/base64.h:
8705         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8706         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8707         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8708         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8709         (gst_rtsp_ext_list_setup_media),
8710         (gst_rtsp_ext_list_configure_stream),
8711         (gst_rtsp_ext_list_get_transports),
8712         (gst_rtsp_ext_list_stream_select):
8713         * gst/rtsp/gstrtspext.h:
8714         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8715         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8716         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8717         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8718         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8719         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8720         (gst_rtspsrc_stream_configure_tcp),
8721         (gst_rtspsrc_stream_configure_mcast),
8722         (gst_rtspsrc_stream_configure_udp),
8723         (gst_rtspsrc_stream_configure_udp_sink),
8724         (gst_rtspsrc_stream_configure_transport),
8725         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8726         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8727         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8728         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8729         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8730         (gst_rtspsrc_parse_methods),
8731         (gst_rtspsrc_create_transports_string),
8732         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8733         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8734         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8735         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8736         * gst/rtsp/gstrtspsrc.h:
8737         * gst/rtsp/rtsp.h:
8738         * gst/rtsp/rtspconnection.c:
8739         * gst/rtsp/rtspconnection.h:
8740         * gst/rtsp/rtspdefs.c:
8741         * gst/rtsp/rtspdefs.h:
8742         * gst/rtsp/rtspext.h:
8743         * gst/rtsp/rtspextwms.c:
8744         * gst/rtsp/rtspextwms.h:
8745         * gst/rtsp/rtspmessage.c:
8746         * gst/rtsp/rtspmessage.h:
8747         * gst/rtsp/rtsprange.c:
8748         * gst/rtsp/rtsprange.h:
8749         * gst/rtsp/rtsptransport.c:
8750         * gst/rtsp/rtsptransport.h:
8751         * gst/rtsp/rtspurl.c:
8752         * gst/rtsp/rtspurl.h:
8753         * gst/rtsp/sdp.h:
8754         * gst/rtsp/sdpmessage.c:
8755         * gst/rtsp/sdpmessage.h:
8756         * gst/rtsp/test.c:
8757         Use shiny new RTSP and SDP library.
8758         Implement RTSP extensions using the new interface.
8759         Remove a lot of old code.
8760
8761 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8762
8763         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8764         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8765
8766 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8767
8768         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8769         Don't unref the outgoing buffer twice when dropping it because it's
8770         outside of the segment.
8771
8772 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8773
8774         * configure.ac:
8775         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8776         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8777         Use the new buffer clipping function from gstaudio here and
8778         require gst-plugins-base CVS.
8779         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8780         For framed Wavpack buffers we require a valid timestamp.
8781
8782 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8783
8784         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8785         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8786         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8787         Clip raw audio and video when we can, keep track of current output
8788         segment.
8789         Don't leak buffers and events when there is no output pad.
8790         Improve debugging here and there.
8791
8792 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8793
8794         * configure.ac:
8795           Sync liboil check with plugins-base.
8796
8797 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8798
8799         * ext/annodex/Makefile.am:
8800           Fix CFLAGS/LIBS.
8801
8802         * ext/cdio/gstcdiocddasrc.c:
8803         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8804           Include stdlib
8805
8806         * ext/cairo/Makefile.am:
8807         * gst/videofilter/Makefile.am:
8808         * tests/examples/level/Makefile.am:
8809           Use $(LIBM) instead of -lm
8810
8811 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8812
8813         * sys/v4l2/gstv4l2src.c:
8814           Add another example pipeline.
8815
8816 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8817
8818         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8819
8820         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8821           Use define here.
8822
8823         * sys/v4l2/gstv4l2tuner.c:
8824         (gst_v4l2_tuner_set_frequency_and_notify):
8825           Don't touch the property - its still disabled.
8826
8827         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8828         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8829         * sys/v4l2/v4l2src_calls.h:
8830           Improve fallback format negotionation. Fixes #451388
8831
8832 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8833
8834         * tests/check/elements/videocrop.c: (GST_START_TEST):
8835           Fix the test.
8836
8837 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8838
8839         * docs/plugins/Makefile.am:
8840         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8842         * docs/plugins/inspect/plugin-jpeg.xml:
8843         * docs/plugins/inspect/plugin-png.xml:
8844         * ext/jpeg/gstjpegdec.c:
8845         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8846         (gst_pngdec_sink_setcaps):
8847           More docs. More logs in pngdec.
8848
8849 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8850
8851         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8852           Initialize num_buffers with minimum value.
8853
8854         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8855         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8856           Handle frame-size query failure gracefully.
8857
8858 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8859
8860         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8861         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8862         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8863         of qt/aac files.
8864
8865 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8866
8867         * ext/wavpack/gstwavpackdec.c:
8868         (gst_wavpack_dec_clip_outgoing_buffer):
8869         Fix buffer clipping to correctly clip to the segment stop.
8870
8871 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8872
8873         * configure.ac:
8874         * tests/Makefile.am:
8875         Remove bogus check for libcheck, since we check for
8876         gstreamer-check and it pulls in the required info from there,
8877         and we weren't actually _using_ the information for libcheck
8878         ourselves anyway.
8879
8880 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8881
8882         * configure.ac:
8883           Use pkg-config to locate check.
8884
8885 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8888         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8889         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8890         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8891         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8892         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8893         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8894         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8895         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8896         * gst/effectv/gstrev.c: (gst_revtv_transform):
8897         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8898         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8899         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8900         * gst/matroska/matroska-demux.c:
8901         (gst_matroska_demux_add_wvpk_header),
8902         (gst_matroska_demux_check_subtitle_buffer),
8903         (gst_matroska_decode_buffer):
8904         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8905           Fix build against core CVS.
8906
8907 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8908
8909         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8910         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8911         don't have enough granularity to convert that boolean into a
8912         GstFlowReturn.
8913
8914 2007-07-06  Michael Smith <msmith@fluendo.com>
8915
8916         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8917         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8918         (gst_alawdec_change_state):
8919         * gst/law/alaw-decode.h:
8920         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8921         (gst_mulawdec_class_init), (gst_mulawdec_init),
8922         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8923         * gst/law/mulaw-decode.h:
8924           Fix capsnego bogosity in *law decoders. 
8925
8926 2007-07-06  Michael Smith <msmith@fluendo.com>
8927
8928         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8929         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8930         (gst_smokeenc_change_state):
8931         * ext/jpeg/gstsmokeenc.h:
8932           Remove stupidity in get/set caps functions.
8933           Fix some refcounting problems.
8934
8935 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8936
8937         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8938         Remove endianness-flipping hack that seems to have been required
8939         only because of a bug in ffmpegcolorspace.
8940         Partially Fixes: #451908
8941
8942 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8943
8944         * docs/plugins/Makefile.am:
8945           Simplify --extra-dir as gtkdoc scans recursively.
8946
8947 2007-07-03  Wim Taymans  <wim@fluendo.com>
8948
8949         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8950
8951         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8952         Set the encoding-name in the rtp caps to all uppercase, as required by
8953         the caps spec.
8954         Some small cleanups in the error paths. Fixes #453037.
8955
8956 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8957
8958         * ext/wavpack/gstwavpackparse.c:
8959         (gst_wavpack_parse_index_get_last_entry),
8960         (gst_wavpack_parse_index_get_entry_from_sample),
8961         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8962         (gst_wavpack_parse_scan_to_find_sample):
8963         * ext/wavpack/gstwavpackparse.h:
8964         Use a GSList for the GArray that is used like a list anyway.
8965
8966 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8967
8968         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8969         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8970         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8971           Add state change function where we set 0/1 as default framerate in
8972           case our setcaps function isn't called, like it might not in a
8973           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8974           gdkpixbufdec trying to create caps with a 0/0 framerate.
8975           Also post an error message on the bus if gst_pad_push() fails when
8976           called from our sink event handler (+1 for flow returns for event
8977           functions in 0.11) instead of failing silently.
8978
8979 2007-06-27  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8982         Cast stack args to the proper types. Fixes #451249.
8983
8984 2007-06-27  Wim Taymans  <wim@fluendo.com>
8985
8986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8987         (new_session_pad), (gst_rtspsrc_setup_streams):
8988         * gst/rtsp/gstrtspsrc.h:
8989         For container formats we only need to activate one of the streams so
8990         that we correctly signal no-more-pads. Fixes #451015.
8991
8992 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8993
8994         * docs/plugins/gst-plugins-good-plugins.args:
8995         * docs/plugins/inspect/plugin-aasink.xml:
8996         * docs/plugins/inspect/plugin-alaw.xml:
8997         * docs/plugins/inspect/plugin-alpha.xml:
8998         * docs/plugins/inspect/plugin-alphacolor.xml:
8999         * docs/plugins/inspect/plugin-annodex.xml:
9000         * docs/plugins/inspect/plugin-apetag.xml:
9001         * docs/plugins/inspect/plugin-audiofx.xml:
9002         * docs/plugins/inspect/plugin-auparse.xml:
9003         * docs/plugins/inspect/plugin-autodetect.xml:
9004         * docs/plugins/inspect/plugin-avi.xml:
9005         * docs/plugins/inspect/plugin-cacasink.xml:
9006         * docs/plugins/inspect/plugin-cairo.xml:
9007         * docs/plugins/inspect/plugin-cdio.xml:
9008         * docs/plugins/inspect/plugin-cutter.xml:
9009         * docs/plugins/inspect/plugin-debug.xml:
9010         * docs/plugins/inspect/plugin-efence.xml:
9011         * docs/plugins/inspect/plugin-effectv.xml:
9012         * docs/plugins/inspect/plugin-esdsink.xml:
9013         * docs/plugins/inspect/plugin-flac.xml:
9014         * docs/plugins/inspect/plugin-flxdec.xml:
9015         * docs/plugins/inspect/plugin-gconfelements.xml:
9016         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9017         * docs/plugins/inspect/plugin-goom.xml:
9018         * docs/plugins/inspect/plugin-halelements.xml:
9019         * docs/plugins/inspect/plugin-icydemux.xml:
9020         * docs/plugins/inspect/plugin-id3demux.xml:
9021         * docs/plugins/inspect/plugin-jpeg.xml:
9022         * docs/plugins/inspect/plugin-ladspa.xml:
9023         * docs/plugins/inspect/plugin-level.xml:
9024         * docs/plugins/inspect/plugin-matroska.xml:
9025         * docs/plugins/inspect/plugin-mulaw.xml:
9026         * docs/plugins/inspect/plugin-multipart.xml:
9027         * docs/plugins/inspect/plugin-navigationtest.xml:
9028         * docs/plugins/inspect/plugin-ossaudio.xml:
9029         * docs/plugins/inspect/plugin-png.xml:
9030         * docs/plugins/inspect/plugin-quicktime.xml:
9031         * docs/plugins/inspect/plugin-rtp.xml:
9032         * docs/plugins/inspect/plugin-rtsp.xml:
9033         * docs/plugins/inspect/plugin-smpte.xml:
9034         * docs/plugins/inspect/plugin-speex.xml:
9035         * docs/plugins/inspect/plugin-taglib.xml:
9036         * docs/plugins/inspect/plugin-udp.xml:
9037         * docs/plugins/inspect/plugin-videobalance.xml:
9038         * docs/plugins/inspect/plugin-videobox.xml:
9039         * docs/plugins/inspect/plugin-videocrop.xml:
9040         * docs/plugins/inspect/plugin-videoflip.xml:
9041         * docs/plugins/inspect/plugin-videomixer.xml:
9042         * docs/plugins/inspect/plugin-wavenc.xml:
9043         * docs/plugins/inspect/plugin-wavparse.xml:
9044         * docs/plugins/inspect/plugin-ximagesrc.xml:
9045           Update docs with caps info.
9046
9047 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * po/POTFILES.in:
9050           Add more files with translatable strings (#450878).
9051
9052 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9053
9054         * MAINTAINERS:
9055         Updating all the maintainers files
9056
9057 2007-06-22  Edward Hervey  <edward@fluendo.com>
9058
9059         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9060         * gst/interleave/deinterleave.c: (deinterleave_init),
9061         (deinterleave_sink_link):
9062         * gst/interleave/interleave.c: (interleave_init):
9063         * gst/median/gstmedian.c: (gst_median_init):
9064         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9065         Fix memory leaks.
9066         * tests/check/elements/id3demux.c: (pad_added_cb):
9067         Remove unused variable.
9068
9069 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9070
9071         * ext/gconf/gconf.h:
9072         Make the prototype of gst_gconf_get_key_for_sink_profile
9073         match the implementation.
9074         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9075         Fixes: #449747
9076
9077 2007-06-20  Michael Smith <msmith@fluendo.com>
9078
9079         * gst/rtp/gstrtpdepay.c:
9080           Fix description - rtpdepay is not a payloader.
9081
9082 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9083
9084         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9085         (qtdemux_video_caps):
9086         * gst/qtdemux/qtdemux_fourcc.h:
9087           Add MJPG to the variants of motion jpeg.
9088
9089 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         * tests/check/Makefile.am:
9092         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9093         * tests/check/elements/videocrop.c: (GST_START_TEST):
9094         * tests/check/elements/videofilter.c:
9095         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9096         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9097           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9098           error flags are included and it errors out on compiler warnings
9099           for CVS builds; remove unused variables in various unit tests.
9100
9101 2007-06-19  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9104         (rtsp_connection_close), (rtsp_connection_free):
9105         Use threadsafe inet_ntop to convert an ip number to a string. 
9106         Fixes #447961.
9107         Don't leak fd (and ip) when freeing a connection without first closing
9108         it.
9109
9110 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9111
9112         * configure.ac:
9113         Back to CVS
9114
9115         * gst-plugins-good.doap:
9116         Add 0.10.6 to the doap file.
9117
9118 === release 0.10.6 ===
9119
9120 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9121
9122         * configure.ac:
9123           releasing 0.10.6, "Wobble Board"
9124
9125 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9126
9127         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9128         (rtsp_connection_free):
9129           Revert previous commit again, since we are frozen (sorry).
9130
9131 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         Patch by: Peter Kjellerstedt <pkj at axis com>
9134
9135         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9136         (rtsp_connection_free):
9137           inet_ntoa() uses a static buffer internally, so we need to copy the
9138           returned string if we want to store it for later (#447961).
9139
9140 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9141
9142         * win32/vs6/autogen.dsp:
9143         * win32/vs6/gst_plugins_good.dsw:
9144         * win32/vs6/libgstalaw.dsp:
9145         * win32/vs6/libgstalpha.dsp:
9146         * win32/vs6/libgstalphacolor.dsp:
9147         * win32/vs6/libgstapetag.dsp:
9148         * win32/vs6/libgstaudiofx.dsp:
9149         * win32/vs6/libgstauparse.dsp:
9150         * win32/vs6/libgstautodetect.dsp:
9151         * win32/vs6/libgstavi.dsp:
9152         * win32/vs6/libgstcutter.dsp:
9153         * win32/vs6/libgstdirectdraw.dsp:
9154         * win32/vs6/libgstdirectsound.dsp:
9155         * win32/vs6/libgsteffectv.dsp:
9156         * win32/vs6/libgstflx.dsp:
9157         * win32/vs6/libgstgoom.dsp:
9158         * win32/vs6/libgsticydemux.dsp:
9159         * win32/vs6/libgstid3demux.dsp:
9160         * win32/vs6/libgstinterleave.dsp:
9161         * win32/vs6/libgstjpeg.dsp:
9162         * win32/vs6/libgstlevel.dsp:
9163         * win32/vs6/libgstmatroska.dsp:
9164         * win32/vs6/libgstmedian.dsp:
9165         * win32/vs6/libgstmonoscope.dsp:
9166         * win32/vs6/libgstmulaw.dsp:
9167         * win32/vs6/libgstmultipart.dsp:
9168         * win32/vs6/libgstqtdemux.dsp:
9169         * win32/vs6/libgstrtp.dsp:
9170         * win32/vs6/libgstrtsp.dsp:
9171         * win32/vs6/libgstsmpte.dsp:
9172         * win32/vs6/libgstspeex.dsp:
9173         * win32/vs6/libgstudp.dsp:
9174         * win32/vs6/libgstvideobalance.dsp:
9175         * win32/vs6/libgstvideobox.dsp:
9176         * win32/vs6/libgstvideocrop.dsp:
9177         * win32/vs6/libgstvideoflip.dsp:
9178         * win32/vs6/libgstvideomixer.dsp:
9179         * win32/vs6/libgstwaveform.dsp:
9180         * win32/vs6/libgstwavenc.dsp:
9181         * win32/vs6/libgstwavparse.dsp:
9182         Mark *.dsp & *.dsw as binary files and convert to DOS line
9183         endings, as they don't load into VS6 correctly otherwise.
9184
9185 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9186
9187         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9188         (rtsp_connection_connect):
9189         Fix the MingW build. 
9190         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9191         Fixes: #446981
9192
9193 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9194
9195         * tests/check/elements/.cvsignore:
9196         * tests/icles/.cvsignore:
9197         Hush the buildbots up
9198
9199 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9200
9201         * configure.ac:
9202         * sys/Makefile.am:
9203         * sys/directdraw/Makefile.am:
9204         * sys/directsound/Makefile.am:
9205         * sys/waveform/Makefile.am:
9206         Make sure to dist everything needed for win32 builds.
9207
9208 2007-06-14  Edward Hervey  <edward@fluendo.com>
9209
9210         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9211         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9212         caps.
9213         Fixes #447458
9214
9215 2007-06-13  Wim Taymans  <wim@fluendo.com>
9216
9217         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9218         Make sure we allocate enough memory for the codec_data.
9219         Fixes #447210.
9220
9221 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9222
9223         * win32/MANIFEST:
9224         Add videocrop project file to the win32 manifest.
9225         * win32/vs6/gst_plugins_good.dsw:
9226         Add qtdemux,videocrop and waveform projects to the workspace.
9227         * win32/vs6/libgstqtdemux.dsp:
9228         Add zlib to the link list of qtdemux.
9229         * win32/vs6/libgstvideocrop.dsp:
9230         Add a project file for videocrop.
9231
9232 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9233
9234         * po/POTFILES.in:
9235         Add qtdemux for translation
9236
9237 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9238
9239         * configure.ac:
9240         * docs/plugins/Makefile.am:
9241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9243         * docs/plugins/inspect/plugin-videocrop.xml:
9244         * gst-plugins-good.spec.in:
9245         * sys/Makefile.am:
9246         * tests/check/Makefile.am:
9247         * tests/icles/Makefile.am:
9248         * tests/icles/videocrop-test.c:
9249         Move videocrop and osxvideo from -bad.
9250
9251 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9252
9253         * configure.ac:
9254         * docs/plugins/Makefile.am:
9255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9257         * docs/plugins/gst-plugins-good-plugins.args:
9258         * docs/plugins/inspect/plugin-qtdemux.xml:
9259         * docs/plugins/inspect/plugin-quicktime.xml:
9260         * win32/MANIFEST:
9261         Move qtdemux from -bad.
9262
9263         * gst-plugins-good.spec.in:
9264         Update spec file to reflect moving of qtdemux and wavpack
9265
9266 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9267         
9268         * win32/MANIFEST:
9269         * docs/plugins/Makefile.am:
9270         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9271         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9272         * docs/plugins/inspect/plugin-directdraw.xml:
9273         * docs/plugins/inspect/plugin-directsound.xml:
9274         * docs/plugins/inspect/plugin-waveform.xml:
9275         Move the waveform plugin from -bad too. Update the inspect xml
9276         files to mention Plugins Good instead of Plugins Bad.
9277
9278 2007-06-12  Andy Wingo  <wingo@pobox.com>
9279
9280         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9281         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9282         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9283         finalization and resuscitation. No longer public.
9284         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9285         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9286         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9287         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9288         miniobject semantics, and be threadsafe.
9289         (gst_v4l2src_queue_frame): Remove this function, as we just call
9290         the ioctls directly in the two places where we queue buffers.
9291         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9292         directly.
9293         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9294         to allocate the pool, which also preallocates the GstBuffers.
9295         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9296         queueing the frames directly.
9297         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9298         mmap buffers have been dequeued.
9299
9300         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9301         real MiniObject instead of rolling our own refcounting and
9302         finalizing. Give it a lock.
9303         (struct _GstV4l2Buffer): Remove one intermediary object, having
9304         the buffers hold the struct v4l2_buffer directly.
9305
9306         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9307         capture_init so that it can set them on the buffers that it will
9308         create.
9309         (gst_v4l2src_get_read): For better or for worse, include the
9310         timestamping and offsetting code here; really we should be using
9311         bufferalloc though.
9312         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9313         preallocated, mmap'd buffers.
9314
9315 2007-06-11  Wim Taymans  <wim@fluendo.com>
9316
9317         Patch by: daniel fischer <dan at f3c dot com>
9318
9319         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9320         (gst_ximage_src_get_caps):
9321         Actually use the display_name property so that we can dump any
9322         available X display. Fixes #445905.
9323
9324 2007-06-11  Wim Taymans  <wim@fluendo.com>
9325
9326         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9327
9328         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9329         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9330         Add missing rate fields to caps. Fixes #441118.
9331
9332 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9333
9334         * win32/vs6/gst_plugins_good.dsw:
9335         * win32/vs8/gst-plugins-good.sln:
9336         Add DirectSound and DirectDraw sinks project files to
9337         workspace and solution files.
9338
9339 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9340
9341         Patch by: Josh Coalson <xflac at yahoo dot com>,
9342         updated by Alexis Ballier <aballier at gentoo dot org>:
9343
9344         * configure.ac:
9345         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9346         (gst_flac_dec_setup_seekable_decoder),
9347         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9348         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9349         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9350         * ext/flac/gstflacdec.h:
9351         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9352         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9353         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9354         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9355         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9356         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9357         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9358         * ext/flac/gstflacenc.h:
9359         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9360         
9361 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9362
9363         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9364         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9365         not necessary anymore as we need at least that core version. 
9366
9367 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9368
9369         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9370         (gst_wavpack_dec_chain):
9371         * ext/wavpack/gstwavpackdec.h:
9372         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9373         (gst_wavpack_parse_push_buffer):
9374         * ext/wavpack/gstwavpackparse.h:
9375         Improve discont handling by checking if the next Wavpack block has
9376         the expected, following block index.
9377
9378 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9379
9380         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9381           Fix element description.
9382
9383 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9384
9385         * configure.ac:
9386         * docs/plugins/Makefile.am:
9387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9389         * docs/plugins/gst-plugins-good-plugins.args:
9390         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9391         * docs/plugins/gst-plugins-good-plugins.signals:
9392         * docs/plugins/inspect/plugin-autodetect.xml:
9393         * docs/plugins/inspect/plugin-gconfelements.xml:
9394         * docs/plugins/inspect/plugin-ladspa.xml:
9395         * docs/plugins/inspect/plugin-rtp.xml:
9396         * docs/plugins/inspect/plugin-wavpack.xml:
9397         * ext/Makefile.am:
9398         * tests/check/Makefile.am:
9399           move wavpack plugin.  See #352605.
9400
9401 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9402
9403         * configure.ac:
9404         * docs/plugins/Makefile.am:
9405         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9406         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9407         * docs/plugins/gst-plugins-good-plugins.args:
9408         * sys/Makefile.am:
9409         * win32/MANIFEST:
9410         Add DirectDraw & DirectSound plugins to the build and docs.
9411
9412 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9413
9414         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9415         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9416           When operating in pull mode, error out correct on not-linked.
9417
9418 2007-06-06  Andy Wingo  <wingo@pobox.com>
9419
9420         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9421         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9422         format and size if the ioctls are defined; should fix compilation
9423         on Linux < 2.16.19.
9424
9425 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9426
9427         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9428           Printf fixes in debug statements; use LOG level for debug statements
9429           that are printed for each and every frame; convert c++ comments to
9430           C-style comments; not much point using g_try_malloc() if we then not
9431           even check the return value.
9432
9433 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9434
9435         * configure.ac:
9436           Bump requirements to released versions (core and base 0.10.13).
9437
9438         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9439           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9440           own implementation.
9441
9442 2007-06-05  Andy Wingo  <wingo@pobox.com>
9443
9444         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9445         some useless comments.
9446
9447         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9448         frames before calling STREAMON, that might leave them in a state
9449         where they can't be dequeued if we go back to NULL without calling
9450         STREAMON, according to the docs.
9451         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9452         before we call STREAMON.
9453         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9454         failures. (For me this code hung.) The pool refcounting is still
9455         crack; added a note to that effect.
9456
9457 2007-06-05  Wim Taymans  <wim@fluendo.com>
9458
9459         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9460         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9461         Add support for mapping gst structure names to the MIME type equivalent.
9462         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9463
9464 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9465
9466         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9467         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9468         (gst_wavenc_chain), (gst_wavenc_change_state):
9469         * gst/wavenc/gstwavenc.h:
9470         Properly write wav files with width!=depth by having the depth most
9471         significant bytes set and all others zero. Fixes #442535.
9472
9473 2007-06-01  Wim Taymans  <wim@fluendo.com>
9474
9475         * gst/rtsp/rtspconnection.c:
9476         Add include to make buildbot happy.
9477
9478 2007-06-01  Wim Taymans  <wim@fluendo.com>
9479
9480         Patch by: Peter Kjellerstedt  <pkj at axis com>
9481
9482         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9483         (rtsp_connection_connect), (add_date_header),
9484         (rtsp_connection_send), (parse_response_status),
9485         (parse_request_line), (parse_line), (rtsp_connection_receive):
9486         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9487         * gst/rtsp/rtspdefs.h:
9488         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9489         (rtsp_message_init_request), (rtsp_message_init_response),
9490         (rtsp_message_remove_header), (rtsp_message_append_headers),
9491         (rtsp_message_dump):
9492         * gst/rtsp/rtspmessage.h:
9493         Improves version checking, allowing an RTSP server to reply with "505
9494         RTSP Version not supported.
9495         Adds a Date header to all messages.
9496         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9497         want to be able to send a response even if something in the request was
9498         invalid. EINVAL is only used when passing wrong arguments to functions.
9499         Do not handle an invalid method in parse_request_line(). Defer this to
9500         the caller so it can respond with "405 Method Not Allowed".
9501         Improves parsing of the timeout parameter to the Session header,
9502         allowing whitespace after the semicolon. 
9503         Avoids a compiler warning due to variables shadowing a function argument.
9504
9505 2007-06-01  Wim Taymans  <wim@fluendo.com>
9506
9507         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9508
9509         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9510         (gst_rtp_amr_depay_process):
9511         * gst/rtp/gstrtpamrdepay.h:
9512         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9513         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9514         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9515         * gst/rtp/gstrtpamrpay.h:
9516         Add support for AMR-WB.
9517         Small cleanups such as using BOILERPLATE.
9518
9519 2007-05-31  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9522         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9523
9524 2007-05-30  Andy Wingo  <wingo@pobox.com>
9525
9526         * sys/v4l2/gstv4l2object.h: 
9527         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9528         unintended changes.
9529
9530         * sys/v4l2/v4l2src_calls.h: 
9531         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9532         the format list in the order that the driver gives it to us.
9533         (gst_v4l2src_probe_caps_for_format_and_size)
9534         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9535         based on the capabilities of the device.
9536         (gst_v4l2src_grab_frame): Update for object variable renaming.
9537         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9538         as in the set_caps below.
9539         (gst_v4l2src_capture_init): Update for object variable renaming,
9540         and reflow.
9541         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9542         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9543         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9544         (gst_v4l2src_get_fps): Remove; these functions don't have much
9545         meaning outside of an atomic set_caps method.
9546         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9547         known.
9548
9549         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9550         call to update_fps; not sure about this change.
9551         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9552         moment we don't have an update_fps_func.
9553
9554         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9555         structures in the object, just store what we need. Do store the
9556         probed caps of the device. Don't store the current frame rate.
9557
9558         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9559         update_fps_function, for now. Update for new object variable
9560         naming.
9561         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9562         new object variable naming.
9563         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9564         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9565         (gst_v4l2src_get_caps): Rework to probe the device for supported
9566         frame sizes and frame rates.
9567         (gst_v4l2src_set_caps): Rework to be strict in the given
9568         parameters: if someone asks us to have a certain size and rate,
9569         that is what we configure.
9570         (gst_v4l2src_get_read): Update for object variable naming. Don't
9571         leak buffers on short reads.
9572         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9573         comments.
9574         (gst_v4l2src_create): Update for object variable naming.
9575
9576 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9579         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9580         * gst/avi/gstavidemux.h:
9581           Parse subtitle text streams instead of erroring out (#442034). Still
9582           needs a parser for the subtitles to actually show up.
9583
9584 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9585
9586         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9587         (gst_avi_demux_loop):
9588           Make _push_event() return TRUE if the event could be pushed on at
9589           least one pad and not only if it could be pushed on all pads,
9590           otherwise we'll end up posting an error message on EOS if one or
9591           more source pads are not connected.
9592
9593 2007-05-28  Wim Taymans  <wim@fluendo.com>
9594
9595         * gst/rtsp/rtsptransport.c:
9596         Use renamed RTP bin.
9597
9598 2007-05-28  Wim Taymans  <wim@fluendo.com>
9599
9600         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9601
9602         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9603         (gst_video_box_set_property), (gst_video_box_transform_caps),
9604         (video_box_recalc_transform), (gst_video_box_set_caps),
9605         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9606         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9607         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9608         (gst_video_box_i420_i420), (gst_video_box_transform),
9609         (plugin_init):
9610         Add AYUV->AYUV and AYUV->I420 formats. 
9611         Fix negotiation and I420->AYUV conversion.
9612         Fixes #429329.
9613
9614 2007-05-26  Wim Taymans  <wim@fluendo.com>
9615
9616         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9617         Use different variables for nested for loops so that the outer loop
9618         functions properly and speex files with multiple frames per buffer work
9619         properly.
9620         Fixes #441408.
9621
9622 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9625           Don't leak newsegment events.
9626
9627 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9628
9629         * gst/wavparse/Makefile.am:
9630           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9631           drags it in.
9632
9633 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9634
9635         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9636         (notgst_value_array_append_buffer),
9637         (gst_flac_enc_process_stream_headers),
9638         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9639         (gst_flac_enc_change_state):
9640         * ext/flac/gstflacenc.h:
9641           Collect headers, add "streamheader" field to output caps and set
9642           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9643           produces output according to the official FLAC-to-Ogg mapping
9644           instead of completely broken files. Fixes #426044.
9645
9646 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9647
9648         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9649         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9650         (gst_id3demux_sink_event):
9651         * gst/id3demux/gstid3demux.h:
9652         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9653         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9654         (gst_tag_demux_send_new_segment):
9655         Handle and adjust new-segment events so that downstream really
9656         sees a stream with the tag pieces stripped off the front and back.
9657         Fixes strangeness in seeking when mp3 decoders use the new-segment
9658         byte position to estimate their current playback position timestamp
9659         and then the arriving buffers don't match up.
9660
9661 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9662
9663         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9664           Don't unnecessarily perform a READY->NULL->READY transition on the
9665           detected audio sink when starting up. Fixes: #440127
9666
9667 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9668
9669         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9670         (gst_flac_enc_chain):
9671           Don't crash in chain function if setcaps hasn't been called.
9672
9673 2007-05-24  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9676         Init value to avoid infinte loops.
9677
9678 2007-05-24  Wim Taymans  <wim@fluendo.com>
9679
9680         Patch by: Peter Kjellerstedt  <pkj at axis com>
9681
9682         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9683         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9684         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9685         (gst_rtspsrc_play):
9686         (rtsp_connection_send), (rtsp_connection_receive):
9687         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9688         Fix for new API.
9689
9690         * gst/rtsp/rtspconnection.c: (add_auth_header),
9691         Only add authorisation and session headers when sending messages.
9692
9693         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9694         (rtsp_message_init_request), (rtsp_message_init_response),
9695         (rtsp_message_unset), (rtsp_message_add_header),
9696         (rtsp_message_remove_header), (rtsp_message_get_header),
9697         (rtsp_message_append_headers), (dump_key_value),
9698         (rtsp_message_dump):
9699         * gst/rtsp/rtspmessage.h:
9700         Add support for multiple headers of the same type by storing the parsed
9701         headers in a GArray instaed of a hashtable.
9702
9703 2007-05-21  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9706         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9707         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9708         safer shutdown.
9709
9710 2007-05-21  Wim Taymans  <wim@fluendo.com>
9711
9712         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9713         * gst/rtsp/gstrtpdec.h:
9714         Added signal for backwards compat.
9715
9716 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9717         
9718         Patch by: René Stadler <mail at renestadler dot de>
9719
9720         * configure.ac:
9721         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9722         (gst_au_parse_parse_header), (gst_au_parse_chain):
9723         * gst/auparse/gstauparse.h:
9724         Use audioconvert for converting from non-native endianness floats
9725         in auparse instead of doing it ourself. Fixes #424527.
9726         This needs the audioconvert from plugins-base CVS.
9727         
9728 2007-05-21  Wim Taymans  <wim@fluendo.com>
9729
9730         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9731         (gst_rtp_h263p_pay_flush):
9732         Fix enum registration.
9733
9734 2007-05-21  Wim Taymans  <wim@fluendo.com>
9735
9736         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9737
9738         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9739         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9740         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9741         (gst_rtp_h263p_pay_flush):
9742         * gst/rtp/gstrtph263ppay.h:
9743         Add new fragmentation mode base on GOB headers. Fixes #438940.
9744
9745 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9748           Printf format fix.
9749
9750 2007-05-18  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9753         Don't crash when an unsupported transport error was returned by the
9754         server, just try to configure the next stream. Fixes #439255.
9755
9756 2007-05-18  Wim Taymans  <wim@fluendo.com>
9757
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9759         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9760         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9761         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9762         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9763         * gst/rtsp/gstrtspsrc.h:
9764         Add TCP timeout property and use it for all TCP connection.
9765
9766         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9767         (rtsp_connection_write), (rtsp_connection_next_timeout),
9768         (rtsp_connection_reset_timeout):
9769         Make connect and writes cancelable and make them use the timeout.
9770
9771 2007-05-18  Wim Taymans  <wim@fluendo.com>
9772
9773         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9774         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9775         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9776         (gst_rtspsrc_setup_streams):
9777         Refactor timeout handling.
9778         Also send keep-alive when dealing with TCP transport.
9779
9780         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9781         (rtsp_connection_free), (rtsp_connection_next_timeout),
9782         (rtsp_connection_reset_timeout):
9783         * gst/rtsp/rtspconnection.h:
9784         Use a timer to handle the session timeouts, add some methods to deal
9785         with timeouts.
9786
9787 2007-05-17  Wim Taymans  <wim@fluendo.com>
9788
9789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9790         (gst_rtspsrc_setup_streams):
9791         Ignore streams that fail the setup command, we will retry with a
9792         different transport later on.
9793
9794         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9795         (rtsp_ext_wms_configure_stream):
9796         Fix encoding name case.
9797
9798 2007-05-16  Edward Hervey  <edward@fluendo.com>
9799
9800         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9801         Fix build on macosx.
9802
9803 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9804
9805         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9806         Replace direct comparison of a string with the string literal "" with
9807         a comparison of the first character with '\0'. Fixes #438926.
9808
9809 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9810
9811         * gst/debug/breakmydata.c (gst_break_my_data_init):
9812           One more try. This should be the proper fix now.
9813
9814 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9815
9816         * gst/debug/breakmydata.c:
9817           Ooops, no // comments please.
9818
9819 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9820
9821         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9822         (gst_break_my_data_init):
9823           Fix gst_buffer_is_writable() assertion.
9824
9825 2007-05-14  David Schleef  <ds@schleef.org>
9826
9827         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9828           video/x-raw-bayer.  Fixes #314160.
9829
9830 2007-05-14  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9833         (gst_rtp_theora_depay_parse_configuration):
9834         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9835         (gst_rtp_theora_pay_finish_headers),
9836         (gst_rtp_theora_pay_handle_buffer):
9837         Update theora pay/depayloader in a similar to vorbis.
9838
9839         * gst/rtp/gstrtpvorbisdepay.c:
9840         (gst_rtp_vorbis_depay_parse_configuration):
9841         Update docs.
9842
9843 2007-05-14  Wim Taymans  <wim@fluendo.com>
9844
9845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9846         When we try to execute a method that is not supported by the server,
9847         don't error out but remove the method from the accepted methods so that
9848         we never try to perform this method again.
9849
9850 2007-05-14  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9853         Remove annoying _dump_mem.
9854
9855 2007-05-14  Wim Taymans  <wim@fluendo.com>
9856
9857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9858         Parse range correctly.
9859
9860         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9861         The baseurl now always has a '/' at the start.
9862
9863 2007-05-14  Wim Taymans  <wim@fluendo.com>
9864
9865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9866         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9867         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9868         Factor out caps configuration and configure more stuff such as the time
9869         ranges and speed/scale values.
9870
9871         * gst/rtsp/rtsptransport.c:
9872         Add Copyright after non-trival fixes.
9873
9874 2007-05-12  Wim Taymans  <wim@fluendo.com>
9875
9876         Patch by: Peter Kjellerstedt  <pkj at axis com>
9877
9878         * gst/rtsp/gstrtspsrc.h:
9879         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9880         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9881         (rtsp_message_get_header):
9882         * gst/rtsp/rtspmessage.h:
9883         Make channel guint8 where possible.
9884         Make rtsp_message_init_data() take the channel as a guint8.
9885
9886         * gst/rtsp/rtspdefs.c:
9887         Fixed a typo: Timout -> Timeout
9888
9889         * gst/rtsp/rtspdefs.h:
9890         Make RTSP_CHECK() behave as a statement.
9891
9892         * gst/rtsp/sdpmessage.c:
9893         Avoid a compiler warning in INIT_ARRAY().
9894         Fixes #437692.
9895
9896 2007-05-12  Wim Taymans  <wim@fluendo.com>
9897
9898         Patch by: Peter Kjellerstedt  <pkj at axis com>
9899
9900         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9901         (rtsp_url_get_request_uri):
9902         * gst/rtsp/rtspurl.h:
9903         Add support for query parameters to RTSP URLs.
9904
9905 2007-05-12  Wim Taymans  <wim@fluendo.com>
9906
9907         Patch by: Peter Kjellerstedt  <pkj at axis com>
9908
9909         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9910         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9911         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9912         (rtsp_transport_parse), (rtsp_transport_as_text):
9913         * gst/rtsp/rtsptransport.h:
9914         Add validation to rtsp_transport_parse().
9915         Add rtsp_transport_as_text() to generate an RTSP header from an
9916         RTSPTransport.
9917         Change ssrc to guint (was a string) since that is what it is, even
9918         though it is sent as a hex string.
9919         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9920         incorrect, which can be seen when looking at the examples in the RFC).
9921         Fixes #437670.
9922
9923 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9924
9925         Patch by: Eric Anholt
9926
9927         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9928           gst_ximage_src_ximage_get):
9929         Use union of all damage between frames to make it faster.
9930         Fixes bug #342463.
9931         Also fix crasher when cursor is at bottom right of window.
9932
9933 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9934
9935         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9936           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9937           streaming mode regression for file from #343837 with 'bext' chunk
9938           before the 'fmt' chunk.
9939
9940 2007-05-11  Wim Taymans  <wim@fluendo.com>
9941
9942         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9943         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9944         (gst_rtspsrc_handle_src_event),
9945         (gst_rtspsrc_stream_configure_manager),
9946         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9947         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9948         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9949         * gst/rtsp/gstrtspsrc.h:
9950         * gst/rtsp/rtspdefs.h:
9951         Preliminary seek support.
9952         Activate internal pads so that we can receive events on them.
9953         Don't try to parse a range string when it's NULL.
9954
9955 2007-05-11  Wim Taymans  <wim@fluendo.com>
9956
9957         * gst/rtp/README:
9958         Update README with new RTP variables that will be used for
9959         synchronisation.
9960
9961         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9962         (gst_rtp_vorbis_depay_parse_configuration),
9963         (gst_rtp_vorbis_depay_process):
9964         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9965         (gst_rtp_vorbis_pay_finish_headers),
9966         (gst_rtp_vorbis_pay_handle_buffer):
9967         Update vorbis pay and depayloader to draft-04.
9968
9969 2007-05-11  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst/rtsp/rtsptransport.c:
9972         UDP MCAST is actually the default for RTP/AVP.
9973 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9974
9975         * gst/level/gstlevel.c: (gst_level_transform_ip):
9976         Use guint8 * instead of gpointer then vs6 can build 
9977         in_data += (filter->width / 8).
9978
9979 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9980
9981         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9982           gst_ximage_src_ximage_get):
9983         * sys/ximage/gstximagesrc.h (last_ximage):
9984         When using Damage actually keep the last frame, and not assume
9985         that the buffer we get already has the last frame on it.
9986         Copy the cursor over if we specify a non-zero start x and
9987         start y.
9988
9989 2007-05-11  Wim Taymans  <wim@fluendo.com>
9990
9991         * gst/rtsp/rtsptransport.c:
9992         Make UDP the default transport when not specified.
9993
9994 2007-05-09  David Schleef  <ds@schleef.org>
9995
9996         * gst/level/gstlevel.c:
9997           Revert last change.
9998
9999 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10000
10001         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10002         (gst_level_transform_ip):
10003         Use guint8 * instead of gpointer then vs6 know the size of data
10004         pointed when moving the pointer.
10005         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10006         Move instructions after variables declaration.
10007         * win32/vs6/autogen.dsp:
10008         * win32/vs6/libgstrtp.dsp:
10009         * win32/vs6/libgstrtsp.dsp:
10010         Update vs6 project files.
10011
10012 2007-05-09  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst/rtsp/Makefile.am:
10015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10016         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10017         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10018         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10019         (rtsp_range_free):
10020         * gst/rtsp/rtsprange.h:
10021         Add code to parse time ranges.
10022         Report DURATION on the stream when possible.
10023
10024 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10025
10026         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10027         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10028         (gst_videomixer_collected):
10029           Fix strides calculation for AYUV (it's just width*4) (#436910).
10030
10031 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10032
10033         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10034         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10035         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10036         Sync the GObject properties before each processing step to properly
10037         work with the controller.
10038
10039 2007-05-04  Wim Taymans  <wim@fluendo.com>
10040
10041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10042         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10043         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10044         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10045         (gst_rtspsrc_change_state):
10046         Let more error state trickle down so that we can catch more error
10047         cases.
10048         Handle keep-alive a little smarter by selecting a method the server
10049         actually supports.
10050         Fix a race in UDP streaming shutdown.
10051
10052 2007-05-04  Wim Taymans  <wim@fluendo.com>
10053
10054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10055         Ignore errors when trying to use the keep-alive messages.
10056
10057 2007-05-04  Wim Taymans  <wim@fluendo.com>
10058
10059         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10060         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10061         (gst_rtspsrc_stream_configure_manager),
10062         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10063         (gst_rtspsrc_stream_configure_mcast),
10064         (gst_rtspsrc_stream_configure_udp),
10065         (gst_rtspsrc_stream_configure_udp_sink),
10066         (gst_rtspsrc_stream_configure_transport):
10067         Send RTCP messages back to the server over the TCP connection.
10068
10069         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10070         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10071         (rtsp_connection_receive):
10072         * gst/rtsp/rtspconnection.h:
10073         Factor out and expose lowlevel _write and _read methods.
10074         Implement sending data messages to the server.
10075
10076 2007-05-03  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10079         (gst_multipart_mux_collected):
10080         Fix timestamps on outgoing buffers.
10081
10082 2007-05-03  Wim Taymans  <wim@fluendo.com>
10083
10084         * gst/multipart/multipartmux.c:
10085         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10086         (gst_multipart_mux_change_state):
10087         Emit NEWSEGMENT events before pushing the first buffer.
10088
10089 2007-05-03  Wim Taymans  <wim@fluendo.com>
10090
10091         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10092         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10093         (gst_rtspsrc_handle_src_query),
10094         (gst_rtspsrc_stream_configure_manager),
10095         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10096         (gst_rtspsrc_stream_configure_mcast),
10097         (gst_rtspsrc_stream_configure_udp),
10098         (gst_rtspsrc_stream_configure_udp_sink),
10099         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10100         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10101         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10102         (gst_rtspsrc_pause):
10103         Refactor transport configuration code.
10104         Create internal pads for TCP transport so that we can implement events
10105         and queries.
10106         Handle events and queries.
10107         Parse range from the SDP.
10108         Fix race in pause handler where the connection could still be flushing.
10109
10110 2007-05-02  Wim Taymans  <wim@fluendo.com>
10111
10112         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10113         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10114         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10115         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10116         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10117         (gst_rtspsrc_change_state):
10118         * gst/rtsp/gstrtspsrc.h:
10119         Fix race when multiple udp sources post timeouts, just act on the first
10120         received timeout.
10121         Protect stream list with a recursive lock to fix some races.
10122         Flush connection when we need to do a reconnect or stop.
10123         Make state lock recursive.
10124
10125         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10126         (rtsp_connection_close):
10127         Some small cleanups.
10128
10129 2007-05-02  Wim Taymans  <wim@fluendo.com>
10130
10131         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10132         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10133         Only set DISCONT when there actually is a discont or when we just
10134         started.
10135
10136 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10137
10138         * ext/flac/gstflac.c: (plugin_init):
10139         Call bindtextdomain() to get localized strings.
10140
10141 2007-05-02  Wim Taymans  <wim@fluendo.com>
10142
10143         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10144         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10145         (gst_wavparse_stream_data):
10146         * gst/wavparse/gstwavparse.h:
10147         Be a bit more clever when dealing with VBR files with FACT tags, we
10148         don't want to timestamp buffers in that case but the estimated BPS can
10149         be used for seeking.
10150         Only send close segment in the streaming thread.
10151
10152 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10153
10154         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10155         Correctly post an error on the bus if something went wrong in the loop
10156         function. This fixes a few cases where the task was paused and nothing
10157         happened anymore.
10158
10159 2007-05-02  Wim Taymans  <wim@fluendo.com>
10160
10161         * gst/rtsp/test.c: (main):
10162         Fix compilation of deprecated test just because I'm too lazy to delete
10163         it.
10164
10165 2007-05-02  Wim Taymans  <wim@fluendo.com>
10166
10167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10168         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10169         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10170         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10171         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10172         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10173         * gst/rtsp/gstrtspsrc.h:
10174         Fix sending RTCP to the right place.
10175         Fix bug in reffing the wrong UDP element.
10176         Use new pad names for the session manager.
10177         Implement handling server requests in interleaved and UDP modes.
10178         Handle session keep-alive in UDP modes.
10179         Remove GCond for handling UDP timeouts.
10180
10181         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10182         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10183         (rtsp_connection_receive), (rtsp_connection_close):
10184         * gst/rtsp/rtspconnection.h:
10185         Store connection IP address for later.
10186         Add timeout args to all operations that might block forever.
10187         Parse session timeout.
10188         Only close sockets when not already closed.
10189
10190         * gst/rtsp/rtspdefs.c:
10191         * gst/rtsp/rtspdefs.h:
10192         Add timeout return value and error string.
10193
10194         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10195         Add small comment.
10196
10197 2007-05-01  Wim Taymans  <wim@fluendo.com>
10198
10199         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10200
10201         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10202         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10203         * gst/rtp/gstrtpmp4vpay.h:
10204         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10205
10206 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10209           Remove v4l2src from docs, since it breaks the docs build, and the
10210           plugin is only built if --enable-experimental is used anyway.
10211
10212         * docs/plugins/Makefile.am:
10213           Spaces => tab.
10214
10215 2007-04-29  Wim Taymans  <wim@fluendo.com>
10216
10217         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10218         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10219         Add code to drop membership of a multicast group.
10220
10221         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10222         (gst_udpsink_set_uri):
10223         Implement URI handler.
10224
10225         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10226         (gst_rtspsrc_parse_rtpinfo):
10227         Use URI handler to make udpsink instace.
10228         Improve code to configure port and destination.
10229
10230 2007-04-29  Wim Taymans  <wim@fluendo.com>
10231
10232         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10233         Fix multicast detection.
10234         Don't try to join a multicast group if the address is not multicast.
10235
10236         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10237         Small debug improvement.
10238
10239 2007-04-27  Wim Taymans  <wim@fluendo.com>
10240
10241         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10242         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10243         (gst_rtspsrc_handle_message):
10244         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10245         parent.
10246
10247 2007-04-27  Wim Taymans  <wim@fluendo.com>
10248
10249         * gst/rtp/gstrtpilbcdepay.h:
10250         Fix mode property when specified as an arg.
10251
10252 2007-04-26  Edward Hervey  <edward@fluendo.com>
10253
10254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10256         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10257         * docs/plugins/inspect/plugin-osxaudio.xml:
10258         Add documentation for osxaudio plugin.
10259
10260 2007-04-26  Wim Taymans  <wim@fluendo.com>
10261
10262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10263         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10264         (gst_rtspsrc_open), (gst_rtspsrc_close),
10265         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10266         (gst_rtspsrc_pause):
10267         * gst/rtsp/gstrtspsrc.h:
10268         Protect state changes with a lock.
10269
10270         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10271         (parse_line):
10272         * gst/rtsp/rtspconnection.h:
10273         Remove some unused stuff.
10274
10275 2007-04-26  Wim Taymans  <wim@fluendo.com>
10276
10277         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10278         Handle the case where there are exactly 0 bytes to read and the ioctl
10279         did not report an error. Fixes #433530.
10280
10281 2007-04-26  Wim Taymans  <wim@fluendo.com>
10282
10283         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10284         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10285         * gst/wavparse/gstwavparse.h:
10286         Apply DISCONT to buffers.
10287         Only apply timestamp to the first sample after a DISCONT, too many VBR
10288         files cause random jitter in the timestamps. Fixes #433119.
10289
10290 2007-04-25  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10293         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10294         (gst_rtp_dec_get_property):
10295         * gst/rtsp/gstrtpdec.h:
10296         Add dummy latency property to be backwards compat with rtpbin.
10297
10298         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10299         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10300         (gst_rtspsrc_stream_configure_transport),
10301         (gst_rtspsrc_parse_rtpinfo):
10302         * gst/rtsp/gstrtspsrc.h:
10303         Add latency property and configure in the session manager.
10304         Don't set invalid clock-base and seqnum-base on caps, some servers
10305         sometimes don't send them.
10306
10307 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10310         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10311           Double-check that RGB input caps are really RGBA caps (apparently
10312           the core doesn't always catch it if those caps aren't a subset of
10313           our template caps, also see #421543). Fixes #429319 in a way.
10314           Also, don't leak the pad template in the transform_caps function.
10315
10316         * tests/check/Makefile.am:
10317         * tests/check/elements/.cvsignore:
10318         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10319         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10320         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10321         (GST_START_TEST), (alphacolor_suite):
10322           Add some basic unit tests for alphacolor.
10323
10324 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10325
10326         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10327           If we get a fatal flow return in the loop function, first post the
10328           error message and only then send the EOS event downstream, otherwise
10329           applications might get an eos message before the error message and
10330           think everything was ok (related to #429319).
10331
10332 2007-04-25  Wim Taymans  <wim@fluendo.com>
10333
10334         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10335         Read the channel byte as an unsigned byte.
10336
10337 2007-04-25  Wim Taymans  <wim@fluendo.com>
10338
10339         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10340         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10341         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10342         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10343         (gst_rtp_gsm_depay_setcaps):
10344         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10345         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10346         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10347         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10348         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10349         (gst_ilbc_depay_get_property):
10350         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10351         * gst/rtp/gstrtpmp4adepay.c:
10352         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10353         (gst_rtp_pcma_depay_setcaps):
10354         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10355         (gst_rtp_pcmu_depay_setcaps):
10356         Make sure we configure the clock_rate in the baseclass in the setcaps
10357         function. Fixes #431282.
10358
10359 2007-04-25  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10362         (gst_rtspsrc_stream_free), (request_pt_map),
10363         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10364         * gst/rtsp/gstrtspsrc.h:
10365         Parse server address from SDP.
10366         Hook up a udpsink to send RTCP back to the server.
10367
10368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10369         * gst/rtsp/rtsptransport.h:
10370         Add some docs.
10371
10372 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10373
10374         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10375           Make header field check conditional. Fixes #433135
10376
10377 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10378
10379         * docs/plugins/Makefile.am:
10380         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10382         * docs/plugins/inspect/plugin-alphacolor.xml:
10383         * gst/alpha/Makefile.am:
10384         * gst/alpha/gstalphacolor.c:
10385         * gst/alpha/gstalphacolor.h:
10386           Add minimal docs blurb to alphacolor; split out headers into
10387           separate header file for gtk-doc.
10388
10389 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10390
10391         * gst/debug/progressreport.c: (gst_progress_report_report):
10392           Don't try to post NULL message (in case we can't query upstream
10393           position or duration).
10394
10395 2007-04-18  Michael Smith  <msmith@fluendo.com>
10396
10397         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10398         (gst_cutter_get_caps):
10399         * gst/cutter/gstcutter.h:
10400           Fix some of the most obvious bugs in cutter. Now doesn't leak
10401           everything if input is silent.
10402
10403 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10404
10405         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10406         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10407         * gst/wavenc/gstwavenc.h:
10408         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10409         else results in a invalid block align and invalid files.
10410
10411 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         Patch by: Snaik <snaik32 gmail com>
10414
10415         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10416           Add missing break statement for BOX_HORIZONTAL case.
10417
10418 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10419
10420         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10421
10422         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10423         Use correct format strings for integer types.
10424
10425 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10426
10427         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10428         (gst_wavparse_create_sourcepad):
10429         Use gst_riff_create_audio_template_caps () instead of the local caps.
10430         This makes updates of the local caps unecessary whenever libgstriff
10431         gets support for new formats.
10432
10433 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10436
10437         * sys/sunaudio/gstsunaudio.c:
10438         * sys/sunaudio/gstsunaudiomixer.c:
10439         * sys/sunaudio/gstsunaudiomixer.h:
10440         * sys/sunaudio/gstsunaudiomixerctrl.c:
10441         * sys/sunaudio/gstsunaudiomixerctrl.h:
10442         * sys/sunaudio/gstsunaudiomixertrack.h:
10443         * sys/sunaudio/gstsunaudiosink.c:
10444         * sys/sunaudio/gstsunaudiosink.h:
10445         * sys/sunaudio/gstsunaudiosrc.c:
10446         * sys/sunaudio/gstsunaudiosrc.h:
10447           Fix and/or update copyright attributions (#430228).
10448
10449 2007-04-13  Wim Taymans  <wim@fluendo.com>
10450
10451         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10452         Fix docs.
10453
10454         * gst/rtsp/URLS:
10455         Add some more example urls.
10456
10457         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10458         (gst_rtp_dec_chain_rtp):
10459         Better debugging.
10460
10461         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10462         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10463         (gst_rtspsrc_parse_rtpinfo):
10464         Remove unused code.
10465
10466 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10467
10468         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10469         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10470         (gst_wavparse_stream_data):
10471           Relax the audio/mpeg caps again and add FIXME: comment.
10472
10473 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10474
10475         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10476         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10477         (gst_wavparse_stream_data):
10478         * gst/wavparse/gstwavparse.h:
10479           More sanity check for the header fields. Fix type for 'rate' header
10480           field.
10481
10482 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10483
10484         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10485         (gst_icydemux_unicodify):
10486           If the metadata strings we get in the stream are not UTF-8, try to
10487           interpret them according to the character encodings specified in the
10488           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10489           only fall back to locale/ISO-8859-1 if those aren't set or don't
10490           work. Should fix #428901.
10491
10492 2007-04-12  Wim Taymans  <wim@fluendo.com>
10493
10494         * gst/rtp/gstrtph264depay.c:
10495         Use the proper sync word for SPS and PPS.
10496
10497 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10498
10499         * gst/rtp/Makefile.am:
10500         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10501           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10502         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10503           Add a simple hashing implementation that we can use to generate
10504           a 24-bit ident value based on the codebooks for vorbis and theora.
10505         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10506           gst_rtp_theora_pay_handle_buffer):
10507         * gst/rtp/gstrtpvorbisdepay.c
10508           (gst_rtp_vorbis_depay_parse_configuration,
10509           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10510         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10511           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10512           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10513           Use the hashing function, ensuring that the same codebooks result
10514           in the same ident and thus the same SDP description.
10515           Various log fixes/changes.
10516
10517 2007-04-12  Wim Taymans  <wim@fluendo.com>
10518
10519         Patch by: jerry tan <jerry dot tan at sun dot com>
10520
10521         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10522         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10523         application's responsibility to make sure it open the device once.
10524         Remove a careless error if AUDIODEV is set. Fixes #392620.
10525
10526 2007-04-12  Wim Taymans  <wim@fluendo.com>
10527
10528         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10529         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10530         * gst/rtsp/gstrtpdec.h:
10531         Make backward compat with rtpbin by adding the request-pt-map signals.
10532
10533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10534         (new_session_pad), (request_pt_map),
10535         (gst_rtspsrc_stream_configure_transport),
10536         (gst_rtspsrc_stream_configure_caps),
10537         (gst_rtspsrc_activate_streams):
10538         * gst/rtsp/gstrtspsrc.h:
10539         Implement request-pt-map signals instead of setting caps on the buffers
10540         for the session manager.
10541
10542 2007-04-11  Wim Taymans  <wim@fluendo.com>
10543
10544         * gst/udp/gstudp.c: (plugin_init):
10545         Register GstNetBuffer in plugin_init so that the type can be used from
10546         multiple threads without races.
10547
10548 2007-04-10  Wim Taymans  <wim@fluendo.com>
10549
10550         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10551         (gst_rtp_amr_depay_process):
10552         Fix depayloader clock_rate and some cleanups.
10553
10554         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10555         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10556         * gst/rtp/gstrtph264depay.h:
10557         Don't push codec_data in the adapter because it might get flushed when
10558         we get a discont.
10559
10560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10561         Handle multiple AU per packet.
10562
10563         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10564         (gst_rtp_sv3v_depay_plugin_init):
10565         Disable rank, this one does not work.
10566         Remove timestamping, base class does that.
10567
10568 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10569
10570         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10571           limit caps to the formats we announce in the template
10572
10573         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10574         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10575         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10576           fix some crashers/asserts when dealing with broken files
10577
10578 2007-04-10  Wim Taymans  <wim@fluendo.com>
10579
10580         Patch by: Peter Kjellerstedt  <pkj at axis com>
10581
10582         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10583         * gst/rtp/gstrtpL16depay.c:
10584         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10585         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10586         (gst_rtp_speex_depay_setcaps):
10587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10588         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10589         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10590         Fix some compiler warnings. Fixes #428182.
10591
10592 2007-04-06  Wim Taymans  <wim@fluendo.com>
10593
10594         * gst/rtsp/Makefile.am:
10595         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10596         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10597         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10598         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10599         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10600         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10601         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10602         (create_rtcp), (gst_rtp_dec_request_new_pad),
10603         (gst_rtp_dec_release_pad):
10604         * gst/rtsp/gstrtpdec.h:
10605         * gst/rtsp/gstrtsp.c: (plugin_init):
10606         Morph RTPDec into something compatible with RTPBin as a fallback.
10607         Various other style fixes.
10608
10609         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10610         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10611         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10612         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10613         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10614         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10615         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10616         * gst/rtsp/gstrtspsrc.h:
10617         Implement RTPBin session manager handling.
10618         Don't try to add empty properties to caps.
10619         Implement fallback session manager, handling.
10620         Don't combine errors from RTCP streams, just ignore them.
10621
10622         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10623         * gst/rtsp/rtsptransport.h:
10624         Implement fallback session manager.
10625         Make RTPBin the default one when available.
10626
10627 2007-04-05  Wim Taymans  <wim@fluendo.com>
10628
10629         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10630         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10631         This element is ready to be autoplugged.
10632
10633 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10634
10635         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10636         Don't leave the offsets defined by upstream element on the
10637         compressed data buffer we are pushing downstream. Make them
10638         GST_BUFFER_OFFSET_NONE.
10639
10640 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10641
10642         * gst/avi/README:
10643         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10644         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10645         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10646         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10647         (gst_avi_demux_calculate_durations_from_index),
10648         (gst_avi_demux_stream_header_push),
10649         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10650         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10651           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10652
10653 2007-04-03  Wim Taymans  <wim@fluendo.com>
10654
10655         * gst/smpte/barboxwipes.c:
10656         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10657
10658 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10659
10660         * gst/wavparse/gstwavparse.c:
10661         Support audio/x-raw-float in wav files. This only works with
10662         plugins-base CVS, using an older version doesn't have any
10663         disadvantages though.
10664
10665 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10666
10667         * configure.ac:
10668         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10669         (gst_au_parse_parse_header), (gst_au_parse_chain):
10670         * gst/auparse/gstauparse.h:
10671         Revert last change as we don't want plugins-good to depend on
10672         plugins-base CVS now.
10673
10674 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10675
10676         * configure.ac:
10677         Require gst-plugins-base CVS for audioconvert with non-native
10678         float support and width/depth fix in libgstriff.
10679
10680         Patch by: René Stadler <mail at renestadler dot de>
10681
10682         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10683         (gst_au_parse_parse_header), (gst_au_parse_chain):
10684         * gst/auparse/gstauparse.h:
10685         Don't swap the floats ourself if they're not in native endianness.
10686         Instead let audioconvert handle this. Fixes #339838.
10687
10688 2007-03-29  Wim Taymans  <wim@fluendo.com>
10689
10690         * gst/rtp/gstasteriskh263.h:
10691         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10692         (gst_rtp_h263p_depay_change_state):
10693         * gst/rtp/gstrtph263pdepay.h:
10694         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10695         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10696         (gst_rtp_h264_depay_change_state):
10697         * gst/rtp/gstrtph264depay.h:
10698         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10699         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10700         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10701         Flush adapter on disconts.
10702
10703 2007-03-29  Wim Taymans  <wim@fluendo.com>
10704
10705         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10706         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10707         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10708         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10709         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10710         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10711         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10712         (gst_rtp_mp4v_depay_process):
10713         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10714         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10715         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10716         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10717         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10718         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10719         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10720         Use more efficient adapter and rtpbuffer methods when possible.
10721
10722 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10723
10724         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10725         (gst_wavenc_sink_setcaps):
10726         Correctly handle width!=depth input.
10727         * gst/wavparse/gstwavparse.c:
10728         Already export in the caps that width==8 uses unsigned samples and
10729         everything else uses signed samples.
10730
10731 2007-03-29  Wim Taymans  <wim@fluendo.com>
10732
10733         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10734
10735         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10736         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10737         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10738         (gst_dynudpsink_close):
10739         * gst/udp/gstdynudpsink.h:
10740         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10741         (gst_udpsrc_create), (gst_udpsrc_set_property),
10742         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10743         * gst/udp/gstudpsrc.h:
10744         Rework the socket allocation a bit based on the sockfd argument so that
10745         it becomes usable.
10746         Add a closefd property to instruct the udp elements to close the custom
10747         file descriptors when going to READY. Fixes #423304.
10748         API:GstUDPSrc::closefd property
10749         API:GstDynUDPSink::closefd property
10750
10751 2007-03-29  Wim Taymans  <wim@fluendo.com>
10752
10753         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10754
10755         * gst/rtp/Makefile.am:
10756         * gst/rtp/gstrtp.c: (plugin_init):
10757         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10758         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10759         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10760         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10761         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10762         (gst_rtp_h264_pay_plugin_init):
10763         * gst/rtp/gstrtph264pay.h:
10764         Added H264 payloader. Fixes #423782.
10765
10766         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10767         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10768         Small fixes.
10769
10770 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10771
10772         * gst/wavparse/gstwavparse.c:
10773         Actually support depths from 1 to 32, not only 8 to 32.
10774
10775 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10776
10777         * gst/wavparse/gstwavparse.c:
10778         Add support for wav files containing audio/x-raw-int with random
10779         depths between 1 and 32 bits.
10780
10781 2007-03-28  Wim Taymans  <wim@fluendo.com>
10782
10783         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10784
10785         * gst/rtp/Makefile.am:
10786         * gst/rtp/gstrtp.c: (plugin_init):
10787         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10788         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10789         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10790         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10791         (gst_rtp_mp4a_depay_get_property),
10792         (gst_rtp_mp4a_depay_change_state),
10793         (gst_rtp_mp4a_depay_plugin_init):
10794         * gst/rtp/gstrtpmp4adepay.h:
10795         Added MP4A-LATM depayloader. Fixes #417792.
10796
10797         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10798         (gst_rtp_mp4v_depay_process):
10799         Fixup depayloader, setting codec_data, using more efficient adaptor and
10800         rtpbuffer handling.
10801
10802         * gst/rtsp/URLS:
10803         Add url to test above.
10804
10805 2007-03-25  Wim Taymans  <wim@fluendo.com>
10806
10807         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10808         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10809         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10810         (gst_rtspsrc_media_to_caps),
10811         (gst_rtspsrc_stream_configure_transport),
10812         (gst_rtspsrc_stream_configure_caps),
10813         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10814         * gst/rtsp/gstrtspsrc.h:
10815         Handle default clock-rates for static payload types, rearrange stuff so
10816         that the rtpmap field in the sdp can override the defaults.
10817         Parse RTP-Info field to get the seqnum and timebase fields that should
10818         go in the caps.
10819         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10820         the server. 
10821
10822 2007-03-22  Wim Taymans  <wim@fluendo.com>
10823
10824         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10825
10826         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10827         Accept complex pipeline descriptions as an audio profile instead of just
10828         a single element. Fixes #420658.
10829
10830 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10831
10832         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10833           Rename registered type in preparation of GstTagDemux moving to
10834           -base at some point in the future.
10835
10836 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10837
10838         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10839           Streaming mode fixes: don't unref buffer we don't own any longer;
10840           remove bogus adapter flush. Fixes #419338.
10841
10842 2007-03-17  David Schleef  <ds@schleef.org>
10843
10844         * REQUIREMENTS: Change the format to key/value, add a bunch of
10845           information, remove a bunch of requirements that are for
10846           other GStreamer packages.
10847
10848 2007-03-17  David Schleef  <ds@schleef.org>
10849
10850         * REQUIREMENTS: Fix a few things.  This file really needs a
10851         good once-over.
10852
10853 2007-03-15  Edward Hervey  <edward@fluendo.com>
10854
10855         * sys/Makefile.am:
10856         Don't forget to distribute the sys/osxaudio/ directory.
10857
10858 2007-03-15  Edward Hervey  <edward@fluendo.com>
10859
10860         * configure.ac:
10861         * sys/Makefile.am:
10862         * sys/osxaudio/Makefile.am:
10863         * sys/osxaudio/gstosxaudio.c:
10864         * sys/osxaudio/gstosxaudiosink.c:
10865         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10866         (gst_osx_audio_sink_getcaps),
10867         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10868         * sys/osxaudio/gstosxaudiosrc.c:
10869         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10870         (gst_osx_audio_src_create_ringbuffer):
10871         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10872         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10873         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10874         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10875         * sys/osxaudio/gstosxringbuffer.h:
10876         Activate osxaudio in gst-plugins-good with proper build setup.
10877         Add inlined documentation.
10878         Fix debug statements
10879         Fix ringbuffer when pausing.
10880         Fixes #323471
10881
10882 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10883         * gst/rtp/gstrtppcmapay.c:
10884         * gst/rtp/gstrtppcmapay.h:
10885         * gst/rtp/gstrtppcmupay.c:
10886         * gst/rtp/gstrtppcmupay.h:
10887         Ported mulaw and alaw payloaders to use new base class
10888
10889 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10890
10891         * po/af.po:
10892         * po/az.po:
10893         * po/cs.po:
10894         * po/en_GB.po:
10895         * po/it.po:
10896         * po/nl.po:
10897         * po/or.po:
10898         * po/sq.po:
10899         * po/sr.po:
10900         * po/sv.po:
10901         * po/uk.po:
10902         * po/vi.po:
10903           Update translations.
10904
10905 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10906
10907         * configure.ac:
10908           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10909
10910 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10911
10912         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10913           Fix handling of -1 values for start and stop values when seeking,
10914           and SEEK_CUR+SEEK_END here as well.
10915
10916 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10919           Fix handling of -1 values for start and stop values when seeking, 
10920           and SEEK_CUR+SEEK_END.
10921
10922 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10925           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10926           the image format a variable-length NUL-terminated string; in
10927           versions before that the image format is a fixed-length string of
10928           3 characters (see #348644 for a sample tag).
10929           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10930
10931 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10932
10933         * win32/MANIFEST:
10934         Add new project files to MANIFEST.
10935         * win32/vs6/libgstaudiofx.dsp:
10936         * win32/vs6/libgstrtp.dsp:
10937         * win32/vs6/libgstrtsp.dsp:
10938         Update project files.
10939         
10940 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10943         (gst_avi_demux_parse_index):
10944         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10945         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10946           Printf format fixes; also add some missing quotes in translated
10947           strings. Fixes #416728 and #416727.
10948
10949 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10950
10951         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10952           Tim and I can't think of any reason the child audio sink needs to 
10953           be set back to NULL after successfully determining that it can 
10954           reach READY - it gets immediately set back to READY by the caller
10955           anyway, causing an unnecessary close/open of any audio devices
10956           involved.
10957
10958 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10959
10960         * po/LINGUAS:
10961         * po/ja.po:
10962           Add ja.po file from #377306.
10963
10964 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10965
10966         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10967         * sys/sunaudio/gstsunaudiomixertrack.c:
10968         (gst_sunaudiomixer_track_new):
10969           Actually translate sunaudio mixer track labels instead of just
10970           marking the strings as translatable (#377306); clean up weird
10971           label string mapping code that serves no apparent purpose. Also
10972           set the 'untranslated-label' property when creating mixer tracks
10973           if the GstMixerTrack base class supports this.
10974
10975         * tests/check/Makefile.am:
10976         * tests/check/elements/.cvsignore:
10977         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10978         (sunaudio_suite):
10979           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10980           actually tested on a system where sunaudiomixer is available).
10981
10982 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10983
10984         * tests/check/Makefile.am:
10985         Re-enable the states test and see if it works on the buildbots.
10986
10987 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10988
10989         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10990         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10991         (gst_dvdec_change_state):
10992         * ext/dv/gstdvdec.h:
10993         Infer pixel-aspect-ratio from the video frame format if it isn't
10994         provided by the container, as happens when playing DV from AVI
10995         or Quicktime containers.
10996
10997         Patch by: Wim Taymans <wim@fluendo.com>
10998         Fixes #380944
10999
11000 2007-03-09  Wim Taymans  <wim@fluendo.com>
11001
11002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11003         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11004         will later be handled by the jitterbuffer.
11005
11006 2007-03-09  Wim Taymans  <wim@fluendo.com>
11007
11008         * ext/taglib/gstid3v2mux.cc:
11009         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11010         Fixes #414496.
11011         
11012         Patch by: Alex Lancaster <alexl at users sourceforge net>
11013
11014 2007-03-09  Wim Taymans  <wim@fluendo.com>
11015
11016         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11017         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11018         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11019         (gst_avi_demux_chain):
11020         Fix stream position reporting after a seek. Fixes #416445.
11021
11022 2007-03-08  Wim Taymans  <wim@fluendo.com>
11023
11024         Patch by: René Stadler <mail at renestadler dot de>
11025
11026         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11027         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11028         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11029         Make avidemux accept optional header chunks in any order.
11030         Fixes #415446.
11031
11032 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11033
11034         * tests/check/Makefile.am:
11035         Disable the states check until the remaining Valgrind errors
11036         are fixed or suppressed.
11037
11038 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11039
11040         * tests/check/elements/.cvsignore:
11041           Add audiodynamic check to .cvsignore
11042
11043 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11044
11045         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11046
11047         * gst/audiofx/Makefile.am:
11048         * gst/audiofx/audiodynamic.c:
11049         (gst_audio_dynamic_characteristics_get_type),
11050         (gst_audio_dynamic_mode_get_type),
11051         (gst_audio_dynamic_set_process_function),
11052         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11053         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11054         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11055         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11056         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11057         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11058         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11059         (gst_audio_dynamic_transform_hard_knee_expander_int),
11060         (gst_audio_dynamic_transform_hard_knee_expander_float),
11061         (gst_audio_dynamic_transform_soft_knee_expander_int),
11062         (gst_audio_dynamic_transform_soft_knee_expander_float),
11063         (gst_audio_dynamic_transform_ip):
11064         * gst/audiofx/audiodynamic.h:
11065         * gst/audiofx/audiofx.c: (plugin_init):
11066         Add new audiodynamic element which can act as a compressor or
11067         expander. Supported are hard-knee and soft-knee operation modes with
11068         user-specified ratio and threshold.
11069         Attack and release parameters are not yet implemented but will follow.
11070         * docs/plugins/Makefile.am:
11071         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11072         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11073         * docs/plugins/gst-plugins-good-plugins.args:
11074         * docs/plugins/inspect/plugin-audiofx.xml:
11075         Integrate audiodynamic into the docs.
11076         * tests/check/Makefile.am:
11077         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11078         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11079         Add unit test for audiodynamic.
11080
11081 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11082
11083         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11084         Free handles that we allocated when exiting via the error paths.
11085
11086 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11087
11088         * gst/level/gstlevel.c: (gst_level_class_init),
11089         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11090         (gst_level_transform_ip):
11091         * gst/level/gstlevel.h:
11092           Resolve message timestamps against the playback segment.
11093
11094 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11095
11096         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11097         (gst_id3demux_sink_activate):
11098           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11099           caps passed to it (previously one code path assumed it took ownership
11100           while another one assumed it didn't, while in fact it sometimes did and
11101           sometimes didn't ...).
11102
11103         * configure.ac:
11104         * tests/files/Makefile.am:
11105         * tests/files/id3-407349-1.tag:
11106         * tests/files/id3-407349-2.tag:
11107           Add directory where data for unit tests can be stored.
11108
11109         * tests/Makefile.am:
11110         * tests/check/Makefile.am:
11111         * tests/check/elements/.cvsignore:
11112         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11113         (read_tags_from_file), (run_check_for_file),
11114         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11115           Add unit test for id3demux, and in particular for bug #407349. Only
11116           testing pull-mode for now; push mode doesn't work yet because the test
11117           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11118
11119 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * tests/check/Makefile.am:
11122           Add missing backslash at end of line.
11123
11124 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11125
11126         Trigger rebuild.
11127
11128 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11131         * gst/id3demux/id3tags.h:
11132         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11133         (parse_obsolete_tdat_frame):
11134           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11135           the four-digit number will be interpreted as a year, whereas it is
11136           month and day in DDMM format. Instead, parse TDAT frames and fix up
11137           the date in the GST_TAG_DATE tag later if we also extracted a year.
11138           Fixes #407349.
11139
11140 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11141
11142         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11143         (gst_switch_commit_new_kid):
11144         Fix up the dispose logic so it doesn't leak, and fix setting of 
11145         the child state so that we don't set a child to our current state 
11146         just as we are changing it to something else.
11147
11148 2007-03-06  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11151         (gst_goom_chain):
11152         * gst/goom/gstgoom.h:
11153         Document, fix and improve goom adapter behaviour.
11154         Fixes #407006.
11155
11156 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11157
11158         * ext/esd/esdsink.c: (gst_esdsink_open):
11159         Unref static pad template after using it.
11160
11161 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11162
11163         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11164         (gst_switch_commit_new_kid):
11165         Fix up the reference counting of the child elements.
11166
11167 2007-03-05  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11170         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11171         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11172         Fix encoding-name case.
11173
11174 2007-03-05  Wim Taymans  <wim@fluendo.com>
11175
11176         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11177         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11178         (gst_rtp_speex_depay_process):
11179         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11180         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11181         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11182         (gst_rtp_speex_pay_change_state):
11183         * gst/rtp/gstrtpspeexpay.h:
11184         Fix speex (de)payloader. Fixes #358040.
11185
11186 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11187
11188         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11189         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11190         Install fakesink in NULL by fixing some broken logic. This obviates
11191         the need to manually set _IS_SINK.
11192         Add some comments and remove a little cruft while I'm at it.
11193
11194 2007-03-05  Wim Taymans  <wim@fluendo.com>
11195
11196         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11197         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11198
11199 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11200
11201         * po/POTFILES.in:
11202           Update.
11203
11204 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11205
11206         * tests/check/Makefile.am:
11207         Gah! Also disable gconfvideosink from the tests, otherwise
11208         it will instantiate autovideosink, and dfbvideosink and
11209         leak on the buildbots.
11210
11211 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11212
11213         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11214         (gst_cdio_cdda_src_finalize):
11215         Make sure we always destroy our libcdio handle.
11216
11217 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11218
11219         * tests/check/Makefile.am:
11220         Disable autovideosink so the buildbots don't barf over memory
11221         leaked in the directfb sink.
11222
11223 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11224
11225         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11226         Chain up in dispose
11227
11228 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11229
11230         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11231         (gst_multipart_find_pad_by_mime):
11232         Use gst_pad_new_from_static_template instead of
11233         static_pad_template_get+pad_new.
11234
11235 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11236
11237         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11238         Catch the case where no clock has been set.
11239
11240 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11241
11242         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11243         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11244         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11245         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11246         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11247         (gst_gconf_audio_src_finalize), (do_toggle_element):
11248         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11249         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11250         (do_toggle_element):
11251         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11252         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11253         (gst_gconf_video_src_finalize), (do_toggle_element):
11254         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11255         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11256         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11257         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11258         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11259         (gst_shout2send_init), (gst_shout2send_finalize):
11260         * gst/debug/testplugin.c: (gst_test_class_init),
11261         (gst_test_finalize):
11262         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11263         (gst_flxdec_dispose):
11264         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11265         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11266         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11267         (gst_rtspsrc_finalize):
11268         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11269         * gst/rtsp/rtspextwms.h:
11270         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11271         (gst_smpte_finalize):
11272         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11273         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11274         (gst_udpsink_finalize):
11275         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11276         (gst_wavparse_sink_activate):
11277         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11278         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11279         (gst_oss_src_finalize):
11280         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11281         * sys/v4l2/gstv4l2object.h:
11282         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11283         (gst_v4l2src_finalize):
11284         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11285
11286         Fix a bunch of leaks shown by the newly-added states test.
11287
11288 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11289
11290         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11291         Use gst_pad_new_from_static_template instead of 
11292         static_pad_template_get+pad_new.
11293
11294 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11295
11296         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11297
11298         * ext/libcaca/Makefile.am:
11299         * gst/debug/Makefile.am:
11300           Don't mix tabs and spaces (#414168).
11301
11302 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11303
11304         * tests/check/generic/.cvsignore:
11305           Ignore files to please buildbot.
11306
11307 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11308
11309         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11310         (gst_wavparse_stream_data):
11311           Unbreak my previous commit (swapped nominator & denominator). Tim,
11312           thanks for spotting.
11313
11314 2007-03-02  Wim Taymans  <wim@fluendo.com>
11315
11316         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11317         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11318         (gst_cdio_cdda_src_finalize):
11319         Small code cleanups.
11320         Don't use pad_alloc as the base class cannot deal with the error codes.
11321
11322 2007-03-02  Wim Taymans  <wim@fluendo.com>
11323
11324         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11325         (gst_udpsrc_create):
11326         Fix doc.
11327
11328 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11329
11330         Patch by: René Stadler <mail@renestadler.de>
11331
11332         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11333         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11334         (gst_wavparse_stream_data):
11335           Handle rounding better to not drop last sample frame. Fixes #356692
11336
11337 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11338
11339         * tests/check/Makefile.am:
11340         Disable cacasink from the states check too - it also calls exit(1)
11341         on us when it can't find a terminal to talk to.
11342
11343 2007-03-02  Wim Taymans  <wim@fluendo.com>
11344
11345         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11346
11347         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11348         (gst_udpsrc_create), (gst_udpsrc_set_property),
11349         (gst_udpsrc_get_property):
11350         * gst/udp/gstudpsrc.h:
11351         Add support to strip proprietary headers. Fixes #350296.
11352
11353 2007-03-02  Wim Taymans  <wim@fluendo.com>
11354
11355         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11356         Fix compilation.
11357
11358 2007-03-02  Wim Taymans  <wim@fluendo.com>
11359
11360         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11361
11362         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11363         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11364         (gst_rtp_mp2t_depay_set_property),
11365         (gst_rtp_mp2t_depay_get_property):
11366         * gst/rtp/gstrtpmp2tdepay.h:
11367         Add support to strip off proprietary headers. Fixes #350278.
11368
11369 2007-03-02  Wim Taymans  <wim@fluendo.com>
11370
11371         * ext/hal/hal.c:
11372         Fix compilation.
11373
11374 2007-03-02  Wim Taymans  <wim@fluendo.com>
11375
11376         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11377         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11378         (gst_sunaudiosrc_open):
11379         * sys/sunaudio/gstsunaudiosrc.h:
11380         Remove device-name from GstSunAudioSrc. Fixes #412597.
11381
11382 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11383
11384         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11385         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11386         Having NULL as UDI previously selected the default sink/src. Change
11387         this back but mention it in the debug output.
11388         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11389         (gst_hal_get_oss_element), (gst_hal_get_string),
11390         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11391         (gst_hal_get_audio_src):
11392         * ext/hal/hal.h:
11393         Refactor a bit, check all error conditions, greatly improve debugging
11394         and fix some possible memory leaks. Also implement OSS support
11395         and allow specifying an UDI that points to a real device. For this the
11396         child device which supports ALSA (preferred) or OSS is used.
11397         As a side effect this makes it impossible now to get a alsasink in
11398         halaudiosrc and a alsasrc in halaudiosink.
11399
11400 2007-03-01  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11403         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11404         Errors from the udp sources are not fatal unless all of them are in
11405         error.
11406
11407 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11408
11409         * tests/check/Makefile.am:
11410         Disable aasink in the states test. I suspect this is the element that
11411         is calling exit(1) when it can't proceed.
11412
11413 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11414
11415         * tests/check/Makefile.am:
11416         Draw plugins in from the build tree sys/ dir, rather than picking
11417         up the already installed versions.
11418
11419 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11420
11421         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11422         Error out correctly when getting xcontext fails.
11423
11424 2007-03-01  Wim Taymans  <wim@fluendo.com>
11425
11426         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11427         Make state change to PAUSED NO_PREROLL because that's what it will be in
11428         the future and rtspsrc relies on it.
11429
11430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11431         (gst_rtspsrc_change_state):
11432         Don't error out when we don't get an error from the state change
11433         function.
11434
11435 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11436
11437         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11438         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11439           Check if the device UDI is set before trying to query HAL
11440           about it and give a useful error message if it wasn't set.
11441         * ext/hal/hal.c: (gst_hal_get_string):
11442           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11443           gives an assertion failure in D-Bus when running with
11444           DBUS_FATAL_WARNINGS=1.
11445
11446 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11447
11448         * configure.ac:
11449           Convert to new AG_GST style.
11450
11451 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * tests/check/Makefile.am:
11454         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11455           add test for states
11456
11457 2007-02-28  Wim Taymans  <wim@fluendo.com>
11458
11459         * tests/check/elements/.cvsignore:
11460         Add new videofilter check to .cvsignore.
11461
11462 2007-02-28  Wim Taymans  <wim@fluendo.com>
11463
11464         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11465         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11466         (gst_avi_demux_loop), (gst_avi_demux_chain):
11467         Fix combined flow return. Fixes #412608.
11468
11469 2007-02-28  Wim Taymans  <wim@fluendo.com>
11470
11471         * gst/videofilter/Makefile.am:
11472         Dist header..
11473
11474 2007-02-28  Wim Taymans  <wim@fluendo.com>
11475
11476         * gst/videofilter/gstgamma.h:
11477         Add header too.
11478
11479 2007-02-28  Wim Taymans  <wim@fluendo.com>
11480
11481         Patch by: Mark Nauwelaerts <manauw at skynet be>
11482
11483         * gst/videofilter/Makefile.am:
11484         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11485         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11486         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11487         (oil_tablelookup_u8), (gst_gamma_set_caps),
11488         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11489         Port gamma filter to 0.10. Fixes #412704.
11490
11491         * tests/check/Makefile.am:
11492         * tests/check/elements/videofilter.c: (setup_filter),
11493         (cleanup_filter), (check_filter), (GST_START_TEST),
11494         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11495         Add unit tests for videofilters.
11496
11497 2007-02-28  Wim Taymans  <wim@fluendo.com>
11498
11499         * gst/rtsp/URLS:
11500         Add another interesting test url.
11501
11502         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11503         Don't allow getting header fields from data packets.
11504
11505 2007-02-28  Michael Smith  <msmith@fluendo.com>
11506
11507         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11508         (gst_shout2send_init), (gst_shout2send_start),
11509         (gst_shout2send_set_property), (gst_shout2send_get_property):
11510         * ext/shout2/gstshout2.h:
11511           Add a property for username.
11512
11513 2007-02-27  Christian Schallerr <christian@fluendo.com>
11514
11515         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11516
11517 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11518
11519         * gst/rtsp/Makefile.am:
11520         Fix make check too.
11521
11522 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11523
11524         * gst/rtsp/base64.c: (util_base64_encode):
11525         * gst/rtsp/base64.h:
11526         Commit missing files for base64 encoding.
11527
11528 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11529
11530         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11531
11532         * configure.ac:
11533         * ext/annodex/Makefile.am:
11534         * ext/jpeg/Makefile.am:
11535         * ext/speex/Makefile.am:
11536         * gst/alpha/Makefile.am:
11537         * gst/cutter/Makefile.am:
11538         * gst/debug/Makefile.am:
11539         * gst/effectv/Makefile.am:
11540         * gst/goom/Makefile.am:
11541         * gst/level/Makefile.am:
11542         * gst/smpte/Makefile.am:
11543         * gst/videofilter/Makefile.am:
11544           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11545
11546 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11547
11548         * gst/rtsp/Makefile.am:
11549         * gst/rtsp/rtspconnection.c: (append_auth_header),
11550         (rtsp_connection_send), (rtsp_connection_set_auth):
11551         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11552         from icecast to replace it. Relicensed from GPL courtesy of Mike
11553         Smith.
11554
11555 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11556
11557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11558         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11559         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11560         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11561         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11562         (gst_rtspsrc_uri_set_uri):
11563         * gst/rtsp/gstrtspsrc.h:
11564         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11565         (append_auth_header), (rtsp_connection_send),
11566         (rtsp_connection_free), (rtsp_connection_set_auth):
11567         * gst/rtsp/rtspconnection.h:
11568         * gst/rtsp/rtspdefs.h:
11569         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11570         * gst/rtsp/rtspurl.h:
11571
11572         Implement simple Basic Authentication support so that urls like
11573         rtsp://user:pass@hostname/rtspstream work on hosts that require
11574         authentication.
11575
11576 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11577
11578         * sys/v4l2/gstv4l2object.c:
11579         * sys/v4l2/gstv4l2tuner.c:
11580         * sys/v4l2/v4l2_calls.c:
11581         Fix segfault when oppening a radio device.
11582         
11583 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11584
11585         * gst/level/gstlevel.c: (gst_level_set_caps),
11586         (gst_level_transform_ip):
11587         * sys/v4l2/README:
11588         * tests/check/elements/level.c: (GST_START_TEST):
11589           Fix level for multi-channel case.
11590
11591 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11592
11593         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11594         (gst_level_transform_ip):
11595         * gst/level/gstlevel.h:
11596           Use function pointer for process function and add process functions
11597           for float audio.
11598
11599 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11600
11601         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11602         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11603         (gst_v4l2src_capture_init):
11604           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11605           fixes #407369
11606
11607 2007-02-18  Wim Taymans  <wim@fluendo.com>
11608
11609         * gst/rtp/Makefile.am:
11610         * gst/rtp/gstrtp.c: (plugin_init):
11611         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11612         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11613         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11614         (gst_rtp_mp2t_pay_plugin_init):
11615         * gst/rtp/gstrtpmp2tpay.h:
11616         Added simple mpeg transport stream payloader.
11617
11618 2007-02-16  Wim Taymans  <wim@fluendo.com>
11619
11620         * gst/rtsp/URLS:
11621         Add example H264 rtsp url.
11622
11623         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11624         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11625         Don't convert values to lowercase or we might mess up base64 encoded
11626         properties.
11627
11628 2007-02-16  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst/rtp/README:
11631         Fix case of string params.
11632
11633         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11634         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11635         Fix depayloader, support more packet types.
11636         Add sync codes to make sure the packetizer can do its job.
11637
11638         * gst/rtp/gstrtpmp4gdepay.c:
11639         * gst/rtp/gstrtpmp4gpay.c:
11640         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11641         Fix caps case again.
11642
11643 2007-02-15  Wim Taymans  <wim@fluendo.com>
11644
11645         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11646         Set right caps on output buffers.
11647
11648 2007-02-14  Wim Taymans  <wim@fluendo.com>
11649
11650         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11651         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11652         Clear stack allocated SDPMedia struct before calling _init() on it.
11653         Clarify this in the docs as well.
11654
11655 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11656
11657         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11658         (do_change_child):
11659         Don't reset the profile when going switching states, as it makes
11660         the element non-reusable.
11661
11662 2007-02-14  Wim Taymans  <wim@fluendo.com>
11663
11664         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11665         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11666         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11667         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11668         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11669         (sdp_parse_line):
11670         * gst/rtsp/sdpmessage.h:
11671         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11672         Fix memory management of SDP messages. Fixes #407793.
11673
11674 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11675
11676         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11677
11678         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11679         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11680
11681 2007-02-14  Wim Taymans  <wim@fluendo.com>
11682
11683         Patch by: jp.liu <jp_liu at astrocom dot cn>
11684
11685         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11686         Fix parsing of password field in url. Fixes #407797.
11687
11688 2007-02-14  Wim Taymans  <wim@fluendo.com>
11689
11690         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11691         (gst_wavparse_reset), (gst_wavparse_init),
11692         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11693         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11694         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11695         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11696         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11697         (gst_wavparse_loop), (gst_wavparse_chain),
11698         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11699         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11700         (plugin_init):
11701         * gst/wavparse/gstwavparse.h:
11702         Update docs.
11703         Use boilerplate.
11704         Various code cleanups.
11705         When the bitrate is not known (bps == 0 or compressed formats) let
11706         downstream element guestimate the duration and position and don't
11707         generate timestamps or durations. Fixes #405213.
11708         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11709         error flowreturn upstream.
11710
11711 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11712
11713         * ext/gconf/Makefile.am:
11714         * ext/gconf/gconf.c: (gst_gconf_get_string),
11715         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11716         (gst_gconf_render_bin_with_default):
11717         * ext/gconf/gconf.h:
11718         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11719         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11720         (gst_gconf_audio_sink_dispose), (do_change_child),
11721         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11722         (cb_change_child), (gst_gconf_audio_sink_change_state):
11723         * ext/gconf/gstgconfaudiosink.h:
11724         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11725         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11726         (gst_switch_sink_init), (gst_switch_sink_dispose),
11727         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11728         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11729         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11730         * ext/gconf/gstswitchsink.h:
11731         * gst/autodetect/gstautoaudiosink.c:
11732         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11733         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11734         (gst_auto_audio_sink_detect):
11735         * gst/autodetect/gstautovideosink.c:
11736         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11737         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11738         (gst_auto_video_sink_detect):
11739         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11740         and a child that implements the GConf key monitoring. The end goal of
11741         this is an audio sink that can be changed on the fly, but at the 
11742         moment it still only changes on the next READY transition.
11743
11744 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11745
11746         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11747         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11748         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11749         (gst_avi_demux_calculate_durations_from_index),
11750         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11751         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11752         (gst_avi_demux_loop):
11753           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11754
11755 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11756
11757         * configure.ac:
11758         * docs/plugins/Makefile.am:
11759           Add crossreferences to glib/gobject/gstream docs.
11760
11761 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11762
11763         * gst/monoscope/Makefile.am:
11764         * gst/monoscope/gstmonoscope.c:
11765           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11766           (but no LIBS, since we only use defines from the headers).
11767
11768 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11769
11770         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11771
11772         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11773         (gst_wavparse_stream_data):
11774           Fix massive memory leak when operating in streaming mode due to
11775           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11776           Fixes #407057.
11777
11778 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11779
11780         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11781         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11782         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11783         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11784         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11785         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11786         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11787         (gst_avi_demux_calculate_durations_from_index),
11788         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11789         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11790         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11791         * gst/avi/gstavidemux.h:
11792           Save some memory (8%) by repacking the index entry structure (more to
11793           come). Add more FIXMEs to questionable parts.
11794
11795 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11796
11797         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11798         (gst_v4l2src_get_caps):
11799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11800         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11801         (gst_v4l2src_capture_init):
11802           More FIXME comments and messaging changes.
11803
11804 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11805
11806         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11807         (gst_goom_change_state):
11808         * gst/goom/gstgoom.h:
11809           Improved docs and use GST_DEBUG_FUNCPTR.
11810
11811         * gst/level/gstlevel.c: (gst_level_class_init):
11812           Use GST_DEBUG_FUNCPTR.
11813
11814         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11815         (gst_monoscope_chain), (gst_monoscope_change_state):
11816           Improved docs source cleanups.
11817
11818 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11819
11820         * gst/debug/Makefile.am:
11821         * gst/debug/gstdebug.c: (plugin_init):
11822         * gst/debug/gstpushfilesrc.c:
11823         * gst/debug/gstpushfilesrc.h:
11824           Add code for a pushfilesrc element that implements a pushfile:// URI
11825           handler, to make debugging push-mode operation of demuxer/decoders
11826           that support both easier in connection with seek/playbin/etc.
11827           The element isn't registered at the moment.
11828
11829 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11830
11831         * gst/avi/gstavimux.c:
11832           Comment a #if 0 in caps template definition as VS6 seems to 
11833         do not support it.
11834         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11835           Use gst_guint64_to_gdouble for conversion.
11836         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11837           Move variables declaration before the first instruction.
11838         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11839           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11840           And don't include netdb.h for G_OS_WIN32
11841         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11842           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11843           by VS6 then use an other way to initialize SDPMedia structure.
11844         * gst/udp/gstdynudpsink.h:
11845         * gst/udp/gstdynudpnetutils.h:
11846           Do not include <sys/time.h> for G_OS_WIN32
11847         * gst/udp/gstudpsrc.c:
11848           Define socklen_t as int for G_OS_WIN32
11849         * win/common/config.h.in:
11850           Undef HAVE_NETINET_IN_H
11851         * win32/vs6/gst_plugins_good.dsw:
11852         * win32/vs6/libgstrtp.dsp:
11853         * win32/vs6/libgstrtsp.dsp:
11854         * win32/vs6/libgstautogen.dsp:
11855         * win32/vs6/libgstaudiofx.dsp:
11856         * win32/vs6/libgstudp.dsp:
11857           Add and update project files.
11858         * win32/common/gstudp-enumtypes.c:
11859         * win32/common/gstudp-enumtypes.h:
11860           Add a copy of udp enumtypes to win32/common as in core 
11861           and base.
11862         
11863 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11864
11865         * configure.ac:
11866           Activate monoscope when building with --enable-experimental. Fix
11867           --enable-external configure switch description.
11868
11869         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11870         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11871           Help gst-indent.
11872
11873 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11876           Explicitly cast result of pointer arithmetic to integer in order to
11877           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11878
11879 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * gst/debug/progressreport.c:
11882           Some more docs.
11883
11884 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11885
11886         * docs/plugins/inspect/plugin-rtp.xml:
11887           Update for new elements.
11888
11889         * gst/debug/progressreport.h:
11890           Commit newly-created header file as well.
11891
11892 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * docs/plugins/Makefile.am:
11895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11897         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11898         * gst/debug/Makefile.am:
11899         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11900         (gst_progress_report_do_query), (gst_progress_report_report):
11901           Make progressreport element post messages with the current progress
11902           on the bus. Also add some basic docs for it.
11903
11904 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11905
11906         * ext/hal/hal.c: (gst_hal_get_string):
11907         * ext/hal/hal.h:
11908           Some small cleanups; deal with errors when parsing the HAL ALSA
11909           capabilities a bit better.
11910
11911 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11914           Let's try this again and use the right cast this time.
11915
11916 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11917
11918         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11919           Add cast to avoid compiler warnings with older GLib versions
11920           where the nick/name members in GEnumValue are not declared as
11921           constant strings.
11922
11923 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11926         (gst_gconf_render_bin_from_key),
11927         (gst_gconf_get_default_audio_sink):
11928         * ext/gconf/gconf.h:
11929         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11930         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11931         (gst_gconf_audio_sink_get_property):
11932           In gconfaudiosink, get the right key as the old key in do_toggle
11933           (ie. one dependent on the profile selected). Log some more stuff so
11934           we can see what's actually going on.
11935
11936 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11937
11938         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11939         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11940         (gst_audio_amplify_set_process_function),
11941         (gst_audio_amplify_setup):
11942         * gst/audiofx/audioamplify.h:
11943         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11944         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11945         * gst/audiofx/audioinvert.h:
11946         Some small cleanups and port both elements to the new GstAudioFilter
11947         base class to save a few lines of common code.
11948         * gst/audiofx/Makefile.am:
11949         Link against libgstaudio for the above changes
11950
11951 2007-01-29  Wim Taymans  <wim@fluendo.com>
11952
11953         * tests/check/elements/.cvsignore:
11954         Some more ignores.
11955
11956 2007-01-26  Wim Taymans  <wim@fluendo.com>
11957
11958         Patch by: charles <charlesg3 at gmail dot com>
11959
11960         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11961         (set_shout_metadata), (gst_shout2send_event):
11962         * ext/shout2/gstshout2.h:
11963         Properly handle tags in shout2send. Fixes #399825.
11964
11965 2007-01-25  Wim Taymans  <wim@fluendo.com>
11966
11967         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11968         (gst_rtspsrc_activate_streams):
11969         Convert SDP fields to upper/lowercase following the rules in the SDP to
11970         caps document. 
11971
11972 2007-01-25  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/rtp/README:
11975         * gst/rtp/gstrtpilbcdepay.c:
11976         * gst/rtp/gstrtpilbcpay.c:
11977         * gst/rtp/gstrtpmp4gdepay.c:
11978         * gst/rtp/gstrtpmp4gpay.c:
11979         * gst/rtp/gstrtpspeexdepay.c:
11980         * gst/rtp/gstrtpspeexpay.c:
11981         * gst/rtp/gstrtpsv3vdepay.c:
11982         * gst/rtp/gstrtptheoradepay.c:
11983         * gst/rtp/gstrtptheorapay.c:
11984         * gst/rtp/gstrtpvorbisdepay.c:
11985         * gst/rtp/gstrtpvorbispay.c:
11986         Fix case of encoding-name and key/value pairs to match the document.
11987         This is to make interoperation with SDP case-insensitive as required by
11988         the relevant RFCs.
11989
11990 2007-01-25  Wim Taymans  <wim@fluendo.com>
11991
11992         * configure.ac:
11993         Bump required -core/-base to CVS
11994
11995 2007-01-25  Wim Taymans  <wim@fluendo.com>
11996
11997         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11998         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11999         * gst/rtp/gstrtpL16pay.h:
12000         Fill up to MTU using adapter.
12001         Timestamp rtp packets.
12002
12003 2007-01-25  Edward Hervey  <edward@fluendo.com>
12004
12005         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12006         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12007         Use G_GSIZE_FORMAT in print statements for portability.
12008         Fixes build on macosx.
12009
12010 2007-01-24  Wim Taymans  <wim@fluendo.com>
12011
12012         * gst/rtp/Makefile.am:
12013         * gst/rtp/gstrtp.c: (plugin_init):
12014         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12015         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12016         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12017         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12018         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12019         (gst_rtp_L16_depay_plugin_init):
12020         * gst/rtp/gstrtpL16depay.h:
12021         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12022         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12023         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12024         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12025         (gst_rtp_L16_pay_plugin_init):
12026         * gst/rtp/gstrtpL16pay.h:
12027         Port and enable raw audio payloader/depayloader. Needs a bit more work
12028         on the payloader side.
12029
12030 2007-01-24  Wim Taymans  <wim@fluendo.com>
12031
12032         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12033         (gst_rtspsrc_stream_configure_transport),
12034         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12035         * gst/rtsp/gstrtspsrc.h:
12036         Only unblock the udp pads when we linked and activated them all.
12037         Fixes #395688.
12038
12039 2007-01-24  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst/rtp/Makefile.am:
12042         * gst/rtp/gstrtp.c: (plugin_init):
12043         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12044         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12045         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12046         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12047         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12048         * gst/rtp/gstrtpac3depay.h:
12049         Added simple AC3 depayloader (RFC 4184).
12050
12051         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12052         Fix a leak.
12053
12054 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12055
12056         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12057
12058         * gst/audiofx/Makefile.am:
12059         * gst/audiofx/audioamplify.c:
12060         (gst_audio_amplify_clipping_method_get_type),
12061         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12062         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12063         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12064         (gst_audio_amplify_set_caps),
12065         (gst_audio_amplify_transform_int_clip),
12066         (gst_audio_amplify_transform_int_wrap_negative),
12067         (gst_audio_amplify_transform_int_wrap_positive),
12068         (gst_audio_amplify_transform_float_clip),
12069         (gst_audio_amplify_transform_float_wrap_negative),
12070         (gst_audio_amplify_transform_float_wrap_positive),
12071         (gst_audio_amplify_transform_ip):
12072         * gst/audiofx/audioamplify.h:
12073         * gst/audiofx/audiofx.c: (plugin_init):
12074         Add new element "audioamplify". This allows scaling of raw audio
12075         samples, similar to the "volume" element, but provides different modes
12076         for clipping and allows unlimited amplification. It's mainly targeted
12077         for creative sound design and not as a replacement of the "volume"
12078         element. Fixes #397162
12079         * docs/plugins/Makefile.am:
12080         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12081         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12082         * docs/plugins/gst-plugins-good-plugins.args:
12083         * docs/plugins/inspect/plugin-audiofx.xml:
12084         Add docs for audioamplify and integrate them into the build system
12085         * tests/check/Makefile.am:
12086         * tests/check/elements/audioamplify.c: (setup_amplify),
12087         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12088         Add fairly extensive unit test suite for audioamplify
12089
12090 2007-01-24  Wim Taymans  <wim@fluendo.com>
12091
12092         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12093         Unblock pads after adding the pads to the element so that autopluggers
12094         get a change to link something. Possibly fixes #395688.
12095
12096 2007-01-24  Wim Taymans  <wim@fluendo.com>
12097
12098         * gst/rtp/gstrtpamrdepay.c:
12099         * gst/rtp/gstrtpgsmdepay.c:
12100         * gst/rtp/gstrtph263pdepay.c:
12101         * gst/rtp/gstrtph263ppay.c:
12102         * gst/rtp/gstrtph264depay.c:
12103         * gst/rtp/gstrtpilbcdepay.c:
12104         * gst/rtp/gstrtpmp2tdepay.c:
12105         * gst/rtp/gstrtpmp4gdepay.c:
12106         * gst/rtp/gstrtpmp4gpay.c:
12107         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12108         * gst/rtp/gstrtpmp4vpay.c:
12109         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12110         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12111         (gst_rtp_mpa_depay_process):
12112         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12113         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12114         * gst/rtp/gstrtppcmadepay.c:
12115         * gst/rtp/gstrtppcmudepay.c:
12116         * gst/rtp/gstrtpspeexdepay.c:
12117         * gst/rtp/gstrtpspeexpay.c:
12118         * gst/rtp/gstrtpsv3vdepay.c:
12119         * gst/rtp/gstrtptheoradepay.c:
12120         * gst/rtp/gstrtptheorapay.c:
12121         * gst/rtp/gstrtpvorbisdepay.c:
12122         * gst/rtp/gstrtpvorbispay.c:
12123         Fix caps with payload numbers.
12124         Add some fixed payload numbers to caps when possible.
12125
12126 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12127
12128         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12129
12130         * gst/audiofx/Makefile.am:
12131         * gst/audiofx/audiofx.c: (plugin_init):
12132         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12133         (gst_audio_invert_class_init), (gst_audio_invert_init),
12134         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12135         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12136         (gst_audio_invert_transform_float),
12137         (gst_audio_invert_transform_ip):
12138         * gst/audiofx/audioinvert.h:
12139         Add new audiofx element "audioinvert". This element swaps the upper
12140         and lower half of samples and can be used for example for a
12141         wide-stereo effect. Fixes #396057
12142         * docs/plugins/Makefile.am:
12143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12145         * docs/plugins/gst-plugins-good-plugins.args:
12146         * docs/plugins/inspect/plugin-audiofx.xml:
12147         Add docs for the audioinvert element and add them to the build system.
12148         * tests/check/Makefile.am:
12149         * tests/check/elements/audioinvert.c: (setup_invert),
12150         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12151         Add unit test suite for the audioinvert element.
12152
12153 2007-01-23  Wim Taymans  <wim@fluendo.com>
12154
12155         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12156         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12157         Parse config params as string and int.
12158         Parse and use AU header length
12159
12160 2007-01-23  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12163         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12164         * gst/smpte/gstmask.c: (_gst_mask_register):
12165         * gst/smpte/gstmask.h:
12166         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12167         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12168         (gst_smpte_paint_triangle_clock):
12169         constify some static structs.
12170         Don't update the mask if nothing changed to the params.
12171         Make sure we never draw outside of the picture. Fixes #398325.
12172
12173 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12174
12175         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12176           Error out properly when pull_range fails while we're reading the
12177           headers, instead of just pausing the task silently. Fixes #399338.
12178
12179 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12180
12181         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12182           Some more sanity checks to make sure the input formats match and the
12183           input pads are actually negotiated, in case someone tries to feed
12184           buffers from fakesrc or filesrc. Fixes #398299.
12185           Also const-ify an array, just because we can.
12186
12187 2007-01-19  Edward Hervey  <edward@fluendo.com>
12188
12189         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12190         Ignore previous commit, that was only valid for widths and heights
12191         that are multiples of 4.
12192         Copy over size/stride macros from jpegdec. This allows the element
12193         to work with any width,height...
12194         ... but puts in evidence that the actual transformations only work
12195         with width/height that are multiples of 4.
12196
12197 2007-01-19  Edward Hervey  <edward@fluendo.com>
12198
12199         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12200         Allocate buffers of the right size.
12201         The proper size of a I420 buffer in bytes is:
12202         
12203             width * height * 3
12204             ------------------
12205                     2
12206
12207 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12210           Proxy getcaps on sink pads too, so that we either end up with the
12211           same dimensions on all pads or error out if that's not possible
12212           (seems to work even!). Fixes #398086, I think.
12213
12214 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12215
12216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12217         * docs/plugins/gst-plugins-good-plugins.args:
12218         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12219           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12220           fix integer properties with -1 as minimum value.
12221
12222         * docs/plugins/inspect/plugin-1394.xml:
12223         * docs/plugins/inspect/plugin-aasink.xml:
12224         * docs/plugins/inspect/plugin-alaw.xml:
12225         * docs/plugins/inspect/plugin-alpha.xml:
12226         * docs/plugins/inspect/plugin-alphacolor.xml:
12227         * docs/plugins/inspect/plugin-annodex.xml:
12228         * docs/plugins/inspect/plugin-apetag.xml:
12229         * docs/plugins/inspect/plugin-audiofx.xml:
12230         * docs/plugins/inspect/plugin-auparse.xml:
12231         * docs/plugins/inspect/plugin-autodetect.xml:
12232         * docs/plugins/inspect/plugin-avi.xml:
12233         * docs/plugins/inspect/plugin-cacasink.xml:
12234         * docs/plugins/inspect/plugin-cairo.xml:
12235         * docs/plugins/inspect/plugin-cdio.xml:
12236         * docs/plugins/inspect/plugin-cutter.xml:
12237         * docs/plugins/inspect/plugin-debug.xml:
12238         * docs/plugins/inspect/plugin-dv.xml:
12239         * docs/plugins/inspect/plugin-efence.xml:
12240         * docs/plugins/inspect/plugin-effectv.xml:
12241         * docs/plugins/inspect/plugin-esdsink.xml:
12242         * docs/plugins/inspect/plugin-flac.xml:
12243         * docs/plugins/inspect/plugin-flxdec.xml:
12244         * docs/plugins/inspect/plugin-gconfelements.xml:
12245         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12246         * docs/plugins/inspect/plugin-goom.xml:
12247         * docs/plugins/inspect/plugin-halelements.xml:
12248         * docs/plugins/inspect/plugin-icydemux.xml:
12249         * docs/plugins/inspect/plugin-id3demux.xml:
12250         * docs/plugins/inspect/plugin-jpeg.xml:
12251         * docs/plugins/inspect/plugin-level.xml:
12252         * docs/plugins/inspect/plugin-matroska.xml:
12253         * docs/plugins/inspect/plugin-mulaw.xml:
12254         * docs/plugins/inspect/plugin-multipart.xml:
12255         * docs/plugins/inspect/plugin-navigationtest.xml:
12256         * docs/plugins/inspect/plugin-ossaudio.xml:
12257         * docs/plugins/inspect/plugin-png.xml:
12258         * docs/plugins/inspect/plugin-rtp.xml:
12259         * docs/plugins/inspect/plugin-rtsp.xml:
12260         * docs/plugins/inspect/plugin-shout2send.xml:
12261         * docs/plugins/inspect/plugin-smpte.xml:
12262         * docs/plugins/inspect/plugin-speex.xml:
12263         * docs/plugins/inspect/plugin-taglib.xml:
12264         * docs/plugins/inspect/plugin-udp.xml:
12265         * docs/plugins/inspect/plugin-videobalance.xml:
12266         * docs/plugins/inspect/plugin-videobox.xml:
12267         * docs/plugins/inspect/plugin-videoflip.xml:
12268         * docs/plugins/inspect/plugin-videomixer.xml:
12269         * docs/plugins/inspect/plugin-wavenc.xml:
12270         * docs/plugins/inspect/plugin-wavparse.xml:
12271         * docs/plugins/inspect/plugin-ximagesrc.xml:
12272           Update to CVS.
12273
12274 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12275
12276         Patch by: Sebastian Dröge <slomo circular-chaos org>
12277
12278         * gst/audiofx/audiopanorama.c:
12279           Fix doc section name (Fixes #397946)
12280
12281 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12282
12283         * sys/v4l2/gstv4l2object.c:
12284         (gst_v4l2_object_install_properties_helper),
12285         (gst_v4l2_object_set_property_helper),
12286         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12287         * sys/v4l2/gstv4l2object.h:
12288         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12289         (gst_v4l2src_init), (gst_v4l2src_set_property),
12290         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12291         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12292         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12293         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12294         (gst_v4l2src_capture_deinit):
12295           Fix EIO handing when capturing. Add new property to specify the number of
12296           buffers to enque (and remove the borked num-buffers usage).
12297
12298 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12299
12300         Patch by: Sebastian Dröge <slomo circular-chaos org>
12301
12302         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12303         (gst_audio_panorama_set_process_function):
12304           Use a function array for process methods, add more docs and define the
12305           startindex of enums.
12306
12307 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12308
12309         Patch by: Mark Nauwelaerts <manauw at skynet be>
12310
12311         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12312         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12313         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12314         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12315         (gst_avi_mux_riff_get_avi_header),
12316         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12317         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12318         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12319         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12320         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12321         (gst_avi_mux_change_state):
12322         * gst/avi/gstavimux.h:
12323         * tests/check/elements/avimux.c: (teardown_src_pad):
12324           Add support for more than one audio stream; write better AVIX
12325           header; refactor code a bit; don't announce vorbis caps on our audio
12326           sink pads since we don't support it anyway. Closes #379298.
12327
12328 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         Patch by: Sebastian Dröge <slomo circular-chaos org>
12331
12332         * gst/audiofx/audiopanorama.c:
12333         (gst_audio_panorama_method_get_type),
12334         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12335         (gst_audio_panorama_set_process_function),
12336         (gst_audio_panorama_set_property),
12337         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12338         (gst_audio_panorama_transform_m2s_int_simple),
12339         (gst_audio_panorama_transform_s2s_int_simple),
12340         (gst_audio_panorama_transform_m2s_float_simple),
12341         (gst_audio_panorama_transform_s2s_float_simple):
12342         * gst/audiofx/audiopanorama.h:
12343           Add 'method' property and provide a simple (non-psychoacustic)
12344           processing method (#394859).
12345
12346         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12347         (panorama_suite):
12348           Tests for new method.
12349
12350 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12353         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12354           Set correct caps on outgoing pulled buffers, or things blow up
12355           after recent core changes.
12356
12357 2007-01-11  Wim Taymans  <wim@fluendo.com>
12358
12359         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12360
12361         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12362         (gst_multipart_mux_request_new_pad),
12363         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12364         (gst_multipart_mux_change_state):
12365         Return FLOW errors ASAP. Fixes #394977.
12366         Misc cleanups.
12367
12368 2007-01-11  Wim Taymans  <wim@fluendo.com>
12369
12370         Patch by: Lutz Mueller <lutz at topfrose dot de>
12371
12372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12373         Check for stream pad before activating. 
12374
12375 2007-01-10  Wim Taymans  <wim@fluendo.com>
12376
12377         Patch by: Peter Kjellerstedt  <pkj at axis com>
12378
12379         * gst/rtsp/COPYING.MIT:
12380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12381         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12382         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12383         (gst_rtspsrc_stream_configure_transport),
12384         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12385         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12386         (gst_rtspsrc_parse_methods),
12387         (gst_rtspsrc_create_transports_string),
12388         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12389         (gst_rtspsrc_open), (gst_rtspsrc_close):
12390         * gst/rtsp/gstrtspsrc.h:
12391         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12392         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12393         (parse_request_line), (parse_line), (rtsp_connection_read),
12394         (rtsp_connection_close):
12395         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12396         (rtsp_method_as_text), (rtsp_header_as_text),
12397         (rtsp_status_as_text), (rtsp_find_header_field),
12398         (rtsp_find_method):
12399         * gst/rtsp/rtspdefs.h:
12400         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12401         (rtsp_ext_wms_configure_stream):
12402         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12403         (rtsp_message_new_request), (rtsp_message_init_request),
12404         (rtsp_message_new_response), (rtsp_message_init_response),
12405         (rtsp_message_init_data), (rtsp_message_unset),
12406         (rtsp_message_free), (rtsp_message_add_header),
12407         (rtsp_message_get_header), (rtsp_message_set_body),
12408         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12409         * gst/rtsp/rtspmessage.h:
12410         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12411         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12412         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12413         (sdp_message_dump):
12414         Allow url to be NULL to be able to use it for server connections.
12415         Can now send responses as well as requests.
12416         No longer hangs in an endless loop if EOF is received.
12417         Can now convert a status code to a text string.
12418         Return RTSP_HDR_INVALID for unknown headers.
12419         Return RTSP_INVALID for unknown methods.
12420         Copy CSeq and Session headers from the request.
12421         Only free memory corresponding to the currently set message type.
12422         Added const to function arguments as appropriate.
12423         Avoid a compiler warning when initializing nmedia.
12424         Use guint rather than gint to avoid compiler warnings.
12425         Fix crasher in wms extension.
12426         Factor out stream setup from open_connection.
12427         Delay activation of streams when actual data is received from the
12428         server, this prepares us to do proper protocol switching.
12429         Added new license.
12430         Fixes #380895.
12431
12432
12433 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         Patch by: Sebastian Dröge <slomo ubuntu com>
12436
12437         * docs/plugins/Makefile.am:
12438         * gst/audiofx/audiopanorama.c:
12439           Some small docs fixes (#394851).
12440
12441 2007-01-09  Wim Taymans  <wim@fluendo.com>
12442
12443         * gst/avi/gstavidemux.c:
12444         Fix docs.
12445
12446 2007-01-09  Wim Taymans  <wim@fluendo.com>
12447
12448         * gst/rtp/Makefile.am:
12449         * gst/rtp/gstrtp.c: (plugin_init):
12450         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12451         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12452         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12453         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12454         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12455         * gst/rtp/gstrtpmpvdepay.h:
12456           Added RFC 2250 MPEG Video Depayloader.
12457
12458         * gst/rtp/gstrtpL16depay.h:
12459         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12460         (gst_rtp_h263p_depay_process):
12461         Fix Header file. Small cleanups.
12462
12463         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12464         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12465         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12466         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12467         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12468         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12469         (gst_rtp_mp4v_depay_change_state):
12470         Remove usused code. Remove Adapter from state Change. Added debug.
12471
12472         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12473         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12474         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12475         * gst/rtp/gstrtpmpadepay.h:
12476         Subclass base depayloader.
12477         Added debug.
12478         Support static payload type assignment as well.
12479
12480         * gst/rtp/gstrtpmpapay.c:
12481         Fix caps.
12482
12483 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12484
12485         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12486
12487         * ext/jpeg/gstjpegdec.c:
12488         * ext/jpeg/gstjpegenc.c:
12489         * ext/jpeg/smokecodec.c:
12490           These libjpeg callbacks should return a 'boolean' (unsigned char
12491           apparently) and not a 'gboolean' (which maps to gint). Fixes
12492           warnings when compiling with MingW (#393427).
12493
12494         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12495           Use ioctlsocket on win32.
12496
12497         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12498           Some printf format fixes for win32.
12499
12500 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12501
12502         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12503           Use gst_guint64_to_gdouble for conversion.
12504         * win32/vs6/libgstmatroska.dsp:
12505           Add zlib to the link.
12506         * win32/vs6/libgstvideobox.dsp:
12507           Update liboil library name (project is linked to 
12508           liboil-0.3-0.lib now).
12509           
12510 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12511
12512         * gst/matroska/Makefile.am:
12513           If zlib is available and used, we must link it explicitly for
12514           things to work on MingW (fixes #392855).
12515
12516 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12517
12518         * ext/esd/esdsink.c: (gst_esdsink_delay):
12519           Don't return bogus values when esd_get_delay() fails for some
12520           reason (#392189).
12521
12522 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * sys/ximage/gstximagesrc.c: (composite_pixel):
12525           Fix presumably copy'n'pasto for 16bpp depth.
12526
12527 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * gst/matroska/matroska-mux.c:
12530         (gst_matroska_mux_audio_pad_setcaps):
12531           The "signed" field in audio caps is of boolean type, trying to use
12532           gst_structure_get_int() to extract it will fail. Fixing this makes
12533           matroskamux accept raw audio input (#387121) (use at your own risk
12534           though, due to the matroska spec being not entirely useful in this
12535           respect).
12536           Also fix up raw audio structures in template caps so that they
12537           represent what our setcaps function will actually accept, so that
12538           converters know what to convert to.
12539           Finally, don't fail if there isn't an "endianness" field in 8-bit
12540           PCM caps.
12541
12542 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12543
12544         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12545         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12546         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12547         (teardown_cmmldec):
12548         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12549         (teardown_cmmlenc):
12550         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12551           reapply consistent pad (de)activation
12552
12553 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12554
12555         * configure.ac:
12556         Back to CVS
12557
12558         * gst-plugins-good.doap:
12559         Add 0.10.5 doap entry
12560
12561 === release 0.10.5 ===
12562
12563 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12564
12565         * configure.ac:
12566           releasing 0.10.5, "The Path of Thorns"
12567
12568 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12569
12570         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12571         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12572         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12573         (teardown_cmmldec):
12574         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12575         (teardown_cmmlenc):
12576         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12577           revert my freeze breakage
12578
12579 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12580
12581         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12582         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12583         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12584         (teardown_cmmldec):
12585         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12586         (teardown_cmmlenc):
12587         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12588           consistent pad (de)activation
12589
12590 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12591
12592         * configure.ac:
12593         * ext/Makefile.am:
12594         Disable LADPSA, as it has moved to the -bad module for the duration.
12595
12596 2006-12-18  Wim Taymans  <wim@fluendo.com>
12597
12598         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12599         (gst_signal_processor_event):
12600         Reset flow_state back to _OK after a flush stop so that we exit our
12601         error state after the flush. Fixes #374213
12602
12603 2006-12-16  David Schleef  <ds@schleef.org>
12604
12605         * sys/osxvideo/osxvideosink.h:
12606         * sys/osxvideo/osxvideosink.m:
12607           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12608
12609 2006-12-16  David Schleef  <ds@schleef.org>
12610
12611         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12612
12613         * sys/osxvideo/Makefile.am:
12614         * sys/osxvideo/osxvideosink.h:
12615         * sys/osxvideo/osxvideosink.m:
12616           Preliminary patch for porting osxvideosink
12617
12618 2006-12-16  Wim Taymans  <wim@fluendo.com>
12619
12620         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12621
12622         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12623         (gst_videomixer_set_master_geometry),
12624         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12625         (gst_videomixer_reset), (gst_videomixer_init),
12626         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12627         (gst_videomixer_release_pad), (gst_videomixer_collected),
12628         (gst_videomixer_change_state):
12629         Introduce some locking around the videomixer state so that it does not
12630         crash when adding/removing pads. Fixes #383043.
12631
12632 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12633
12634         * configure.ac:
12635           Make sure libcaca can actually be used instead of just checking for
12636           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12637           cross-compiling (fixes #384587).
12638
12639 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12640
12641         * Makefile.am:
12642         * gst-plugins-good.doap:
12643         * gst-plugins-good.spec.in:
12644           adding doap file
12645
12646 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * configure.ac:
12649           libflac-1.1.3 changed API again, but we can't build against it yet,
12650           so make sure our check doesn't use libflac-1.1.3 and add a comment
12651           to this effect.
12652
12653 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12654
12655         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12656         (gst_quarktv_planetable_clear):
12657           Add some NULL pointer checks (possibly related to #385623).
12658
12659 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12660
12661         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12662         (gst_tag_demux_chain):
12663         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12664           In streaming mode, if the first buffer we get doesn't have an
12665           offset, fix it up to be 0, otherwise trimming won't work later on
12666           and we'll be typefinding application/x-id3, which may result in
12667           decodebin plugging an endless number of id3demux elements as a
12668           consequence. Fixes #385031.
12669           
12670 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12671
12672         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12673           Ignore the buffer_time the sound device reports. Turns out it is 
12674           sometimes completely bogus and we're better off without it.
12675
12676 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12679         (gst_matroska_demux_video_caps):
12680         * gst/matroska/matroska-ids.c:
12681         (gst_matroska_track_init_video_context):
12682         * gst/matroska/matroska-ids.h:
12683           Try harder to extract the framerate for video tracks correctly and
12684           save it directly instead of converting it back and forth a few
12685           times. Mostly makes a difference for very small framerates (<1).
12686           Fixes #380199.
12687
12688 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12689
12690         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12691         (gst_gconf_audio_src_dispose), (do_toggle_element):
12692         * ext/gconf/gstgconfaudiosrc.h:
12693           Remove gconf notify hook when the gconfaudiosrc element is
12694           destroyed, otherwise the callback may be called on an
12695           already-destroyed instance and bad things happen. Should fix
12696           #378184.
12697           Also ignore gconf key changes when the source is already running.
12698
12699 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12700
12701         Patch by: Sebastian Dröge  <mail at slomosnail de>
12702
12703         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12704           We need to be able to read and parse any possible floating point string
12705           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12706           will parse the former only in certain locales though, so we really need
12707           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12708           make sure we can parse either version at all times.
12709           Fixes #382982 for real.
12710
12711 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12712
12713         * sys/sunaudio/gstsunaudiomixerctrl.c:
12714         * sys/sunaudio/gstsunaudiosrc.c:
12715
12716         Use the sunaudio debug category.
12717
12718         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12719         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12720         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12721         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12722         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12723         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12724         (gst_sunaudiosink_reset):
12725         * sys/sunaudio/gstsunaudiosink.h:
12726
12727         Uses the sunaudio debug category for all debug output
12728         Implements the _delay() callback to synchronise video playback better
12729         Change the segtotal and segsize values back to the parent class 
12730           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12731           respectively)
12732         Measure the samples written to the device vs. played.
12733         Keep track of segments in the device by writing empty eof frames, and
12734         sleep using a GCond when we get too far ahead and risk overrunning the
12735         sink's ringbuffer.
12736
12737         Fixes: #360673
12738
12739 2006-12-08  Wim Taymans  <wim@fluendo.com>
12740
12741         Patch by: Sebastian Dröge  <mail at slomosnail de >
12742
12743         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12744         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12745         * gst/audiofx/audiopanorama.h:
12746         Fix audiopanorame with float samples. Fixes #383726.
12747
12748 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12749
12750         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12751         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12752         (gst_sunaudiosrc_reset):
12753
12754         Implement reset functions to unblock the src/sink more quickly on 
12755         state change requests.
12756         Patch by: Brian Cameron <brian dot cameron at sun com>
12757
12758 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12759
12760         * sys/sunaudio/gstsunaudiomixer.c:
12761         (gst_sunaudiomixer_change_state):
12762         Construct the correct mixer device name when the AUDIODEV env var
12763         is set.
12764
12765         Patch by: Jerry Tan <jerry.tan at sun dot com>
12766         Fixes: #383596
12767
12768 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12769
12770         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12771         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12772         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12773         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12774         Patch by: Jerry Tan <jerry.tan at sun dot com>
12775         Fixes: #349015
12776
12777 2006-12-07  Wim Taymans  <wim@fluendo.com>
12778
12779         * gst/smpte/gstmask.h:
12780         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12781         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12782         (gst_smpte_collected), (gst_smpte_set_property),
12783         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12784         * gst/smpte/gstsmpte.h:
12785         Port to 0.10 some more. 
12786         Added duration property to specify the duration of the transition.
12787         Make framerate a fraction.
12788         Deprecate fps property, we only use negotiated fps.
12789         Added docs.
12790         Fix collectpad usage.
12791         Reset state in READY.
12792         Send NEWSEGMENT event.
12793         Fix racy updates of object properties.
12794         Added debug category.
12795         Fixes #383323.
12796
12797 2006-12-06  Wim Taymans  <wim@fluendo.com>
12798
12799         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12800
12801         * gst/videomixer/videomixer.c:
12802         (gst_videomixer_set_master_geometry),
12803         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12804         Don't reset xpos and ypos in the setcaps function because causes
12805         unexpected behaviour.
12806         Fixes #382179.
12807
12808 2006-12-06  Wim Taymans  <wim@fluendo.com>
12809
12810         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12811         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12812         Keep track of the buffer timestamp in the collectdata member instead
12813         of modifying the buffer without making the metadata writable first.
12814         Fixes #382277.
12815
12816 2006-12-06  Wim Taymans  <wim@fluendo.com>
12817
12818         Patch by: Rob Taylor <robtaylor at floopily dot org>
12819
12820         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12821         If using multicast in udpsrc, bind to the multicast address rather than
12822         IN_ADDR_ANY.
12823         This allows the simultanous use of multiple udpsrcs listening on
12824         different multicat addresses. Without this all udpsrcs will receive all
12825         packets from all subscribed multicast addresses.
12826         Fixes #383001.
12827
12828 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12829
12830         * ext/taglib/gstid3v2mux.cc:
12831         Don't attempt to write a NULL frame into the ID3 tag set when the 
12832         createFrame method returned NULL.
12833         Fixes: #381857
12834         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12835
12836 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12837
12838         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12839         Use g_strtod() instead of sscanf to parse doubles, so that it will
12840         try parsing in the C locale if the current locale fails.
12841         Fixes: #382982
12842         Patch by: Sebastian Dröge  <mail at slomosnail de >
12843
12844 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12845
12846         * win32/MANIFEST:
12847         Fix compilation on win32 under VS8
12848         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12849         Partially fixes #381175
12850
12851 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12852
12853         * gst/avi/gstavimux.c:
12854           accept all mpegversions,fixes #380825
12855           spotted by: Jerome Alet  
12856
12857 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12858
12859         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12860         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12861         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12862         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12863           cleanup the error message a bit more
12864
12865 2006-11-28  Wim Taymans  <wim@fluendo.com>
12866
12867         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12868         Fix width and height properties.
12869
12870         * ext/libcaca/gstcacasink.h:
12871         Fix compilation on newer libcaca that require us to include a new
12872         header. Fixes #379918.
12873
12874 2006-11-28  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12877         * gst/rtsp/gstrtspsrc.h:
12878         * gst/rtsp/rtspext.h:
12879         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12880         (rtsp_ext_wms_get_context):
12881         Add method so that extensions can choose to disable the setup of
12882         a stream.
12883         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12884
12885 2006-11-27  Wim Taymans  <wim@fluendo.com>
12886
12887         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12888
12889         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12890         Push header in a separate buffer instead of memcpy:ing all data.
12891         Change LF => CRLF in headers.
12892         Move trailing LF to header. Fixes #379792.
12893
12894 2006-11-27  Wim Taymans  <wim@fluendo.com>
12895
12896         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12897         Small buffer overflow fix and improve debugging.
12898
12899 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12900
12901         * ext/esd/esdmon.h:
12902         * ext/esd/esdsink.h:
12903           remove obsolete _factory_init protos
12904
12905 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12906
12907         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12908         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12909         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12910         (gst_avi_demux_read_subindexes_push),
12911         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12912         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12913         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12914         (gst_avi_demux_massage_index),
12915         (gst_avi_demux_calculate_durations_from_index),
12916         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12917         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12918         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12919           remove dead code, tweak debugs statements, add comments, use
12920           _uint64_scale instead _uint64_scale_int when using guint64 values,
12921           small optimizations, reflow some error handling
12922
12923 2006-11-22  Edward Hervey  <edward@fluendo.com>
12924
12925         * po/.cvsignore:
12926         We never put .pot files in cvs. Let's ignore them all.
12927
12928 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12929
12930         * po/POTFILES.in:
12931           ... but better exclude files that aren't disted.
12932
12933 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12934
12935         * po/POTFILES.in:
12936           Add v4l2 source files to list of files with translations, so the
12937           strings are actually extracted (however bad they still may be).
12938
12939 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12940
12941         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12942           Minor clean-ups: const-ify static array, remove trailing comma from
12943           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12944
12945 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12946
12947         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12948         Make sure that g_free always gets called on the same pointer that was 
12949         returned by g_malloc.  Fixes #376594.
12950         Do not leak memory if decompressed size is wrong.
12951         Remove unneeded check of return value of g_malloc.
12952         Patch by: René Stadler <mail@renestadler.de>
12953
12954 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12955
12956         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12957           Add missing curly brackets.
12958
12959 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12960
12961         * sys/v4l2/v4l2src_calls.c:
12962         Fix capture_deinit.
12963
12964 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12965
12966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12967         (gst_matroska_mux_request_new_pad):
12968           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12969
12970         * tests/check/elements/matroskamux.c: (setup_src_pad),
12971         (setup_sink_pad), (GST_START_TEST):
12972         Activate pads before using them.
12973
12974 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12975
12976         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12977           Initialise variable to get rid of bogus compiler warning.
12978
12979 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12980
12981         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12982
12983         * gst/rtp/gstrtph263pay.c:
12984         * gst/rtp/gstrtph263pdepay.c:
12985         * gst/rtp/gstrtph263ppay.c:
12986           Specify H.263 variant and version in the caps (fixes #361637)
12987
12988 2006-11-15  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/rtsp/rtspconnection.c: (read_body):
12991         Don't set a data pointer to NULL and a size > 0 when we deal
12992         with empty packets.
12993
12994         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12995         (rtsp_message_init_response), (rtsp_message_init_data),
12996         (rtsp_message_unset), (rtsp_message_free),
12997         (rtsp_message_take_body):
12998         Check that we can't create invalid empty packets. 
12999
13000 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13001
13002         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13003
13004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13005         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13006         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13007         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13008         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13009         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13010         * gst/matroska/matroska-mux.h:
13011           Add basic tag writing support; implement releasing pads (#374658).
13012
13013 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13014
13015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13016         (gst_matroska_demux_audio_caps):
13017           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13018
13019 2006-11-14  David Schleef  <ds@schleef.org>
13020
13021         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13022
13023 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13024
13025         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13026
13027         * win32/vs8/gst-plugins-good.sln:
13028         * win32/vs8/libgst1394.vcproj:
13029         * win32/vs8/libgstaasink.vcproj:
13030         * win32/vs8/libgstalaw.vcproj:
13031         * win32/vs8/libgstalpha.vcproj:
13032         * win32/vs8/libgstalphacolor.vcproj:
13033         * win32/vs8/libgstannodex.vcproj:
13034         * win32/vs8/libgstapetag.vcproj:
13035         * win32/vs8/libgstaudiofx.vcproj:
13036         * win32/vs8/libgstauparse.vcproj:
13037         * win32/vs8/libgstautodetect.vcproj:
13038         * win32/vs8/libgstavi.vcproj:
13039         * win32/vs8/libgstcacasink.vcproj:
13040         * win32/vs8/libgstcdio.vcproj:
13041         * win32/vs8/libgstcutter.vcproj:
13042         * win32/vs8/libgstdv.vcproj:
13043         * win32/vs8/libgsteffectv.vcproj:
13044         * win32/vs8/libgstflac.vcproj:
13045         * win32/vs8/libgstflxdec.vcproj:
13046         * win32/vs8/libgstgoom.vcproj:
13047         * win32/vs8/libgsticydemux.vcproj:
13048         * win32/vs8/libgstid3demux.vcproj:
13049         * win32/vs8/libgstjpeg.vcproj:
13050         * win32/vs8/libgstladspa.vcproj:
13051         * win32/vs8/libgstlevel.vcproj:
13052         * win32/vs8/libgstmatroska.vcproj:
13053         * win32/vs8/libgstmikmod.vcproj:
13054         * win32/vs8/libgstmng.vcproj:
13055         * win32/vs8/libgstmonoscope.vcproj:
13056         * win32/vs8/libgstmulaw.vcproj:
13057         * win32/vs8/libgstmultipart.vcproj:
13058         * win32/vs8/libgstpng.vcproj:
13059         * win32/vs8/libgstrtp.vcproj:
13060         * win32/vs8/libgstrtsp.vcproj:
13061         * win32/vs8/libgstshout2.vcproj:
13062         * win32/vs8/libgstsmpte.vcproj:
13063         * win32/vs8/libgstspeex.vcproj:
13064         * win32/vs8/libgsttaglib.vcproj:
13065         * win32/vs8/libgstudp.vcproj:
13066         * win32/vs8/libgstvideobalance.vcproj:
13067         * win32/vs8/libgstvideobox.vcproj:
13068         * win32/vs8/libgstvideoflip.vcproj:
13069         * win32/vs8/libgstvideomixer.vcproj:
13070         * win32/vs8/libgstwavenc.vcproj:
13071         * win32/vs8/libgstwavparse.vcproj:
13072           Make end-of-line returns unixy, so that when the files are checked
13073           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13074           Hopefully fixes #366492.
13075
13076 2006-11-14  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13079         Disable init_frames delay timestamp adjustment, it does not
13080         seem to be needed at all. Fixes #369621.
13081
13082 2006-11-13  Wim Taymans  <wim@fluendo.com>
13083
13084         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13085
13086         * gst/videomixer/videomixer.c:
13087         (gst_videomixer_set_master_geometry),
13088         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13089         (gst_videomixer_collect_free), (gst_videomixer_reset),
13090         (gst_videomixer_init), (gst_videomixer_finalize),
13091         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13092         (gst_videomixer_collected), (gst_videomixer_change_state):
13093         Fix memleak by unref'ing collectpads instance (when finalizing)
13094         Implement releasing a request pad. Fixes #374479.
13095
13096 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13099
13100         * win32/vs8/gst-plugins-good.sln:
13101         * win32/vs8/libgst1394.vcproj:
13102         * win32/vs8/libgstaasink.vcproj:
13103         * win32/vs8/libgstalaw.vcproj:
13104         * win32/vs8/libgstalpha.vcproj:
13105         * win32/vs8/libgstalphacolor.vcproj:
13106         * win32/vs8/libgstannodex.vcproj:
13107         * win32/vs8/libgstapetag.vcproj:
13108         * win32/vs8/libgstaudiofx.vcproj:
13109         * win32/vs8/libgstauparse.vcproj:
13110         * win32/vs8/libgstautodetect.vcproj:
13111         * win32/vs8/libgstavi.vcproj:
13112         * win32/vs8/libgstcacasink.vcproj:
13113         * win32/vs8/libgstcdio.vcproj:
13114         * win32/vs8/libgstcutter.vcproj:
13115         * win32/vs8/libgstdv.vcproj:
13116         * win32/vs8/libgsteffectv.vcproj:
13117         * win32/vs8/libgstflac.vcproj:
13118         * win32/vs8/libgstflxdec.vcproj:
13119         * win32/vs8/libgstgoom.vcproj:
13120         * win32/vs8/libgsticydemux.vcproj:
13121         * win32/vs8/libgstid3demux.vcproj:
13122         * win32/vs8/libgstjpeg.vcproj:
13123         * win32/vs8/libgstladspa.vcproj:
13124         * win32/vs8/libgstlevel.vcproj:
13125         * win32/vs8/libgstmatroska.vcproj:
13126         * win32/vs8/libgstmikmod.vcproj:
13127         * win32/vs8/libgstmng.vcproj:
13128         * win32/vs8/libgstmonoscope.vcproj:
13129         * win32/vs8/libgstmulaw.vcproj:
13130         * win32/vs8/libgstmultipart.vcproj:
13131         * win32/vs8/libgstpng.vcproj:
13132         * win32/vs8/libgstrtp.vcproj:
13133         * win32/vs8/libgstrtsp.vcproj:
13134         * win32/vs8/libgstshout2.vcproj:
13135         * win32/vs8/libgstsmpte.vcproj:
13136         * win32/vs8/libgstspeex.vcproj:
13137         * win32/vs8/libgsttaglib.vcproj:
13138         * win32/vs8/libgstudp.vcproj:
13139         * win32/vs8/libgstvideobalance.vcproj:
13140         * win32/vs8/libgstvideobox.vcproj:
13141         * win32/vs8/libgstvideoflip.vcproj:
13142         * win32/vs8/libgstvideomixer.vcproj:
13143         * win32/vs8/libgstwavenc.vcproj:
13144         * win32/vs8/libgstwavparse.vcproj:
13145           Add VS8 project files (note that many of the plugins in ext are
13146           disabled by default). Fixes #366492.
13147
13148 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13149
13150         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13151           we do not translate debug messages
13152
13153 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13154
13155         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13156           fix categorisation, make short desc more explicit, remove unused code
13157           Fixes #372021
13158
13159 2006-11-08  Wim Taymans  <wim@fluendo.com>
13160
13161         * gst/rtp/gstrtpL16depay.c:
13162         * gst/rtp/gstrtpamrdepay.c:
13163         * gst/rtp/gstrtpamrpay.c:
13164         * gst/rtp/gstrtpgsmdepay.c:
13165         * gst/rtp/gstrtph263pay.c:
13166         * gst/rtp/gstrtph263pdepay.c:
13167         * gst/rtp/gstrtph263ppay.c:
13168         * gst/rtp/gstrtph264depay.c:
13169         * gst/rtp/gstrtpmp2tdepay.c:
13170         * gst/rtp/gstrtpmp4gdepay.c:
13171         * gst/rtp/gstrtpmp4gpay.c:
13172         * gst/rtp/gstrtpmp4vdepay.c:
13173         * gst/rtp/gstrtpmp4vpay.c:
13174         * gst/rtp/gstrtpmpadepay.c:
13175         * gst/rtp/gstrtpmpapay.c:
13176         * gst/rtp/gstrtppcmadepay.c:
13177         * gst/rtp/gstrtppcmapay.c:
13178         * gst/rtp/gstrtppcmudepay.c:
13179         * gst/rtp/gstrtppcmupay.c:
13180         * gst/rtp/gstrtpspeexdepay.c:
13181         * gst/rtp/gstrtpspeexpay.c:
13182         * gst/rtp/gstrtpsv3vdepay.c:
13183         Fix element descriptions.
13184
13185 2006-11-08  Wim Taymans  <wim@fluendo.com>
13186
13187         * gst/rtp/gstrtpvorbisdepay.c:
13188         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13189         Fix description.
13190         Small cleanup in the payloader.
13191
13192 2006-11-08  Wim Taymans  <wim@fluendo.com>
13193
13194         * gst/rtp/Makefile.am:
13195         * gst/rtp/gstrtp.c: (plugin_init):
13196         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13197         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13198         (gst_rtp_theora_depay_finalize),
13199         (gst_rtp_theora_depay_parse_configuration),
13200         (gst_rtp_theora_depay_setcaps),
13201         (gst_rtp_theora_depay_switch_codebook),
13202         (gst_rtp_theora_depay_process),
13203         (gst_rtp_theora_depay_set_property),
13204         (gst_rtp_theora_depay_get_property),
13205         (gst_rtp_theora_depay_change_state),
13206         (gst_rtp_theora_depay_plugin_init):
13207         * gst/rtp/gstrtptheoradepay.h:
13208         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13209         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13210         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13211         (gst_rtp_theora_pay_init_packet),
13212         (gst_rtp_theora_pay_flush_packet),
13213         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13214         (gst_rtp_theora_pay_handle_buffer),
13215         (gst_rtp_theora_pay_plugin_init):
13216         * gst/rtp/gstrtptheorapay.h:
13217         Add theora pay/depayloaders.
13218
13219 2006-11-06  Wim Taymans  <wim@fluendo.com>
13220
13221         * gst/rtp/Makefile.am:
13222         We depend on gsttag to generate the vorbis comments.
13223
13224         * gst/rtp/gstrtpvorbisdepay.c:
13225         (gst_rtp_vorbis_depay_parse_configuration),
13226         (gst_rtp_vorbis_depay_setcaps),
13227         (gst_rtp_vorbis_depay_switch_codebook),
13228         (gst_rtp_vorbis_depay_process):
13229         * gst/rtp/gstrtpvorbisdepay.h:
13230         Parse configuration string in the depayloader.
13231         Implement selecting and switching to a new codebook.
13232         Receiving vorbis over RTP now works.
13233
13234         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13235         (gst_rtp_vorbis_pay_init_packet),
13236         (gst_rtp_vorbis_pay_finish_headers),
13237         (gst_rtp_vorbis_pay_handle_buffer):
13238         * gst/rtp/gstrtpvorbispay.h:
13239         Set timestamps on outgoing buffers and RTP packets.
13240         Fix configuration string, prepend number of Packet headers.
13241         Fix encoding of ident string.
13242         Add delivery-method to caps.
13243         Streaming vorbis over RTP now works.
13244
13245 2006-11-06  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13248         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13249         (gst_rtp_vorbis_pay_handle_buffer):
13250         * gst/rtp/gstrtpvorbispay.h:
13251         Generate a valid configuration string in the caps based on the
13252         vorbis headers.
13253
13254 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13255
13256         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13257         * ext/cdio/gstcdio.h:
13258         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13259           Move CD-TEXT utility function into common file so it can also be
13260           used by a future cdioparanoiasrc.
13261
13262 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13263         
13264         * sys/v4l2/Makefile.am:
13265         * sys/v4l2/gstv4l2object.c:
13266         * sys/v4l2/gstv4l2src.c:
13267         * sys/v4l2/gstv4l2xoverlay.c:
13268         * sys/v4l2/v4l2_calls.c:
13269         * sys/v4l2/v4l2src_calls.c:
13270         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13271         xoverlay code that is still not implemented.
13272
13273 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13274
13275         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13276           We require a -base more recent than 0.10.9, so it's safe to use
13277           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13278
13279         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13280         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13281           Use _newsegment_full() now that we depend on a recent enough core.
13282
13283         * gst/wavparse/gstwavparse.c:
13284           Remove cruft that we don't need any longer now that we depend on
13285           a recent enough -base.
13286
13287 2006-10-31  Wim Taymans  <wim@fluendo.com>
13288
13289         * gst/rtp/Makefile.am:
13290         * gst/rtp/gstrtp.c: (plugin_init):
13291         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13292         (gst_rtpilbcpay_setcaps):
13293         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13294
13295 2006-10-31  Wim Taymans  <wim@fluendo.com>
13296
13297         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13298         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13299         Some small cleanups, use _scale.
13300
13301 2006-10-31  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13304         Use higher precision scale function.
13305
13306 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13307
13308         Patch by: Michal Benes  <michal dot benes at itonis tv>
13309
13310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13311         (gst_matroska_demux_read_track_encodings),
13312         (gst_matroska_decode_buffer):
13313           Fix several issues with encoded/compressed/encrypted/signed tracks;
13314           also, remove superfluous newline characters from some debug
13315           statements. (#366155)
13316
13317 2006-10-30  Wim Taymans  <wim@fluendo.com>
13318
13319         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13320         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13321         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13322         (gst_smokedec_change_state):
13323         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13324         (gst_smokeenc_init), (gst_smokeenc_finalize),
13325         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13326         (gst_smokeenc_resync), (gst_smokeenc_chain),
13327         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13328         (gst_smokeenc_change_state):
13329         Various cleanups, capsnego and leak fixes.
13330
13331 2006-10-30  Wim Taymans  <wim@fluendo.com>
13332
13333         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13334
13335         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13336         Fix videomixer so that it can handle any combination of framerates.
13337         Fixes #367221.
13338
13339 2006-10-28  Wim Taymans  <wim@fluendo.com>
13340
13341         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13342         (gst_avi_demux_parse_file_header),
13343         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13344         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13345         (gst_avi_demux_chain):
13346         Fix position query for audio. also fixes timestamps in streaming
13347         mode and bug #364958.
13348         Small cleanups.
13349
13350 2006-10-27  Wim Taymans  <wim@fluendo.com>
13351
13352         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13353         * ext/libpng/gstpngenc.h:
13354         Fix strides. Fixes #364856.
13355         Cleanup capsnego.
13356         Set caps on outgoing buffers.
13357
13358 2006-10-18  Wim Taymans  <wim@fluendo.com>
13359
13360         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13361
13362         * gst/rtp/gstrtpgsmpay.c:
13363         * gst/rtp/gstrtph263pay.c:
13364         * gst/rtp/gstrtpmpapay.c:
13365         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13366         (gst_rtp_pcma_pay_handle_buffer):
13367         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13368         Add static payload numbers in addition to the dynamic ones.
13369         Fixes #361639.
13370
13371 2006-10-18  Wim Taymans  <wim@fluendo.com>
13372
13373         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13374         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13375         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13376         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13377         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13378         * gst/rtsp/rtspdefs.h:
13379         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13380         * gst/rtsp/rtspurl.h:
13381         Reuse already existing enum for lower transport.
13382         Add rtspt and rtspu protocols.
13383         Send redirect to rtspt when udp times out.
13384
13385 2006-10-18  Wim Taymans  <wim@fluendo.com>
13386
13387         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13388         (gst_wavparse_stream_data):
13389         Fix seeking some more, mostly for speed changes.
13390
13391 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         Patch by: Fredrik Persson  <frepe at bredband net>
13394
13395         * sys/v4l2/gstv4l2tuner.c:
13396         * sys/v4l2/gstv4l2tuner.h:
13397           Fix _set_channel(): remove useless g_object_notify() for "channel"
13398           property that doesn't exist any longer and therefore now also
13399           useless redirect (#338818).
13400
13401 2006-10-17  Wim Taymans  <wim@fluendo.com>
13402
13403         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13404         Some drivers do not support unsetting the non-blocking flag once the
13405         device is opened. In those cases, close/open the device in
13406         non-blocking mode. Fixes #362673.
13407
13408 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13409
13410         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13411         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13412         (gst_v4l2src_get_fps):
13413           dear stefan, framespersecond is not frameperiod, reverting but adding
13414           comment
13415
13416 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13417
13418         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13419         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13420         (gst_v4l2src_get_fps):
13421           Numerator is numerator and denominator is denominator. Say that aloud
13422           5 times and retry after next beer.
13423
13424 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13425
13426         Patch by: Josep Torra Valles  <josep at fluendo com>
13427
13428         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13429         * ext/esd/esdsink.c: (gst_esdsink_write):
13430         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13431         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13432         (gst_flac_dec_send_newsegment):
13433         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13434         (gst_flac_enc_tell_callback):
13435         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13436         (smokecodec_parse_header), (smokecodec_decode):
13437         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13438         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13439         * gst/goom/Makefile.am:
13440         * gst/goom/gstgoom.c:
13441         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13442         * gst/rtsp/gstrtspsrc.c:
13443         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13444         * gst/udp/gstudpsink.c:
13445         * gst/udp/gstudpsrc.c:
13446         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13447         * sys/sunaudio/gstsunaudiomixertrack.h:
13448           Fix a bunch of problems discovered by the Forte compiler, mostly type
13449           mixups and pointer arithmetics with void pointers. Fixes #362603.
13450
13451 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13452
13453         * ext/speex/gstspeex.c: (plugin_init):
13454         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13455         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13456         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13457         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13458         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13459         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13460         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13461         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13462         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13463         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13464         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13465         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13466         * ext/speex/gstspeexenc.h:
13467           Miscellaneous clean-ups, among other things: speexenc => enc to
13468           enhance code readability; change speexenc => speex_enc; in chain
13469           function unref input buffer in case of error; take reference in
13470           event function; use boilerplate macro; use gst_pad_query_peer_*
13471           convenience functions.
13472
13473 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13474
13475         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13476         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13477         (gst_speexenc_set_header_on_caps):
13478           Fix some mem leaks.
13479
13480 2006-10-11  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst/rtsp/URLS:
13483         Added some other URL.
13484
13485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13486         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13487         (gst_rtspsrc_open), (gst_rtspsrc_play),
13488         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13489         * gst/rtsp/gstrtspsrc.h:
13490         Work on fallback to TCP connection when the UDP socket times out.
13491         Handler server requests, just reply with OK for now.
13492
13493         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13494         * gst/rtsp/rtspdefs.h:
13495         Added some more Real extension headers.
13496
13497         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13498         Fix parsing of urls with a ':' that is not part of the hostname:port
13499         part of the url.
13500
13501 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13504         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13505         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13506           Activate pad before adding it to the already-running element.
13507
13508         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13509           Activate newly-created pad too.
13510
13511 2006-10-11  Wim Taymans  <wim@fluendo.com>
13512
13513         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13514
13515         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13516         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13517         (gst_udpsrc_start):
13518         Fix some leaks in caps and uris. Fixes #361252.
13519
13520 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13521
13522         * gst/wavparse/Makefile.am:
13523           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13524
13525 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13526
13527         * sys/v4l2/gstv4l2xoverlay.c:
13528         * sys/v4l2/gstv4l2xoverlay.h:
13529         Fix build as per the patch in #338818 comment 36.
13530
13531 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13532
13533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13534           Activate pads before adding them to the source.
13535
13536 2006-10-06  Wim Taymans  <wim@fluendo.com>
13537
13538         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13539         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13540         Activate pads before adding.
13541
13542 2006-10-06  Wim Taymans  <wim@fluendo.com>
13543
13544         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13545         (gst_multipart_find_pad_by_mime):
13546         Activate pads before adding.
13547
13548         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13549         BOILERPLATE sets parent_class for us.
13550
13551 2006-10-06  Wim Taymans  <wim@fluendo.com>
13552
13553         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13554         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13555         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13556         (gst_rtspsrc_alloc_udp_ports),
13557         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13558         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13559         (gst_rtspsrc_create_transports_string),
13560         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13561         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13562         * gst/rtsp/gstrtspsrc.h:
13563         Rework how the transport string is constructed, try to share channels
13564         and udp ports.
13565         Make most of the stuff less dependant on RTP as we are also going to use
13566         it for RDT.
13567         Add support for transport specific session managers.
13568
13569         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13570         Implement _flush().
13571
13572         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13573         * gst/rtsp/rtspdefs.h:
13574         Add generic error return code.
13575
13576         * gst/rtsp/rtspext.h:
13577         Add support for pluggable tranport strings.
13578
13579         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13580         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13581         (rtsp_ext_wms_get_context):
13582         Detect WMServer and activate the extension.
13583
13584         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13585         (rtsp_transport_get_manager), (rtsp_transport_parse):
13586         * gst/rtsp/rtsptransport.h:
13587         Added methods to get mime/manager for certain transports.
13588
13589 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * ext/cairo/gsttimeoverlay.c:
13592         (gst_cairo_time_overlay_update_font_height):
13593         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13594         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13595         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13596         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13597         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13598         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13599         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13600         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13601         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13602         (gst_avi_demux_stream_data):
13603         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13604         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13605         (gst_fenced_buffer_copy):
13606         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13607         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13608         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13609         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13610         (gst_rtspsrc_handle_message):
13611         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13612         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13613           Printf format fixes.
13614
13615 2006-10-04  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst/rtsp/Makefile.am:
13618         Dist new .h file too.
13619
13620 2006-10-04  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/rtsp/Makefile.am:
13623         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13624         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13625         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13626         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13627         (gst_rtspsrc_parse_rtpmap),
13628         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13629         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13630         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13631         * gst/rtsp/gstrtspsrc.h:
13632         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13633         * gst/rtsp/rtspdefs.h:
13634         * gst/rtsp/rtspext.h:
13635         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13636         (rtsp_ext_wms_get_context):
13637         * gst/rtsp/rtspextwms.h:
13638         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13639         (rtsp_transport_parse):
13640         * gst/rtsp/rtsptransport.h:
13641         Factor out extension in separate module.
13642         Fix getcaps to filter against the padtemplate.
13643         Use Content-Base if the server gives one.
13644         Rework the transport parsing a bit for future extensions.
13645         Added some Real Header field definitions.
13646
13647 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13648
13649         * docs/plugins/Makefile.am:
13650         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13651         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13652           added v4l2 stubs
13653         * gst-plugins-good.spec.in:
13654           add v4l2
13655
13656 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13657
13658         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13659           Extract disc/album/medium number and count and try harder
13660           to extract track number/count.
13661
13662 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13663
13664         * configure.ac:
13665         * sys/Makefile.am:
13666           add build stuff for v4l2, needs --enable-experimental until
13667           the last bits are resolved
13668
13669 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         * tests/check/Makefile.am:
13672           Disable autodetect test temporarily, so that the build bots
13673           update -bad and the ranks of unreliable video sinks in there.
13674
13675         * tests/check/elements/autodetect.c: (GST_START_TEST):
13676           Skip test if no usable videosink is found.
13677
13678 2006-09-29  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/rtsp/URLS:
13681         Add some more URLs.
13682
13683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13684         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13685         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13686         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13687         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13688         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13689         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13690         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13691         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13692         * gst/rtsp/gstrtspsrc.h:
13693         Add timeout property to control UDP timeouts.
13694         Fix error messages.
13695         Also start a loop function when operating in UDP mode so that we can
13696         do some more stuff async.
13697         Handle element messages from udpsrc to detect timeouts. If a timeout
13698         happens we currently generate an error.
13699         API: rtspsrc::timeout property.
13700
13701         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13702         (gst_udpsrc_create):
13703         Really implement the timeout in microseconds and not milliseconds.
13704
13705 2006-09-29  Wim Taymans  <wim@fluendo.com>
13706
13707         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13708         (gst_udpsrc_create), (gst_udpsrc_set_property),
13709         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13710         * gst/udp/gstudpsrc.h:
13711         Added property to post a message on timeout.
13712         Updated docs.
13713         When restarting the select, initialize the fdsets again.
13714         Init control sockets so we don't accidentally close a random socket.
13715         API: GstUDPSrc::timeout property
13716
13717 2006-09-29  Wim Taymans  <wim@fluendo.com>
13718
13719         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13720         Fix flag registration.
13721
13722         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13723         Reading 0 also means 'no more commands'
13724
13725 2006-09-29  Wim Taymans  <wim@fluendo.com>
13726
13727         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13728
13729         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13730         Fix possible infinite loop when shutting down, a read can also return
13731         0 to indicate no more messages are available. Fixes #358156.
13732
13733 2006-09-25  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/autodetect/gstautoaudiosink.c:
13736         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13737         (gst_auto_audio_sink_find_best):
13738         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13739         Small cleanups.
13740         don't try to set "sync" property when it is not available.
13741
13742 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13743
13744         Patch by: Peter Kjellerstedt  <pkj at axis com>
13745
13746         * gst/alpha/gstalpha.c:
13747         * gst/rtp/gstrtpamrdepay.c:
13748         * gst/rtsp/gstrtspsrc.c:
13749         * gst/udp/gstudpsrc.c:
13750         * gst/videomixer/videomixer.c:
13751           Include stdlib.h in some more places, makes things compile
13752           with uClibc and -Werror (#357592).
13753
13754 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13755
13756         * ext/jpeg/gstjpegdec.c:
13757           Set minimum height to 8 (from 16), our code should handle
13758           that fine. Some of the buttons on the apple trailer site
13759           are apparently only 15 pixels high (see #357470).
13760
13761 2006-09-23  Wim Taymans  <wim@fluendo.com>
13762
13763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13764         (gst_rtspsrc_open):
13765         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13766         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13767         (rtsp_connection_receive):
13768         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13769         * gst/rtsp/rtspdefs.h:
13770         Improve error reporting.
13771
13772 2006-09-23  Wim Taymans  <wim@fluendo.com>
13773
13774         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13775         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13776         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13777         * gst/rtp/gstrtpdepay.c:
13778         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13779         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13780         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13781         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13782         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13783         (gst_rtp_mp2t_depay_plugin_init):
13784         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13785         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13786         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13787         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13788         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13789         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13790         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13791         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13792         Fix klass typos.
13793         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13794
13795 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13796
13797         * configure.ac:
13798           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13799
13800 2006-09-22  Wim Taymans  <wim@fluendo.com>
13801
13802         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13803         Don't check for a tag that is never there and check if we read the
13804         correct tag. Fixes seeking again.
13805         We must post an error when all pads are unlinked.
13806
13807 2006-09-22  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst/rtp/Makefile.am:
13810         * gst/rtp/gstrtp.c: (plugin_init):
13811         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13812         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13813         (gst_rtp_vorbis_pay_reset_packet),
13814         (gst_rtp_vorbis_pay_init_packet),
13815         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13816         (gst_rtp_vorbis_pay_handle_buffer):
13817         More fixage, set endoder-params correctly in the payloader.
13818
13819 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         * gst/autodetect/gstautoaudiosink.c:
13822         (gst_auto_audio_sink_base_init):
13823         * gst/autodetect/gstautovideosink.c:
13824         (gst_auto_video_sink_base_init):
13825           Make static pad templates static to appease valgrind's leak
13826           detector.
13827
13828         * tests/check/Makefile.am:
13829         * tests/check/elements/.cvsignore:
13830         * tests/check/elements/autodetect.c: (GST_START_TEST),
13831         (autodetect_suite):
13832           Add simple test for the ghostpad lockup on shutdown fixed in core
13833           CVS (audio bit disabled because it would need dozens of alsa
13834           suppressions and I'm too lazy to add those now).
13835
13836 2006-09-22  Wim Taymans  <wim@fluendo.com>
13837
13838         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13839         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13840         Small cleanups.
13841
13842         * gst/rtp/Makefile.am:
13843         * gst/rtp/gstrtp.c: (plugin_init):
13844         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13845         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13846         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13847         (gst_rtp_vorbis_depay_process),
13848         (gst_rtp_vorbis_depay_set_property),
13849         (gst_rtp_vorbis_depay_get_property),
13850         (gst_rtp_vorbis_depay_change_state),
13851         (gst_rtp_vorbis_depay_plugin_init):
13852         * gst/rtp/gstrtpvorbisdepay.h:
13853         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13854         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13855         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13856         (gst_rtp_vorbis_pay_flush_packet),
13857         (gst_rtp_vorbis_pay_append_buffer),
13858         (gst_rtp_vorbis_pay_handle_buffer),
13859         (gst_rtp_vorbis_pay_plugin_init):
13860         * gst/rtp/gstrtpvorbispay.h:
13861         Add experimental vorbis pay and depayloaders.
13862
13863 2006-09-21  Wim Taymans  <wim@fluendo.com>
13864
13865         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13866         Fix profile-level-id parsing and setup.
13867
13868 2006-09-21  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst/udp/README:
13871         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13872         Update README, simple cleanup.
13873
13874 2006-09-21  Wim Taymans  <wim@fluendo.com>
13875
13876         * gst/rtp/README:
13877         Update README with some examples.
13878
13879         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13880         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13881         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13882         (gst_rtp_mp4g_pay_setcaps):
13883         * gst/rtp/gstrtpmp4gpay.h:
13884         Make optional RTP parameters of type STRING, as required by the
13885         application/x-rtp caps specification.
13886
13887 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13888
13889         * gst/rtp/gstrtph263pdepay.c:
13890         * gst/rtp/gstrtph263ppay.c:
13891         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13892         RTP header.
13893
13894 2006-09-20  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst/rtp/Makefile.am:
13897         And makefile too.
13898
13899 2006-09-20  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/rtp/gstrtp.c: (plugin_init):
13902         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13903         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13904         (decode_base64), (gst_rtp_asf_depay_setcaps),
13905         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13906         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13907         (gst_rtp_asf_depay_plugin_init):
13908         * gst/rtp/gstrtpasfdepay.h:
13909         Added preliminary ASF depayloader.
13910
13911         * gst/rtp/gstrtph264depay.c: (decode_base64):
13912         Fix base64 decoding.
13913
13914 2006-09-20  Wim Taymans  <wim@fluendo.com>
13915
13916         * gst/rtsp/URLS:
13917         Added some test URLS.
13918
13919         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13920         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13921         * gst/rtsp/gstrtspsrc.h:
13922         When creating streams, give access to the complete SDP.
13923         Fix some leaks.
13924         Collect and merge global stream properties in stream caps.
13925         Preliminary support for WMServer.
13926
13927         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13928         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13929         (rtsp_connection_receive):
13930         * gst/rtsp/rtspconnection.h:
13931         Make connection interruptable.
13932         Refactor to make it reconnectable.
13933         Don't fail on short reads when reading data packets.
13934
13935         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13936         (rtsp_url_get_port):
13937         * gst/rtsp/rtspurl.h:
13938         Add methods for getting/setting the port.
13939
13940         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13941         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13942         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13943         (sdp_media_get_format), (sdp_parse_line),
13944         (sdp_message_parse_buffer):
13945         Fix headers. 
13946         Add methods for getting multiple attributes with the same name.
13947         Increase buffer size when parsing.
13948         Fix parsing of a=foo fields.
13949
13950         * gst/rtsp/test.c: (main):
13951         Update to new connection API.
13952
13953         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13954         (rtsp_message_init_response), (rtsp_message_init_data),
13955         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13956         * gst/rtsp/rtspmessage.h:
13957         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13958         * gst/rtsp/rtsptransport.h:
13959         * gst/rtsp/sdp.h:
13960         * gst/rtsp/sdpmessage.h:
13961         * gst/rtsp/gstrtsp.c:
13962         * gst/rtsp/gstrtsp.h:
13963         * gst/rtsp/gstrtpdec.c:
13964         * gst/rtsp/gstrtpdec.h:
13965         * gst/rtsp/rtsp.h:
13966         * gst/rtsp/rtspdefs.c:
13967         * gst/rtsp/rtspdefs.h:
13968         Dual licensed under MIT and LGPL now.
13969
13970 2006-09-19  Wim Taymans  <wim@fluendo.com>
13971
13972         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13973         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13974         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13975         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13976         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13977         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13978         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13979         * gst/rtsp/gstrtspsrc.h:
13980         Reorganize stream parsing and creation.
13981         Detect container formats in interleaved mode.
13982         Keep more state about the streams.
13983         Assume a server also supports PLAY if it does not say.
13984         Add unicast and interleaved properties to TCP transport requests to make
13985         some servers happy (WMServer).
13986
13987         * gst/rtsp/sdpmessage.h:
13988         Add some defines for the standard Bandwidth types.
13989
13990 2006-09-19  Wim Taymans  <wim@fluendo.com>
13991
13992         * gst/rtsp/test.c: (main):
13993         Fix build.
13994
13995 2006-09-19  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/wavparse/gstwavparse.c:
13998         Add ms-gsm to the src template.
13999
14000 2006-09-18  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14003         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14004         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14005         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14006         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14007         * gst/rtsp/gstrtspsrc.h:
14008         Small cleanups, added documentation.
14009         Try to clean up the requests and responses.
14010         Refactor parsing the supported methods.
14011
14012         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14013         (rtsp_connection_create), (rtsp_connection_send),
14014         (parse_response_status), (parse_request_line),
14015         (rtsp_connection_receive), (rtsp_connection_close),
14016         (rtsp_connection_free):
14017         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14018         (rtsp_transport_init), (rtsp_transport_parse),
14019         (rtsp_transport_free):
14020         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14021         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14022         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14023         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14024         Use g_return_val some more.
14025
14026         * gst/rtsp/rtspdefs.h:
14027         Add more enum values to track initial states.
14028
14029         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14030         (rtsp_message_init_request), (rtsp_message_new_response),
14031         (rtsp_message_init_response), (rtsp_message_init_data),
14032         (rtsp_message_unset), (rtsp_message_free),
14033         (rtsp_message_add_header), (rtsp_message_remove_header),
14034         (rtsp_message_get_header), (rtsp_message_set_body),
14035         (rtsp_message_take_body), (rtsp_message_get_body),
14036         (rtsp_message_steal_body), (rtsp_message_dump):
14037         * gst/rtsp/rtspmessage.h:
14038         Reorder arguments, object goes as the first one.
14039         Use g_return_val some more.
14040
14041 2006-09-18  Wim Taymans  <wim@fluendo.com>
14042
14043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14044         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14045         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14046         * gst/rtsp/gstrtspsrc.h:
14047         Export sometimes source pad with correct caps on the template, create
14048         the ghostpad from the template.
14049         Remove RTCP template as we never expose RTCP.
14050         Protect against invalid body size.
14051         Avoid memcpy when creating the output buffer.
14052         Properly post an error and send EOS when the loop function is shut down.
14053
14054 2006-09-18  Wim Taymans  <wim@fluendo.com>
14055
14056         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14057
14058         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14059         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14060         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14061         * gst/rtsp/gstrtspsrc.h:
14062         Make sure we can never set an invalid location.
14063
14064         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14065         * gst/rtsp/rtspmessage.h:
14066         Added _steal_body method for future use.
14067
14068         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14069         Make freeing of NULL url return immediatly.
14070
14071 2006-09-18  Wim Taymans  <wim@fluendo.com>
14072
14073         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14074
14075         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14076         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14077         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14078         (gst_rtspsrc_change_state):
14079         * gst/rtsp/gstrtspsrc.h:
14080         Use boilerplate.
14081         Make rtspsrc subclass GstBin to make state changes easier.
14082         Add Range header field on the PLAY request.
14083
14084 2006-09-18  Wim Taymans  <wim@fluendo.com>
14085
14086         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14087
14088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14089         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14090         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14091         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14092         * gst/rtsp/rtspconnection.c: (inet_aton):
14093         Small cleanups.
14094         when multicast is selected as the transport, create UDP sources and
14095         connect to the multicast group.
14096         Move parsing and setting of caps to a common place.
14097         Fixes #349894.
14098
14099 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14100
14101         * ext/flac/gstflactag.c:
14102         * gst/alpha/gstalpha.c:
14103         * gst/debug/breakmydata.c:
14104         * gst/debug/negotiation.c:
14105         * gst/debug/testplugin.c:
14106         * gst/effectv/gstaging.c:
14107         * gst/effectv/gstdice.c:
14108         * gst/effectv/gstedge.c:
14109         * gst/effectv/gstquark.c:
14110         * gst/effectv/gstrev.c:
14111         * gst/effectv/gstshagadelic.c:
14112         * gst/effectv/gstvertigo.c:
14113         * gst/effectv/gstwarp.c:
14114         * gst/multipart/multipartdemux.c:
14115         * gst/multipart/multipartmux.c:
14116         * gst/videobox/gstvideobox.c:
14117         * gst/videofilter/gstgamma.c:
14118         * gst/videofilter/gstvideotemplate.c:
14119         * gst/videomixer/videomixer.c:
14120         * sys/sunaudio/gstsunaudiosrc.h:
14121         More G_OBJECT macro fixing.
14122
14123 2006-09-16  Wim Taymans  <wim@fluendo.com>
14124
14125         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14126
14127         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14128         Correctly set the dwLength in strh.
14129         With this patch, the file duration is now displayed correctly in window
14130         media player and the AVI plays completely. Fixes #356147
14131
14132 2006-09-15  Wim Taymans  <wim@fluendo.com>
14133
14134         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14135
14136         * sys/sunaudio/gstsunaudiomixerctrl.c:
14137         (gst_sunaudiomixer_ctrl_build_list):
14138         Set the output track as the MASTER so that the gnome-settings-daemon
14139         keybindings for changing the volume using the keyboard works.
14140         Fixes #356142.
14141
14142 2006-09-15  Wim Taymans  <wim@fluendo.com>
14143
14144         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14145         Fix documentation, it is not possible to control the framerate of jpegdec
14146         using filtered caps yet. Fixes #355210.
14147         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14148         stop when there is an error.
14149
14150 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14151
14152         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14153         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14154           Don't interpret a first buffer with an offset of NONE as
14155           'from the middle of the stream', but only a first buffer
14156           that has a valid buffer offset that's non-zero (see #345449).
14157
14158 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14159
14160         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14161         (gst_icydemux_typefind_or_forward):
14162         * gst/icydemux/gsticydemux.h:
14163           When we merge/collect multiple incoming buffers for typefinding
14164           purposes, keep an initial 0 offset on the first outgoing buffer
14165           as well (otherwise id3demux won't work right). Fixes #345449.
14166           Also Make buffer metadata writable before setting buffer caps.
14167
14168         * tests/check/elements/icydemux.c: (typefind_succeed),
14169         (cleanup_icydemux), (push_data), (GST_START_TEST),
14170         (icydemux_suite):
14171           Small test case for the above.
14172
14173 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14174
14175         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14176         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14177         (gst_avi_demux_stream_header_push),
14178         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14179         (gst_avi_demux_loop):
14180           More code reuse and better logging in _peek_chunk(). Reintroduce check
14181           for chunk sizes before reading them (avoid oom). Better handling for 
14182           invalid chunksizes when streaming.
14183
14184 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14185
14186         * gst/level/gstlevel.c: (gst_level_set_property):
14187         * gst/level/gstlevel.h:
14188           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14189           René Stadler
14190
14191 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14192
14193         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14194         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14195         (gst_avi_demux_stream_data):
14196           Revert one change to fix streaming avi (adapter size != data size).
14197
14198 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14201
14202         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14203         (gst_matroska_demux_reset),
14204         (gst_matroska_demux_read_track_encodings),
14205         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14206         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14207         (gst_matroska_demux_subtitle_caps):
14208         * gst/matroska/matroska-ids.h:
14209           Add support for VOBSUB subtitle tracks and zlib-compressed
14210           tracks. Make sure we start on a keyframe after a seek. (#343348)
14211
14212 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14213
14214         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14215         (gst_matroska_demux_push_flac_codec_priv_data),
14216         (gst_matroska_demux_push_xiph_codec_priv_data),
14217         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14218         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14219         * gst/matroska/matroska-ids.h:
14220           Add basic FLAC support (#311586), not perfect yet though, needs some
14221           tweaking in flacdec; also, seeking could be better.
14222           Do better bounds checking when deserialising vorbis stream headers
14223           to make sure we don't read beyond the end of the buffer on bad input.
14224
14225 2006-09-04  Wim Taymans  <wim@fluendo.com>
14226
14227         Patch by: Alessandro Decina <alessandro at nnva dot org>
14228
14229         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14230         Seeking back in a file containing a CMML stream errors out if the seek
14231         goes back up to the CMML headers. This is because after the seek the xml
14232         processing instruction <?xml ...?> is submitted to the xml parser again, 
14233         which results in an error. The attached patch fixes the problem. 
14234         Fixes #353908.
14235
14236         * ext/annodex/gstcmmlenc.h:
14237         Fix authors name.
14238
14239
14240 2006-08-28  Andy Wingo  <wingo@pobox.com>
14241
14242         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14243         New helper function to lessen the ifdefs.
14244         (GST_INFO_OBJECT): 
14245         (gst_dv1394src_iso_receive): Use it.
14246         (gst_dv1394src_create): Also use the control sockets in iec61883
14247         mode.
14248         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14249         handle for AVC operations; fixes #348233.
14250
14251 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14252
14253         * configure.ac:
14254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14255         * docs/plugins/inspect/plugin-audiofx.xml:
14256         * docs/plugins/inspect/plugin-audiofxgood.xml:
14257         * gst/audiofx/Makefile.am:
14258         * gst/audiofx/audiofx.c:
14259         * gst/audiofxgood/.cvsignore:
14260         * gst/audiofxgood/Makefile.am:
14261         * gst/audiofxgood/audiofx.c:
14262         * gst/audiofxgood/audiopanorama.c:
14263         * gst/audiofxgood/audiopanorama.h:
14264           Rename again (audiofxgood -> audiofx).
14265
14266 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14267
14268         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14269         (gst_avi_demux_stream_scan):
14270           Initialze variables.
14271
14272 2006-08-25  Wim Taymans  <wim@fluendo.com>
14273
14274         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14275         (gst_avi_demux_init), (gst_avi_demux_finalize),
14276         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14277         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14278         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14279         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14280         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14281         (gst_avi_demux_massage_index),
14282         (gst_avi_demux_calculate_durations_from_index),
14283         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14284         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14285         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14286         (gst_avi_demux_change_state):
14287         * gst/avi/gstavidemux.h:
14288         More attempts to turn this into readable code.
14289         Don't leak adapters.
14290         Calculate duration according to index more efficiently.
14291         Don't try to act like we drive the pipeline in chain mode.
14292
14293 2006-08-25  Wim Taymans  <wim@fluendo.com>
14294
14295         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14296         Fix build.
14297
14298 2006-08-25  Wim Taymans  <wim@fluendo.com>
14299
14300         Patch by: Alessandro Decina <alessandro at nnva dot org>
14301
14302         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14303         Do some extra sanity checks.
14304         Fixes #350340.
14305
14306         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14307         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14308         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14309         Check if clip->start_time is valid before adding the clip to the
14310         track list.
14311         Reset enc->preamble going from PAUSED to READY.
14312         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14313         only used for EOS.
14314         Only post an error message if we were the one that created the fatal
14315         GstFlowReturn value.
14316
14317         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14318         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14319         Parse the seconds field of the npt-sec time format using %llu rather than
14320         %d and check that the value scaled by GST_SECOND doesn't overflow.
14321         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14322         Lookup a clip's track with clip->track rather than clip->id which
14323         makes no sense.
14324         Identify a clip by its track and start time and not its xml id.
14325         do some more input checking and make sure we don't do undefined shifts.
14326
14327         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14328         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14329         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14330         (push_clip), (push_empty_clip), (check_output_clip),
14331         (GST_START_TEST), (cmmldec_suite):
14332         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14333         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14334         (check_headers), (push_clip), (check_clip_times), (check_clip),
14335         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14336         Added some more checks.
14337
14338 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14339
14340         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14341         (gst_audio_panorama_set_property),
14342         (gst_audio_panorama_get_property),
14343         (gst_audio_panorama_transform_m2s_int),
14344         (gst_audio_panorama_transform_s2s_int),
14345         (gst_audio_panorama_transform_m2s_float),
14346         (gst_audio_panorama_transform_s2s_float):
14347         * gst/audiofxgood/audiopanorama.h:
14348         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14349           Make also the pan-property float (saves scaling and yields better
14350           resolution)
14351
14352 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14353
14354         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14355         (gst_audio_panorama_transform_m2s_float),
14356         (gst_audio_panorama_transform_s2s_float):
14357           ChangeLog surgery to add cymax's real name
14358
14359
14360 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14361
14362         Patch by: René Stadler <mail@renestadler.de>
14363
14364         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14365         (gst_audio_panorama_transform_m2s_int),
14366         (gst_audio_panorama_transform_s2s_int),
14367         (gst_audio_panorama_transform_m2s_float),
14368         (gst_audio_panorama_transform_s2s_float),
14369         (gst_audio_panorama_transform):
14370         * gst/audiofxgood/audiopanorama.h:
14371           Added float support
14372
14373 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14374
14375         * gst/audiofxgood/audiopanorama.c:
14376         (gst_audio_panorama_transform_m2s):
14377           Fix docs & debug category. Add Fixme for volume pan levels.
14378
14379 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14380
14381         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14382         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14383         (gst_avi_demux_stream_header_pull),
14384         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14385         (gst_avi_demux_chain):
14386           unbreak AVI index handling, some more debug, remove an obsolete
14387           adapter_flush that caused streaming to wander off in the wild
14388
14389 2006-08-24  Wim Taymans  <wim@fluendo.com>
14390
14391         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14392         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14393         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14394         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14395         (gst_avi_demux_calculate_durations_from_index),
14396         (gst_avi_demux_stream_header_push),
14397         (gst_avi_demux_stream_header_pull):
14398         * gst/avi/gstavidemux.h:
14399         Some more cleanups. 
14400         Fix totalFrames parsing in ODML.
14401         Disable use of index for length calculation in case of ODML as this is
14402         broken now.
14403
14404 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14405
14406         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14407           Use libgsttag helper function here too.
14408
14409 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14410
14411         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14412         (gst_avi_demux_init), (gst_avi_demux_dispose),
14413         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14414         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14415         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14416         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14417         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14418         (gst_avi_demux_parse_subindex),
14419         (gst_avi_demux_read_subindexes_push),
14420         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14421         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14422         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14423         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14424         (gst_avi_demux_stream_header_pull),
14425         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14426         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14427         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14428         (gst_avi_demux_change_state):
14429         * gst/avi/gstavidemux.h:
14430           Initial streaming support for avidemux (fixes #336465)
14431
14432 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14433
14434         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14435           There is no taglibmux element ...
14436
14437         * gst/rtsp/gstrtspsrc.c:
14438           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14439           was complaining about unknown entity here.
14440
14441 2006-08-22  Wim Taymans  <wim@fluendo.com>
14442
14443         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14444         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14445         (gst_avi_demux_process_next_entry):
14446         * gst/avi/gstavidemux.h:
14447         Mark DISCONT.
14448         Remove old unused fields and reorder the struct a bit.
14449
14450 2006-08-22  Wim Taymans  <wim@fluendo.com>
14451
14452         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14453         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14454         (gst_rtspsrc_pause):
14455         * gst/rtsp/gstrtspsrc.h:
14456         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14457         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14458         Small documentation updates.
14459
14460 2006-08-22  Wim Taymans  <wim@fluendo.com>
14461
14462         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14463         (gst_avi_demux_index_entry_for_time),
14464         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14465         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14466         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14467         (gst_avi_demux_next_data_buffer),
14468         (gst_avi_demux_calculate_durations_from_index),
14469         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14470         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14471         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14472         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14473         * gst/avi/gstavidemux.h:
14474         Precalc most of the duration query for each stream.
14475         Make seeking more correct.
14476         Use GstSegment to track position and duration.
14477         Code cleanups and leak fixes.
14478         Calculate correct total duration based on index length.
14479
14480 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14481
14482         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14483         (parse_insert_string_field):
14484           If strings in text fields are marked ISO8859-1, but contain
14485           valid UTF-8 already, then handle them as UTF-8 and ignore
14486           the encoding. (#351794)
14487
14488 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14489
14490         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14491         (gst_flac_dec_write), (gst_flac_dec_loop),
14492         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14493         (gst_flac_dec_src_query):
14494         * ext/flac/gstflacdec.h:
14495           Make flac-in-ogg work (#352100).
14496
14497 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14498
14499         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14500           Don't unref buffers of which we've already given away
14501           ownership to the adapter.
14502
14503 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14504
14505         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14506           Make metadata extraction actually work.
14507
14508         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14509         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14510         (gst_speexenc_chain):
14511           Fix metadata writing: replace old code which wrote completely
14512           broken tags with libgsttag-based code. Plus miscellaneous
14513           code cleanups (use static pad templates etc.) and a bunch
14514           of leak fixes.
14515
14516 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14517
14518         * gst/audiopanorama/.cvsignore:
14519         * gst/audiopanorama/Makefile.am:
14520         * gst/audiopanorama/audiofx.c:
14521         * gst/audiopanorama/audiopanorama.c:
14522         * gst/audiopanorama/audiopanorama.h:
14523           die! die! die! you should never have been there
14524
14525 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14526
14527         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14528         Fix invalid memory access in audiopanorama test suite.
14529
14530 2006-08-21  Edward Hervey  <edward@fluendo.com>
14531
14532         * tests/check/elements/.cvsignore:
14533         ignore built file
14534
14535 2006-08-21  Wim Taymans  <wim@fluendo.com>
14536
14537         * gst/rtp/Makefile.am:
14538         Fix the build again.
14539
14540 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14541
14542         * gst/audiofxgood/.cvsignore:
14543         * gst/audiofxgood/Makefile.am:
14544         * gst/audiofxgood/audiofx.c: (plugin_init):
14545         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14546         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14547         (gst_audio_panorama_set_property),
14548         (gst_audio_panorama_get_property),
14549         (gst_audio_panorama_get_unit_size),
14550         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14551         (gst_audio_panorama_transform_m2s),
14552         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14553         * gst/audiofxgood/audiopanorama.h:
14554           resubmit with the desired name *again*
14555
14556 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14557
14558         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14559         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14560           use g_assert in _get_unit_size
14561
14562 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14563
14564         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14565         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14566         * docs/plugins/inspect/plugin-audiofxgood.xml:
14567           cleanup -unused.txt to make it useful, add previously missing docs
14568
14569         * ext/Makefile.am:
14570           Quietly (accidentally) enable LADSPA for building by default, 
14571           despite the fact that it doesn't meet the plugin checklist.
14572             -- Added by Jan Schmidt 18 Dec 2006
14573
14574         * ext/esd/esdmon.c:
14575         * ext/esd/esdsink.c:
14576         * ext/esd/gstesd.c: (plugin_init):
14577           reflow to get rid of two external symbols
14578
14579         * gst/audiofxgood/audiofx.c: (plugin_init):
14580           re-add
14581
14582 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14583
14584         * configure.ac:
14585         * gst/audiofxgood/.cvsignore:
14586         * gst/audiofxgood/Makefile.am:
14587         * gst/audiofxgood/audiofx.c
14588         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14589         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14590         (gst_audio_panorama_set_property),
14591         (gst_audio_panorama_get_property),
14592         (gst_audio_panorama_get_unit_size),
14593         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14594         (gst_audio_panorama_transform_m2s),
14595         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14596         * gst/audiofxgood/audiopanorama.h:
14597         * tests/check/Makefile.am:
14598         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14599         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14600         (panorama_suite), (main):
14601         Add audiofxgood plugin with audiopanorama element
14602
14603 2006-08-18  Wim Taymans  <wim@fluendo.com>
14604
14605         * docs/plugins/Makefile.am:
14606         More Oss docs fixage. 
14607
14608 2006-08-18  Wim Taymans  <wim@fluendo.com>
14609
14610         * gst/rtp/Makefile.am:
14611         * gst/rtp/gstrtp.c: (plugin_init):
14612         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14613         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14614         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14615         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14616         (gst_rtp_sv3v_depay_get_property),
14617         (gst_rtp_sv3v_depay_change_state),
14618         (gst_rtp_sv3v_depay_plugin_init):
14619         * gst/rtp/gstrtpsv3vdepay.h:
14620         Added experimental SVQ3 depayloader.
14621
14622 2006-08-18  Edward Hervey  <edward@fluendo.com>
14623
14624         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14625         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14626         * ext/dv/gstdvdemux.h:
14627         When handling seek requests, don't send the newsegment event from the
14628         calling thread. Instead save it so it can be sent from the streaming
14629         thread.
14630
14631 2006-08-17  Wim Taymans  <wim@fluendo.com>
14632
14633         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14634
14635         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14636         Accept leading whitespace before the boundary
14637         This patch makes the demuxer allow some whitespace before the actual
14638         boundary. This makes the demuxer work with the ``old'' gstreamer
14639         multipartmuxer again (which placed an extra \n before the start
14640         of the stream) Fixes #349068.
14641
14642 2006-08-17  Wim Taymans  <wim@fluendo.com>
14643
14644         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14645         Error out on non-implemented stuff.
14646
14647 2006-08-16  Wim Taymans  <wim@fluendo.com>
14648
14649         Patch by: Andy Wingo <wingo at pobox dot com>
14650
14651         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14652         (gst_signal_processor_start), (gst_signal_processor_stop),
14653         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14654         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14655         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14656         (gst_signal_processor_change_state):
14657         Make ladspa elements reusable. Fixes #350006.
14658
14659 2006-08-16  Wim Taymans  <wim@fluendo.com>
14660
14661         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14662         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14663         names as possible. Fixes #349901.
14664
14665 2006-08-16  Wim Taymans  <wim@fluendo.com>
14666
14667         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14668         (gst_signal_processor_do_pushes):
14669         A push() gives away our refcount so we should not use the buffer on the
14670         pen anymore.
14671
14672 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14673
14674         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14675         (gst_oss_mixer_element_finalize):
14676           Don't leak device string.
14677
14678 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14679
14680         * configure.ac:
14681           Require CVS of GStreamer core and -base (for
14682           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14683
14684         * ext/taglib/gstid3v2mux.cc:
14685           Write extended comment tags properly (#348762).
14686
14687         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14688         (parse_comment_frame):
14689           Extract COMM frames into extended comments, which makes it
14690           easier to properly retain the description bit of the tag
14691           and maintain this information when re-tagging (#348762).
14692
14693 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14694
14695         * tests/check/Makefile.am:
14696           Don't try to run annodex unit tests if the annodex
14697           plugin has not been built (Fixes #351116).
14698
14699 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14700
14701         * gst/autodetect/gstautoaudiosink.c:
14702         (gst_auto_audio_sink_find_best):
14703           When we can't find a usable audiosink, don't error out,
14704           but use a fake sink instead and post a warning message
14705           on the bus (#341278).
14706
14707 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14708
14709         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14710         * sys/oss/gstosssink.c:
14711         * sys/oss/gstosssrc.c:
14712           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14713           ossmixer's new device property.
14714
14715         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14716         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14717           Add docs for OSS elements.
14718
14719         * docs/plugins/inspect/plugin-aasink.xml:
14720         * docs/plugins/inspect/plugin-alaw.xml:
14721         * docs/plugins/inspect/plugin-alpha.xml:
14722         * docs/plugins/inspect/plugin-alphacolor.xml:
14723         * docs/plugins/inspect/plugin-annodex.xml:
14724         * docs/plugins/inspect/plugin-apetag.xml:
14725         * docs/plugins/inspect/plugin-auparse.xml:
14726         * docs/plugins/inspect/plugin-autodetect.xml:
14727         * docs/plugins/inspect/plugin-avi.xml:
14728         * docs/plugins/inspect/plugin-cacasink.xml:
14729         * docs/plugins/inspect/plugin-cairo.xml:
14730         * docs/plugins/inspect/plugin-cdio.xml:
14731         * docs/plugins/inspect/plugin-cutter.xml:
14732         * docs/plugins/inspect/plugin-debug.xml:
14733         * docs/plugins/inspect/plugin-dv.xml:
14734         * docs/plugins/inspect/plugin-efence.xml:
14735         * docs/plugins/inspect/plugin-effectv.xml:
14736         * docs/plugins/inspect/plugin-esdsink.xml:
14737         * docs/plugins/inspect/plugin-flac.xml:
14738         * docs/plugins/inspect/plugin-flxdec.xml:
14739         * docs/plugins/inspect/plugin-gconfelements.xml:
14740         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14741         * docs/plugins/inspect/plugin-goom.xml:
14742         * docs/plugins/inspect/plugin-halelements.xml:
14743         * docs/plugins/inspect/plugin-icydemux.xml:
14744         * docs/plugins/inspect/plugin-id3demux.xml:
14745         * docs/plugins/inspect/plugin-jpeg.xml:
14746         * docs/plugins/inspect/plugin-level.xml:
14747         * docs/plugins/inspect/plugin-matroska.xml:
14748         * docs/plugins/inspect/plugin-mulaw.xml:
14749         * docs/plugins/inspect/plugin-multipart.xml:
14750         * docs/plugins/inspect/plugin-navigationtest.xml:
14751         * docs/plugins/inspect/plugin-ossaudio.xml:
14752         * docs/plugins/inspect/plugin-png.xml:
14753         * docs/plugins/inspect/plugin-rtp.xml:
14754         * docs/plugins/inspect/plugin-rtsp.xml:
14755         * docs/plugins/inspect/plugin-shout2send.xml:
14756         * docs/plugins/inspect/plugin-smpte.xml:
14757         * docs/plugins/inspect/plugin-speex.xml:
14758         * docs/plugins/inspect/plugin-taglib.xml:
14759         * docs/plugins/inspect/plugin-udp.xml:
14760         * docs/plugins/inspect/plugin-videobalance.xml:
14761         * docs/plugins/inspect/plugin-videobox.xml:
14762         * docs/plugins/inspect/plugin-videoflip.xml:
14763         * docs/plugins/inspect/plugin-videomixer.xml:
14764         * docs/plugins/inspect/plugin-wavenc.xml:
14765         * docs/plugins/inspect/plugin-wavparse.xml:
14766         * docs/plugins/inspect/plugin-ximagesrc.xml:
14767           Update to CVS version.
14768           
14769 2006-08-16  Wim Taymans  <wim@fluendo.com>
14770
14771         * gst/rtp/gstrtpamrdepay.c:
14772         * gst/rtp/gstrtpmp4gdepay.c:
14773         Caps extra properties must be defined as strings for
14774         depayloaders because they are generated from an SDP.
14775
14776         * gst/rtp/Makefile.am:
14777         * gst/rtp/gstrtp.c: (plugin_init):
14778         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14779         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14780         (gst_rtp_h264_depay_finalize), (decode_base64),
14781         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14782         (gst_rtp_h264_depay_set_property),
14783         (gst_rtp_h264_depay_get_property),
14784         (gst_rtp_h264_depay_change_state),
14785         (gst_rtp_h264_depay_plugin_init):
14786         * gst/rtp/gstrtph264depay.h:
14787         Added basic, not completely functional RFC 3984 H264 depayloader.
14788
14789 2006-08-16  Wim Taymans  <wim@fluendo.com>
14790
14791         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14792         Add pads after setting them up.
14793
14794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14795         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14796         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14797         (gst_rtspsrc_stream_setup_rtp),
14798         (gst_rtspsrc_stream_configure_transport),
14799         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14800         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14801         (gst_rtspsrc_pause):
14802         * gst/rtsp/gstrtspsrc.h:
14803         Fix interleaved mode.
14804          - Protect streaming with lock.
14805          - Combine flows
14806          - set caps on outgoing buffers.
14807          - strip trailing \0 from data packets.
14808          - Configure RTP/RTCP in stream.
14809         Use DEBUG_OBJECT more.
14810
14811 2006-08-16  Wim Taymans  <wim@fluendo.com>
14812
14813         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14814         Turn a g_print into a DEBUG line.
14815
14816 2006-08-13  Wim Taymans  <wim@fluendo.com>
14817
14818         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14819         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14820         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14821         (gst_oss_mixer_element_get_property),
14822         (gst_oss_mixer_element_change_state):
14823         * sys/oss/gstossmixerelement.h:
14824         Small cleanups. Better error reporting.
14825         Add device property for the mixer instead of the hardcoded
14826         /dev/mixer. Fixes #350785.
14827         API: GstOssMixerElement::device property
14828
14829 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14830
14831         Patch by: Jens Granseuer <jensgr at gmx net>
14832
14833         * gconf/Makefile.am:
14834           Make --disable-schemas work right (they still need
14835           to be copied to the installation directory, just not
14836           applied). Fixes #351347 (also #344100).
14837           
14838 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14839
14840         * configure.ac: back to HEAD
14841
14842 === release 0.10.4 ===
14843
14844 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14845
14846         * configure.ac:
14847           releasing 0.10.4, "Dear Leader"
14848
14849 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14850
14851         Patch by: Edward Hervey <edward@fluendo.com>
14852
14853         * configure.ac:
14854         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14855         (gst_wavparse_stream_data):
14856         Send the newsegment event in the streaming thread.
14857         Fixes #347529
14858
14859 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14860
14861         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14862         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14863         (gst_smokeenc_resync), (gst_smokeenc_chain):
14864           Refuse sink caps in the encoder if width or height is not a
14865           multiple of 16, the encoder does not support that yet (#349939);
14866           along the same lines, check the return value of the encoder
14867           setup function; also remove some debug log clutter.
14868
14869 2006-08-04  Andy Wingo  <wingo@pobox.com>
14870
14871         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14872         whether a processor can work in place or not, and for keeping
14873         track of its state. Change the FlowReturn instance variable from
14874         "state" to "flow_state", all callers changed.
14875
14876         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14877         (gst_signal_processor_start, gst_signal_processor_stop)
14878         (gst_signal_processor_cleanup): New functions to manage the
14879         processor's state.
14880         (gst_signal_processor_setcaps): start() as well as setup() here.
14881         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14882         (gst_signal_processor_change_state): Stop and cleanup the
14883         processor as we go to NULL.
14884
14885         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14886         INPLACE_BROKEN is not set.
14887
14888         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14889         Do the alloc_buffer in bytes, not frames.
14890         
14891 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14892
14893         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14894         Fix rgb masks when recording in < 24bpp.
14895
14896 2006-08-04  Andy Wingo  <wingo@pobox.com>
14897
14898         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14899         (gst_signal_processor_prepare)
14900         (gst_signal_processor_update_inputs)
14901         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14902         (gst_signal_processor_flush)
14903         (gst_signal_processor_sink_activate_push)
14904         (gst_signal_processor_src_activate_pull)
14905         (gst_signal_processor_change_state): Remove the last of the code
14906         that assumes that we process whole buffers at a time. Fix some
14907         debugging. Seems to work now in some cases.
14908         (gst_signal_processor_src_activate_pull): BPB
14909
14910 2006-08-01  Andy Wingo  <wingo@pobox.com>
14911
14912         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14913         Fix nframes-choosing.
14914         (gst_signal_processor_init): Init pending_in and pending_out.
14915
14916         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14917         more default sample rate, although we never check that the sample
14918         rate actually gets set. Something for the future.
14919         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14920         (gst_signal_processor_event): Refcount fixen.
14921         (gst_signal_processor_process): Pull the number of frames to
14922         process from the sizes of the buffers in the input pens.
14923         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14924         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14925         it instead of buffer_frames.
14926         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14927         to do_pulls.
14928         (gst_signal_processor_chain)
14929         (gst_signal_processor_sink_activate_push)
14930         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14931
14932         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14933
14934 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14935
14936         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14937         (gst_signal_processor_process):
14938           don't query buffer-frames from caps, add lots of debug-log,
14939           try fix for assert (#349189)
14940
14941 2006-07-31  Wim Taymans  <wim@fluendo.com>
14942
14943         * gst/udp/gstudpsrc.c:
14944         Fix docs.
14945
14946 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14947
14948         * ext/ladspa/gstsignalprocessor.c:
14949         (gst_signal_processor_add_pad_from_template),
14950         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14951         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14952         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14953         (gst_signal_processor_sink_activate_push),
14954         (gst_signal_processor_src_activate_pull),
14955         (gst_signal_processor_change_state):
14956          Add debugs logs here and there, add more error handling, add some
14957          FIXME comments, filed #349189
14958
14959 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14960
14961         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14962         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14963         Set caps on buffer correctly.  Fixes bug #349155.
14964
14965 2006-07-28  Wim Taymans  <wim@fluendo.com>
14966
14967         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14968
14969         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14970         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14971         (gst_multipart_demux_finalize), (get_line_end),
14972         (multipart_parse_header), (multipart_find_boundary),
14973         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14974         (gst_multipart_set_property), (gst_multipart_get_property):
14975         Uses GstAdapter instead of own buffering.
14976         Actually parses the mime-type correctly (In tests the mime-type was
14977         always "" with the old version).
14978         Uses the Content-length header if available to speed up things.
14979         Reliably autoscans the boundary name by default.
14980         Fixes #349068.
14981
14982         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14983         Don't start the stream with a \n.
14984
14985 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         Patch by: Brian Cameron <brian dot cameron at sun com>
14988
14989         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14990           Open source with O_NONBLOCK (#349015).
14991
14992 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14993
14994         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14995         (gst_avi_demux_massage_index):
14996         * gst/avi/gstavidemux.h:
14997           Whitespace fixes and more debug
14998
14999 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         * gst/autodetect/gstautoaudiosink.c:
15002         (gst_auto_audio_sink_create_element_with_pretty_name),
15003         (gst_auto_audio_sink_find_best),
15004         (gst_auto_audio_sink_change_state):
15005           Get rid of old and unused magic sound-server properties stuff.
15006           Add suffix to child sink's name that makes it easy to see from
15007           the name alone which type it actually is (alsa, oss, esd, etc.).
15008
15009 2006-07-27  Wim Taymans  <wim@fluendo.com>
15010
15011         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15012         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15013         (gst_udpsrc_start):
15014         * gst/udp/gstudpsrc.h:
15015         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15016         not some sort of feature we enable.
15017
15018 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15019
15020         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15021           Use CLOSE_SOCKET() here instead of close() to maintain
15022           win32 workiness.
15023
15024 2006-07-27  Wim Taymans  <wim@fluendo.com>
15025
15026         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15027
15028         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15029         (gst_udpsrc_create), (gst_udpsrc_set_property),
15030         (gst_udpsrc_get_property), (gst_udpsrc_start):
15031         * gst/udp/gstudpsrc.h:
15032         Added "buffer-size" property to control the kernel receive buffer size.
15033         Update documentation.
15034         Small cleanups. Fixes #348752.
15035         API: buffer-size property
15036
15037 2006-07-26  Wim Taymans  <wim@fluendo.com>
15038
15039         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15040
15041         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15042         (gst_rtp_pcma_pay_handle_buffer):
15043         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15044         (gst_rtp_pcmu_pay_handle_buffer):
15045         Fix timestamp calculation on outgoing RTP packets.
15046         Fixes #348675.
15047
15048 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15049
15050         * ext/taglib/gstid3v2mux.cc:
15051           Fix writing of comment frames (should be COMM not TCOM),
15052           is still sub-optimal though, since we don't retain or
15053           extract the comment descriptions properly (#334375,
15054           also see #334375).
15055
15056 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         * gst/wavparse/gstwavparse.c:
15059           #define 'fact' RIFF chunk if we are not compiling against
15060           -base CVS (we don't want to depend on -base CVS for this
15061           one define only, and also not for release order reasons).
15062
15063 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * ext/taglib/gstid3v2mux.cc:
15066           Handle multiple tags of the same type properly. Re-inject
15067           unparsed ID3v2 frames that we get as binary blobs from
15068           id3demux into the tag again so we don't lose information
15069           when retagging (#334375).
15070
15071 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15072
15073         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15074           Document newly-added properties properly, so that there is a
15075           'Since: 0.10.4' in the plugin docs. Convert some property
15076           names into canonical GObject style (GObject will do that
15077           internally anyway).
15078
15079 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15080
15081         * gst/id3demux/id3tags.c:
15082         (id3demux_add_id3v2_frame_blob_to_taglist):
15083           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15084           well, and add the version to the blob's buffer caps, since that
15085           information will be needed for deserialisation later on (#348644).
15086
15087 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15088
15089         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15090         (gst_avi_demux_parse_stream):
15091          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15092          indentation and spacing.
15093
15094 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15095
15096         * docs/plugins/Makefile.am:
15097         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15098         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15099         * docs/plugins/gst-plugins-good-plugins.args:
15100         * docs/plugins/inspect/plugin-1394.xml:
15101         * docs/plugins/inspect/plugin-aasink.xml:
15102         * docs/plugins/inspect/plugin-alaw.xml:
15103         * docs/plugins/inspect/plugin-alpha.xml:
15104         * docs/plugins/inspect/plugin-alphacolor.xml:
15105         * docs/plugins/inspect/plugin-annodex.xml:
15106         * docs/plugins/inspect/plugin-apetag.xml:
15107         * docs/plugins/inspect/plugin-auparse.xml:
15108         * docs/plugins/inspect/plugin-autodetect.xml:
15109         * docs/plugins/inspect/plugin-avi.xml:
15110         * docs/plugins/inspect/plugin-cacasink.xml:
15111         * docs/plugins/inspect/plugin-cairo.xml:
15112         * docs/plugins/inspect/plugin-cdio.xml:
15113         * docs/plugins/inspect/plugin-cutter.xml:
15114         * docs/plugins/inspect/plugin-debug.xml:
15115         * docs/plugins/inspect/plugin-dv.xml:
15116         * docs/plugins/inspect/plugin-efence.xml:
15117         * docs/plugins/inspect/plugin-effectv.xml:
15118         * docs/plugins/inspect/plugin-esdsink.xml:
15119         * docs/plugins/inspect/plugin-flac.xml:
15120         * docs/plugins/inspect/plugin-flxdec.xml:
15121         * docs/plugins/inspect/plugin-gconfelements.xml:
15122         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15123         * docs/plugins/inspect/plugin-goom.xml:
15124         * docs/plugins/inspect/plugin-halelements.xml:
15125         * docs/plugins/inspect/plugin-icydemux.xml:
15126         * docs/plugins/inspect/plugin-id3demux.xml:
15127         * docs/plugins/inspect/plugin-jpeg.xml:
15128         * docs/plugins/inspect/plugin-level.xml:
15129         * docs/plugins/inspect/plugin-matroska.xml:
15130         * docs/plugins/inspect/plugin-mulaw.xml:
15131         * docs/plugins/inspect/plugin-multipart.xml:
15132         * docs/plugins/inspect/plugin-navigationtest.xml:
15133         * docs/plugins/inspect/plugin-ossaudio.xml:
15134         * docs/plugins/inspect/plugin-png.xml:
15135         * docs/plugins/inspect/plugin-rtp.xml:
15136         * docs/plugins/inspect/plugin-rtsp.xml:
15137         * docs/plugins/inspect/plugin-shout2send.xml:
15138         * docs/plugins/inspect/plugin-smpte.xml:
15139         * docs/plugins/inspect/plugin-speex.xml:
15140         * docs/plugins/inspect/plugin-udp.xml:
15141         * docs/plugins/inspect/plugin-videobalance.xml:
15142         * docs/plugins/inspect/plugin-videobox.xml:
15143         * docs/plugins/inspect/plugin-videoflip.xml:
15144         * docs/plugins/inspect/plugin-videomixer.xml:
15145         * docs/plugins/inspect/plugin-wavenc.xml:
15146         * docs/plugins/inspect/plugin-wavparse.xml:
15147         * docs/plugins/inspect/plugin-ximagesrc.xml:
15148           Update files to CVS/Prerelease version, add esdsink docs.
15149
15150         * ext/esd/esdsink.c:
15151           Add gtk-doc blurb.
15152
15153         * gst/rtp/gstrtpmp4vpay.c:
15154           Fix typo in element description.
15155
15156 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * ext/esd/esdsink.c: (gst_esdsink_open),
15159         (gst_esdsink_factory_init):
15160           Prevent libesd from auto-spawning a sound daemon if it
15161           is not already running. Now that we don't do evil stuff
15162           like that any longer we can give esdsink a rank so that
15163           autoaudiosink will try it as well if all other audio
15164           sinks fail (#343051).
15165
15166 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15167
15168         * ext/esd/Makefile.am:
15169           Oops, need to remove README from EXTRA_DIST as well.
15170
15171 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * ext/esd/README:
15174           Remove, it contains nothing useful anyway.
15175
15176         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15177         (gst_esdsink_delay):
15178           Some small clean-ups; use GST_BOILERPLATE etc.
15179
15180 2006-07-24  Wim Taymans  <wim@fluendo.com>
15181
15182         * gst/law/alaw-decode.c: (alawdec_getcaps):
15183         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15184         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15185         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15186         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15187
15188 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15189
15190         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15191         (gst_wavparse_other), (gst_wavparse_perform_seek),
15192         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15193         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15194         (gst_wavparse_pad_query):
15195         * gst/wavparse/gstwavparse.h:
15196           Use information from 'fact' chunk for length calculation of compressed
15197           samples. Calculate bps if bogus value is found in wav header (embeded
15198           mp2/mp3).
15199           
15200
15201 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15204
15205         * configure.ac:
15206         * gst/udp/Makefile.am:
15207         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15208         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15209         * gst/udp/gstdynudpsink.h:
15210         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15211         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15212         * gst/udp/gstmultiudpsink.h:
15213         * gst/udp/gstudp.c: (plugin_init):
15214         * gst/udp/gstudpsink.h:
15215         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15216         (gst_udpsrc_start), (gst_udpsrc_stop):
15217         * gst/udp/gstudpsrc.h:
15218         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15219         (gst_udp_net_utils_win32_wsa_startup):
15220         * gst/udp/gstudpnetutils.h:
15221           Port udp plugin to win32 (#345288).
15222
15223 2006-07-24  Wim Taymans  <wim@fluendo.com>
15224
15225         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15226         Remove unwanted DEBUG line.
15227
15228 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15229
15230         * gst/id3demux/gstid3demux.c: (plugin_init):
15231         * gst/id3demux/id3tags.c:
15232         (id3demux_add_id3v2_frame_blob_to_taglist):
15233         * gst/id3demux/id3tags.h:
15234           On second thought, it might be wiser and more efficient
15235           not to do tag registration from a streaming thread.
15236
15237 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * gst/id3demux/id3tags.c:
15240         (id3demux_add_id3v2_frame_blob_to_taglist),
15241         (id3demux_id3v2_frames_to_tag_list):
15242           Put ID3v2 frames we can't parse as binary blobs into private
15243           tags, so that they are not lost when retagging, at least once
15244           id3v2mux has been taught to re-inject those frames again.
15245           See bug #334375.
15246
15247 2006-07-21  Wim Taymans  <wim@fluendo.com>
15248
15249         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15250         (gst_avi_demux_process_next_entry):
15251         Fix some leaks.
15252
15253         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15254         Don't use \n in debug lines.
15255
15256 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15257
15258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15260           Add annodex and icydemux, cleanup the sections a bit
15261
15262 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         Patch by: Alex Lancaster <alexl at users sourceforge net>
15265
15266         * ext/taglib/gstid3v2mux.cc:
15267           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15268           ID3v2 TSSE frames (#347898).
15269
15270 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15271
15272         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15273           Respect mpegversion for "video/mpeg" and give message in case of
15274           unhandled versions.
15275
15276 2006-07-17  Wim Taymans  <wim@fluendo.com>
15277
15278         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15279         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15280         (gst_pngdec_chain), (gst_pngdec_sink_event),
15281         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15282         (gst_pngdec_sink_activate_push):
15283         * ext/libpng/gstpngdec.h:
15284         Use statically allocated segment instead of leaking.
15285         Various cleanups.
15286         Fix flush and seek handling.
15287
15288 2006-07-16  Wim Taymans  <wim@fluendo.com>
15289
15290         * gst/rtp/Makefile.am:
15291         * gst/rtp/gstrtp.c: (plugin_init):
15292         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15293         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15294         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15295         (gst_rtp_mp4g_depay_set_property),
15296         (gst_rtp_mp4g_depay_get_property),
15297         (gst_rtp_mp4g_depay_change_state),
15298         (gst_rtp_mp4g_depay_plugin_init):
15299         * gst/rtp/gstrtpmp4gdepay.h:
15300         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15301         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15302         (gst_rtp_mp4g_pay_flush):
15303         Added simple generic mpeg4 depayloader.
15304         Fix generic mpeg4 payloader.
15305
15306 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15307
15308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15309           Don't try doing state changes on a NULL pointer.
15310
15311 2006-07-14  Wim Taymans  <wim@fluendo.com>
15312
15313         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15314
15315         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15316         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15317         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15318         * gst/rtp/gstrtpamrdepay.h:
15319         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15320         Fixes #321191
15321
15322 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15323
15324         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15325         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15326         Fix segfault when moving mouse pointer to the bottom right corner.
15327
15328 2006-07-12  Wim Taymans  <wim@fluendo.com>
15329
15330         * gst/rtp/Makefile.am:
15331         * gst/rtp/gstrtp.c: (plugin_init):
15332         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15333         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15334         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15335         (gst_rtp_mp2t_depay_set_property),
15336         (gst_rtp_mp2t_depay_get_property),
15337         (gst_rtp_mp2t_depay_change_state),
15338         (gst_rtp_mp2t_depay_plugin_init):
15339         * gst/rtp/gstrtpmp2tdepay.h:
15340         Added mpeg2 TS depayloader. Closing #347234.
15341
15342 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15343
15344         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15345           Remove g_assert that shouldn't be there and was triggered
15346           after trying to open a device that doesn't exist or can't
15347           be opened for some other reason (#347972).
15348
15349 2006-07-10  Edward Hervey  <edward@fluendo.com>
15350
15351         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15352         (gst_avi_demux_stream_header), (push_tag_lists):
15353         * gst/avi/gstavidemux.h:
15354         Don't push tag events found by gst_riff_parse_info() before outputting
15355         GST_EVENT_NEWSEGMENT.
15356
15357 2006-07-10  Wim Taymans  <wim@fluendo.com>
15358
15359         * gst/rtsp/Makefile.am:
15360         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15361         (rtsp_connection_close):
15362         * gst/rtsp/rtspdefs.h:
15363         replaced closesocket and close in code with one CLOSE_SOCKET. 
15364         Some more cleanups. Fixes #345301.
15365
15366 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15367
15368         * gst/autodetect/gstautoaudiosink.c:
15369           Fix example pipeline in docs.
15370
15371 2006-07-10  Wim Taymans  <wim@fluendo.com>
15372
15373         Patch by: Rob Taylor <robtaylor at floopily dot org>
15374
15375         * gst/udp/gstmultiudpsink.c: (join_multicast),
15376         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15377         If a destination is added before the stream is set to PAUSED, the
15378         multicast group is not joined as the socket is not created yet. 
15379         Also TTL and LOOP should also be set. Fixes #346921.
15380
15381 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15382
15383         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15384         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15385         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15386         (gst_ximage_src_init):
15387         * sys/ximage/gstximagesrc.h:
15388         Fix use-damage property to actually work :)
15389         Add startx, starty, endx, endy properties so screencasts other than full
15390         screen ones can work.
15391
15392 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15393
15394         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15395         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15396         (gst_ximage_src_class_init), (gst_ximage_src_init):
15397         * sys/ximage/gstximagesrc.h:
15398         Add use_damage property to offer ability to choose whether to use
15399         XDamage or not.
15400
15401 2006-07-07  Wim Taymans  <wim@fluendo.com>
15402
15403         * gst/goom/filters.c: (zoomFilterSetResolution):
15404         Avoid goom coredumping by clearing memory. 
15405         Fixes 345679.
15406
15407 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15408
15409         * win32/vs6/libgstid3demux.dsp:
15410         Add a link to libgsttag-0.10.lib.
15411
15412 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15415         (gst_tag_demux_read_range):
15416         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15417         (gst_id3demux_read_range):
15418           Don't return FLOW_UNEXPECTED when a buffer is before
15419           the start of the stream (which might happen with
15420           large ID3v2 tags if the tag reading was done pullrange
15421           based and we then switched to push mode later on).
15422           Fixes regression introduced by commit from June 29th.
15423
15424 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         * ext/taglib/gstid3v2mux.cc:
15427           Make UTF-8 the default encoding when writing string
15428           tags (before, our UTF-8 strings would automatically
15429           be converted to ISO-8859-1 by taglib and written as
15430           ISO-8859-1 fields if that was possible).
15431
15432         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15433         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15434         (test_taglib_id3mux_with_tags):
15435           Add test case that makes sure our UTF-8 strings have
15436           actually been written into the tag as UTF-8.
15437
15438 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15439
15440         * configure.ac:
15441           Let's try that again.
15442
15443 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * configure.ac:
15446           Disable monoscope plugin for now until it fulfills
15447           all the requirements.
15448
15449 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15450
15451         * configure.ac:
15452         * gst/monoscope/Makefile.am:
15453         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15454         (gst_monoscope_class_init), (gst_monoscope_init),
15455         (gst_monoscope_finalize), (gst_monoscope_reset),
15456         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15457         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15458         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15459         (gst_monoscope_change_state), (plugin_init):
15460         * gst/monoscope/gstmonoscope.h:
15461           Port monoscope visualisation to 0.10.
15462
15463 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15466         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15467           Return FLOW_UNEXPECTED when at the end of the file, not
15468           FLOW_ERROR. Fixes 'internal stream error' errors that
15469           would sometimes occur in totem when scrubbing to the
15470           end of an ID3v1 tagged mp3 file.
15471
15472 2006-07-03  Edward Hervey  <edward@fluendo.com>
15473
15474         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15475         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15476         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15477         * ext/libpng/gstpngdec.h:
15478         Implement buffer clipping/dropping using GstSegment.
15479         This provides accurate seeking.
15480
15481 2006-07-03  Edward Hervey  <edward@fluendo.com>
15482
15483         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15484         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15485         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15486         (gst_avi_demux_process_next_entry), (push_tag_lists),
15487         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15488         * gst/avi/gstavidemux.h:
15489         Proper aggregation of each stream's GstFlowReturn in order to figure out
15490         whether the task should stop or not.
15491         Don't send inline events before pushing out a NEW_SEGMENT, more
15492         specifically for GST_TAG_EVENT.
15493         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15494         sub-indexes.
15495
15496 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15499
15500         * sys/sunaudio/gstsunaudiomixerctrl.c:
15501         (gst_sunaudiomixer_ctrl_build_list):
15502           Move "Monitor" slider to input tab so it works more like
15503           sdtaudiocontrol, which is what people on Solaris are used
15504           to using for their mixer program (#346259).
15505
15506 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15507
15508         * tests/check/elements/level.c: (GST_START_TEST):
15509           fix a leak, clean up at the end
15510
15511 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15514         (gst_matroska_demux_send_event),
15515         (gst_matroska_demux_loop_stream_parse_id):
15516         * gst/matroska/matroska-ids.h:
15517           Send tag event after newsegment event.
15518
15519 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15522         (gst_id3demux_read_range):
15523           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15524           certain cases where a read beyond the end of the file is
15525           requested. Fixes #345930.
15526
15527         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15528         (gst_tag_demux_read_range):
15529           Fix same issue here as well.
15530
15531 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15532
15533         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15534         
15535         Fix hypothetical crash.
15536
15537 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15540
15541         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15542           Do not modify the ports value. If the user has turned off the
15543           built-in speakers, then we should not reset it in the prepare
15544           function, since this causes the built-in speakers to turn
15545           back on anytime the user changes a track in totem, rhythmbox,
15546           etc. (#346066).
15547
15548 2006-06-23  Wim Taymans  <wim@fluendo.com>
15549
15550         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15551         Fix double caps unref when negotiation fails.
15552
15553 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15554
15555         * ext/annodex/gstcmmldec.c:
15556         * ext/annodex/gstcmmlenc.c:
15557         * ext/annodex/gstcmmlparser.c:
15558         * ext/dv/gstdvdec.c:
15559         * ext/dv/gstdvdemux.c:
15560         * ext/gdk_pixbuf/pixbufscale.c:
15561         * ext/jpeg/gstjpegenc.c:
15562         * ext/jpeg/gstsmokedec.c:
15563         * ext/jpeg/gstsmokeenc.c:
15564         * ext/libpng/gstpngdec.c:
15565         * ext/libpng/gstpngenc.c:
15566         * ext/speex/gstspeexenc.c:
15567         * gst/alpha/gstalphacolor.c:
15568         * gst/cutter/gstcutter.c:
15569         * gst/debug/gstnavigationtest.c:
15570         * gst/icydemux/gsticydemux.c:
15571         * gst/level/gstlevel.c:
15572         * gst/multipart/multipart.c:
15573         * gst/rtp/gstrtpamrpay.c:
15574         * gst/rtp/gstrtpdepay.c:
15575         * gst/rtp/gstrtpilbcpay.c:
15576         * gst/rtp/gstrtpmp4gpay.c:
15577         * gst/rtp/gstrtpmp4vpay.c:
15578         * gst/rtsp/gstrtpdec.c:
15579         * gst/rtsp/gstrtspsrc.c:
15580         * gst/udp/gstdynudpsink.c:
15581         * gst/udp/gstmultiudpsink.c:
15582         * gst/udp/gstudpsrc.c:
15583         * gst/videobox/gstvideobox.c:
15584         * gst/videofilter/gstvideoflip.c:
15585           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15586           plus two minor macro fixes.
15587
15588 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst/matroska/matroska-demux.c:
15591         (gst_matroska_demux_check_subtitle_buffer),
15592         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15593         (gst_matroska_demux_subtitle_caps):
15594         * gst/matroska/matroska-ids.c:
15595         (gst_matroska_track_init_subtitle_context):
15596         * gst/matroska/matroska-ids.h:
15597           Try to fix up broken matroska files containing subtitle
15598           streams with non-UTF8 character encodings (courtesy of
15599           mkvmerge) using either the encoding specified in the
15600           GST_SUBTITLE_ENCODING environment variable or the
15601           current locale's character set if it is non-UTF8.
15602           Fixes #337076.
15603
15604 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15605
15606         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15607           Set image type from APIC frame as "image-type" field
15608           of GST_TAG_IMAGE buffer caps (#344605).
15609
15610 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15611
15612         * ext/flac/Makefile.am:
15613         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15614         (gst_flac_dec_reset_decoders),
15615         (gst_flac_dec_setup_seekable_decoder),
15616         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15617         (gst_flac_dec_metadata_callback),
15618         (gst_flac_dec_metadata_callback_seekable),
15619         (gst_flac_dec_metadata_callback_stream),
15620         (gst_flac_dec_error_callback),
15621         (gst_flac_dec_error_callback_seekable),
15622         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15623         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15624         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15625         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15626         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15627         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15628         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15629         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15630         (gst_flac_dec_sink_activate_push),
15631         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15632         * ext/flac/gstflacdec.h:
15633           Support chain-based operation, should make flac-over-DAAP
15634           work (#340492).
15635
15636 2006-06-20  Wim Taymans  <wim@fluendo.com>
15637
15638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15639         Doc updates, merge some unused symbols.
15640
15641 2006-06-20  Wim Taymans  <wim@fluendo.com>
15642
15643         * docs/plugins/Makefile.am:
15644         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15645         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15646         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15647         * gst/rtsp/gstrtspsrc.c:
15648         * gst/rtsp/gstrtspsrc.h:
15649         Added documentation for the rtsp plugin. Fixes #345393.
15650
15651 2006-06-20  Wim Taymans  <wim@fluendo.com>
15652
15653         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15654         (rtsp_connection_close), (rtsp_connection_free):
15655         Use better G_OS_* macros. Fixes #345301 some more.
15656
15657 2006-06-20  Wim Taymans  <wim@fluendo.com>
15658
15659         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15660
15661         * sys/sunaudio/Makefile.am:
15662         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15663         * sys/sunaudio/gstsunaudiomixerctrl.c:
15664         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15665         (gst_sunaudiomixer_ctrl_list_tracks),
15666         (gst_sunaudiomixer_ctrl_get_volume),
15667         (gst_sunaudiomixer_ctrl_set_volume),
15668         (gst_sunaudiomixer_ctrl_set_mute),
15669         (gst_sunaudiomixer_ctrl_set_record):
15670         * sys/sunaudio/gstsunaudiomixerctrl.h:
15671         * sys/sunaudio/gstsunaudiomixertrack.c:
15672         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15673         * sys/sunaudio/gstsunaudiomixertrack.h:
15674         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15675         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15676         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15677         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15678         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15679         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15680         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15681         (gst_sunaudiosrc_reset):
15682         * sys/sunaudio/gstsunaudiosrc.h:
15683         Add a SunAudio source plugin.
15684         Support stereo and right/left channel gain in the mixer plugin.
15685         Support the RECORD flag so that you can switch between line-input and
15686         microphone in gnome-volume-control.
15687         Code cleanups like using an enumerator for track number instead of an 
15688         integer. Fixes #344923.
15689
15690 2006-06-20  Wim Taymans  <wim@fluendo.com>
15691
15692         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15693
15694         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15695         (rtsp_connection_close):
15696         Make RTSP plugin compile on windows. Fixes #345301.
15697         Some changes to original patch to catch errors better.
15698         use ifdef WIN32 instead of ifndef.
15699
15700 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15701
15702         * configure.ac:
15703         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15704
15705 2006-06-18  Edward Hervey  <edward@fluendo.com>
15706
15707         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15708         After a failed buffer alloc, we need to abort the jpeg decoding (it
15709         started when parsing headers to figure out how many bytes we need
15710         to request downstream).
15711
15712 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15713
15714         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15715
15716         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15717           Make sure we don't read beyond the end of the file (#345232).
15718
15719 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * configure.ac:
15722           Fix --disable-external (can't set conditionals conditionally,
15723           #343602).
15724
15725 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * autogen.sh:
15728         * configure.ac:
15729         * docs/Makefile.am:
15730           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15731
15732         * docs/plugins/Makefile.am:
15733         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15734         * docs/plugins/inspect/plugin-taglib.xml:
15735           Add/fix apev2mux docs.
15736
15737 2006-06-14  Wim Taymans  <wim@fluendo.com>
15738
15739         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15740         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15741         (gst_dvdec_change_state):
15742         Reset segment info on flush.
15743         Alloc segment in _init, free in _finalize.
15744
15745         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15746         Don't send segments twice.
15747
15748 2006-06-14  Wim Taymans  <wim@fluendo.com>
15749
15750         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15751         Respect segment.stop. Fixes #342592.
15752
15753 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15754
15755         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15756           No language specified means the implied language is English
15757           according to the matroska spec (partially fixes #344708);
15758           add some more debug output.
15759
15760 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15761
15762         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15763         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15764         (gst_wavparse_chain):
15765           When operating chain-based, don't make any assumptions about the
15766           chunking of the incoming data and make streaming work on days other
15767           than the second Thursday after a full moon. Also fix up debug
15768           messages here and there and make use of the most excellent new
15769           gst_pad_query_peer_duration() utility function.
15770           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15771
15772         * gst/wavparse/gstwavparse.h:
15773           Remove trailing comma after last enum value, some compilers don't
15774           like that.
15775
15776 2006-06-13  Wim Taymans  <wim@fluendo.com>
15777
15778         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15779         Handle premature EOS gracefully.
15780
15781 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15782
15783         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15784           Prevent out of bounds array access when scrubbing towards
15785           the end of the file between the last index entry and the
15786           end. Fixes occasional 'start <= stop' newsegment event
15787           assertions when scrubbing in MJPEG files.
15788
15789 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15790
15791         * tests/check/elements/.cvsignore:
15792           And another one.
15793
15794 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15795
15796         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15797         (scan_encoded_string), (parse_picture_frame):
15798           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15799
15800         * configure.ac:
15801           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15802           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15803
15804 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15805
15806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15807           gratuitous comment changes
15808         * tests/check/elements/level.c: (GST_START_TEST):
15809           fix level test leaks
15810
15811 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15812
15813         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15814         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15815           Use gst_pad_query_peer_duration() utility function here.
15816
15817 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15818
15819         * autogen.sh:
15820           require am17
15821         * configure.ac:
15822         * ext/annodex/Makefile.am:
15823         * ext/cdio/Makefile.am:
15824         * ext/dv/Makefile.am:
15825         * ext/esd/Makefile.am:
15826         * ext/flac/Makefile.am:
15827         * ext/gdk_pixbuf/Makefile.am:
15828         * ext/ladspa/Makefile.am:
15829         * ext/libcaca/Makefile.am:
15830         * ext/speex/Makefile.am:
15831         * ext/taglib/Makefile.am:
15832         * sys/oss/Makefile.am:
15833         * sys/sunaudio/Makefile.am:
15834         * sys/ximage/Makefile.am:
15835           clean up build further
15836
15837 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15838
15839         * gconf/Makefile.am:
15840           Honour --disable-schemas-install configure option. Fixes #344100.
15841
15842 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15843
15844         * tests/examples/level/Makefile.am:
15845           Add -lm to LIBS for pow() function, don't assume one of our
15846           dependencies (such as libxml-2.0) drags it in automatically
15847           (#343603).
15848
15849 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15852
15853         * configure.ac:
15854           We should use $SED and not $(SED) in configure.ac (#343678).
15855
15856 2006-06-09  Wim Taymans  <wim@fluendo.com>
15857
15858         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15859
15860         * sys/sunaudio/gstsunaudiomixerctrl.c:
15861         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15862         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15863         (gst_sunaudiomixer_ctrl_set_mute):
15864         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15865         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15866         (gst_sunaudiosink_write):
15867         Attached find a patch that fixes a number of bugs with the SunAudio
15868         mixer plugin and fixes #344101:
15869         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15870            tracks onto the tracklist causing gnome-volume-control's preferences
15871            dialog to be messed up and would core dump if you checked/unchecked
15872            any item.
15873         2. We weren't previously setting the MUTE flag properly.  Fixing this
15874            makes gnome-volume-control work better.
15875         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15876            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15877            gnome-volume-control look better.
15878         Also some minor cleanup in gstsunaudiosink.c.
15879
15880 2006-06-09  Wim Taymans  <wim@fluendo.com>
15881
15882         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15883         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15884         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15885         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15886         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15887         * ext/jpeg/gstjpegdec.h:
15888         API: Added IDCT method property
15889         Small cleanups.
15890         Avoid dynamic allocation of trivial fixed structure.
15891         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15892
15893 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15894
15895         * configure.ac:
15896         We now require libraw1394 >= 1.1.0 and that version onwards all
15897         have .pc files.
15898
15899 2006-06-02  Edward Hervey  <edward@fluendo.com>
15900
15901         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15902         Trying to get items from an ANY or EMPTY caps is ... stupid.
15903
15904 2006-06-02  Edward Hervey  <edward@fluendo.com>
15905
15906         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15907         (gst_dvdec_chain), (gst_dvdec_change_state):
15908         * ext/dv/gstdvdec.h:
15909         Added GstSegment handling, now implements dropping/clipping.
15910
15911 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15912
15913         * ext/aalib/gstaasink.h:
15914         * ext/annodex/gstcmmldec.h:
15915         * ext/cairo/gsttimeoverlay.h:
15916         * ext/dv/gstdvdec.h:
15917         * ext/dv/gstdvdemux.h:
15918         * ext/esd/esdmon.h:
15919         * ext/esd/esdsink.h:
15920         * ext/flac/gstflacenc.h:
15921         * ext/gconf/gstgconfaudiosink.h:
15922         * ext/gconf/gstgconfaudiosrc.h:
15923         * ext/gconf/gstgconfvideosink.h:
15924         * ext/gconf/gstgconfvideosrc.h:
15925         * ext/gdk_pixbuf/gstgdkanimation.h:
15926         * ext/gdk_pixbuf/pixbufscale.h:
15927         * ext/hal/gsthalaudiosink.h:
15928         * ext/hal/gsthalaudiosrc.h:
15929         * ext/jpeg/gstjpegenc.h:
15930         * ext/jpeg/gstsmokedec.h:
15931         * ext/jpeg/gstsmokeenc.h:
15932         * ext/libcaca/gstcacasink.h:
15933         * ext/libmng/gstmngdec.h:
15934         * ext/libmng/gstmngenc.h:
15935         * ext/libpng/gstpngdec.h:
15936         * ext/libpng/gstpngenc.h:
15937         * ext/raw1394/gstdv1394src.h:
15938         * ext/speex/gstspeexenc.h:
15939         * gst/autodetect/gstautoaudiosink.h:
15940         * gst/autodetect/gstautovideosink.h:
15941         * gst/avi/gstavidemux.h:
15942         * gst/cutter/gstcutter.h:
15943         * gst/debug/efence.h:
15944         * gst/debug/gstnavigationtest.h:
15945         * gst/debug/gstnavseek.h:
15946         * gst/flx/gstflxdec.h:
15947         * gst/goom/gstgoom.h:
15948         * gst/icydemux/gsticydemux.h:
15949         * gst/id3demux/gstid3demux.h:
15950         * gst/law/alaw-decode.h:
15951         * gst/law/alaw-encode.h:
15952         * gst/law/mulaw-decode.h:
15953         * gst/law/mulaw-encode.h:
15954         * gst/matroska/matroska-mux.h:
15955         * gst/median/gstmedian.h:
15956         * gst/oldcore/gstaggregator.h:
15957         * gst/oldcore/gstfdsink.h:
15958         * gst/oldcore/gstmd5sink.h:
15959         * gst/oldcore/gstmultifilesrc.h:
15960         * gst/oldcore/gstpipefilter.h:
15961         * gst/oldcore/gstshaper.h:
15962         * gst/oldcore/gststatistics.h:
15963         * gst/rtp/gstasteriskh263.h:
15964         * gst/rtp/gstrtpL16depay.h:
15965         * gst/rtp/gstrtpL16pay.h:
15966         * gst/rtp/gstrtpamrdepay.h:
15967         * gst/rtp/gstrtpamrpay.h:
15968         * gst/rtp/gstrtpdepay.h:
15969         * gst/rtp/gstrtpgsmdepay.h:
15970         * gst/rtp/gstrtpgsmpay.h:
15971         * gst/rtp/gstrtph263pay.h:
15972         * gst/rtp/gstrtph263pdepay.h:
15973         * gst/rtp/gstrtph263ppay.h:
15974         * gst/rtp/gstrtpmp4gpay.h:
15975         * gst/rtp/gstrtpmp4vdepay.h:
15976         * gst/rtp/gstrtpmp4vpay.h:
15977         * gst/rtp/gstrtpmpadepay.h:
15978         * gst/rtp/gstrtpmpapay.h:
15979         * gst/rtp/gstrtppcmadepay.h:
15980         * gst/rtp/gstrtppcmapay.h:
15981         * gst/rtp/gstrtppcmudepay.h:
15982         * gst/rtp/gstrtppcmupay.h:
15983         * gst/rtp/gstrtpspeexdepay.h:
15984         * gst/rtp/gstrtpspeexpay.h:
15985         * gst/rtsp/gstrtpdec.h:
15986         * gst/rtsp/gstrtspsrc.h:
15987         * gst/smpte/gstsmpte.h:
15988         * gst/udp/gstdynudpsink.h:
15989         * gst/udp/gstmultiudpsink.h:
15990         * gst/udp/gstudpsink.h:
15991         * gst/udp/gstudpsrc.h:
15992         * gst/videofilter/gstvideobalance.h:
15993         * gst/videofilter/gstvideoflip.h:
15994         * sys/oss/gstossdmabuffer.h:
15995         * sys/oss/gstossmixerelement.h:
15996         * sys/oss/gstosssink.h:
15997         * sys/oss/gstosssrc.h:
15998         * sys/osxvideo/osxvideosink.h:
15999         * sys/sunaudio/gstsunaudiomixer.h:
16000         * sys/sunaudio/gstsunaudiosink.h:
16001         * sys/ximage/gstximagesrc.h:
16002         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16003
16004 2006-05-31  Wim Taymans  <wim@fluendo.com>
16005
16006         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16007         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16008         (gst_goom_src_setcaps), (gst_goom_src_event),
16009         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16010         (gst_goom_change_state):
16011         * gst/goom/gstgoom.h:
16012         Handle QoS.
16013         Handle flushing, discont and events.
16014         Fix timestamps and various other cleanups.
16015
16016 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16017
16018         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16019         Fix bus reset when using libiec61883
16020
16021 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16022
16023         * configure.ac:
16024         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16025         * ext/raw1394/Makefile.am:
16026         Add CFLAGS.
16027         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16028         New method, to receive using libiec61883.
16029         (gst_dv1394src_iso_receive),
16030         #ifdef'd out if libiec61883 is present.
16031         (gst_dv1394src_bus_reset),
16032         Get userdata correctly if using libiec61883. 
16033         (gst_dv1394src_create),
16034         When using libiec61883, only poll one fd and no need to read.
16035         (gst_dv1394src_discover_avc_node),
16036         Replace g_warnings.
16037         (gst_dv1394src_start),
16038         Create new handle when we know which dv port.  More reliable
16039         than setting port on an existing handle.  Initialise libiec61883.
16040         (gst_dv1394src_stop):
16041         If using libiec61883, then cleanup its handle properly.
16042         * ext/raw1394/gstdv1394src.h:
16043         Add libiec61883 handle.
16044
16045 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16046
16047         * gst/avi/gstavidemux.c:
16048           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16049         * win32/MANIFEST:
16050           sort file listing
16051         * win32/vs6/libgstavi.dsp:
16052           add gstavimux.c to the project
16053         * win32/vs6/libgstid3demux.dsp:
16054           add link to zlib library
16055         * win32/vs6/libgstmatroska.dsp:
16056           add matroska-ids.c to the project
16057
16058 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16059
16060         Patch by: Sebastian Dröge  <mail at slomosnail de >
16061
16062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16064         * ext/taglib/Makefile.am:
16065         * ext/taglib/gstapev2mux.cc:
16066         * ext/taglib/gstapev2mux.h:
16067         * ext/taglib/gstid3v2mux.cc:
16068         * ext/taglib/gsttaglibmux.c: (plugin_init):
16069         * ext/taglib/gsttaglibmux.h:
16070           Add apev2mux element (#343122).
16071         
16072         * tests/check/Makefile.am:
16073         * tests/check/elements/apev2mux.c:
16074         (test_taglib_apev2mux_create_tags),
16075         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16076         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16077         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16078         (apev2mux_suite), (main):
16079           Add unit test for apev2mux element.
16080
16081 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16082
16083         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16084         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16085         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16086           GST_PTR_FORMAT should be used to print caps in debug statements.
16087
16088 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16089
16090         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16091
16092         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16093         (ape_demux_parse_tags):
16094           Some clean-ups and additions: map APE 'file' tag to
16095           GST_TAG_LOCATION (#343123); add support for extracting
16096           the track count and clean up parsing a bit (#343127).
16097
16098 2006-05-28  Edward Hervey  <edward@fluendo.com>
16099
16100         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16101         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16102
16103 2006-05-28  Edward Hervey  <edward@fluendo.com>
16104
16105         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16106         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16107         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16108         * ext/jpeg/gstjpegdec.h:
16109         Clip outgoing buffers according to currently configured segment.
16110
16111 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16112
16113         * ext/taglib/gstid3v2mux.cc:
16114           Handle  writing of track-count or album-volume-count without
16115           track-number or albume-volume-number (in this case the number
16116           will just be set to 0).
16117
16118         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16119           It would be nice if we actually checked the values received for
16120           track/album-volume number/count in  _check_tags(), rather than
16121           setting them again ...
16122
16123 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16124
16125         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16126           A track/volume number or count of 0 does not make sense,
16127           just ignore it along with negative numbers (a tag might
16128           only contain a track count without a track number).
16129
16130 2006-05-27  Edward Hervey  <edward@fluendo.com>
16131
16132         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16133         (gst_jpeg_dec_sink_event):
16134         Abort decompression when receiving FLUSH_STOP. This should avoid
16135         issues when interrupting decoding with flushes.
16136
16137 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         * ext/flac/gstflac.c:
16140           Don't #include file we don't dist any longer.
16141
16142 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         * README:
16145           Replace current README (containing the release notes from
16146           some 0.9.x version) with a proper README taken from the core.
16147
16148 2006-05-24  Wim Taymans  <wim@fluendo.com>
16149
16150         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16151         Implement EOS correctly by either posting
16152         SEGMENT_DONE or pushing an EOS message depending
16153         on the seek type. Fixes #342592
16154
16155 2006-05-24  Wim Taymans  <wim@fluendo.com>
16156
16157         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16158         * gst/law/alaw-decode.h:
16159         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16160         * gst/law/alaw-encode.h:
16161         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16162         * gst/law/mulaw-decode.h:
16163         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16164         * gst/law/mulaw-encode.h:
16165         Some cleanups in the chain functions.
16166         Remove some GStreamer 0.0.2 bits.
16167
16168 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16171
16172         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16173           gst_collect_pads_stop() needs to be called before chaining up
16174           to the parent class (#342734).
16175
16176 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * ext/flac/Makefile.am:
16179         * ext/flac/flac_compat.h:
16180         * ext/flac/gstflac.c:
16181         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16182         * ext/flac/gstflacenc.c:
16183           Remove backwards compatibility cruft for dealing with FLAC API
16184           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16185
16186 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16187
16188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16189         (gst_matroska_demux_push_xiph_codec_priv_data),
16190         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16191         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16192         * gst/matroska/matroska-ids.h:
16193         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16194         (gst_matroska_mux_video_pad_setcaps),
16195         (xiph3_streamheader_to_codecdata),
16196         (vorbis_streamheader_to_codecdata),
16197         (theora_streamheader_to_codecdata),
16198         (gst_matroska_mux_audio_pad_setcaps),
16199         (gst_matroska_mux_write_data):
16200           Add support for muxing/demuxing theora video (#342448; too bad
16201           none of the usual linux players can actually play this). Playback
16202           in GStreamer will require additional changes to theoradec in -base.
16203           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16204           cleanups.
16205
16206 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16209         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16210           Fix crashes when the horizontal subsampling is 1.
16211           Fixes #342097.
16212
16213 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16216
16217         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16218         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16219         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16220         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16221         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16222         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16223         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16224         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16225         (gst_avi_mux_change_state):
16226         * gst/avi/gstavimux.h:
16227           Some enhancements for avimux (#342526):
16228            - add odml (large file) index support
16229            - store codec init data (e.g. huffyuv)
16230            - miscellaneous other fixes/cleanups
16231
16232 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16233
16234         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16235         Don't output any tag when we encounter a negative track number - the
16236         tag type is uint, so we end up outputting huge positive numbers
16237         instead. (Fixes: #342029)
16238
16239 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * configure.ac:
16242           update for new GSTPB_PLUGINS_DIR
16243
16244 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16245
16246         * rtp/gst/gstrtph263pay.c:
16247         Properly set static caps for H263 at 34.
16248
16249 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16252
16253         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16254           Merge event tags and tag setter tags correctly (#339918). Also,
16255           don't leak taglist in case of an error.
16256           
16257 2006-05-17  Edward Hervey  <edward@fluendo.com>
16258
16259         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16260         We can only do caps intersection if the othercaps are non-empty and not
16261         ANY. Else we return the pad template (base_caps).
16262
16263 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16266           Fix crash when outputting debugging information for certain
16267           pictures (always good to use the right struct member for
16268           the number of records in an array).
16269
16270 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16271
16272         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16273
16274         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16275         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16276         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16277         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16278         (gst_ebml_read_float), (gst_ebml_read_ascii),
16279         (gst_ebml_read_binary):
16280           Don't create unnecessary sub-buffers all the time. Dramatically
16281           improves performance with multiple concurrently running
16282           matroskademux instances (#341818) (and avoids doing
16283           unnecessarily inefficient things in the general case).
16284
16285 2006-05-16  Edward Hervey  <edward@fluendo.com>
16286
16287         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16288         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16289         return value of gst_pad_push_event().
16290
16291 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16292
16293         * gst/autodetect/gstautoaudiosink.c:
16294         (gst_auto_audio_sink_find_best):
16295         * gst/autodetect/gstautovideosink.c:
16296         (gst_auto_video_sink_find_best):
16297         Make the name of the child element be based on the name of the
16298         parent, so that debug output is more useful.
16299         
16300         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16301         (parse_insert_string_field), (parse_split_strings):
16302         Rework string parsing to always walk over BOM markers in UTF16
16303         strings, using the endianness indicated by the innermost one,
16304         then trying the opposite endianness if that fails to convert
16305         to valid UTF-8. Fixes #341774
16306
16307 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16308
16309         Patch from: Matthieu <matthieu at fluendo dot com>
16310
16311         * ext/libpng/Makefile.am:
16312         Add LIBPNG_CFLAGS.
16313
16314 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16315
16316         * ext/taglib/gstid3v2mux.cc:
16317           Add support for writing images (APIC frames) into ID3v2
16318           tags (picture type always set to 'other' for now though).
16319
16320 2006-05-14  Michael Smith  <msmith@fluendo.com>
16321
16322         * gst/wavparse/gstwavparse.c:
16323           Update docs; wavparse implements push and pull modes.
16324
16325 2006-05-12  Wim Taymans  <wim@fluendo.com>
16326
16327         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16328         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16329         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16330         Ooops, bitten by the copy-and-paste design paradigm, fixes
16331         seek again.
16332
16333 2006-05-12  Wim Taymans  <wim@fluendo.com>
16334
16335         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16336         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16337         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16338         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16339         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16340         (gst_avi_demux_massage_index),
16341         (gst_avi_demux_calculate_durations_from_index),
16342         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16343         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16344         (gst_avi_demux_loop):
16345         * gst/avi/gstavidemux.h:
16346         Some cleanups, prepare to use GstSegment.
16347         Fix error in entry walking code.
16348         Fix VBR detection.
16349         Smarter timestamp calculation code.
16350         Uniform error/eos handling.
16351
16352 2006-05-12  Michael Smith  <msmith@fluendo.com>
16353
16354         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16355         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16356           Fix use of uninitialised values if we're NOT seeking in ready.
16357           Fix typos.
16358
16359 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * gst/wavparse/Makefile.am:
16362           Add CFLAGS and LIBS for libgstbase, fixes build on
16363           Cygwin (#341489).
16364
16365 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16366
16367         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16368           Some more debug info. No need to check whether the string
16369           returned by g_convert() is really UTF-8 - either it is or
16370           we get NULL returned.
16371
16372 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16373
16374         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16375           Fix parsing of numeric genre strings some more, by ensuring that
16376           we only try and parse strings that a) Start with '(' and b) Consist
16377           only of digits.
16378           Also, when finding an escaping '((' sequence, bust it back to '(' by
16379           swallowing the first parenthesis
16380
16381 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16382
16383         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16384         (gst_esdsink_open), (gst_esdsink_close):
16385         * ext/esd/esdsink.h:
16386           Move the esd_get_server_info() into gst_esdsink_open() and fail
16387           with a decent error message on errors.
16388
16389 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16392         (gst_esdmon_channels_get_type):
16393         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16394         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16395         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16396         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16397         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16398         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16399         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16400         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16401         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16402         * gst/videomixer/videomixer.c:
16403         (gst_video_mixer_background_get_type):
16404           Const-ify GEnumValue arrays.
16405
16406 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16409
16410         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16411         (gst_avi_mux_do_video_buffer):
16412           Work around gst_buffer_make_metadata_writable() bug that
16413           results in avimux marking all frames in the index as
16414           keyframes (#340859).
16415           
16416 2006-05-08  Wim Taymans  <wim@fluendo.com>
16417
16418         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16419         Make parsing of urls suck slightly less.
16420
16421 2006-05-08  Edward Hervey  <edward@fluendo.com>
16422
16423         * autogen.sh: (CONFIGURE_DEF_OPT): 
16424         libtoolize on Darwin/MacOSX is called glibtoolize.
16425
16426 2006-05-08  Wim Taymans  <wim@fluendo.com>
16427
16428         Patch by: Jens Granseuer <jensgr at gmx dot net>
16429
16430         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16431         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16432         C89 compliance fixes. Fixes #340980
16433
16434 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16437         * ext/flac/gstflacdec.h:
16438           Handle segment seeks that include the end of the file as stop point
16439           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16440           message instead of an EOS event in case we're in segment seek
16441           mode (fixes #340699).
16442           
16443 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16444
16445         * ext/cairo/gsttextoverlay.c:
16446         * ext/flac/gstflacdec.c:
16447         * ext/gdk_pixbuf/pixbufscale.c:
16448         * gst/apetag/gstapedemux.c:
16449         * gst/debug/breakmydata.c:
16450         * gst/debug/testplugin.c:
16451         * gst/matroska/ebml-write.c:
16452         * gst/multipart/multipartdemux.c:
16453         * sys/osxaudio/gstosxaudiosink.c:
16454         * sys/osxaudio/gstosxaudiosrc.c:
16455         Add semicolons after GST_BOILERPLATE[_FULL] so that
16456         indent doesn't mess up following lines.
16457
16458 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16459
16460         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16461
16462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16463           Don't leak caps when freeing the stream context (#340623).
16464
16465 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16466
16467         * configure.ac:
16468           Back to CVS
16469
16470 === release 0.10.3 ===
16471
16472 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16473
16474         * configure.ac:
16475           releasing 0.10.3, "Desplazado"
16476
16477 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * gst/matroska/matroska-mux.c:
16480         (gst_matroska_mux_stream_is_vorbis_header),
16481         (gst_matroska_mux_write_data):
16482           Don't strcmp() NULL strings.
16483           Only start new clusters on video keyframes, not on any
16484           random audio buffer that doesn't have the DELTA_UNIT
16485           flag set (fixes 'make check' again).
16486
16487 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16490
16491         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16492         (gst_matroska_mux_stream_is_vorbis_header),
16493         (gst_matroska_mux_write_data):
16494           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16495           value and then dead-lock when muxing vorbis audio streams
16496           (the three vorbis header buffers carry no timestamp, and it
16497           would try to mux these after all video buffers). Fixes #340346.
16498
16499           Improve clustering: start a new cluster also whenever we get
16500           a keyframe.     
16501
16502 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16503
16504         * win32/common/config.h:
16505         * win32/MANIFEST
16506           add the generated file as well
16507
16508 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16509
16510         * Makefile.am:
16511         * configure.ac:
16512         * win32/common/config.h.in:
16513           add win32 stuff
16514
16515 2006-05-03  Michael Smith  <msmith@fluendo.com>
16516
16517         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16518           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16519           SUCKS.
16520
16521 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16522
16523         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16524         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16525         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16526           don't leak caps-string
16527
16528 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16529
16530         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16531         (gst_id3demux_sink_activate):
16532           Let core insert default error message for TYPE_NOT_FOUND
16533           errors, it's just as good as our own and has the added
16534           bonus of being translated.
16535
16536 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16539         (gst_tag_demux_sink_event):
16540         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16541         (gst_id3demux_sink_event):
16542           Post an error message when we get an EOS event and were not
16543           able to find out the type of stream.
16544
16545         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16546         (test_taglib_id3mux_with_tags):
16547           Decrease num-buffers to 16 per iteration again, otherwise the
16548           many memcpy()s and reallocations in the test will hammer slow
16549           CPUs completely and make the test timeout.
16550
16551 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16552
16553         * configure.ac:
16554           figure out where plugins-base plugins are
16555         * tests/check/Makefile.am:
16556           use plugins-base plugins, so we have typefind functions
16557         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16558           increase num-buffers, this makes sure the test errors out instead
16559           of timing out when no typefind functions are present
16560
16561 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16562
16563         * docs/plugins/Makefile.am:
16564           also check .cc files for gtk-doc markup
16565         * configure.ac:
16566         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16568         * tests/check/Makefile.am:
16569         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16570         * ext/Makefile.am:
16571         * ext/taglib/Makefile.am:
16572         * ext/taglib/gstid3v2mux.h:
16573         * ext/taglib/gsttaglibmux.c:
16574         * ext/taglib/gsttaglibmux.h:
16575           move taglib-based id3v2muxer to -good.  Fixes #336110.
16576
16577 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16580           ... and fix multichannel/WAVFORMATEX support again.
16581
16582 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16583
16584         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16585         (gst_wavparse_class_init), (gst_wavparse_dispose),
16586         (gst_wavparse_reset), (gst_wavparse_init),
16587         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16588         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16589         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16590         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16591         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16592         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16593         (gst_wavparse_stream_data), (gst_wavparse_loop),
16594         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16595         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16596         (gst_wavparse_change_state), (plugin_init):
16597         * gst/wavparse/gstwavparse.h:
16598           Add push (streaming) mode to wavparse (fixes #337625)
16599
16600 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * configure.ac:
16603         * tests/Makefile.am:
16604           add ximagesrc icles test
16605
16606 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * configure.ac:
16609         * docs/plugins/Makefile.am:
16610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16612         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16613         (gst_cmml_enc_push_clip):
16614         * sys/Makefile.am:
16615         * sys/ximage/Makefile.am:
16616         * sys/ximage/gstximagesrc.c:
16617           Move ximagesrc plug-in to good after review.  Fixes #336756.
16618
16619 2006-04-28  Michael Smith  <msmith@fluendo.com>
16620
16621         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16622         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16623         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16624         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16625         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16626         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16627         * gst/icydemux/gsticydemux.h:
16628           Fix event handling: cache events when typefinding and forward later.
16629
16630 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16631
16632         * sys/osxaudio/gstosxaudiosink.c:
16633         (plugin_init):
16634          Register osxaudiosrc to the plugin.
16635         * sys/osxaudio/gstosxaudiosrc.c:
16636         (gst_osx_audio_src_osxelement_do_init),
16637         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16638         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16639         (gst_osx_audio_src_get_property),
16640         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16641         (gst_osx_audio_src_osxelement_init):
16642         * sys/osxaudio/gstosxaudiosrc.h:
16643           Port of osxaudiosrc to 0.10.
16644         * sys/osxaudio/Makefile.am:
16645           Add osxaudiosrc
16646
16647 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16648
16649         * sys/osxaudio/gstosxringbuffer.c:
16650         * sys/osxaudio/gstosxringbuffer.h:
16651           Forgot to commit earlier, part of the OSX audio plugin port
16652
16653 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16656         (parse_split_strings):
16657           Recognise and skip any byte order marker (BOM) in
16658           UTF-16 strings.
16659
16660 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16661
16662         * docs/plugins/Makefile.am:
16663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16665         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16666         * docs/plugins/inspect/plugin-avi.xml:
16667         * gst/avi/gstavidemux.c:
16668         * gst/avi/gstavimux.c:
16669           Add docs for both avidemux and avimux.
16670
16671 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16674
16675         * gst/avi/Makefile.am:
16676         * gst/avi/gstavi.c: (plugin_init):
16677         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16678         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16679         (gst_avi_mux_class_init), (gst_avi_mux_init),
16680         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16681         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16682         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16683         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16684         (gst_avi_mux_riff_get_avix_header),
16685         (gst_avi_mux_riff_get_video_header),
16686         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16687         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16688         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16689         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16690         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16691         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16692         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16693         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16694         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16695         (gst_avi_mux_change_state):
16696         * gst/avi/gstavimux.h:
16697           Port AVI muxer to GStreamer-0.10 (#332031).
16698
16699         * tests/check/Makefile.am:
16700         * tests/check/elements/avimux.c:
16701         * tests/check/elements/.cvsignore:
16702           Add unit test for AVI muxer.
16703
16704 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16705
16706         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16707         (gst_wavparse_class_init), (gst_wavparse_reset),
16708         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16709         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16710         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16711         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16712         (gst_wavparse_stream_data), (gst_wavparse_loop),
16713         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16714         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16715         (plugin_init):
16716         * gst/wavparse/gstwavparse.h:
16717           reverted patch #337625 for the price of 1 hour sleep
16718
16719 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16720
16721         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16722         (gst_wavparse_class_init), (gst_wavparse_reset),
16723         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16724         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16725         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16726         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16727         (gst_wavparse_stream_data), (gst_wavparse_loop),
16728         (gst_wavparse_chain), (plugin_init):
16729         * gst/wavparse/gstwavparse.h:
16730           correct partial implementation of push mode
16731           (from my last commit)
16732
16733 2006-04-26  Wim Taymans  <wim@fluendo.com>
16734
16735         * ext/esd/esdsink.c:
16736         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16737         it is not in esd.h
16738
16739 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16740
16741         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16742         (gst_au_parse_class_init), (gst_au_parse_init),
16743         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16744         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16745         (gst_au_parse_chain), (gst_au_parse_src_convert),
16746         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16747         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16748         (gst_au_parse_change_state):
16749         * gst/auparse/gstauparse.h:
16750           Rewrite auparse to suck a little bit less: make source pad
16751           dynamic, so decodebin/playbin work with non-raw formats
16752           like alaw/mulaw; add query function for duration/position
16753           queries; check whether we have enough data before attempting
16754           to parse the header (instead of crashing when that is not the
16755           case); work around audioconvert sucking by swapping endianness
16756           to the native endianness ourselves for float formats; send
16757           initial newsegment event. Fixes #161712.
16758
16759 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16760
16761         * sys/osxaudio/Makefile.am:
16762         * sys/osxaudio/gstosxaudioelement.c:
16763         (gst_osx_audio_element_get_type),
16764         (gst_osx_audio_element_class_init):
16765         * sys/osxaudio/gstosxaudioelement.h:
16766         * sys/osxaudio/gstosxaudiosink.c:
16767         (gst_osx_audio_sink_osxelement_do_init),
16768         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16769         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16770         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16771         (gst_osx_audio_sink_create_ringbuffer),
16772         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16773         (plugin_init):
16774         * sys/osxaudio/gstosxaudiosink.h:
16775         Port of osxaudiosink to 0.10
16776
16777 2006-04-26  Wim Taymans  <wim@fluendo.com>
16778
16779         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16780         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16781         the size of the ringbuffer. This should fix hangs with older 
16782         esd sound servers.
16783
16784 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16785
16786         * ext/aalib/gstaasink.c:
16787         * ext/annodex/gstcmmldec.c:
16788         * ext/annodex/gstcmmlenc.c:
16789         * ext/cairo/gsttextoverlay.c:
16790         * ext/cairo/gsttimeoverlay.c:
16791         * ext/cdio/gstcdiocddasrc.c:
16792         * ext/dv/gstdvdec.c:
16793         * ext/dv/gstdvdemux.c:
16794         * ext/esd/esdmon.c:
16795         * ext/esd/esdsink.c:
16796         * ext/flac/gstflacenc.c:
16797         * ext/flac/gstflactag.c:
16798         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16799         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16800         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16801         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16802         * ext/gdk_pixbuf/pixbufscale.c:
16803         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16804         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16805         * ext/jpeg/gstjpegdec.c:
16806         * ext/jpeg/gstjpegenc.c:
16807         * ext/jpeg/gstsmokedec.c:
16808         * ext/jpeg/gstsmokeenc.c:
16809         * ext/libcaca/gstcacasink.c:
16810         * ext/libmng/gstmngdec.c:
16811         * ext/libmng/gstmngenc.c:
16812         * ext/libpng/gstpngdec.c:
16813         * ext/libpng/gstpngenc.c:
16814         * ext/mikmod/gstmikmod.c:
16815         * ext/raw1394/gstdv1394src.c:
16816         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16817         * ext/shout2/gstshout2.h:
16818         * ext/speex/gstspeexdec.c:
16819         * ext/speex/gstspeexenc.c:
16820         * gst/alpha/gstalpha.c:
16821         * gst/alpha/gstalphacolor.c:
16822         * gst/apetag/gstapedemux.c:
16823         * gst/auparse/gstauparse.c:
16824         * gst/autodetect/gstautoaudiosink.c:
16825         (gst_auto_audio_sink_base_init):
16826         * gst/autodetect/gstautovideosink.c:
16827         (gst_auto_video_sink_base_init):
16828         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16829         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16830         * gst/cutter/gstcutter.c:
16831         * gst/debug/breakmydata.c:
16832         * gst/debug/efence.c:
16833         * gst/debug/gstnavigationtest.c:
16834         * gst/debug/gstnavseek.c:
16835         * gst/debug/negotiation.c:
16836         * gst/debug/progressreport.c:
16837         * gst/debug/testplugin.c:
16838         * gst/effectv/gstaging.c:
16839         * gst/effectv/gstdice.c:
16840         * gst/effectv/gstedge.c:
16841         * gst/effectv/gstquark.c:
16842         * gst/effectv/gstrev.c:
16843         * gst/effectv/gstshagadelic.c:
16844         * gst/effectv/gstvertigo.c:
16845         * gst/effectv/gstwarp.c:
16846         * gst/flx/gstflxdec.c:
16847         * gst/goom/gstgoom.c:
16848         * gst/icydemux/gsticydemux.c:
16849         * gst/id3demux/gstid3demux.c:
16850         * gst/interleave/deinterleave.c:
16851         * gst/interleave/interleave.c:
16852         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16853         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16854         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16855         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16856         * gst/level/gstlevel.c:
16857         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16858         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16859         * gst/median/gstmedian.c:
16860         * gst/monoscope/gstmonoscope.c:
16861         * gst/multipart/multipartdemux.c:
16862         * gst/multipart/multipartmux.c:
16863         * gst/oldcore/gstaggregator.c:
16864         * gst/oldcore/gstfdsink.c:
16865         * gst/oldcore/gstmd5sink.c:
16866         * gst/oldcore/gstmultifilesrc.c:
16867         * gst/oldcore/gstpipefilter.c:
16868         * gst/oldcore/gstshaper.c:
16869         * gst/oldcore/gststatistics.c:
16870         * gst/rtp/gstasteriskh263.c:
16871         * gst/rtp/gstrtpL16depay.c:
16872         * gst/rtp/gstrtpL16pay.c:
16873         * gst/rtp/gstrtpamrdepay.c:
16874         * gst/rtp/gstrtpamrpay.c:
16875         * gst/rtp/gstrtpdepay.c:
16876         * gst/rtp/gstrtpgsmpay.c:
16877         * gst/rtp/gstrtph263pay.c:
16878         * gst/rtp/gstrtph263pdepay.c:
16879         * gst/rtp/gstrtph263ppay.c:
16880         * gst/rtp/gstrtpilbcdepay.c:
16881         * gst/rtp/gstrtpmp4gpay.c:
16882         * gst/rtp/gstrtpmp4vdepay.c:
16883         * gst/rtp/gstrtpmp4vpay.c:
16884         * gst/rtp/gstrtpmpadepay.c:
16885         * gst/rtp/gstrtpmpapay.c:
16886         * gst/rtp/gstrtppcmadepay.c:
16887         * gst/rtp/gstrtppcmapay.c:
16888         * gst/rtp/gstrtppcmudepay.c:
16889         * gst/rtp/gstrtppcmupay.c:
16890         * gst/rtp/gstrtpspeexdepay.c:
16891         * gst/rtp/gstrtpspeexpay.c:
16892         * gst/rtsp/gstrtpdec.c:
16893         * gst/rtsp/gstrtspsrc.c:
16894         * gst/smpte/gstsmpte.c:
16895         * gst/udp/gstdynudpsink.c:
16896         * gst/udp/gstmultiudpsink.c:
16897         * gst/udp/gstudpsink.c:
16898         * gst/udp/gstudpsrc.c:
16899         * gst/videobox/gstvideobox.c:
16900         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16901         * gst/videofilter/gstvideobalance.c:
16902         * gst/videofilter/gstvideoflip.c:
16903         * gst/videofilter/gstvideotemplate.c:
16904         (gst_videotemplate_base_init):
16905         * gst/videomixer/videomixer.c:
16906         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16907         (gst_wavparse_class_init), (gst_wavparse_dispose),
16908         (gst_wavparse_reset), (gst_wavparse_init),
16909         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16910         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16911         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16912         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16913         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16914         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16915         (gst_wavparse_change_state):
16916         * gst/wavparse/gstwavparse.h:
16917         * sys/oss/gstossmixerelement.c:
16918         * sys/oss/gstosssink.c:
16919         * sys/oss/gstosssrc.c:
16920         * sys/osxaudio/gstosxaudioelement.c:
16921         * sys/osxaudio/gstosxaudiosink.c:
16922         * sys/osxaudio/gstosxaudiosrc.c:
16923         * sys/sunaudio/gstsunaudiomixer.c:
16924         * sys/sunaudio/gstsunaudiosink.c:
16925           Define GstElementDetails as const and also static (when defined as
16926           global)
16927
16928 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16931           Source pad has fixed caps. If we don't set this, bad
16932           things happen when the window is resized.
16933
16934 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16935
16936         * gst/matroska/Makefile.am:
16937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16938         (gst_matroska_demux_handle_src_event):
16939         * gst/matroska/matroska-ids.c:
16940         (gst_matroska_track_init_video_context),
16941         (gst_matroska_track_init_audio_context),
16942         (gst_matroska_track_init_subtitle_context),
16943         (gst_matroska_track_init_complex_context):
16944         * gst/matroska/matroska-ids.h:
16945           Handle case where the TrackType ebml chunk does not come before the
16946           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16947           events.
16948
16949 2006-04-25  Wim Taymans  <wim@fluendo.com>
16950
16951         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16952         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16953         It's codec_data, not codec_info.
16954
16955 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16958
16959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16960           Handle codec_data for VfW compatibility codec IDs (#339451)
16961
16962         * gst/matroska/matroska-mux.c:
16963         (gst_matroska_mux_video_pad_setcaps):
16964           Same here, handle codec_data and add additional caps we can handle
16965           now to the pad template (huffyuv, dv and h263 video) (#339451)
16966
16967 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16970
16971         * gst/matroska/matroska-mux.c:
16972         (gst_matroska_mux_create_buffer_header),
16973         (gst_matroska_mux_write_data):
16974           Fix timestamping of B-frames, use signed integers, do
16975           some rounding (#339678).
16976
16977 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16978
16979         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16980         just make it compile with --disable-gst-debug.
16981
16982 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16983
16984         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16985         Fix a bad conversion using gst_guint64_to_gdouble.
16986         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16987         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16988         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16989     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16990         mistake.
16991
16992 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16993
16994         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16995         Use gst_guint64_to_gdouble for conversions
16996         * win32/vs6/gst_plugins_good.dsw:
16997         * win32/vs6/libgsticydemux.dsp:
16998         Add a project file for icydemux
16999
17000 2006-04-21  Wim Taymans  <wim@fluendo.com>
17001
17002         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17003
17004         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17005         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17006         When splitting audio chunks, the block alignment is not taken in
17007         consideration, so the smaller chunks could be of size which is 
17008         not a multiple of the block alignment. Fixes #336904
17009
17010 2006-04-21  Wim Taymans  <wim@fluendo.com>
17011
17012         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17013         Use scale functions
17014
17015 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17016
17017         * ext/dv/gstdv.c: (plugin_init):
17018           Fix build.
17019
17020 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17023         (gst_progress_report_class_init), (gst_progress_report_init),
17024         (gst_progress_report_do_query), (gst_progress_report_report),
17025         (gst_progress_report_set_property),
17026         (gst_progress_report_get_property):
17027           Add 'format' property to force querying to a particular format.
17028
17029 2006-04-21  Andy Wingo  <wingo@pobox.com>
17030
17031         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17032         best, on big endian systems. Drop its rank in that case. OTOH on
17033         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17034
17035 2006-04-21  Michael Smith  <msmith@fluendo.com>
17036
17037         * configure.ac:
17038         * gst/icydemux/Makefile.am:
17039         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17040         (gst_icydemux_base_init), (gst_icydemux_class_init),
17041         (gst_icydemux_reset), (gst_icydemux_init),
17042         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17043         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17044         (unicodify), (gst_icydemux_unicodify),
17045         (gst_icydemux_parse_and_send_tags),
17046         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17047         (gst_icydemux_chain), (gst_icydemux_change_state),
17048         (gst_icydemux_send_tag_event), (plugin_init):
17049         * gst/icydemux/gsticydemux.h:
17050         * tests/check/Makefile.am:
17051         * tests/check/elements/icydemux.c: (typefind_succeed),
17052         (plugin_init), (icydemux_found_pad), (create_icydemux),
17053         (cleanup_icydemux), (push_data), (GST_START_TEST),
17054         (icydemux_suite), (main):
17055           Add icydemux, and tests.
17056
17057 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17058
17059         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17060           Post SEGMENT_DONE message in TIME format.
17061
17062 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17063
17064         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17065
17066         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17067         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17068           Fix index creation when we have to scan the file to create
17069           an index. There may be other types of RIFF 'LIST' chunks than
17070           'movi' and we need to skip them properly as well or we'll end up
17071           reading garbage (#336889). Some other cosmetic changes.
17072           
17073 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17076         (gst_flac_dec_handle_seek_event):
17077           Add support for segment seeks (fixes #338290). Also demote
17078           some recurring debug message from DEBUG to LOG level.
17079
17080 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17083         (gst_matroskademux_do_index_seek),
17084         (gst_matroska_demux_handle_seek_event),
17085         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17086         * gst/matroska/matroska-ids.h:
17087           Set DISCONT flag on first buffer after a discontinuity.
17088           Fix newsegment events sent when seeking and honour KEY_UNIT
17089           seek flag. Create pad with bogus caps if we don't recognise
17090           the stream codec id.
17091
17092         * gst/matroska/matroska-demux.h:
17093           Fix GObject macros.
17094
17095 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17096
17097         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17098
17099         * gst/matroska/matroska-demux.c:
17100         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17101           Handle end of segment properly when set; don't dead-lock when
17102           posting start of segment message when doing a segment seek.
17103           Fixes #338810.
17104
17105 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17108         (gst_matroska_demux_plugin_init):
17109           Make mpeg2 aac audio work: create artificial private codec data
17110           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17111           Also call gst_riff_init(). Partially fixes #338767.
17112
17113 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17114
17115         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17116         (gst_wavenc_class_init), (gst_wavenc_init),
17117         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17118         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17119         (gst_wavenc_chain), (gst_wavenc_change_state):
17120         * gst/wavenc/gstwavenc.h:
17121           Set caps on first outgoing buffer, so that it doesn't error out
17122           immediately with a non-negotiated error (#338716). Rewrite and
17123           clean up a bit; fix setcaps function to parse things properly;
17124           fix sink caps (8bit audio is unsigned and doesn't have depth);
17125           use boilerplate macros; remove unused properties stuff.
17126
17127 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17128
17129         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17130           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17131           handle MJPEG streams and might be autoplugged for those if the
17132           user doesn't have jpegdec installed (resulting in a cryptic error
17133           message about huffman tables). Better to disable JPEG decoding here
17134           and let the user figure out that she needs to install jpegdec.
17135
17136 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17139         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17140         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17141         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17142           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17143           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17144           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17145           debug messages. Fix boilerplate macros.
17146
17147 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17150         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17151           No need to special-case for Gdk-2.0 any longer, we require
17152           Gdk 2.2 or newer; minor clean-ups.
17153
17154 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17155
17156         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17157         (gst_shout2send_class_init), (gst_shout2send_init),
17158         (set_shout_metadata), (gst_shout2send_set_metadata),
17159         (gst_shout2send_event), (gst_shout2send_start),
17160         (gst_shout2send_connect), (gst_shout2send_stop),
17161         (gst_shout2send_render), (gst_shout2send_set_property),
17162         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17163         (plugin_init):
17164         * ext/shout2/gstshout2.h:
17165         * po/POTFILES.in:
17166           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17167           change function; use GST_ELEMENT_ERROR for error reporting, not
17168           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17169           will cause crashes or assertion failures; remove (unused) "sync"
17170           property, basesink already has such a property; misc. other
17171           minor fixes and cleanups.
17172
17173 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17176         * ext/esd/gstesd.c: (plugin_init):
17177         * po/POTFILES.in:
17178           Add translatable error message for when we cannot
17179           connect to the sound server, as "Cannot open resource
17180           for writing" isn't really an acceptable message to show
17181           to the user in this case.
17182
17183 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * sys/oss/gst-i18n-plugin.h:
17186           Remove bogus file that doesn't belong here.
17187
17188 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17189
17190         Patch by: Philippe Valembois
17191
17192         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17193         (gst_shout2send_set_metadata), (gst_shout2send_event),
17194         (gst_shout2send_render), (gst_shout2send_change_state):
17195         * ext/shout2/gstshout2.h:
17196           Handle tags being received before the connection to
17197           the server is established properly (see #338636).
17198
17199 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17200
17201         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17202           Don't crash in case the connection to the server fails:
17203           don't set pointer to NULL by assigning FALSE; error out
17204           properly by using GST_ELEMENT_ERROR and returning
17205           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17206           before resetting the pointer.
17207
17208 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17209
17210         * gst/id3demux/id3tags.c:
17211         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17212         (Fixes #338713)
17213
17214 2006-04-12  Wim Taymans  <wim@fluendo.com>
17215
17216         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17217         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17218         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17219         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17220         (gst_gdk_pixbuf_chain):
17221         Some cleanups.
17222         Added RGBA as a possible output format.
17223         Correctly free the supported mimetypes.
17224         deprecate silent arg, it's not used.
17225         Return result from _alloc_buffer to peer.
17226
17227 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17230           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17231           overwriting GST_BUFFER_MALLOCDATA.
17232
17233 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17236         (user_endrow_callback), (user_end_callback),
17237         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17238         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17239         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17240         * ext/libpng/gstpngdec.h:
17241           Handle more than one frame if the content is framed,
17242           like with png-in-quicktime (#331917).
17243
17244 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * sys/oss/Makefile.am:
17247         * sys/oss/common.h:
17248         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17249         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17250         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17251         (gst_oss_src_unprepare):
17252           - the user-visible error strings were in the wrong category
17253           - and the messages were not marked for translation
17254           - which is actually a good thing, because they were exactly
17255             the kind of message you would never want anyone to see
17256           - the macros were using variables that didn't exist in the macro
17257             arguments
17258           - and they were obviously copied from each other and then modified
17259           - so a common header makes sense
17260
17261 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17262
17263         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17264           Don't try to modify read-only data.
17265
17266         * gst/matroska/matroska-demux.c:
17267         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17268           Fix comment (won't crash any longer now).
17269
17270 2006-04-10  Michael Smith  <msmith@fluendo.com>
17271
17272         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17273           Use copies of header buffers for caps to avoid circular refcounting
17274           problems (as in theoradec, vorbisdec).
17275
17276         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17277           Fix a typo in test that meant it was testing the wrong thing.
17278
17279         * tests/check/elements/cmmlenc.c: (check_headers):
17280           Fix refcount checks now that we use buffer-copies for caps.
17281
17282 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17283
17284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17285         (gst_matroska_demux_handle_seek_event),
17286         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17287         (gst_matroska_demux_subtitle_caps),
17288         (gst_matroska_demux_plugin_init):
17289           Use static pad templates with ANY caps for audio and video
17290           source pads and get rid of a lot of unnecessary (and partially
17291           broken) code for the template caps. Clean up caps finding
17292           functions. Fixes playback of audio files/streams that do not
17293           contain the sample rate and/or number of channels in the audio
17294           context (happens a lot with vorbis/mp3 .mka files it seems).
17295           Fixes #337183.
17296           Also add myself to copyright holders.
17297
17298 2006-04-10  Michael Smith  <msmith@fluendo.com>
17299
17300         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17301           Use g_list_delete_link () instead of g_list_remove_link () so that
17302           we free the link as well as the contained data.
17303
17304 2006-04-10  Wim Taymans  <wim@fluendo.com>
17305
17306         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17307
17308         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17309         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17310         (gst_avi_demux_stream_header):
17311         Fix some crashers with empty chunks. (Fixes #337749)
17312
17313 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17314
17315         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17316           use G_GINT64_CONSTANT for INT64 constants
17317         * gst/videofilter/gstvideobalance.c:
17318           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17319         * win32/vs6/libgstavi.dsp:
17320          add missing libraries for the link and remove avimux.c from
17321          the project as it isn't ported to 0.10 yet
17322         
17323 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17324
17325         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17326           Even better would be if we actually did the right thing
17327           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17328
17329 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17330
17331         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17332           Can't just replace 1LL with 1L here just because MSVC doesn't
17333           support it, as it might lead to incorrect results when doing the
17334           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17335           force a 64-bit constant in a way that all compilers are happy with.
17336
17337 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17338
17339         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17340         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17341         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17343         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17344         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17345         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17346         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17347         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17348         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17349         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17350         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17351         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17352         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17353         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17354         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17355         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17356         * gst/debug/efence.c: (gst_efence_class_init):
17357         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17358         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17359         * gst/goom/gstgoom.c: (gst_goom_class_init):
17360         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17361         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17362         * gst/interleave/interleave.c: (interleave_class_init):
17363         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17364         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17365         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17366         * gst/median/gstmedian.c: (gst_median_class_init):
17367         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17368         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17369         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17370         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17371         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17372         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17373         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17374         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17375         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17376         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17377         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17378         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17379         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17380         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17381         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17382         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17383         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17384         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17385         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17386         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17387         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17388         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17389         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17390         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17391         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17393         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17394         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17395         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17396         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17397         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17398         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17399         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17400         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17401         * sys/osxaudio/gstosxaudioelement.c:
17402         (gst_osxaudioelement_class_init):
17403         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17404         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17405         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17406         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17407
17408 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17409
17410         * ext/mikmod/gstmikmod.h:
17411         * gst/level/gstlevel.h:
17412         Fix more broken GObject macros
17413
17414 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17415
17416         * ext/annodex/gstcmmldec.h:
17417         * ext/annodex/gstcmmlenc.h:
17418         * ext/annodex/gstcmmltag.h:
17419         * ext/cairo/gsttextoverlay.h:
17420         * ext/ladspa/gstsignalprocessor.h:
17421         * gst/matroska/ebml-read.h:
17422         * gst/matroska/ebml-write.h:
17423         * sys/osxaudio/gstosxaudioelement.h:
17424         Fix broken GObject macros
17425
17426 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17427
17428         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17429           Don't try to seek beyond the end of the file (would
17430           occasionally display error dialogs in totem when seeking
17431           to the end) (#335869). Will still throw an error though
17432           if the file is truncated and the total_samples value in
17433           the stream header is wrong.
17434
17435 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17438         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17439         (gst_flac_dec_metadata_callback):
17440         * ext/flac/gstflacdec.h:
17441           If the stream header doesn't contain the total number of samples,
17442           search for the last flac frame at the end of the file and calculate
17443           the total duration from that frame's offset (fixes #337609).
17444
17445 2006-04-07  Edward Hervey  <edward@fluendo.com>
17446
17447         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17448         Don't unref the GstPadTemplate returned by
17449         gst_element_class_get_pad_template().
17450
17451 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17452
17453         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17454
17455         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17456         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17457         * sys/sunaudio/gstsunaudiosink.h:
17458           Use spec->segsize and spec->segtotal in the prepare function
17459           to initialise the ring buffer instead of using the buffer-time
17460           property (#337421).
17461
17462 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         * configure.ac:
17465           Bump core requirements to CVS for gst_pad_query_peer_duration()
17466           which is used by speexdec.
17467
17468 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * ext/speex/gstspeex.c: (plugin_init):
17471         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17472         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17473         (speex_get_sink_query_types), (speex_dec_sink_query),
17474         (speex_get_src_query_types), (speex_dec_src_query),
17475         (speex_dec_src_event), (speex_dec_sink_event),
17476         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17477         (speex_dec_chain_parse_data), (speex_dec_chain),
17478         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17479         (speex_dec_change_state):
17480         * ext/speex/gstspeexdec.h:
17481           Fix seeking and duration queries (#337033); clean up and
17482           refactor a bit.
17483
17484 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17485
17486         * ext/raw1394/gstdv1394src.c:
17487           distinguish between device not found and could not open for
17488           reading
17489
17490 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * Makefile.am:
17493         * configure.ac:
17494         * pkgconfig/.cvsignore:
17495         * pkgconfig/Makefile.am:
17496         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17497           add a .pc file so other modules can use good plugins in tests
17498
17499 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17500
17501         * configure.ac:
17502           clean up, use AS_VERSION and AS_NANO
17503         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17504           use PACKAGE_VERSION define
17505         * po/af.po:
17506         * po/az.po:
17507         * po/cs.po:
17508         * po/en_GB.po:
17509         * po/hu.po:
17510         * po/it.po:
17511         * po/nb.po:
17512         * po/nl.po:
17513         * po/or.po:
17514         * po/sq.po:
17515         * po/sr.po:
17516         * po/sv.po:
17517         * po/uk.po:
17518         * po/vi.po:
17519           updated
17520
17521 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17522
17523         * ext\jpeg\smokecodec.c:
17524           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17525         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17526           move first instruction after all variables declarations
17527         * gst\alpha\gstalpha.c:
17528         * gst\effectv\gstshagadelic.c:
17529         * gst\smpte\paint.c:
17530         * gst\videofilter\gstvideobalance.c:
17531           define M_PI if it's not defined (it's not defined on WIN32)
17532         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17533         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17534         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17535         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17536         (gst_matroska_demux_video_caps):
17537         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17538         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17539           use gst_guint64_to_gdouble for conversions
17540         * gst\goom\filters.c: (setPixelRGB_):
17541           fix a debug which was using undefined variable
17542         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17543         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17544           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17545         * win32/vs6:
17546           add vs6 projects files for most of plugins-good
17547         
17548 2006-03-30  j^  <j@bootlab.org>
17549
17550         * ext/aalib/gstaasink.c:
17551         * ext/annodex/gstcmmldec.c:
17552         * ext/annodex/gstcmmlenc.c:
17553         * ext/cairo/gsttextoverlay.c:
17554         * ext/cairo/gsttimeoverlay.c:
17555         * ext/cdio/gstcdiocddasrc.c:
17556         * ext/dv/gstdvdec.c:
17557         * ext/esd/esdmon.c:
17558         * ext/esd/esdsink.c:
17559         * ext/flac/gstflacdec.c:
17560         * ext/flac/gstflacenc.c:
17561         * ext/flac/gstflactag.c:
17562         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17563         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17564         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17565         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17566         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17567         * ext/gdk_pixbuf/pixbufscale.c:
17568         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17569         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17570         * ext/jpeg/gstjpegdec.c:
17571         * ext/jpeg/gstjpegenc.c:
17572         * ext/jpeg/gstsmokedec.c:
17573         * ext/jpeg/gstsmokeenc.c:
17574         * ext/libcaca/gstcacasink.c:
17575         * ext/libmng/gstmngdec.c:
17576         * ext/libmng/gstmngenc.c:
17577         * ext/libpng/gstpngdec.c:
17578         * ext/libpng/gstpngenc.c:
17579         * ext/mikmod/gstmikmod.c:
17580         * ext/raw1394/gstdv1394src.c:
17581         * ext/shout2/gstshout2.c:
17582         * ext/speex/gstspeexdec.c:
17583         * ext/speex/gstspeexenc.c:
17584         * gst/alpha/gstalpha.c:
17585         * gst/alpha/gstalphacolor.c:
17586         * gst/auparse/gstauparse.c:
17587         * gst/autodetect/gstautoaudiosink.c:
17588         (gst_auto_audio_sink_base_init):
17589         * gst/autodetect/gstautovideosink.c:
17590         (gst_auto_video_sink_base_init):
17591         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17592         * gst/cutter/gstcutter.c:
17593         * gst/debug/breakmydata.c:
17594         * gst/debug/efence.c:
17595         * gst/debug/gstnavigationtest.c:
17596         * gst/debug/negotiation.c:
17597         * gst/debug/progressreport.c:
17598         * gst/debug/testplugin.c:
17599         * gst/effectv/gstaging.c:
17600         * gst/effectv/gstdice.c:
17601         * gst/effectv/gstedge.c:
17602         * gst/effectv/gstquark.c:
17603         * gst/effectv/gstrev.c:
17604         * gst/effectv/gstvertigo.c:
17605         * gst/effectv/gstwarp.c:
17606         * gst/flx/gstflxdec.c:
17607         * gst/goom/gstgoom.c:
17608         * gst/interleave/deinterleave.c:
17609         * gst/interleave/interleave.c:
17610         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17611         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17612         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17613         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17614         * gst/level/gstlevel.c:
17615         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17617         * gst/median/gstmedian.c:
17618         * gst/monoscope/gstmonoscope.c:
17619         * gst/multipart/multipartdemux.c:
17620         * gst/multipart/multipartmux.c:
17621         * gst/oldcore/gstmd5sink.c:
17622         * gst/oldcore/gstmultifilesrc.c:
17623         * gst/oldcore/gstpipefilter.c:
17624         * gst/oldcore/gstshaper.c:
17625         * gst/oldcore/gststatistics.c:
17626         * gst/rtp/gstasteriskh263.c:
17627         * gst/rtp/gstrtpL16depay.c:
17628         * gst/rtp/gstrtpL16pay.c:
17629         * gst/rtp/gstrtpamrdepay.c:
17630         * gst/rtp/gstrtpamrpay.c:
17631         * gst/rtp/gstrtpdepay.c:
17632         * gst/rtp/gstrtpgsmpay.c:
17633         * gst/rtp/gstrtph263pay.c:
17634         * gst/rtp/gstrtph263pdepay.c:
17635         * gst/rtp/gstrtph263ppay.c:
17636         * gst/rtp/gstrtpmp4gpay.c:
17637         * gst/rtp/gstrtpmp4vdepay.c:
17638         * gst/rtp/gstrtpmp4vpay.c:
17639         * gst/rtp/gstrtpmpadepay.c:
17640         * gst/rtp/gstrtpmpapay.c:
17641         * gst/rtp/gstrtppcmadepay.c:
17642         * gst/rtp/gstrtppcmapay.c:
17643         * gst/rtp/gstrtppcmudepay.c:
17644         * gst/rtp/gstrtppcmupay.c:
17645         * gst/rtp/gstrtpspeexdepay.c:
17646         * gst/rtp/gstrtpspeexpay.c:
17647         * gst/rtsp/gstrtpdec.c:
17648         * gst/smpte/gstsmpte.c:
17649         * gst/videobox/gstvideobox.c:
17650         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17651         * gst/videofilter/gstvideobalance.c:
17652         * gst/videofilter/gstvideoflip.c:
17653         * gst/videofilter/gstvideotemplate.c:
17654         (gst_videotemplate_base_init):
17655         * gst/videomixer/videomixer.c:
17656         * gst/wavenc/gstwavenc.c:
17657         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17658          better/unified long descriptions
17659          Fixed #336602
17660          Some cleanups to auparse, don't send multiple newsegments.
17661
17662 2006-03-29  Wim Taymans  <wim@fluendo.com>
17663
17664         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17665
17666         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17667         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17668         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17669         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17670         * ext/dv/gstdvdemux.h:
17671         Seek in READY patch. Only works for pull based mode.
17672         Fixes #323880
17673
17674 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17677         (gst_gdk_pixbuf_event):
17678           Fix two crashers: don't unref the same caps twice, and
17679           set pixbuf loader to NULL after freeing it.
17680
17681 2006-03-27  Wim Taymans  <wim@fluendo.com>
17682
17683         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17684         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17685         (gst_speexenc_chain):
17686         * ext/speex/gstspeexenc.h:
17687         Don't leak adapter.
17688         A push *always* takes ownership of the buffer, even on
17689         errors.
17690         Small cleanups.
17691
17692 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17693
17694         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17695           Create source pad without leaking.
17696
17697 2006-03-24  Wim Taymans  <wim@fluendo.com>
17698
17699         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17700         * ext/flac/gstflacdec.h:
17701         * ext/flac/gstflacenc.h:
17702         Spifify a bit.
17703         Fix deadly lock order error in seeking code, STREAM_LOCK
17704         cannot be taken within LOCK and the streaming variables are
17705         protected with the STREAM_LOCK anyway.
17706
17707 2006-03-24  Wim Taymans  <wim@fluendo.com>
17708
17709         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17710         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17711         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17712         this patch combines the global init_frames with the stream
17713         init_frames. Rationale being that the global delay should 
17714         be subtracted from any stream delay.
17715         Fixes #335858.
17716
17717 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17718
17719         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17720         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17721         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17722         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17723         use DEBUG_FUNCPTR for collectpads
17724
17725 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17726
17727         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17728           Don't crash when encoding images where the number of rows isn't
17729           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17730
17731 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17732
17733         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17734         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17735         * gst/interleave/interleave.c: (interleave_change_state):
17736         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17737           More state change function fixes.
17738
17739 2006-03-23  Wim Taymans  <wim@fluendo.com>
17740
17741         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17742         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17743         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17744         (gst_esdsink_delay), (gst_esdsink_reset):
17745         * ext/esd/esdsink.h:
17746         Fix esd choppy playback by configuring audiosink
17747         correctly. Fixes #325191
17748
17749 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17750
17751         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17752           Make state change function thread-safe.
17753
17754 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17755
17756         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17757         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17758           Don't try to read beyond the end of the file just because
17759           the header claims a bigger size (like with truncated files).
17760
17761 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17762
17763         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17764         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17765         (gst_wavparse_stream_data), (gst_wavparse_loop):
17766         * gst/wavparse/gstwavparse.h:
17767           Delay source pad creation until we have the first chunk of
17768           media data, so the we can examine the data and adjust the
17769           caps accordingly if required. This makes playback of .wav
17770           files with DTS-declared-as-PCM content work (#313266).
17771
17772 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17773
17774         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17775         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17776         Don't attempt typefinding on too-short buffers that have been
17777         completely trimmed away. (Fixes #330239)
17778
17779         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17780         Improve the debug output
17781
17782 2006-03-21  Wim Taymans  <wim@fluendo.com>
17783
17784         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17785         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17786         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17787         (gst_esdsink_set_property), (gst_esdsink_get_property):
17788         Some cleanups.
17789         Reset fd to -1 when we close them.
17790
17791 2006-03-21  Wim Taymans  <wim@fluendo.com>
17792
17793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17794         the OPTIONS request result is optional so don't
17795         fail on it.
17796
17797 2006-03-21  Edward Hervey  <edward@fluendo.com>
17798
17799         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17800         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17801         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17802         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17803         (gst_wavparse_change_state):
17804         gcc 4.1 unreferenced pointer fixes.
17805
17806 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17809
17810         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17811           Fix block alignment calculation. Alignment should be done before
17812           adding the byte offset where the data starts (#335231).
17813
17814 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17815
17816         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17817           Ensure that we set correct caps on buffers that are transferred
17818           direct from the input.
17819
17820 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17821
17822         * gst/goom/filters.c: (zoomFilterDestroy):
17823         * gst/goom/goom_core.c: (goom_close):
17824           Free filter data when cleaning up. (Fixes: #334995)
17825
17826 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17827
17828         * configure.ac:
17829           Don't compile udp and rtsp plugins on win32 (mingw) or other
17830           systems that don't have <sys/socket.h> for some reason (#316203).
17831
17832 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17833
17834         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17835         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17836         * ext/raw1394/gstdv1394src.h:
17837           Change bus reset handler so it reports useful information such as
17838           whether the device being used connected or disconnected
17839
17840 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17841
17842         * gst/id3demux/id3v2frames.c:
17843         (parse_relative_volume_adjustment_two):
17844           We only care about gain and peak data for the master volume.
17845
17846 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17849         (parse_id_string), (parse_unique_file_identifier),
17850         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17851           Read replay gain tags (#323721).
17852
17853 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17854
17855         * configure.ac:
17856           Bump requirements to gst-plugins-base CVS because
17857           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17858
17859 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17860
17861         * rtp/gst/gstrtppcmadepay.c:
17862         Fixed one of the caps in the code from mulaw to alaw.
17863
17864 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17865
17866         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17867           Ensure that we set caps on the buffers we pass.
17868
17869         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17870         (gst_id3demux_sink_activate):
17871           Ensure that we set caps on the buffers we pass.
17872
17873           Use STREAM, TYPE_NOT_FOUND as the error class when
17874           typefinding fails.
17875
17876 2006-03-15  Edward Hervey  <edward@fluendo.com>
17877
17878         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17879         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17880         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17881         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17882         (gst_jpeg_dec_setcaps):
17883         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17884         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17885         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17886         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17887         (gst_mngdec_src_getcaps):
17888         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17889         (gst_pngdec_caps_create_and_set):
17890         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17891         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17892         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17893         * gst/alpha/gstalpha.c: (gst_alpha_init):
17894         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17895         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17896         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17897         * gst/cutter/gstcutter.c: (gst_cutter_init):
17898         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17899         (gst_efence_checkgetrange):
17900         * gst/debug/negotiation.c: (gst_negotiation_init):
17901         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17902         * gst/goom/gstgoom.c: (gst_goom_init):
17903         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17904         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17905         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17906         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17907         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17908         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17909         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17910         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17911         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17912         (gst_wavparse_create_sourcepad):
17913         Fix memleak with gst_static_pad_template_get().
17914         This uses gst_pad_new_from_static_template() instead.
17915         Fixes #333512
17916
17917 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17918
17919         * configure.ac:
17920           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17921           used by id3demux.
17922
17923         * gst/id3demux/gstid3demux.c: (plugin_init):
17924         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17925         (parse_user_text_identification_frame),
17926         (parse_unique_file_identifier):
17927           Add support for UFID and TXXX frames and extract musicbrainz tags.
17928
17929 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17930
17931         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17932           Catch short reads, like they might happen with truncated
17933           files (see #305279); remove unnecessary indentation.
17934
17935 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17936
17937         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17938           Fix DIB image inversion for pictures with a
17939           depth != 8 (#305279).
17940
17941 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17942
17943         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17944         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17945         * ext/jpeg/gstjpegdec.h:
17946           Fix durations on outgoing buffers after seeking
17947           in MJPEG files (#334083); some minor clean-ups.
17948
17949 2006-03-13  Wim Taymans  <wim@fluendo.com>
17950
17951         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17952         (gst_wavparse_change_state):
17953         Implement seek in READY (re-fixes #327658)
17954
17955 2006-03-13  Wim Taymans  <wim@fluendo.com>
17956
17957         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17958         * ext/esd/esdmon.c: (gst_esdmon_get):
17959         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17960         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17961         (gst_gdk_pixbuf_sink_getcaps):
17962         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17963         (gst_jpegenc_setcaps):
17964         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17965         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17966         (gst_smokeenc_setcaps):
17967         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17968         (gst_mngdec_src_getcaps):
17969         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17970         (gst_mngenc_chain):
17971         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17972         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17973         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17974         (speex_dec_src_event), (speex_dec_chain):
17975         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17976         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17977         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17978         (gst_negotiation_pad_link), (gst_negotiation_chain):
17979         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17980         (gst_flxdec_chain):
17981         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17982         (deinterleave_chain):
17983         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17984         * gst/median/gstmedian.c: (gst_median_link):
17985         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17986         (gst_monoscope_chain):
17987         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17988         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17989         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17990         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17991         close #333784 unref the result of gst_pad_get_parent()
17992         by: Christophe Fergeau.
17993
17994 2006-03-09  Wim Taymans  <wim@fluendo.com>
17995
17996         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17997         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17998         Handle events in push mode better, can now do non-flushing
17999         seeks in push mode as well.
18000
18001 2006-03-07  Wim Taymans  <wim@fluendo.com>
18002
18003         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18004         Applied patch from Kai Vehmanen, fixes #333624.
18005
18006 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18007
18008         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18009         Implement paletted and grayscale png files handling.
18010         (#150363).
18011
18012 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18013
18014         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18015         (gst_speexenc_chain):
18016           fix a tag list assert
18017           follow gst-plugins-base/ext/ogg/README; set OFFSET
18018           and OFFSET_END.  Muxes correctly with gst-plugins-base
18019           > 0.9.3
18020
18021 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18022
18023         * gst/id3demux/Makefile.am:
18024         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18025         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18026           Use new typefind helper functions here as well, and
18027           do typefinding in pull-mode if upstream supports that.
18028
18029 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * sys/sunaudio/gstsunaudiomixerctrl.c:
18032         (gst_sunaudiomixer_ctrl_get_volume),
18033         (gst_sunaudiomixer_ctrl_set_volume):
18034         * sys/sunaudio/gstsunaudiomixertrack.c:
18035         (gst_sunaudiomixer_track_new):
18036           Remove unused variables, breaks build from CVS
18037           with -Werror (#333392, patch by: Benjamin Pineau)
18038
18039 2006-03-03  Wim Taymans  <wim@fluendo.com>
18040
18041         * docs/plugins/Makefile.am:
18042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18044         Added wavparse docs.
18045
18046         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18047         (gst_wavparse_reset), (gst_wavparse_init),
18048         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18049         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18050         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18051         (gst_wavparse_stream_data), (gst_wavparse_loop),
18052         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18053         (gst_wavparse_change_state):
18054         * gst/wavparse/gstwavparse.h:
18055         Implement seek in READY (fixes #327658)
18056         Added docs and did some cleanups.
18057
18058 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18059
18060         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18061         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18062         (gst_avi_demux_calculate_durations_from_index),
18063         (gst_avi_demux_stream_header):
18064         * gst/avi/gstavidemux.h:
18065           If we have an index, use a duration based on the index instead
18066           of blindly trusting the information in the stream headers
18067           (fixes #331817).
18068
18069 2006-03-03  Wim Taymans  <wim@fluendo.com>
18070
18071         * docs/plugins/Makefile.am:
18072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18074         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18075         Added smoke and jpeg to the docs.
18076
18077         * ext/jpeg/Makefile.am:
18078         * ext/jpeg/gstjpeg.c: (plugin_init):
18079         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18080         * ext/jpeg/gstjpegenc.h:
18081         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18082         (gst_smokedec_chain):
18083         * ext/jpeg/gstsmokedec.h:
18084         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18085         * ext/jpeg/gstsmokeenc.h:
18086         * ext/jpeg/smokecodec.h:
18087         Port smokedec (fixes #331905).
18088         Added some docs.
18089         Some cleanups.
18090
18091 2006-03-03  Wim Taymans  <wim@fluendo.com>
18092
18093         * docs/plugins/Makefile.am:
18094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18096         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18097         Added videobalance and videoflip to the docs.
18098
18099         * gst/videofilter/Makefile.am:
18100         * gst/videofilter/gstvideobalance.c:
18101         (gst_video_balance_update_tables_planar411),
18102         (gst_video_balance_is_passthrough),
18103         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18104         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18105         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18106         (gst_video_balance_finalize), (gst_video_balance_class_init),
18107         (gst_video_balance_init), (gst_video_balance_interface_supported),
18108         (gst_video_balance_interface_init),
18109         (gst_video_balance_colorbalance_list_channels),
18110         (gst_video_balance_colorbalance_set_value),
18111         (gst_video_balance_colorbalance_get_value),
18112         (gst_video_balance_colorbalance_init),
18113         (gst_video_balance_set_property), (gst_video_balance_get_property),
18114         (gst_video_balance_get_type), (plugin_init):
18115         * gst/videofilter/gstvideobalance.h:
18116         Ported to 0.10. (Fixes #326160)
18117         Added docs.
18118
18119         * gst/videofilter/gstvideoflip.c:
18120         * gst/videofilter/gstvideoflip.h:
18121         Added docs.
18122
18123 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18124
18125         * configure.ac:
18126           Bump requirements to current core and -base CVS
18127           (core for new typefind helper API, and -base for the
18128           WAVFORMATEX support that was added to libgstriff and
18129           is needed by wavparse).
18130         
18131         * gst/apetag/Makefile.am:
18132         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18133         (gst_tag_demux_sink_activate):
18134           Use new typefind helpers for typefinding instead of our
18135           home-grown stuff; also, do typefinding in pull-mode if
18136           upstream supports that.
18137
18138 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18139
18140         Reviewed by: Christian Schaller <christian@fluendo.com>
18141
18142         This patch fixes bug: 329107
18143
18144         This Changelog entry is for a commit done on February 17
18145
18146         * ext/gconf/gconf.c
18147         * ext/gconf/gconf.h
18148         * ext/gconf/gstgconfaudiosink.c
18149         * ext/gconf/gstgconfaudiosink.h
18150         * gconf/gstreamer.schemas.in
18151
18152 2006-02-28  Wim Taymans  <wim@fluendo.com>
18153
18154         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18155         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18156         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18157         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18158         Use DEBUG_OBJECT more.
18159
18160 2006-02-28  Wim Taymans  <wim@fluendo.com>
18161
18162         * docs/plugins/Makefile.am:
18163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18165         Added dvdec and dvdemux to docs.
18166
18167         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18168         Added docs.
18169         Check frame sizes so we don't crash when don't have enough
18170         data.
18171         Send nice error messages on error.
18172
18173         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18174         (gst_dvdemux_class_init), (gst_dvdemux_init),
18175         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18176         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18177         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18178         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18179         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18180         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18181         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18182         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18183         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18184         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18185         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18186         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18187         * ext/dv/gstdvdemux.h:
18188         Added docs.
18189         Implement pull mode.
18190         Fix memleaks.
18191         Reduce memcpy for the video demuxing.
18192
18193 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18194
18195         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18196         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18197         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18198         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18199           Add a little extra debug. Make the decoder not return NOT_LINKED,
18200           as we want to continue decoding all CMML and emitting tags.
18201
18202 2006-02-27  Michael Smith  <msmith@fluendo.com>
18203
18204         * ext/annodex/gstskeltag.c:
18205         * ext/annodex/gstskeltag.h:
18206           Deleted; these files aren't used any more either.
18207
18208 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18209
18210         * ext/Makefile.am: Fix dist-check.
18211
18212 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18213
18214         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18215         memleak.
18216
18217 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18218
18219         * ext/annodex/Makefile.am:
18220         * ext/annodex/gstannodex.c:
18221         * ext/annodex/gstcmmldec.c:
18222         * ext/annodex/gstcmmlenc.c:
18223         * ext/annodex/gstcmmlparser.c:
18224         * ext/annodex/gstcmmlparser.h:
18225         * ext/annodex/gstcmmlutils.c:
18226         * tests/check/elements/cmmldec.c:
18227         * tests/check/elements/cmmlenc.c:
18228           Fix a memleak in gst_cmml_track_list_add_clip.
18229           Handle overflows in clip's start and end times.
18230           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18231           Do not parse junk at the end of a CMML preamble buffer.
18232           Register a libxml error handler to not print stuff on stderr.
18233           Check for bad clip start and end times in the testsuites.
18234
18235 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18236
18237         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18238         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18239         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18240         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18241         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18242         possible memleaks.
18243
18244 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18245
18246         * tests/check/Makefile.am:
18247         * tests/check/elements/cmmldec.c:
18248         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18249         the plugins-base tags.
18250
18251 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18252
18253         * ext/Makefile.am: Re-enable module.
18254
18255 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18256
18257         * tests/check/Makefile.am: Forgot to remove that test.
18258
18259 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18260
18261         * ext/annodex/Makefile.am:
18262         * ext/annodex/gstannodex.c: (plugin_init):
18263         * ext/annodex/gstcmmldec.c:
18264         * ext/annodex/gstskeldec.c:
18265         * ext/annodex/gstskeldec.h:
18266         * tests/check/Makefile.am:
18267         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18268
18269 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18270
18271         * tests/check/Makefile.am: Disable those checks as well.
18272
18273 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18274
18275         * ext/Makefile.am: Disable annodex for now until we figure out
18276         how to make it build.
18277         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18278         Add a rule to your checklist : "please try to at least build 
18279         what you are going to commit into -good, or if you are too lazy
18280         to do that, please check that the buildbots are not crying because
18281         of your commit."
18282
18283 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18284
18285         * configure.ac:
18286         * ext/Makefile.am:
18287         * ext/gdk_pixbuf/Makefile.am:
18288         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18289         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18290         * ext/gdk_pixbuf/pixbufscale.c:
18291         * ext/gdk_pixbuf/pixbufscale.h:
18292           Gdkpixbuf ported from 0.8 to 0.10 by
18293           Renato Filho <renato.filho@indt.org.br>.
18294           gst_loader and gdkpixbufanimation still need port.
18295
18296 2006-02-24  Michael Smith  <msmith@fluendo.com>
18297
18298         * configure.ac:
18299         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18300         * ext/Makefile.am:
18301         * ext/annodex/Makefile.am:
18302         * ext/annodex/gstannodex.c:
18303         * ext/annodex/gstannodex.h:
18304         * ext/annodex/gstcmmldec.c:
18305         * ext/annodex/gstcmmldec.h:
18306         * ext/annodex/gstcmmlenc.c:
18307         * ext/annodex/gstcmmlenc.h:
18308         * ext/annodex/gstcmmlparser.c:
18309         * ext/annodex/gstcmmlparser.h:
18310         * ext/annodex/gstcmmltag.c:
18311         * ext/annodex/gstcmmltag.h:
18312         * ext/annodex/gstcmmlutils.c:
18313         * ext/annodex/gstcmmlutils.h:
18314         * ext/annodex/gstskeldec.c:
18315         * ext/annodex/gstskeldec.h:
18316         * ext/annodex/gstskeltag.c:
18317         * ext/annodex/gstskeltag.h:
18318         * tests/check/Makefile.am:
18319         * tests/check/elements/cmmldec.c:
18320         * tests/check/elements/cmmlenc.c:
18321         * tests/check/elements/skeldec.c:
18322           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18323           Includes tests & docs, oh my! Passes Thomas's -good checklist
18324           entirely. Wow.
18325
18326 2006-02-24  Michael Smith  <msmith@fluendo.com>
18327
18328         * autogen.sh:
18329           Check for automake 1.9 as well.
18330
18331 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18332
18333         * ext/flac/gstflacenc.c:
18334           Change min. sample rate to 8kHz to match flacdec's.
18335           
18336 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * ext/cdio/Makefile.am:
18339           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18340           required for Cygwin, see #317048)
18341
18342         * gst/rtp/gstasteriskh263.c:
18343           Cygwin has includes for both the unix network socket API
18344           and the windows API, but only one can be included, so fix
18345           includes to only use one or the other, prefering the unxi
18346           one (#317048).
18347
18348 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18349
18350         * rtp/gst/gstrtppcmadepay.c:
18351         * rtp/gst/gstrtppcmadepay.h:
18352         * rtp/gst/gstgstrtppcmapay.c:
18353         * rtp/gst/gstgstrtppcmapay.h:
18354         * rtp/gst/gstrtppcmudepay.c:
18355         * rtp/gst/gstrtppcmudepay.h:
18356         * rtp/gst/gstrtppcmupay.c:
18357         * rtp/gst/gstrtppcmupay.h:
18358         * rtp/gst/Makefile.am:
18359         * rtp/gst/gstrtp.c:
18360         * rtp/gst/README:
18361         Separated the G711 payloaders/depayloaders into separate elements for
18362         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18363
18364 2006-02-22  Wim Taymans  <wim@fluendo.com>
18365
18366         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18367         (gst_dvdec_change_state):
18368         * ext/dv/gstdvdec.h:
18369         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18370         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18371         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18372         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18373         (gst_dvdemux_flush), (gst_dvdemux_chain),
18374         (gst_dvdemux_change_state):
18375         * ext/dv/gstdvdemux.h:
18376         Ueber spiffify some more, added debug category.
18377         Use _scale.
18378         Use segments, respect playback rate from newsegment.
18379         Fix refcount issue.
18380
18381 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18382
18383         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18384         (gst_signal_processor_process):
18385         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18386         enabled for the build, but it helps me win the feature-count
18387         competitions ooh yeah.
18388
18389 2006-02-19  Wim Taymans  <wim@fluendo.com>
18390
18391         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18392         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18393         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18394         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18395         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18396         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18397         Use scaling code for added precission and more correct stop
18398         position in case scale==0.
18399
18400 2006-02-19  Wim Taymans  <wim@fluendo.com>
18401
18402         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18403         (gst_flxdec_chain):
18404         * gst/flx/gstflxdec.h:
18405         Implement DURATION query.
18406
18407 2006-02-19  Wim Taymans  <wim@fluendo.com>
18408
18409         * gst/flx/flx_color.h:
18410         * gst/flx/flx_fmt.h:
18411         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18412         (gst_flxdec_src_query_handler), (flx_decode_color),
18413         (gst_flxdec_chain):
18414         * gst/flx/gstflxdec.h:
18415         Set MALLOCDATA for the temp buffers so we don't leak.
18416         Some debug cleanups.
18417         Consume all data in the adapter before leaving the chain
18418         function. Fixes #330678.
18419
18420 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18423         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18424          Handle 0 data size in otherwise valid frames.
18425          Handle numeric strings in 2.4.0 even when not in parentheses 
18426
18427 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18428
18429         * gst/matroska/matroska-demux.c:
18430         (gst_matroska_demux_subtitle_caps),
18431         (gst_matroska_demux_plugin_init):
18432         * gst/matroska/matroska-ids.h:
18433           Recognise SSA/ASS and USF subtitle formats and
18434           set proper caps when they are found.
18435
18436 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18437
18438         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18439         (gst_jpeg_dec_chain):
18440           Fix invalid memory access for some odd-sized images
18441           (see image contained in quicktime stream in #327083);
18442           use g_malloc() instead of g_alloca().
18443
18444 2006-02-17  Wim Taymans  <wim@fluendo.com>
18445
18446         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18447         Patch from Sebastien Cote, fixes #319884
18448
18449 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18450
18451         * ext/cdio/gstcdio.c: (plugin_init):
18452           Init debug category (#331253).
18453
18454 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18455
18456         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18457           Pass extra_data to gst_riff_create_audio_caps(), so that
18458           WAVEFORMATEX stuff works. Post audio codec name and post
18459           it as taglist on the bus. Allow up to 8 channesl for raw
18460           PCM in the source pad template caps.
18461
18462 2006-02-16  Wim Taymans  <wim@fluendo.com>
18463
18464         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18465         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18466         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18467         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18468         (gst_multipart_set_property), (gst_multipart_get_property):
18469         Applied #318663. Gives quite a few false positives in
18470         autoscan mode, but it's better than nothing. Not closing yet.
18471
18472 2006-02-16  Wim Taymans  <wim@fluendo.com>
18473
18474         * docs/plugins/Makefile.am:
18475         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18476         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18477         * docs/plugins/gst-plugins-good-plugins.args:
18478         * docs/plugins/inspect/plugin-udp.xml:
18479         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18480         (gst_udpsrc_start):
18481         Update documentation.
18482         Fix args.
18483
18484 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18485
18486         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18487         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18488         frame size. (Fixes #331368)
18489
18490 2006-02-16  Wim Taymans  <wim@fluendo.com>
18491
18492         * gst/rtsp/README:
18493         Updated README.
18494
18495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18496         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18497         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18498         * gst/rtsp/gstrtspsrc.h:
18499         Make sure the RTP port is an even port an try to allocate 
18500         another if not.
18501         Added retry property to control max retries for port allocation.
18502         Make sure RTCP port is RTP port+1.
18503         Cleanup when port allocation fails.
18504         Fixes #319183.
18505         
18506 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18507
18508         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18509           Don't ignore return value of the parent class's state
18510           change function (#331385, patch by: Wouter Paesen).
18511
18512 2006-02-15  Wim Taymans  <wim@fluendo.com>
18513
18514         * configure.ac:
18515         * docs/plugins/Makefile.am:
18516         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18517         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18518         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18519         * ext/Makefile.am:
18520         * ext/hal/Makefile.am:
18521         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18522         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18523         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18524         (do_toggle_element), (gst_hal_audio_sink_set_property),
18525         (gst_hal_audio_sink_get_property),
18526         (gst_hal_audio_sink_change_state):
18527         * ext/hal/gsthalaudiosink.h:
18528         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18529         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18530         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18531         (do_toggle_element), (gst_hal_audio_src_set_property),
18532         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18533         * ext/hal/gsthalaudiosrc.h:
18534         * ext/hal/gsthalelements.c: (plugin_init):
18535         * ext/hal/gsthalelements.h:
18536         * ext/hal/hal.c: (gst_hal_get_string),
18537         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18538         (gst_hal_get_audio_src):
18539         * ext/hal/hal.h:
18540         Add HAL sound device wrapper plugins. Closes #329106
18541
18542 2006-02-15  Wim Taymans  <wim@fluendo.com>
18543
18544         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18545         Add comment in a fultile attempt to stop the copy-and-paste 
18546         paradigm leading to duplication of bad code.
18547
18548         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18549         Mime parameters have to be checked case insensitive
18550
18551 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18552
18553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18554           Advance stream time for lagging subtitle streams by sending
18555           newsegment events with the update flag set.
18556
18557 2006-02-14  Edward Hervey  <edward@fluendo.com>
18558
18559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18560         There can be bogus data before the hdrl LIST tag in the RIFF header.
18561         It's hard to say if it's not respecting the AVI specifications or not,
18562         but since Google Video is producing AVIs like that and the other player
18563         don't seem to complain, I guess we should do the same.
18564
18565 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18566
18567         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18568         (parse_split_strings):
18569         Add more validation to ensure that a char encoding conversion
18570         produced a valid UTF-8 string.
18571
18572 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18573
18574         Reviewed by: Edward Hervey  <edward@fluendo.com>
18575
18576         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18577         Properly handle end of segment. Closes #330885.
18578
18579 2006-02-13  Wim Taymans  <wim@fluendo.com>
18580
18581         * gst/rtp/gstrtpmp4gpay.h:
18582         For got to commit this one.
18583
18584 2006-02-12  Wim Taymans  <wim@fluendo.com>
18585
18586         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18587         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18588         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18589         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18590         * gst/rtp/gstrtpmp4gpay.h:
18591         Make more things work.
18592         Handle ACC config strings.
18593
18594 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18595
18596         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18597           set timestamps if no incoming timestamps set
18598
18599 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18600
18601         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18602         (gst_tag_demux_do_typefind):
18603           ... and fix the very same leaks in GstTagDemux.
18604
18605 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18606
18607         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18608         (gst_id3demux_do_typefind):
18609         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18610         <jonathan at kaolin dot wh9 dot net>)
18611
18612 2006-02-10  Wim Taymans  <wim@fluendo.com>
18613
18614         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18615         First set options, then set caps or else the baseclass
18616         will not know about the options, duh.
18617
18618 2006-02-10  Wim Taymans  <wim@fluendo.com>
18619
18620         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18621         (gst_rtp_mp4v_pay_setcaps):
18622         Don't waste time looking for a config string if we have codec_info
18623         on the incomming caps.
18624
18625 2006-02-10  Wim Taymans  <wim@fluendo.com>
18626
18627         * gst/rtp/README:
18628         Say something about case-sensitivity of caps vs mime-attributes.
18629
18630         * gst/rtp/Makefile.am:
18631         * gst/rtp/gstrtp.c: (plugin_init):
18632         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18633         (gst_rtp_amr_pay_handle_buffer):
18634         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18635         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18636         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18637         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18638         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18639         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18640         (gst_rtp_mp4g_pay_plugin_init):
18641         * gst/rtp/gstrtpmp4gpay.h:
18642         Added beginnings of mpeg4-generic payloader (RFC 3640)
18643
18644 2006-02-09  Wim Taymans  <wim@fluendo.com>
18645
18646         * gst/rtsp/Makefile.am:
18647         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18648         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18649         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18650         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18651         (gst_rtpdec_change_state):
18652         * gst/rtsp/gstrtpdec.h:
18653         * gst/rtsp/gstrtsp.c: (plugin_init):
18654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18655         * gst/rtsp/rtspconnection.c: (read_body),
18656         (rtsp_connection_receive):
18657         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18658         Resurected rtpdec to make rtspsrc happy again.
18659         Skip attributes from the session id.
18660         Don't crash when dumping a message with an empty body.
18661
18662
18663 2006-02-09  Wim Taymans  <wim@fluendo.com>
18664
18665         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18666         Added more meaningfull warnings when something goes wrong.
18667         Clear F bit on outgoing AMR packets.
18668
18669         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18670         (gst_rtp_amr_pay_handle_buffer):
18671         Added debugging category
18672         Support payloading of multiple AMR frames.
18673
18674         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18675         Added some debugging.
18676
18677 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18678
18679         * configure.ac:
18680           Back to CVS
18681
18682 === release 0.10.2 ===
18683
18684 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18685
18686         * configure.ac:
18687           releasing 0.10.2, "Papa was a rolling stone"
18688
18689 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18690
18691         * configure.ac:
18692           Bump core and plugins-base requirement to 0.10.2.2
18693           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18694
18695 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * ext/flac/gstflac.c: (plugin_init):
18698         * ext/speex/gstspeex.c: (plugin_init):
18699           Register musicbrainz tags.
18700
18701 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * ext/gconf/gconf.h:
18704           Remove declaration of function that no longer exists.
18705
18706 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18707
18708         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18709         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18710         Make shout2 work for non ogg streams
18711
18712 2006-02-06  Wim Taymans  <wim@fluendo.com>
18713
18714         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18715         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18716         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18717         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18718         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18719         * gst/udp/gstmultiudpsink.h:
18720         Updated docs.
18721         Added properties bytes-served, bytes_to_serve.
18722         Post proper error messages,
18723         Emit client added signal too.
18724
18725 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18726
18727         * docs/plugins/Makefile.am:
18728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18730         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18731         (gst_multiudpsink_get_stats):
18732           adding docs for multiudpsink
18733
18734 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18735
18736         * gst/level/gstlevel.c: (gst_level_transform_ip):
18737           peak below decay is not necessarily an error, so don't ERROR log
18738
18739 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18740
18741         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18742         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18743         (gst_ebml_write_seek):
18744         * gst/matroska/ebml-write.h:
18745           Make sure we send a newsegment event in BYTES format
18746           before sending buffers (#328531).
18747
18748 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18749
18750         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18751         (gst_dvdemux_sink_query):
18752         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18753         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18754         (speex_dec_src_query):
18755         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18756         (gst_speexenc_sink_query):
18757         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18758         * gst/matroska/matroska-demux.c:
18759         (gst_matroska_demux_get_src_query_types),
18760         (gst_matroska_demux_handle_src_query):
18761         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18762         (gst_wavparse_pad_query):
18763           Pass unhandled queries upstream instead of just dropping
18764           them (#326446). Update query type arrays here and there.
18765
18766 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18767
18768         * tests/check/elements/matroskamux.c: (setup_src_pad):
18769           Collectpads in core got changed and now also holds a
18770           reference to any pad that is part of it. Fix refcount
18771           checks in test case accordingly.
18772
18773 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18774
18775         * gst/apetag/gstapedemux.h:
18776           Fix include, for now GstTagDemux is in the apetag dir.
18777
18778 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18779
18780         * docs/plugins/Makefile.am:
18781         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18782         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18783         * docs/plugins/inspect/plugin-cdio.xml:
18784           Add cdio plugin to docs.
18785
18786         * ext/cdio/gstcdiocddasrc.c:
18787           Add gtk-doc blurb.
18788
18789         * ext/cdio/gstcdio.c:
18790           The plugin is called 'cdio' not 'cddio'.
18791
18792 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18793
18794         * configure.ac:
18795         * docs/plugins/Makefile.am:
18796         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18797         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18798         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18799         * docs/plugins/inspect/plugin-apetag.xml:
18800         * gst/apetag/Makefile.am:
18801         * gst/apetag/gstapedemux.c:
18802         * gst/apetag/gstapedemux.h:
18803         * gst/apetag/gsttagdemux.c:
18804         * gst/apetag/gsttagdemux.h:
18805           Add APE tag demuxer (#325649).
18806
18807 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18808
18809         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18810         (gst_gconf_get_default_video_sink),
18811         (gst_gconf_get_default_audio_src),
18812         (gst_gconf_get_default_video_src):
18813         * ext/gconf/gconf.h:
18814         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18815         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18816         (do_toggle_element):
18817         * ext/gconf/gstgconfaudiosink.h:
18818         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18819         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18820         (do_toggle_element):
18821         * ext/gconf/gstgconfaudiosrc.h:
18822         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18823         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18824         (do_toggle_element):
18825         * ext/gconf/gstgconfvideosink.h:
18826         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18827         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18828         (do_toggle_element):
18829         * ext/gconf/gstgconfvideosrc.h:
18830           Ignore changing the GConf key to "". Ignore GConf key updates
18831           that don't actually change the string.
18832           For now, ignore the GConf key when the state is > READY, as
18833           it breaks streaming. Sometime it will be nice to bring the
18834           new sink online even mid-stream, by sending NEWSEGMENT info
18835           and possibly prerolling.
18836           (Fixes #326736)
18837
18838 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18839
18840         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18841         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18842         (zoomFilterSetResolution), (zoomFilterDestroy),
18843         (zoomFilterFastRGB), (pointFilter):
18844         * gst/goom/filters.h:
18845         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18846         (goom_update), (goom_close):
18847         * gst/goom/goom_core.h:
18848         * gst/goom/goom_tools.h:
18849         * gst/goom/graphic.c:
18850         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18851         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18852         * gst/goom/gstgoom.h:
18853         * gst/goom/lines.c: (goom_lines):
18854         * gst/goom/lines.h:
18855           Make goom reentrant by moving all important static variables
18856           into instance structures.
18857           (Fixes #329181)
18858
18859 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18860
18861         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18862         (gst_avi_demux_all_source_pads_unlinked),
18863         (gst_avi_demux_process_next_entry):
18864         * gst/avi/gstavidemux.h:
18865           Third attempt, use gst_pad_is_linked() this time.
18866
18867 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18868
18869         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18870         (parse_split_strings):
18871         Adjust for data length indicators when parsing (Fixes #329810)
18872         Fix stupid bug parsing UTF-8 tag text.
18873         Output tag strings with multiple fields as multiple tags, so the
18874         app gets all the data.
18875
18876 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18877
18878         * ext/flac/gstflacenc.c:
18879         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18880         show me.
18881         
18882 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18883
18884         * ext/flac/gstflacenc.c:
18885         * gst/matroska/ebml-read.c:
18886         Just make it compile with --disable-gst-debug.
18887
18888 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18889
18890         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18891         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18892         (id3v2_genre_fields_to_taglist):
18893           Never output a tag with a null contents string.
18894
18895 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18896
18897         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18898           Only pause if all pads are unlinked AND we've tried to send data
18899           on all of them at least once.
18900
18901 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18904         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18905           Make loop function/task pause itself when all source pads are
18906           unlinked.
18907
18908 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18909
18910         * configure.ac:
18911         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18912           Use new functions from core to render a bin from a
18913           string. Fixes build. Up requirements to core CVS.
18914
18915 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18916
18917         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18918           Don't push buffers into the adapter that we are going to
18919           push downstream again without framing anyway. Also, the
18920           adaptor takes ownership of buffers put into it (fixes
18921           auparse pushing invalid buffers for .au files with
18922           ADPCM contents). Finally, set caps on all outgoing buffers.
18923
18924 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18925
18926         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18927         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18928         (gst_id3demux_send_tag_event):
18929         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18930         Someone should kick my butt. Remove ID3v1 tags from the end of the
18931         file.
18932
18933         Improve error messages. Send the TAG message as soon as we complete
18934         typefinding, instead of waiting until we send the first buffer.
18935         Downstream tag event is still sent before the first buffer.
18936
18937 2006-01-27  Jan Gerber  <j@bootlab.org>
18938
18939         Reviewed by: Andy Wingo <wingo@pobox.com>
18940
18941         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18942         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18943         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18944         to not have warings flooding stderr. this is the suggested way
18945         also used in dvgrab and kino. (#328336)
18946
18947 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18948
18949         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18950         (gst_oss_sink_init), (gst_oss_sink_finalise):
18951           Free the device name string when finalised.
18952
18953 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18954
18955         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18956           Don't put function calls in g_return_if_fail() statements,
18957           or they'll be replaced with NOOPs if someone compiles with
18958           G_DISABLE_CHECKS defined.
18959           
18960 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18961
18962         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18963         Never trust ANY information encoded in a media file, especially
18964         when it's giving you sizes. (Fixes #328452)
18965
18966 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18967
18968         * gst/rtp/gstrtpg711pay.c:
18969         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18970         bug #325148.
18971
18972 2006-01-23  Edward Hervey  <edward@fluendo.com>
18973
18974         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18975         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18976         * gst/matroska/matroska-ids.h:
18977         Added recognition of Real Audio and Video streams in matroska demuxer.
18978
18979 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18980
18981         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18982           Remove errant break statement, and fix compilation with
18983           older GCC.
18984
18985 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18986
18987         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18988
18989         * sys/sunaudio/gstsunaudiomixerctrl.c:
18990         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18991           Export functions that are needed in other parts of the code,
18992           makes the mixer actually work; adjust magic minimum buffer-time
18993           value from 3ms to 5ms to work around stuttering during mp3
18994           playback (#327765).
18995
18996 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18997
18998         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18999
19000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19001         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19002           Fix possible deadlock in matroska muxer (#327825).
19003
19004 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19005
19006         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19007         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19008         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19009         * gst/rtsp/sdpmessage.h:
19010         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19011         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19012           C89 fixes: declare variables at the beginning of a block and
19013           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19014           <jensgr at gmx dot net>).
19015
19016 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19017
19018         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19019         * gst/id3demux/id3tags.h:
19020         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19021         (parse_comment_frame), (parse_text_identification_frame),
19022         (id3v2_tag_to_taglist), (id3v2_are_digits),
19023         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19024         (parse_split_strings), (free_tag_strings):
19025           Rewrite parsing of text tags to handle multiple NULL terminated
19026           strings. Parse numeric genre strings and ID3v2 type
19027           "(3)(6)Alternative" style genre strings.
19028           Parse dates that are only YYYY or YYYY-mm format.
19029           (Fixes #328241 and #322154)
19030
19031 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19032
19033         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19034           Don't forget to initialize liboil, otherwise our oil functions
19035           will crash (fixes #327871; patch by: Christoph Burghardt
19036           <hawkes at web dot de>).
19037
19038 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19039
19040         * configure.ac:
19041           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19042           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19043           patch by: Brian Cameron <brian dot cameron at sun dot com>
19044
19045 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19046
19047         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19048         * ext/cdio/gstcdio.h:
19049         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19050           Fix build for libcdio versions >= 76; give slightly lower rank
19051           than cdparanoia.
19052
19053 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * configure.ac:
19056         * ext/Makefile.am:
19057         * ext/cdio/Makefile.am:
19058         * ext/cdio/gstcdio.c:
19059         * ext/cdio/gstcdio.h:
19060         * ext/cdio/gstcdiocddasrc.c:
19061         * ext/cdio/gstcdiocddasrc.h:
19062           Port libcdio cdda source, formerly known as cddasrc, now known as
19063           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19064           but that's not tested (fixes #317658).
19065
19066 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19067
19068         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19069           Fix conversion from TIME to BYTES format (fixes #326864;
19070           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19071
19072 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19073
19074         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19075           Fix compilation of id3demux when zlib is not present.
19076           (Fixes #326602; patch by: Sergey Scobich)
19077
19078 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19079
19080         * ext/esd/Makefile.am:
19081           Add $(ESD_CFLAGS), otherwise build will fail for folks
19082           with libesd in a non-standard prefix (#327009).
19083
19084 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19085
19086         * configure.ac:
19087           back to HEAD
19088
19089 === release 0.10.1 ===
19090
19091 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19092
19093         * configure.ac:
19094           releasing 0.10.1, "Li"
19095
19096 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19097
19098           patch by: Wim Taymans
19099
19100         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19101           fix memleak.  Fixes #326618
19102
19103 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19104
19105           patch by: Mike Smith
19106
19107         * gst/level/gstlevel.c: (gst_level_message_new),
19108         (gst_level_message_append_channel):
19109           Fix memleak.  Fixes #326612
19110
19111 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19112
19113         * configure.ac:
19114           prereleasing
19115         * po/af.po:
19116         * po/az.po:
19117         * po/cs.po:
19118         * po/en_GB.po:
19119         * po/hu.po:
19120         * po/it.po:
19121         * po/nb.po:
19122         * po/nl.po:
19123         * po/or.po:
19124         * po/sq.po:
19125         * po/sr.po:
19126         * po/sv.po:
19127         * po/uk.po:
19128         * po/vi.po:
19129           update translations
19130
19131 2006-01-10  Michael Smith  <msmith@fluendo.com>
19132
19133         * gst/level/gstlevel.c: (gst_level_class_init),
19134         (gst_level_dispose):
19135           Don't leak filter arrays.
19136
19137 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19138
19139         reviewed by: Christian Schaller <uraeus@gnome.org>
19140         
19141         * configure.ac:
19142         * gst-plugins-good.spec.in:
19143         * sys/Makefile.am:
19144         * sys/sunaudio/Makefile.am:
19145         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19146         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19147         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19148         (gst_sunaudiomixer_change_state):
19149         * sys/sunaudio/gstsunaudiomixer.h:
19150         * sys/sunaudio/gstsunaudiomixerctrl.c:
19151         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19152         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19153         (gst_sunaudiomixer_ctrl_list_tracks),
19154         (gst_sunaudiomixer_ctrl_get_volume),
19155         (gst_sunaudiomixer_ctrl_set_volume),
19156         (gst_sunaudiomixer_ctrl_set_mute),
19157         (gst_sunaudiomixer_ctrl_set_record):
19158         * sys/sunaudio/gstsunaudiomixerctrl.h:
19159         * sys/sunaudio/gstsunaudiomixertrack.c:
19160         (gst_sunaudiomixer_track_class_init),
19161         (gst_sunaudiomixer_track_init), (fill_labels),
19162         (gst_sunaudiomixer_track_new):
19163         * sys/sunaudio/gstsunaudiomixertrack.h:
19164         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19165         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19166         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19167         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19168         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19169         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19170         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19171         * sys/sunaudio/gstsunaudiosink.h:
19172
19173         Add SunAudio plugin - tested to make sure it doesn't break
19174         the build under GNU/Linux.      
19175
19176 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19177
19178         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19179         * gst-plugins-good/gst/udp/gstudpsrc.c:
19180         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19181         overrides the port or multicast parameters. Fixes bugs #323021.
19182         API addition: adds GstUDPSrc::sockfd property   
19183
19184 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19185
19186         * ext/gconf/Makefile.am:
19187         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19188         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19189         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19190         (do_toggle_element), (cb_toggle_element),
19191         (gst_gconf_audio_src_change_state):
19192         * ext/gconf/gstgconfaudiosrc.h:
19193         * ext/gconf/gstgconfelements.c: (plugin_init):
19194         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19195         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19196         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19197         (do_toggle_element), (cb_toggle_element),
19198         (gst_gconf_video_src_change_state):
19199         * ext/gconf/gstgconfvideosrc.h:
19200           Add new gconfaudiosrc and gconfvideosrc elements
19201           (needed for gnome-sound-recorder).
19202
19203 2006-01-06  Edward Hervey  <edward@fluendo.com>
19204
19205         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19206         Add gst_element_no_more_pads() for proper decodebin behaviour.
19207         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19208         (parse_text_identification_frame), (parse_split_strings):
19209         Failure to decode some tags is not a GST_ERROR() but a
19210         GST_WARNING()
19211         When iterating over a chunk of text, check that we haven't gone too
19212         far.
19213
19214 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19215
19216         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19217         (plugin_init):
19218           call oil_init() when using liboil
19219
19220 2006-01-04  Wim Taymans  <wim@fluendo.com>
19221
19222         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19223         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19224         Fix leaks.
19225
19226 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19227
19228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19229
19230         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19231         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19232         (gst_flac_dec_change_state):
19233           Don't g_assert() where we should just return FALSE; remove
19234           unnecessary g_assert(); initialize some fields properly in
19235           state change function (fixes #325504). Also, use
19236           GST_DEBUG_OBJECT in two more places.
19237
19238 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19239
19240         * configure.ac:
19241           also remove smoothwave's Makefile.am
19242         * docs/plugins/Makefile.am:
19243           fix plugin docs
19244
19245 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19246
19247         * tests/examples/Makefile.am:
19248           added missing Makefile.am
19249
19250 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19251
19252         * configure.ac:
19253         * gst/level/Makefile.am:
19254         * gst/level/level-example.c:
19255         * tests/Makefile.am:
19256         * tests/examples/level/Makefile.am:
19257         * tests/examples/level/level-example.c: (message_handler), (main):
19258           moved level-example to tests/examples/level-example
19259         * tests/old/examples/level/demo.c: (main):
19260         * tests/old/examples/level/plot.c: (main):
19261           some initial fixes
19262
19263 2005-12-29  Michael Smith  <msmith@fluendo.com>
19264
19265         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19266         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19267         * gst/udp/gstmultiudpsink.h:
19268           Track packets sent per client in addition to bytes sent; provide
19269           this info through get-stats signal
19270
19271 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19272
19273         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19274           Can't use gst_object_unref() on a GstAdapter (#325191).
19275
19276 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19277
19278         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19279         If a broken tag has 0 bytes payload, at least still skip
19280         the 10 byte header
19281
19282 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19283
19284         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19285         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19286         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19287         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19288           Making these depayloaders (H263+ and mpeg4 video) inherit from
19289           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19290
19291 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19292
19293         * docs/plugins/gst-plugins-good-plugins.args:
19294         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19295         Regenerate the plugin hiearchy.
19296
19297 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19298
19299         * docs/plugins/Makefile.am:
19300         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19301         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19302         * docs/plugins/gst-plugins-good-plugins.args:
19303         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19304         (gst_id3demux_base_init), (gst_id3demux_class_init),
19305         (gst_id3demux_chain):
19306         * gst/id3demux/gstid3demux.h:
19307           Add documentation for id3demux.
19308           Don't fail if the first buffer is not at offset 0, just
19309           attempt to typefind and do pass through
19310           Rename the gst_type function from gst_gst_id3demux..
19311
19312 2005-12-20  Michael Smith  <msmith@fluendo.com>
19313
19314         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19315         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19316         (gst_multiudpsink_get_stats):
19317         * gst/udp/gstmultiudpsink.h:
19318           Collect statistics; return them from get_stats.
19319
19320 2005-12-19  Edward Hervey  <edward@fluendo.com>
19321
19322         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19323         Stupid signedness issue...
19324
19325 2005-12-19  Edward Hervey  <edward@fluendo.com>
19326
19327         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19328         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19329         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19330         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19331         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19332         Construct index for indexless files.
19333         Make sure pad/buffers are correctly reset to NULL once we don't need
19334         them anymore, else we get lovely segfaults/assertions.
19335         * gst/wavparse/gstwavparse.c:
19336         Yes, you can have 96KHz audio and wma in wav :(
19337
19338 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19339
19340         * configure.ac:
19341           Check for optional dependency on zlib for id3demux
19342
19343         * gst/id3demux/Makefile.am:
19344         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19345         (gst_id3demux_base_init), (gst_id3demux_class_init),
19346         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19347         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19348         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19349         (gst_id3demux_set_property), (gst_id3demux_get_property),
19350         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19351         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19352         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19353         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19354         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19355         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19356         (simple_find_peek), (simple_find_suggest),
19357         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19358         (plugin_init):
19359         * gst/id3demux/gstid3demux.h:
19360         * gst/id3demux/id3tags.c: (read_synch_uint),
19361         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19362         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19363         (id3demux_id3v2_frames_to_tag_list):
19364         * gst/id3demux/id3tags.h:
19365         * gst/id3demux/id3v2.4.0-frames.txt:
19366         * gst/id3demux/id3v2.4.0-structure.txt:
19367         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19368         (parse_comment_frame), (parse_text_identification_frame),
19369         (id3v2_tag_to_taglist), (parse_split_strings):
19370           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19371           otherwise it discards them. Works on my test files. 
19372
19373         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19374           Don't send EOS to a non-existing srcpad
19375           The debug category can be static
19376
19377 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19378
19379         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19380         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19381         * gst/multipart/multipartdemux.c:
19382           change some char* into char[]
19383
19384 2005-12-16  Wim Taymans  <wim@fluendo.com>
19385
19386         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19387         (gst_wavparse_other), (gst_wavparse_perform_seek),
19388         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19389         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19390         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19391         * gst/wavparse/gstwavparse.h:
19392         Use GstSegment to implement more seeking features.
19393
19394 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19395
19396         * gst/rtsp/rtspconnection.c:
19397           Add <netinet/in.h> include and move <arpa/inet.h> include
19398           to make things work on OpenBSD as well (fixes #323717;
19399           patch by: Benjamin Pineau)
19400
19401 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19402
19403         * gst/rtp/gstrtpspeexdepay.c:
19404         * gst/rtp/gstrtpspeexpay.c:
19405         Set clock rate to be fixed in 8000. It fixes bug #324012.
19406
19407 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19408
19409         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19410         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19411         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19412         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19413         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19414         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19415         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19416         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19417         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19418         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19419         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19420         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19421         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19422         * gst-plugins-good/gst/rtp/README:
19423         Fixed payload range in payloder caps. Removed payload range completely
19424         from depayloaders as they don't require payload type in their caps.
19425         In effect, there isn't any specific payload type for any given codec,
19426         only suggestions.
19427         Fixes bug #324011.
19428
19429 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19430
19431         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19432         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19433         (gst_videomixer_collected): Code cleanup and re-enabling 
19434         queued time validity check for correct EOS handling.
19435
19436 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19437
19438         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19439         (gst_oss_mixer_element_get_property),
19440         (gst_oss_mixer_element_change_state):
19441         Add 'device-name' property and fix state change function.
19442
19443 2005-12-13  Edward Hervey  <edward@fluendo.com>
19444
19445         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19446         If the speed of the file is null in the header, set the frame_time to
19447         the default setting of GST_SECOND / 70. Which is the default
19448         frame_delay for .fli files as stated in this document :
19449         http://www.compuphase.com/flic.htm
19450         Would be nice to have the time conversion done properly too (duration =
19451         flxh->frames * flxdec->frame_time)
19452
19453 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19454
19455         * docs/plugins/Makefile.am:
19456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19458         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19459         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19460         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19461         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19462         documentation for videomixer on my way with a funny sample
19463         pipeline.
19464
19465 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19466
19467         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19468         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19469         (gst_videomixer_update_queues), (gst_videomixer_collected):
19470         Fix caps negotiation. (#323896)
19471
19472 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19473
19474         * gst/matroska/matroska-demux.c:
19475         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19476           Set correct timestamps on audio laces, fixes playback of mp3 from
19477                 matroska.
19478
19479 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19480
19481         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19482         (gst_au_parse_class_init), (gst_au_parse_init),
19483         (gst_au_parse_dispose), (gst_au_parse_chain),
19484         (gst_au_parse_change_state), (plugin_init):
19485         * gst/auparse/gstauparse.h:
19486           Use gst_object_unref() for GstObjects instead of
19487           g_object_unref() and fix a mem leak in a debug
19488           statement; while we're at it, also borgify, use
19489           boilerplate macros and clean up a little bit.
19490
19491 2005-12-11  Edward Hervey  <edward@fluendo.com>
19492
19493         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19494         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19495         Added pull mode.
19496
19497 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19498
19499         * gst/goom/gstgoom.c:
19500         * gst/level/level-example.c: (main):
19501         * gst/smoothwave/demo-osssrc.c: (main):
19502           Use audiotestsrc instead of sinesrc (#323798).
19503
19504 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19505
19506         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19507           more debug-func-ptr usage
19508
19509 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19510
19511         * gst/flx/flx_color.c: (flx_colorspace_convert):
19512         * gst/flx/flx_color.h:
19513         * gst/flx/flx_fmt.h:
19514         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19515         * gst/flx/gstflxdec.h:
19516           Now flxdec works on big-endian machines as well.
19517
19518 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19519
19520         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19521         (gst_fenced_buffer_copy):
19522           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19523           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19524           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19525           and use GST_DEBUG_FUNCPTR for pad functions.
19526
19527 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19528
19529         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19530         (gst_flac_dec_class_init), (gst_flac_dec_init),
19531         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19532         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19533         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19534         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19535         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19536         (gst_flac_dec_change_state):
19537         * ext/flac/gstflacdec.h:
19538           Rewrite flacdec a bit, so that even seeking might work now. Most
19539           importantly, don't act upon any flow return values we get, just tell
19540           the decoder everything's dandy and act on the flow return values
19541           later on in the loop function. We don't want to mess up the internal
19542           decoder state for non-fatal things like flushing pads etc. Other
19543           than that, use GstSegment (segment seeks don't work yet though, but
19544           should be easy to add), use boilerplate macros, drop the superfluous
19545           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19546           lots of other things.
19547
19548 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19549
19550         * configure.ac:
19551           Update comment in OSS includes check.
19552
19553         * sys/oss/gstossdmabuffer.c:
19554         * sys/oss/gstosshelper.c:
19555         * sys/oss/gstossmixer.c:
19556         * sys/oss/gstossmixertrack.c:
19557         * sys/oss/gstosssink.c:
19558         * sys/oss/gstosssrc.c:
19559         * sys/oss/oss_probe.c:
19560           Don't assume the OSS soundcard.h include is always in
19561           the sys/ directory. Instead, use the existing defines
19562           from config.h to include the right file. Fixes
19563           compilation on OpenBSD 3.8 (#323718).
19564
19565 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19568         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19569         * docs/plugins/inspect/plugin-1394.xml:
19570         * docs/plugins/inspect/plugin-aasink.xml:
19571         * docs/plugins/inspect/plugin-alaw.xml:
19572         * docs/plugins/inspect/plugin-alpha.xml:
19573         * docs/plugins/inspect/plugin-alphacolor.xml:
19574         * docs/plugins/inspect/plugin-auparse.xml:
19575         * docs/plugins/inspect/plugin-autodetect.xml:
19576         * docs/plugins/inspect/plugin-avi.xml:
19577         * docs/plugins/inspect/plugin-cacasink.xml:
19578         * docs/plugins/inspect/plugin-cairo.xml:
19579         * docs/plugins/inspect/plugin-cutter.xml:
19580         * docs/plugins/inspect/plugin-debug.xml:
19581         * docs/plugins/inspect/plugin-dv.xml:
19582         * docs/plugins/inspect/plugin-efence.xml:
19583         * docs/plugins/inspect/plugin-effectv.xml:
19584         * docs/plugins/inspect/plugin-esdsink.xml:
19585         * docs/plugins/inspect/plugin-flac.xml:
19586         * docs/plugins/inspect/plugin-flxdec.xml:
19587         * docs/plugins/inspect/plugin-gconfelements.xml:
19588         * docs/plugins/inspect/plugin-goom.xml:
19589         * docs/plugins/inspect/plugin-jpeg.xml:
19590         * docs/plugins/inspect/plugin-level.xml:
19591         * docs/plugins/inspect/plugin-matroska.xml:
19592         * docs/plugins/inspect/plugin-mulaw.xml:
19593         * docs/plugins/inspect/plugin-multipart.xml:
19594         * docs/plugins/inspect/plugin-navigationtest.xml:
19595         * docs/plugins/inspect/plugin-ossaudio.xml:
19596         * docs/plugins/inspect/plugin-png.xml:
19597         * docs/plugins/inspect/plugin-rtp.xml:
19598         * docs/plugins/inspect/plugin-rtsp.xml:
19599         * docs/plugins/inspect/plugin-shout2send.xml:
19600         * docs/plugins/inspect/plugin-smpte.xml:
19601         * docs/plugins/inspect/plugin-speex.xml:
19602         * docs/plugins/inspect/plugin-udp.xml:
19603         * docs/plugins/inspect/plugin-videobox.xml:
19604         * docs/plugins/inspect/plugin-videoflip.xml:
19605         * docs/plugins/inspect/plugin-videomixer.xml:
19606         * docs/plugins/inspect/plugin-wavenc.xml:
19607         * docs/plugins/inspect/plugin-wavparse.xml:
19608         * ext/flac/gstflac.c: (plugin_init):
19609         * ext/flac/gstflacdec.c: (flacdec_get_type),
19610         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19611         (gst_flac_dec_init), (gst_flac_dec_finalize),
19612         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19613         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19614         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19615         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19616         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19617         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19618         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19619         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19620         * ext/flac/gstflacdec.h:
19621         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19622         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19623         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19624         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19625         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19626         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19627         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19628         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19629         (gst_flac_enc_change_state):
19630         * ext/flac/gstflacenc.h:
19631           borgify and fix up documentation
19632
19633 2005-12-09  Michael Smith  <msmith@fluendo.com>
19634
19635         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19636           Accept a wider range of flac files, more closely matching flac spec.
19637
19638 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19639
19640         * docs/plugins/Makefile.am: Add multipart elements.
19641         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19642         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19644         * gst/multipart/multipartdemux.c:
19645         * gst/multipart/multipartmux.c: Add docs.
19646
19647 2005-12-07  Edward Hervey  <edward@fluendo.com>
19648
19649         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19650         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19651         (gst_avi_demux_invert):
19652         Memleak and crasher fixes.
19653         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19654         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19655         Memleak fixes
19656
19657 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19658
19659         * ext/aalib/gstaasink.h:
19660         * ext/cairo/gsttextoverlay.h:
19661         * ext/dv/gstdvdec.h:
19662         * ext/dv/gstdvdemux.c:
19663         * ext/dv/gstdvdemux.h:
19664         * ext/esd/esdsink.h:
19665         * ext/flac/flac_compat.h:
19666         * ext/flac/gstflacdec.h:
19667         * ext/flac/gstflacenc.h:
19668         * ext/gconf/gconf.h:
19669         * ext/gconf/gstgconfaudiosink.h:
19670         * ext/gconf/gstgconfvideosink.h:
19671         * ext/gdk_pixbuf/gstgdkanimation.h:
19672         * ext/jpeg/gstjpegdec.h:
19673         * ext/jpeg/smokecodec.h:
19674         * ext/jpeg/smokeformat.h:
19675         * ext/ladspa/gstsignalprocessor.h:
19676         * ext/ladspa/search.c: (LADSPAPluginSearch):
19677         * ext/ladspa/utils.h:
19678         * ext/libmng/gstmng.c:
19679         * ext/libmng/gstmngdec.h:
19680         * ext/libmng/gstmngenc.c:
19681         * ext/libmng/gstmngenc.h:
19682         * ext/libpng/gstpng.c:
19683         * ext/libpng/gstpngenc.c:
19684         * ext/libpng/gstpngenc.h:
19685         * ext/shout2/gstshout2.h:
19686         * ext/speex/gstspeexdec.h:
19687         * ext/speex/gstspeexenc.c:
19688         * ext/speex/gstspeexenc.h:
19689         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19690         * gst/autodetect/gstautoaudiosink.h:
19691         * gst/autodetect/gstautovideosink.h:
19692         * gst/avi/gstavidemux.h:
19693         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19694         (gst_cutter_set_property), (gst_cutter_get_caps):
19695         * gst/cutter/gstcutter.h:
19696         * gst/debug/tests.c: (md5_process_block):
19697         * gst/debug/tests.h:
19698         * gst/effectv/gstwarp.c:
19699         * gst/flx/flx_fmt.h:
19700         * gst/flx/gstflxdec.h:
19701         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19702         (zoomFilterFastRGB):
19703         * gst/goom/filters.h:
19704         * gst/goom/goom_tools.h:
19705         * gst/law/alaw-encode.c:
19706         * gst/level/gstlevel.c:
19707         * gst/level/gstlevel.h:
19708         * gst/matroska/ebml-write.h:
19709         * gst/matroska/matroska-demux.h:
19710         * gst/matroska/matroska-ids.h:
19711         * gst/matroska/matroska-mux.h:
19712         * gst/monoscope/convolve.c: (convolve_match):
19713         * gst/monoscope/convolve.h:
19714         * gst/multipart/multipartmux.c:
19715         * gst/oldcore/gstaggregator.c:
19716         * gst/oldcore/gstaggregator.h:
19717         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19718         * gst/oldcore/gstmd5sink.h:
19719         * gst/oldcore/gstmultifilesrc.c:
19720         * gst/oldcore/gstmultifilesrc.h:
19721         * gst/oldcore/gstpipefilter.h:
19722         * gst/oldcore/gstshaper.h:
19723         * gst/rtp/gstrtpL16depay.h:
19724         * gst/rtp/gstrtpL16pay.h:
19725         * gst/rtp/gstrtpdepay.h:
19726         * gst/rtp/gstrtpmp4vpay.c:
19727         * gst/rtp/gstrtpmp4vpay.h:
19728         * gst/rtsp/gstrtspsrc.c:
19729         * gst/rtsp/gstrtspsrc.h:
19730         * gst/rtsp/rtspconnection.h:
19731         * gst/rtsp/rtspdefs.h:
19732         * gst/rtsp/rtspmessage.h:
19733         * gst/rtsp/rtsptransport.h:
19734         * gst/rtsp/rtspurl.c:
19735         * gst/rtsp/rtspurl.h:
19736         * gst/rtsp/sdpmessage.c:
19737         * gst/rtsp/sdpmessage.h:
19738         * gst/smpte/barboxwipes.c:
19739         * gst/smpte/gstmask.h:
19740         * gst/smpte/gstsmpte.h:
19741         * gst/smpte/paint.c:
19742         * gst/smpte/paint.h:
19743         * gst/udp/gstdynudpsink.h:
19744         * gst/udp/gstmultiudpsink.h:
19745         * gst/udp/gstudpsink.c:
19746         * gst/udp/gstudpsink.h:
19747         * gst/udp/gstudpsrc.c:
19748         * gst/videomixer/videomixer.c:
19749         * gst/wavenc/riff.h:
19750         * gst/wavparse/gstwavparse.h:
19751         * sys/oss/gstossdmabuffer.h:
19752         * sys/oss/gstossmixer.h:
19753         * sys/oss/gstossmixerelement.h:
19754         * sys/oss/gstossmixertrack.h:
19755         * sys/oss/gstosssink.c:
19756         * sys/oss/gstosssink.h:
19757         * sys/oss/gstosssrc.c:
19758         * sys/oss/gstosssrc.h:
19759         * sys/osxaudio/gstosxaudioelement.h:
19760         * sys/osxaudio/gstosxaudiosink.h:
19761         * sys/osxaudio/gstosxaudiosrc.h:
19762           expand tabs
19763
19764 === release 0.10.0 ===
19765
19766 2005-12-05   <thomas (at) apestaart (dot) org>
19767
19768         * configure.ac:
19769           releasing 0.10.0, "Abondance"
19770
19771 2005-12-05  Andy Wingo  <wingo@pobox.com>
19772
19773         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19774         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19775         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19777         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19778         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19779         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19780         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19781         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19782         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19783         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19784         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19785         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19786         * gst/goom/gstgoom.c: (gst_goom_chain):
19787         * gst/matroska/matroska-demux.c:
19788         (gst_matroska_demux_push_vorbis_codec_priv_data),
19789         (gst_matroska_demux_add_wvpk_header):
19790         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19791         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19792         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19793         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19794         alloc_buffer changes.
19795
19796 2005-12-05  Michael Smith  <msmith@fluendo.com>
19797
19798         * docs/plugins/gst-plugins-good-plugins.args:
19799           Remove args for plugins that aren't in -good.
19800
19801 === release 0.9.7 ===
19802
19803 2005-12-01   <thomas (at) apestaart (dot) org>
19804
19805         * configure.ac:
19806           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19807
19808 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19809
19810         * docs/plugins/.cvsignore:
19811         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19812         * docs/plugins/inspect/plugin-multipart.xml:
19813         * docs/plugins/inspect/plugin-rtp.xml:
19814           add multipart plugin to docs
19815
19816 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19817
19818         * configure.ac:
19819         * ext/Makefile.am:
19820         * ext/pango/Makefile.am:
19821         * ext/pango/gstclockoverlay.c:
19822         * ext/pango/gstclockoverlay.h:
19823         * ext/pango/gsttextoverlay.c:
19824         * ext/pango/gsttextoverlay.h:
19825         * ext/pango/gsttextrender.c:
19826         * ext/pango/gsttextrender.h:
19827         * ext/pango/gsttimeoverlay.c:
19828         * ext/pango/gsttimeoverlay.h:
19829           move pango to base
19830
19831 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19832
19833         * gst/rtp/Makefile.am:
19834         * gst/rtp/gstrtpL16depay.c:
19835         * gst/rtp/gstrtpL16depay.h:
19836         * gst/rtp/gstrtpL16parse.c:
19837         * gst/rtp/gstrtpL16parse.h:
19838         * gst/rtp/gstrtpgsmdepay.c:
19839         * gst/rtp/gstrtpgsmdepay.h:
19840         * gst/rtp/gstrtpgsmparse.c:
19841         * gst/rtp/gstrtpgsmparse.h:
19842           parsers are depayers
19843
19844 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19845
19846         * gst/rtp/Makefile.am:
19847         * gst/rtp/gstasteriskh263.c:
19848         * gst/rtp/gstrtp.c:
19849         * gst/rtp/gstrtpL16enc.c:
19850         * gst/rtp/gstrtpL16enc.h:
19851         * gst/rtp/gstrtpL16parse.c:
19852         * gst/rtp/gstrtpL16parse.h:
19853         * gst/rtp/gstrtpL16pay.c:
19854         * gst/rtp/gstrtpL16pay.h:
19855         * gst/rtp/gstrtpamrdec.c:
19856         * gst/rtp/gstrtpamrdec.h:
19857         * gst/rtp/gstrtpamrdepay.c:
19858         * gst/rtp/gstrtpamrdepay.h:
19859         * gst/rtp/gstrtpamrenc.c:
19860         * gst/rtp/gstrtpamrenc.h:
19861         * gst/rtp/gstrtpamrpay.c:
19862         * gst/rtp/gstrtpamrpay.h:
19863         * gst/rtp/gstrtpdec.c:
19864         * gst/rtp/gstrtpdec.h:
19865         * gst/rtp/gstrtpdepay.c:
19866         * gst/rtp/gstrtpdepay.h:
19867         * gst/rtp/gstrtpg711dec.c:
19868         * gst/rtp/gstrtpg711dec.h:
19869         * gst/rtp/gstrtpg711depay.c:
19870         * gst/rtp/gstrtpg711depay.h:
19871         * gst/rtp/gstrtpg711enc.c:
19872         * gst/rtp/gstrtpg711enc.h:
19873         * gst/rtp/gstrtpg711pay.c:
19874         * gst/rtp/gstrtpg711pay.h:
19875         * gst/rtp/gstrtpgsmenc.c:
19876         * gst/rtp/gstrtpgsmenc.h:
19877         * gst/rtp/gstrtpgsmparse.c:
19878         * gst/rtp/gstrtpgsmparse.h:
19879         * gst/rtp/gstrtpgsmpay.c:
19880         * gst/rtp/gstrtpgsmpay.h:
19881         * gst/rtp/gstrtph263enc.c:
19882         * gst/rtp/gstrtph263enc.h:
19883         * gst/rtp/gstrtph263pay.c:
19884         * gst/rtp/gstrtph263pay.h:
19885         * gst/rtp/gstrtph263pdec.c:
19886         * gst/rtp/gstrtph263pdec.h:
19887         * gst/rtp/gstrtph263pdepay.c:
19888         * gst/rtp/gstrtph263pdepay.h:
19889         * gst/rtp/gstrtph263penc.c:
19890         * gst/rtp/gstrtph263penc.h:
19891         * gst/rtp/gstrtph263ppay.c:
19892         * gst/rtp/gstrtph263ppay.h:
19893         * gst/rtp/gstrtpmp4vdec.c:
19894         * gst/rtp/gstrtpmp4vdec.h:
19895         * gst/rtp/gstrtpmp4vdepay.c:
19896         * gst/rtp/gstrtpmp4vdepay.h:
19897         * gst/rtp/gstrtpmp4venc.c:
19898         * gst/rtp/gstrtpmp4venc.h:
19899         * gst/rtp/gstrtpmp4vpay.c:
19900         * gst/rtp/gstrtpmp4vpay.h:
19901         * gst/rtp/gstrtpmpadec.c:
19902         * gst/rtp/gstrtpmpadec.h:
19903         * gst/rtp/gstrtpmpadepay.c:
19904         * gst/rtp/gstrtpmpadepay.h:
19905         * gst/rtp/gstrtpmpaenc.c:
19906         * gst/rtp/gstrtpmpaenc.h:
19907         * gst/rtp/gstrtpmpapay.c:
19908         * gst/rtp/gstrtpmpapay.h:
19909         * gst/rtp/gstrtpspeexdec.c:
19910         * gst/rtp/gstrtpspeexdec.h:
19911         * gst/rtp/gstrtpspeexdepay.c:
19912         * gst/rtp/gstrtpspeexdepay.h:
19913         * gst/rtp/gstrtpspeexenc.c:
19914         * gst/rtp/gstrtpspeexenc.h:
19915         * gst/rtp/gstrtpspeexpay.c:
19916         * gst/rtp/gstrtpspeexpay.h:
19917           Do burger's rename for rtp payloaders and depayloaders
19918
19919 2005-11-30  Wim Taymans  <wim@fluendo.com>
19920
19921         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19922         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19923         * ext/dv/gstdvdemux.h:
19924         Fix seeking in dvdemux again, add some more debug info.
19925
19926 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19927
19928         * configure.ac:
19929           fix tests
19930
19931 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19932
19933         * PORTED_09:
19934         * docs/random/PORTED_09:
19935           move
19936         * tests/Makefile.am:
19937           add
19938         * win32/gst.sln:
19939           remove
19940
19941 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19942
19943         * Makefile.am:
19944         * check/.cvsignore:
19945         * check/Makefile.am:
19946         * check/elements/.cvsignore:
19947         * check/elements/level.c:
19948         * check/elements/matroskamux.c:
19949         * configure.ac:
19950         * examples/Makefile.am:
19951         * examples/capsfilter/Makefile.am:
19952         * examples/capsfilter/capsfilter1.c:
19953         * examples/gob/Makefile.am:
19954         * examples/gob/gst-identity2.gob:
19955         * examples/gstplay/.cvsignore:
19956         * examples/gstplay/Makefile.am:
19957         * examples/gstplay/player.c:
19958         * examples/indexing/.cvsignore:
19959         * examples/indexing/Makefile.am:
19960         * examples/indexing/indexmpeg.c:
19961         * examples/level/Makefile.am:
19962         * examples/level/README:
19963         * examples/level/demo.c:
19964         * examples/level/plot.c:
19965         * examples/stats/Makefile.am:
19966         * examples/stats/mp2ogg.c:
19967         * examples/switch/.cvsignore:
19968         * examples/switch/Makefile.am:
19969         * examples/switch/switcher.c:
19970           move under tests/
19971
19972 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19973
19974         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19975         (gst_text_render_class_init), (resize_bitmap),
19976         (gst_text_render_render_text), (gst_text_render_setcaps),
19977         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19978         (gst_text_render_chain), (gst_text_render_finalize),
19979         (gst_text_render_init), (gst_text_render_set_property):
19980         * ext/pango/gsttextrender.h:
19981           Add missing files.
19982
19983 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19984
19985         * configure.ac:
19986         * ext/Makefile.am:
19987         * ext/pango/Makefile.am:
19988         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19989         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19990         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19991         * ext/pango/gstclockoverlay.h:
19992         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19993         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19994         (gst_text_overlay_finalize), (gst_text_overlay_init),
19995         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19996         (gst_text_overlay_text_pad_linked),
19997         (gst_text_overlay_text_pad_unlinked),
19998         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19999         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20000         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20001         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20002         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20003         (gst_text_overlay_change_state), (plugin_init):
20004         * ext/pango/gsttextoverlay.h:
20005         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20006         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20007         (gst_time_overlay_class_init), (gst_time_overlay_init):
20008         * ext/pango/gsttimeoverlay.h:
20009           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20010           and add background shading and text wrapping modes. Make 
20011           timoverlay derive from textoverlay. Also add new clockoverlay
20012           element.
20013
20014 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20015
20016         * gst/udp/Makefile.am: Moved to netbuffer.
20017
20018 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20019
20020         * configure.ac:
20021         * PORTED_O9:
20022         * gst/multipart/Makefile.am:
20023         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20024         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20025         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20026         (gst_multipart_demux_change_state),
20027         (gst_multipart_demux_plugin_init):
20028         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20029         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20030         (gst_multipart_mux_sinkconnect),
20031         (gst_multipart_mux_request_new_pad),
20032         (gst_multipart_mux_handle_src_event),
20033         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20034         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20035         0.9.
20036
20037 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20038
20039         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20040         * gst/debug/gstnavigationtest.h:
20041         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20042         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20043         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20044         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20045         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20046         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20047         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20048         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20049         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20050         (gst_video_flip_get_type):
20051         * gst/videofilter/gstvideoflip.h:
20052           update for symbols change
20053
20054 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * gst/udp/gstdynudpsink.c:
20057         * gst/udp/gstudpsrc.c:
20058           the old gstnet lib was renamed gstnetbuffer (#322257)
20059
20060 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20061
20062         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20063         (gst_text_overlay_collected):
20064           Actually render the text from the text pad.
20065
20066 2005-11-29  Edward Hervey  <edward@fluendo.com>
20067
20068         * gst/debug/gstnavseek.c: (gst_navseek_event):
20069         * gst/debug/progressreport.c: (gst_progress_report_event):
20070         Update for GstBaseTransform event virtual method
20071
20072 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20073
20074         * ext/cairo/Makefile.am:
20075           no need to link to videofilter
20076
20077 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20078
20079         * gst/debug/Makefile.am:
20080         * gst/debug/gstnavigationtest.h:
20081         * gst/effectv/Makefile.am:
20082         * gst/effectv/gstaging.c:
20083         * gst/effectv/gstdice.c:
20084         * gst/effectv/gstedge.c:
20085         * gst/effectv/gstquark.c:
20086         * gst/effectv/gstrev.c:
20087         * gst/effectv/gstshagadelic.c:
20088         * gst/effectv/gstvertigo.c:
20089         * gst/effectv/gstwarp.c:
20090         * gst/videofilter/Makefile.am:
20091         * gst/videofilter/gstvideofilter.c:
20092         * gst/videofilter/gstvideofilter.h:
20093         * gst/videofilter/gstvideoflip.h:
20094           remove the videofilter library and link to the one in base
20095
20096 2005-11-28  Edward Hervey  <edward@fluendo.com>
20097
20098         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20099         Useless check now we're setting the current entry correctly.
20100
20101 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20102
20103         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20104         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20105         (gst_jpegenc_change_state):
20106           Don't leak input buffer in chain function (fixes #322667); make 
20107           state change function thread-safe; don't repeat the current function
20108           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20109           gst_pad_alloc_buffer(); misc. minor cleanups.
20110
20111 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20112
20113         * gst/matroska/matroska-mux.c:
20114         (gst_matroska_mux_video_pad_setcaps):
20115         Look for pixel-aspect-ratio in caps, not pixel_width and
20116         pixel_height (Fixes: #322645)
20117
20118 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20119
20120         * gst/matroska/matroska-mux.c:
20121         (gst_matroska_mux_video_pad_setcaps):
20122         From Michal Benes:
20123         frame duration should be GST_SECOND / framerate, not
20124         GST_SECOND * framerate. (Fixes: #322643)
20125
20126 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * configure.ac:
20129           fix up GST_PLUGIN_LDFLAGS
20130         * gst/rtsp/rtspconnection.c:
20131           fix includes (see #317043)
20132         * gst/videofilter/Makefile.am:
20133           stop installing this library
20134
20135 2005-11-26  Edward Hervey  <edward@fluendo.com>
20136
20137         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20138         Handle the case where the incoming Video dv stream doesn't have
20139         a pixel aspect ratio set.
20140
20141 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20142
20143         * docs/plugins/Makefile.am:
20144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20145         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20146         * ext/flac/gstflacdec.c:
20147           document flacdec
20148
20149 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20150
20151         * docs/plugins/Makefile.am:
20152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20154         * docs/plugins/inspect/plugin-autodetect.xml:
20155         * ext/cairo/gstcairo.c: (plugin_init):
20156         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20157         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20158         (gst_text_overlay_init), (gst_text_overlay_font_init),
20159         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20160         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20161         (gst_text_overlay_text_pad_linked),
20162         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20163         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20164         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20165         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20166         (gst_text_overlay_change_state):
20167         * ext/cairo/gsttextoverlay.h:
20168         * ext/cairo/gsttimeoverlay.c:
20169         (gst_cairo_time_overlay_update_font_height),
20170         (gst_cairo_time_overlay_set_caps),
20171         (gst_cairo_time_overlay_get_unit_size),
20172         (gst_cairo_time_overlay_print_smpte_time),
20173         (gst_cairo_time_overlay_transform),
20174         (gst_cairo_time_overlay_base_init),
20175         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20176         (gst_cairo_time_overlay_get_type):
20177         * ext/cairo/gsttimeoverlay.h:
20178           do some name borgifying
20179           document
20180
20181 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20182
20183         * docs/plugins/Makefile.am:
20184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20186         * gst/autodetect/gstautoaudiosink.c:
20187         (gst_auto_audio_sink_base_init):
20188         * gst/autodetect/gstautovideosink.c:
20189         (gst_auto_video_sink_base_init),
20190         (gst_auto_video_sink_factory_filter):
20191           documenting auto*sink
20192           using strstr for the video sink lookup, class field is not ordered
20193         * docs/plugins/inspect/plugin-1394.xml:
20194         * docs/plugins/inspect/plugin-aasink.xml:
20195         * docs/plugins/inspect/plugin-alaw.xml:
20196         * docs/plugins/inspect/plugin-alpha.xml:
20197         * docs/plugins/inspect/plugin-alphacolor.xml:
20198         * docs/plugins/inspect/plugin-auparse.xml:
20199         * docs/plugins/inspect/plugin-autodetect.xml:
20200         * docs/plugins/inspect/plugin-avi.xml:
20201         * docs/plugins/inspect/plugin-cacasink.xml:
20202         * docs/plugins/inspect/plugin-cairo.xml:
20203         * docs/plugins/inspect/plugin-cutter.xml:
20204         * docs/plugins/inspect/plugin-debug.xml:
20205         * docs/plugins/inspect/plugin-dv.xml:
20206         * docs/plugins/inspect/plugin-efence.xml:
20207         * docs/plugins/inspect/plugin-effectv.xml:
20208         * docs/plugins/inspect/plugin-esdsink.xml:
20209         * docs/plugins/inspect/plugin-flac.xml:
20210         * docs/plugins/inspect/plugin-flxdec.xml:
20211         * docs/plugins/inspect/plugin-gconfelements.xml:
20212         * docs/plugins/inspect/plugin-goom.xml:
20213         * docs/plugins/inspect/plugin-jpeg.xml:
20214         * docs/plugins/inspect/plugin-level.xml:
20215         * docs/plugins/inspect/plugin-matroska.xml:
20216         * docs/plugins/inspect/plugin-mulaw.xml:
20217         * docs/plugins/inspect/plugin-navigationtest.xml:
20218         * docs/plugins/inspect/plugin-ossaudio.xml:
20219         * docs/plugins/inspect/plugin-png.xml:
20220         * docs/plugins/inspect/plugin-rtp.xml:
20221         * docs/plugins/inspect/plugin-rtsp.xml:
20222         * docs/plugins/inspect/plugin-shout2send.xml:
20223         * docs/plugins/inspect/plugin-smpte.xml:
20224         * docs/plugins/inspect/plugin-speex.xml:
20225         * docs/plugins/inspect/plugin-udp.xml:
20226         * docs/plugins/inspect/plugin-videobox.xml:
20227         * docs/plugins/inspect/plugin-videoflip.xml:
20228         * docs/plugins/inspect/plugin-videomixer.xml:
20229         * docs/plugins/inspect/plugin-wavenc.xml:
20230         * docs/plugins/inspect/plugin-wavparse.xml:
20231           update for HEAD version
20232
20233 2005-11-25  Michael Smith  <msmith@fluendo.com>
20234
20235         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20236           Patch from Sebastien Cote to close control sockets in udpsrc.
20237
20238 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20239
20240         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20241         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20242         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20243         (gst_quarktv_base_init), (gst_quarktv_class_init),
20244         (gst_quarktv_init): Flush the planes list on reverse caps
20245         negotiation. This was crashing because of differently sized
20246         buffers.
20247
20248 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20249
20250         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20251         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20252         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20253         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20254         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20255         (gst_videoflip_set_property), (gst_videoflip_base_init),
20256         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20257         correctly, fix identity flipping, convert navigation event 
20258         correctly again.
20259
20260 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20261
20262         * configure.ac: back to HEAD
20263
20264 === release 0.9.6 ===
20265
20266 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20267
20268         * configure.ac:
20269           releasing 0.9.6, "Everything's Not Lost"
20270
20271 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20272
20273         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20274         Oops, initialise the framerate GValue
20275
20276 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20277
20278         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20279         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20280         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20281         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20282         (gst_timeoverlay_get_type):
20283         * ext/cairo/gsttimeoverlay.h:
20284         * gst/debug/Makefile.am:
20285         * gst/debug/gstnavigationtest.c:
20286         (gst_navigationtest_handle_src_event),
20287         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20288         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20289         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20290         (gst_navigationtest_init), (gst_navigationtest_get_type),
20291         (plugin_init):
20292         * gst/debug/gstnavigationtest.h:
20293         * gst/effectv/Makefile.am:
20294         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20295         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20296         (gst_agingtv_base_init), (gst_agingtv_class_init),
20297         (gst_agingtv_init), (gst_agingtv_get_type):
20298         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20299         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20300         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20301         (gst_dicetv_get_type):
20302         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20303         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20304         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20305         (gst_edgetv_get_type):
20306         * gst/effectv/gsteffectv.c:
20307         * gst/effectv/gsteffectv.h:
20308         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20309         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20310         (gst_quarktv_change_state), (gst_quarktv_base_init),
20311         (gst_quarktv_class_init), (gst_quarktv_init),
20312         (gst_quarktv_get_type):
20313         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20314         (gst_revtv_get_unit_size), (gst_revtv_transform),
20315         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20316         (gst_revtv_get_type):
20317         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20318         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20319         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20320         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20321         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20322         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20323         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20324         (gst_vertigotv_init), (gst_vertigotv_get_type):
20325         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20326         (gst_warptv_get_unit_size), (gst_warptv_transform),
20327         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20328         (gst_warptv_get_type):
20329         * gst/videofilter/Makefile.am:
20330         * gst/videofilter/gstvideobalance.c:
20331         * gst/videofilter/gstvideobalance.h:
20332         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20333         (gst_videofilter_class_init), (gst_videofilter_init):
20334         * gst/videofilter/gstvideofilter.h:
20335         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20336         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20337         (gst_videoflip_flip), (gst_videoflip_transform),
20338         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20339         (gst_videoflip_base_init), (gst_videoflip_class_init),
20340         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20341         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20342         BaseTransform, it's just a place holder for now and every video
20343         effect plugin has been ported to use BaseTransform features 
20344         directly. QuarkTV was fixed too (was broken), navigationtest works
20345         and best for the end, videoflip converts navigation events depending
20346         on flip method ! Fixes #320953
20347
20348 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20349
20350         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20351         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20352         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20353         (gst_goom_src_negotiate), (gst_goom_chain):
20354         * gst/matroska/matroska-mux.c:
20355         (gst_matroska_mux_video_pad_setcaps):
20356         * sys/osxvideo/osxvideosink.m:
20357           Fixes for API changes
20358
20359 2005-11-23  Michael Smith <msmith@fluendo.com>
20360
20361         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20362         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20363         * ext/jpeg/gstjpegdec.h:
20364         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20365         * ext/jpeg/gstjpegenc.h:
20366         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20367         (gst_smokeenc_resync):
20368         * ext/jpeg/gstsmokeenc.h:
20369           JPEG fractiony goodness.
20370
20371 2005-11-22  Michael Smith <msmith@fluendo.com>
20372
20373         * gst/goom/filters.c:
20374         * gst/goom/graphic.h:
20375           Fix compilation by making some functions static inline instead of
20376           extern inline, matching the way they're used.
20377
20378 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20379
20380         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20381         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20382         * ext/cairo/gsttextoverlay.h:
20383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20384         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20385         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20386         (gst_pngdec_caps_create_and_set):
20387         * ext/libpng/gstpngdec.h:
20388         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20389         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20390         * gst/avi/gstavimux.c: (gst_avimux_init),
20391         (gst_avimux_vidsinkconnect):
20392         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20393         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20394         (gst_goom_src_negotiate), (gst_goom_chain):
20395         * gst/goom/gstgoom.h:
20396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20397         * gst/matroska/matroska-mux.c:
20398         (gst_matroska_mux_video_pad_setcaps):
20399         * sys/osxvideo/osxvideosink.h:
20400         * sys/osxvideo/osxvideosink.m:
20401           More fractional framerate conversions 
20402
20403 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20404
20405         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20406         * gst/debug/gstnavigationtest.c:
20407         (gst_navigationtest_handle_src_event):
20408         * gst/videofilter/gstvideofilter.c:
20409         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20410         (gst_videofilter_init):
20411         * gst/videofilter/gstvideofilter.h:
20412           Convert to fractional framerates.
20413
20414 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20415
20416         * ext/aalib/gstaasink.c:
20417         * ext/dv/gstdvdec.c:
20418         * ext/esd/esdmon.c:
20419         * ext/flac/gstflacenc.c:
20420         * ext/gdk_pixbuf/pixbufscale.c:
20421         * ext/libcaca/gstcacasink.c:
20422         * ext/shout2/gstshout2.c:
20423         * gst/alpha/gstalpha.c:
20424         * gst/oldcore/gstaggregator.c:
20425         * gst/oldcore/gstshaper.c:
20426         * gst/smpte/barboxwipes.c:
20427         * gst/smpte/gstsmpte.c:
20428         * gst/videobox/gstvideobox.c:
20429         * gst/videofilter/gstvideoflip.c:
20430         * gst/videomixer/videomixer.c:
20431           fix up more enums
20432
20433 2005-11-22  Michael Smith <msmith@fluendo.com>
20434
20435         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20436         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20437         (gst_videomixer_update_queues):
20438           Fractional framerates, videomixer.
20439
20440 2005-11-22  Michael Smith <msmith@fluendo.com>
20441
20442         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20443         * ext/dv/gstdvdec.h:
20444         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20445         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20446         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20447         (gst_dvdemux_flush):
20448         * ext/dv/gstdvdemux.h:
20449           Fractional framerates for DV. 
20450
20451 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20452
20453         * gst/autodetect/gstautoaudiosink.c:
20454         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20455         * gst/autodetect/gstautovideosink.c:
20456         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20457           Use gst_plugin_feature_list_free() to free feature list and
20458           in the case of autovideosink free the list at all. Also
20459           miscellaneous cosmetic fixes.
20460
20461 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20462
20463         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20464         (gst_cutter_set_property), (gst_cutter_get_caps):
20465           copy calculation code from level; remove use of some audio
20466           functions
20467
20468 2005-11-22  Andy Wingo  <wingo@pobox.com>
20469
20470         * Update for gst_tag_setter API changes.
20471
20472 2005-11-22  Andy Wingo  <wingo@pobox.com>
20473
20474         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20475         (gst_dvdemux_demux_frame)
20476         * ext/flac/gstflacdec.c (gst_flacdec_write)
20477         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20478         (gst_flacenc_sink_event)
20479         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20480         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20481         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20482         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20483         * gst/auparse/gstauparse.c (gst_auparse_chain)
20484         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20485         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20486         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20487         (gst_avi_demux_handle_seek)
20488         * gst/goom/gstgoom.c (gst_goom_event)
20489         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20490         * gst/matroska/matroska-demux.c
20491         (gst_matroska_demux_handle_seek_event)
20492         (gst_matroska_demux_loop_stream_parse_id)
20493         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20494         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20495         (gst_wavparse_stream_headers): Run update-funcnames.
20496
20497 2005-11-22  Edward Hervey  <edward@fluendo.com>
20498
20499         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20500         (gst_dv1394src_init), (gst_dv1394src_dispose),
20501         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20502         (gst_dv1394src_uri_set_uri):
20503         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20504         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20505         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20506         URIHandler interface and element properties are now properly
20507         synchronized for DV1394src and UDPSrc
20508
20509 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20510
20511         * ext/flac/Makefile.am:
20512         * ext/speex/Makefile.am:
20513           libgsttagedit has been renamed to libgsttag.
20514
20515 2005-11-21  Wim Taymans  <wim@fluendo.com>
20516
20517         * gst/rtsp/rtspconnection.c: (read_body):
20518         Apply patch from Sebastien Cote to fix #319184.
20519
20520 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * configure.ac:
20523         * gst/cutter/Makefile.am:
20524         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20525         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20526         (gst_cutter_set_property), (gst_cutter_get_property),
20527         (plugin_init), (gst_cutter_get_caps):
20528           port cutter
20529         * gst/level/gstlevel.c:
20530           fix up plugin details
20531
20532 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20533
20534         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20535         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20536         (gst_flacdec_src_event):
20537         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20538         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20539         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20541         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20542         (gst_flxdec_sink_event_handler):
20543         * gst/matroska/matroska-demux.c:
20544         (gst_matroska_demux_handle_seek_event):
20545         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20546           Update for stream lock API changes: don't take stream log
20547           in sink event handlers any longer and change GST_STREAM_LOCK
20548           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20549           functions.
20550
20551 2005-11-21  Michael Smith <msmith@fluendo.com>
20552
20553         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20554           gst_object_unref, not g_object_unref
20555
20556 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20557
20558         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20559         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20560           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20561
20562 2005-11-21  Michael Smith <msmith@fluendo.com>
20563
20564         * gst/auparse/Makefile.am:
20565         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20566         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20567         (gst_auparse_change_state):
20568         * gst/auparse/gstauparse.h:
20569           Partially fix #161712. playbin still doesn't work on these files,
20570           (on the bug report, Andy says we aren't typefinding it for some
20571           reason?) but at least auparse isn't totally busted like it was before.
20572
20573 2005-11-21  Andy Wingo  <wingo@pobox.com>
20574
20575         * *.h:
20576         * *.c: Ran scripts/update-macros. Oh yes.
20577
20578 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20581           Filler events are gone for now, comment out section generating
20582           them.
20583
20584 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20585
20586         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20587         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20588         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20589         * sys/osxvideo/osxvideosink.m:
20590           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20591           (#322027)
20592
20593 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20594
20595         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20596         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20597         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20598         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20599         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20600         (gst_avi_demux_stream_data):
20601         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20602         * gst/wavenc/gstwavenc.c: (write_metadata):
20603         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20604         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20605         Fixes for GST_FOURCC_FORMAT API change.
20606
20607 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20608
20609         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20610         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20611         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20612         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20613         (gst_text_overlay_change_state):
20614         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20615         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20616         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20617         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20618         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20619         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20620         (gst_videomixer_change_state):
20621           Fix for collect pads API change. Also fix textoverlay state
20622           change function.
20623
20624 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20625
20626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20627         GST_PAD_IS_USABLE by something approaching it.
20628
20629 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20630
20631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20632         API changes.
20633         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20634         but also fix the code that was not checking return values from
20635         pad_push neither using pad_alloc_buffer.
20636
20637 2005-11-18  Edward Hervey  <edward@fluendo.com>
20638
20639         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20640         (gst_pngenc_chain):
20641         Added debug category
20642         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20643         goes to EOS.
20644
20645 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20646
20647         * gst/rtp/Makefile.am
20648         * gst/rtp/gstrtp.c
20649         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20650         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20651         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20652         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20653         * gst/rtp/gstrtpg711enc.h:
20654         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20655         * gst/rtp/gstrtpspeexenc.c:
20656         * gst/rtp/gstrtpspeexenc.h:
20657         * gst/rtp/gstrtpspeexdec.c:
20658         * gst/rtp/gstrtpspeexdec.h:
20659         Created Speex payloader and depayloader; Optimize G711 payloader to
20660         use adapter and send packets until MTU size.
20661
20662 2005-11-16  Wim Taymans  <wim@fluendo.com>
20663
20664         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20665         Fix leak in check.
20666
20667 2005-11-16  Wim Taymans  <wim@fluendo.com>
20668
20669         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20670         Fix state change.
20671
20672 2005-11-16  Andy Wingo  <wingo@pobox.com>
20673
20674         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20675         (gst_udpsrc_create): Move comment.
20676
20677 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20678
20679         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20680
20681         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20682           When seeking, seek to closest index entry at or before the requested
20683           seek position, not just the closest one (#321001).
20684
20685 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20686
20687         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20688         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20689           Invert DIB images again (see #132341).
20690
20691 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20692
20693         * configure.ac:
20694           rework configure.ac file
20695         * ext/aalib/gstaasink.c:
20696         * ext/cairo/gstcairo.c:
20697         * ext/dv/gstdv.c:
20698         * ext/esd/gstesd.c:
20699         * ext/flac/gstflac.c:
20700         * ext/gconf/gstgconfelements.c:
20701         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20702         * ext/jpeg/gstjpeg.c:
20703         * ext/ladspa/gstladspa.c:
20704         * ext/libcaca/gstcacasink.c:
20705         * ext/libmng/gstmng.c:
20706         * ext/libpng/gstpng.c:
20707         * ext/mikmod/gstmikmod.c:
20708         * ext/pango/gsttextoverlay.c:
20709         * ext/pango/gsttimeoverlay.c:
20710         * ext/raw1394/gst1394.c:
20711         * ext/speex/gstspeex.c:
20712         * gst/alpha/Makefile.am:
20713         * gst/alpha/gstalpha.c:
20714         * gst/alpha/gstalphacolor.c:
20715         * gst/auparse/gstauparse.c:
20716         * gst/autodetect/gstautoaudiosink.c:
20717         (gst_auto_audio_sink_factory_filter),
20718         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20719         * gst/autodetect/gstautodetect.c:
20720         * gst/avi/gstavi.c:
20721         * gst/cutter/gstcutter.c:
20722         * gst/debug/efence.c:
20723         * gst/debug/gstdebug.c:
20724         * gst/debug/gstnavigationtest.c:
20725         * gst/effectv/gsteffectv.c:
20726         * gst/flx/gstflxdec.c:
20727         * gst/goom/gstgoom.c:
20728         * gst/interleave/plugin.c:
20729         * gst/law/alaw.c:
20730         * gst/law/mulaw.c:
20731         * gst/level/gstlevel.c:
20732         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20733         * gst/matroska/matroska.c:
20734         * gst/median/gstmedian.c:
20735         * gst/monoscope/gstmonoscope.c:
20736         * gst/multipart/multipart.c:
20737         * gst/oldcore/gstelements.c:
20738         * gst/rtp/gstrtp.c:
20739         * gst/rtsp/gstrtsp.c:
20740         * gst/smoothwave/gstsmoothwave.c:
20741         * gst/smpte/gstsmpte.c:
20742         * gst/udp/gstudp.c:
20743         * gst/videobox/gstvideobox.c:
20744         * gst/videofilter/gstgamma.c:
20745         * gst/videofilter/gstvideobalance.c:
20746         * gst/videofilter/gstvideoflip.c:
20747         * gst/videofilter/gstvideotemplate.c:
20748         * gst/videomixer/videomixer.c:
20749         * gst/wavenc/gstwavenc.c:
20750         * gst/wavparse/gstwavparse.c:
20751         * sys/oss/gstossaudio.c:
20752         * sys/osxaudio/gstosxaudio.c:
20753           update GST_PLUGIN_DEFINE
20754         * gst/rtp/Makefile.am:
20755         * gst/rtp/gstasteriskh263.c:
20756           check for htons/htonl headers and possibly link to winsock2 lib
20757
20758 2005-11-12  Edward Hervey  <edward@fluendo.com>
20759
20760         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20761         Only GST_DEBUG() information on the valid components.
20762
20763 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20764
20765         * configure.ac: back to HEAD
20766
20767 === release 0.9.5 ===
20768
20769 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20770
20771         * configure.ac:
20772           releasing 0.9.5, "Phone Alarm"
20773
20774 2005-11-11  Edward Hervey  <edward@fluendo.com>
20775
20776         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20777         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20778         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20779         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20780         (gst_avi_demux_loop):
20781         * gst/avi/gstavidemux.h:
20782         Yeah, implement proper seeking. Exact seeking and segment seeking.
20783         Still need to do some checks for segment_stop.
20784
20785 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20786
20787         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20788
20789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20790           Don't try to ready buffer duration from buffer that we don't
20791           own any  longer and that might already have been unreffed.
20792           (#321136)
20793
20794 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20795
20796         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20797         (flx_decode_delta_flc), (gst_flxdec_chain):
20798         Attempting to optimize the code for embedded systems.
20799
20800 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20801
20802         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20803
20804         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20805           Don't re-use already closed file descriptor. (#320920)
20806
20807 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20808
20809         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20810         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20811         (gst_oss_sink_prepare):
20812         * sys/oss/gstosssink.h:
20813           Cache probed caps; fix debug output for SET_PARAM macros.
20814
20815 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20816
20817         * ext/cairo/Makefile.am:
20818         * ext/cairo/gstcairo.c: (plugin_init):
20819         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20820         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20821         (gst_text_overlay_init), (gst_text_overlay_font_init),
20822         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20823         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20824         (gst_text_overlay_text_pad_linked),
20825         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20826         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20827         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20828         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20829         (gst_text_overlay_change_state):
20830         * ext/cairo/gsttextoverlay.h:
20831           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20832           property and redo positioning. Doesn't handle upstream renegotiation
20833           yet though.
20834
20835 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20836
20837         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20838         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20839         (gst_avi_demux_loop):
20840           No need to take the STREAM_LOCK in the loop function. Improve
20841           some debug messages. Don't leak pad names in debug messages.
20842
20843 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20844
20845         * gst/matroska/matroska-demux.c:
20846         (gst_matroska_demux_push_vorbis_codec_priv_data),
20847         (gst_matroska_demux_add_wvpk_header):
20848           Don't error out when the source pad isn't linked.
20849
20850 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20851
20852         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20853         (gst_gconf_audio_sink_change_state):
20854         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20855         (gst_gconf_video_sink_change_state):
20856           Fix state change functions here as well and set kid
20857           to NULL state before removing it.
20858
20859 2005-11-01  Edward Hervey  <edward@fluendo.com>
20860
20861         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20862         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20863         Added proper event handlind, 
20864         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20865         ignored),
20866         and don't set a duration of 0 for buffers otherwise they are discarded
20867         by GstBaseSink.
20868
20869         GstWavEnc needs some serious loving, after going through the code I'm
20870         really wondering how this can stay in -good ...
20871
20872 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20873
20874         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20875         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20876         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20877         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20878         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20879         (gst_matroska_mux_collected):
20880           Fix leaks and invalid memory access as reported by valgrind
20881
20882 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20883
20884         Patch by: Michal Benes <michal.benes@xeris.cz>
20885
20886         * check/Makefile.am:
20887         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20888         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20889         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20890           add a unit test for matroskamux
20891           fix the bugs that the unit test exposed
20892
20893 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20894
20895         * gst/autodetect/gstautoaudiosink.c:
20896         (gst_auto_audio_sink_class_init),
20897         (gst_auto_audio_sink_change_state):
20898         * gst/autodetect/gstautovideosink.c:
20899         (gst_auto_video_sink_class_init),
20900         (gst_auto_video_sink_change_state):
20901           Fix state change function and use GST_DEBUG_FUNCPTR in
20902           class_init.
20903
20904 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20905
20906         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20907
20908         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20909         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20910         * gst/matroska/ebml-write.h:
20911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20912           Set timestamps on outgoing ebml headers as well, so that the
20913           element after matroskamux can get the timestamp already when
20914           reading the first ebml element and doesn't have to wait for
20915           the actual data buffer for that (#320308).
20916           
20917 2005-10-31  Andy Wingo  <wingo@pobox.com>
20918
20919         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20920         (gst_videomixer_pad_link): Kill some memleaks.
20921         (gst_videomixer_pad_get_property): Style fix.
20922         (gst_videomixer_pad_set_property): Style fix.
20923         (gst_videomixer_pad_init): Style fix.
20924         (gst_videomixer_update_queues): Kill memleak.
20925         (gst_videomixer_loop): Kill memleak.
20926         (gst_videomixer_collected): Kill memleak.
20927
20928 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20929
20930         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20931         gst_auparse_change_state:
20932         Just some cleanup.
20933
20934 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20935
20936         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20937         Add checks to GST_FLOW_NOT_LINKED for values returned
20938         from gst_pad_push.
20939         
20940 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20941
20942         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20943         (gst_rtpg711dec_process):
20944         * gst/rtp/gstrtpgsmenc.c:
20945         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20946         are never set. This is important for the g711 to work with burger's rtpbin
20947         element.
20948
20949 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20950
20951         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20952         (gst_speexenc_push_buffer):
20953         Add checks for return values from gst_pad_push and
20954         gst_pad_alloc_buffer.
20955
20956 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20957
20958         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20961         (gst_matroska_demux_parse_info),
20962         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20963         (gst_matroska_demux_parse_cluster):
20964         * gst/matroska/matroska-ids.h:
20965         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20966         (gst_matroska_mux_init), (gst_matroska_mux_start),
20967         (gst_matroska_mux_create_buffer_header),
20968         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20969         (gst_matroska_mux_get_property):
20970         * gst/matroska/matroska-mux.h:
20971           Add SimpleBlock support to matroska demuxer and muxer (part of
20972           Matroska v2). (#319731)
20973
20974 2005-10-28  Wim Taymans  <wim@fluendo.com>
20975
20976         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20977         (gst_jpeg_dec_change_state):
20978         * ext/jpeg/gstjpegdec.h:
20979         Cleanups. Don't create caps for every chain.
20980
20981 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20982
20983         * gst/law/alaw-encode.c: (gst_alawenc_init),
20984         (alawenc_setcaps), (gst_alawenc_chain)
20985         * gst/law/alaw-encode.h:
20986         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20987         (mulawenc_setcaps), (gst_mulawenc_chain)
20988         * gst/law/mulaw-encode.h:
20989         Set timestamp on buffer and it allows RTP G711 elements
20990         work properly.
20991
20992 2005-10-27  Wim Taymans  <wim@fluendo.com>
20993
20994         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20995         Set correct format on oss instead of a silly value. 
20996
20997 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20998
20999         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21000         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21001         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21002         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21003         I420 rendering as well, doesn't bring much for my platform.
21004         Might help on some other platforms.
21005
21006 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21007
21008         * gst/rtp/gstrtpgsmenc.c:
21009         * gst/rtp/gstrtpgsmparse.c:
21010         Declaring the padtemplate correctly.
21011
21012 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21013
21014         * gst/rtp/gstrtpg711dec.c:
21015         * gst/rtp/gstrtpg711enc.c:
21016         * gst/rtp/gstrtpgsmenc.c:
21017         * gst/rtp/gstrtpgsmparse.c:
21018         Setting the proper copyright notice.
21019
21020 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21021
21022         * gst/videobox/Makefile.am: Use liboil.
21023         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21024         (gst_video_box_set_property), (gst_video_box_transform_caps),
21025         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21026         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21027         using liboil. Will dot the same to I420 border generation
21028         tomorrow.
21029
21030 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21031
21032         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21033         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21034         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21035         * gst/rtp/gstrtpg711dec.h:
21036         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21037         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21038         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21039         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21040         (gst_rtpgsmenc_handle_buffer):
21041         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21042         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21043         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21044         * gst/rtp/gstrtpgsmparse.h:
21045         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21046         inherits from the basertpdepayloader.
21047
21048 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21049
21050         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21051         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21052         (gst_video_box_ayuv): Removing this forgotten debug.
21053
21054 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21055
21056         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21057         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21058         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21059
21060 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21061
21062         * sys/oss/gstossaudio.c:
21063         * sys/oss/gstossdmabuffer.c:
21064         * sys/oss/gstosshelper.c:
21065         * sys/oss/gstossmixer.c:
21066         * sys/oss/gstossmixerelement.c:
21067         * sys/oss/gstossmixertrack.c:
21068         * sys/oss/gstosssink.c:
21069         * sys/oss/gstosssrc.c:
21070           Actually use the 'oss' debug category we register.
21071
21072 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21073
21074         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21075         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21076         Use gst_pad_get_parent and drop the ref that was added through
21077         that call.
21078
21079 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21080
21081         * gst/rtp/gstrtpgsmenc.c:
21082           Fix compilation
21083
21084 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21085
21086         * gst/rtp/gstrtpg711dec.c
21087         Just removed a couple of lines of weird code used during
21088         development/test time.
21089
21090 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21091
21092         * gst/rtp/Makefile.am
21093         * gst/rtp/gstrtp.c
21094         * gst/rtp/gstrtpg711enc.c
21095         * gst/rtp/gstrtpg711enc.h
21096         * gst/rtp/gstrtpg711dec.c
21097         * gst/rtp/gstrtpg711dec.h
21098         Created G711 payloader and depayloader (it supports mulaw and alaw
21099         (dec)encoders)
21100
21101 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21102
21103         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21104         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21105         Doh ! I introduced wingo's bug again ! Sorry...
21106
21107 2005-10-25  Christian Schaller <christian@fluendo.com> 
21108
21109         * gst/rtp/Makefile.am: add missing header files for disting
21110
21111 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21112
21113         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21114         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21115         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21116         (gst_rtpgsmenc_handle_buffer):
21117         * gst/rtp/gstrtpgsmenc.h:
21118         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21119         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21120         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21121         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21122         * gst/rtp/gstrtpgsmparse.h:
21123         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21124
21125 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21126
21127         * ext/libpng/gstpngdec.c: (user_info_callback),
21128         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21129         a newsegment event, move some redundant code in a single place.
21130
21131 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21132
21133         * ext/libpng/gstpngdec.c: (user_info_callback),
21134         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21135         hack to get correct colors order when we have a png image with
21136         alpha channel.
21137
21138 2005-10-24  Edward Hervey  <edward@fluendo.com>
21139
21140         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21141         Call gst_element_no_more_pads when there will be no more pads.
21142
21143 2005-10-24  Wim Taymans  <wim@fluendo.com>
21144
21145         * gst/rtp/Makefile.am:
21146         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21147         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21148         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21149         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21150         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21151         (gst_asteriskh263_plugin_init):
21152         * gst/rtp/gstasteriskh263.h:
21153         * gst/rtp/gstrtp.c: (plugin_init):
21154         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21155         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21156         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21157         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21158         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21159         (gst_rtph263enc_plugin_init):
21160         * gst/rtp/gstrtph263enc.h:
21161         Added two new payloaders, an RFC 2190 payloader for h263 and
21162         a payload convertor for an asterisk server.
21163
21164 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21165
21166         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21167           Set bytes_per_sample correctly (is not always 4, but 
21168           depends on width and number of channels).
21169
21170 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21171
21172         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21173         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21174         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21175         (gst_flacenc_sink_event), (gst_flacenc_chain),
21176         (gst_flacenc_set_property), (gst_flacenc_get_property),
21177         (gst_flacenc_change_state):
21178         * ext/flac/gstflacenc.h:
21179           Fix seeking, so that flacenc can rewrite the header with the
21180           correct duration and amount of samples and all that at EOS;
21181           also set timestamps and granulepos on outgoing buffers; add
21182           debug category; fix state change function.
21183           
21184 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21185
21186         * gst/videomixer/videomixer.c: Don't restrict video geometry
21187         from 16 to 4096.
21188
21189 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21190
21191         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21192         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21193         Fix caps negotiation correctly, add debugging category.
21194
21195 2005-10-24  Christian Schaller  <christian@fluendo.com>
21196
21197         * configure.ac: Port over Thomas's change from base listing all plugins
21198
21199 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21200
21201         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21202         a sink pad.
21203
21204 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21205
21206         * configure.ac:
21207         * docs/upload.mak:
21208           back to HEAD
21209
21210 === release 0.9.4 ===
21211
21212 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21213
21214         * configure.ac:
21215           Releasing 0.9.4, "Dromiceiomimus"
21216
21217 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21218
21219         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21220         (gst_speexenc_src_query):
21221           Add position and duration query, fix query type function.
21222           
21223         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21224         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21225           Let's not set non-fixed caps on source pads.
21226
21227 2005-10-21  Wim Taymans  <wim@fluendo.com>
21228
21229         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21230         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21231         (gst_avi_demux_handle_seek):
21232         Set correct stream_time in newsegment event.
21233         avi can also handle a duration query now.
21234
21235 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21236
21237         * gst/matroska/matroska-demux.c:
21238         (gst_matroska_demux_handle_src_query),
21239         (gst_matroska_demux_handle_seek_event),
21240         (gst_matroska_demux_loop_stream_parse_id):
21241           Fix duration query; fix basetime in newsegment event after
21242           seek; fix duration in initial newsegment event.
21243
21244         * gst/matroska/matroska-mux.c:
21245         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21246           Extract number of channels and samplerate from vorbis headers;
21247           add some debug messages when querying the durations of the
21248           input streams.
21249
21250 2005-10-20  Wim Taymans  <wim@fluendo.com>
21251
21252         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21253         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21254         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21255         Set stream time correctly in newsegment.
21256
21257 2005-10-20  Wim Taymans  <wim@fluendo.com>
21258
21259         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21260         Correctly fill in the stream time.
21261
21262 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21263
21264         * check/elements/level.c: (GST_START_TEST):
21265         * gst/level/gstlevel.c: (gst_level_message_new):
21266         * gst/level/level-example.c: (message_handler):
21267           use ELEMENT messages instead
21268
21269 2005-10-19  Wim Taymans  <wim@fluendo.com>
21270
21271         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21272         (gst_dvdemux_src_query):
21273         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21274         (gst_flacdec_src_query):
21275         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21276         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21277         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21278         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21279         * gst/debug/progressreport.c: (gst_progress_report_report):
21280         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21281         * gst/matroska/matroska-demux.c:
21282         (gst_matroska_demux_handle_src_query):
21283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21284         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21285         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21286         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21287         (gst_wavparse_srcpad_event):
21288         API change fix.
21289
21290 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21291
21292         * gst/goom/filters.c:
21293         * gst/goom/graphic.h:
21294         * gst/goom/lines.c:
21295           Make inline functions either 'static inline' or 'extern inline',
21296           otherwise the Forte compiler apparently won't inline them (#317300).
21297
21298 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21299
21300         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21301         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21302         (user_info_callback), (user_endrow_callback), (user_end_callback),
21303         (user_read_data), (gst_pngdec_caps_create_and_set),
21304         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21305         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21306         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21307         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21308         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21309         very nice and handle push/pull based model. if you have filesrc
21310         connected to it, it will do random access to load the png file.
21311         If you have a network source that can't do _getrange, it does 
21312         progressive loading through the chain function.
21313         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21314         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21315         thanks to Master Wim Taymans ;-)
21316
21317 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21318
21319         * gst/matroska/Makefile.am:
21320         * gst/matroska/ebml-read.c:
21321         * gst/matroska/ebml-read.h:
21322         * gst/matroska/matroska-demux.c:
21323         * gst/matroska/matroska-demux.h:
21324         * gst/matroska/matroska.c: (plugin_init):
21325           Ported matroska demuxer to 0.9.
21326
21327 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21328
21329         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * gst/matroska/matroska-mux.c:
21332         (gst_matroska_mux_video_pad_setcaps),
21333         (gst_matroska_mux_audio_pad_setcaps):
21334           Fix mpeg4 input handling (#318847); also, while we're at it,
21335           fix media type for Motion-JPEG: should be image/jpeg.
21336
21337 2005-10-18  Wim Taymans  <wim@fluendo.com>
21338
21339         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21340         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21341         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21342         Fix for segment-start/stop API change.
21343
21344 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21345
21346         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21347         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21348         way.
21349
21350 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21351
21352         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21353         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21354         output declared in transform_caps.
21355
21356 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21357
21358         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21359
21360 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21361
21362         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21363         (gst_video_box_get_unit_size): Fix wrong size calculations and
21364         implement get_unit_size correctly.
21365
21366 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21367
21368         * configure.ac:
21369           Enable flx plugin.
21370
21371         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21372           Fix gcc4 signedness issue.
21373
21374 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21375
21376         * configure.ac: Adding videomixer.
21377         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21378         (user_read_data), (gst_pngdec_chain): More debugging.
21379         * gst/alpha/Makefile.am: Adding alphacolor
21380         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21381         (gst_alpha_color_class_init), (gst_alpha_color_init),
21382         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21383         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21384         (plugin_init): Ported to 0.9 using in place base tranform.
21385         * gst/videomixer/Makefile.am:
21386         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21387         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21388         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21389         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21390         (gst_videomixer_init), (gst_videomixer_getcaps),
21391         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21392         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21393         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21394         to 0.9 using collectpads.
21395
21396 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21397
21398         * configure.ac:
21399         * gst/flx/Makefile.am:
21400         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21401         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21402         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21403         * gst/flx/gstflxdec.h:
21404         flx plugin ported to 0.9
21405
21406 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21409           use new gst_version_string()
21410
21411 2005-10-16  Andy Wingo  <wingo@pobox.com>
21412
21413         * configure.ac: GLIB_CHECK.
21414
21415 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21416
21417         * ext/libpng/Makefile.am:
21418         * ext/libpng/gstpng.c: (plugin_init):
21419         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21420         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21421         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21422
21423 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21424
21425         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21426
21427         * configure.ac:
21428         * gst/matroska/Makefile.am:
21429         * gst/matroska/ebml-ids.h:
21430         * gst/matroska/ebml-write.c:
21431         * gst/matroska/ebml-write.h:
21432         * gst/matroska/matroska-ids.h:
21433         * gst/matroska/matroska-mux.c:
21434         * gst/matroska/matroska-mux.h:
21435         * gst/matroska/matroska.c: (plugin_init):
21436           Port matroska muxer to 0.9 (#318847).
21437
21438 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21439
21440         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21441         (comment_init), (comment_add):
21442           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21443           use GST_READ_UINT32_LE() and friends rather than the private
21444           implementation of those same macros.
21445
21446 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21447
21448         * examples/stats/mp2ogg.c:
21449           more typo fixes
21450
21451 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21452
21453         * examples/indexing/indexmpeg.c: (main):
21454         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21455         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21456         * ext/esd/esdmon.h:
21457         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21458         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21459         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21460         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21461         * gst/avi/gstavimux.c: (gst_avimux_init):
21462         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21463         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21464         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21465         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21466         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21467         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21468         * gst/oldcore/gstmultifilesrc.h:
21469         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21470         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21471         (gst_pipefilter_change_state):
21472         * gst/oldcore/gstpipefilter.h:
21473         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21474         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21475         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21476         * sys/osxaudio/gstosxaudiosink.h:
21477         * sys/osxaudio/gstosxaudiosrc.h:
21478           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21479           moved bitshift from macro to enum definition
21480
21481 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21482
21483         * ext/Makefile.am:
21484         * ext/cairo/Makefile.am:
21485         * ext/cairo/gstcairo.c: (plugin_init):
21486         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21487         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21488         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21489         * ext/cairo/gsttimeoverlay.h:
21490           update of cairo-based timeoverlay to 1.0 Cairo API
21491           doesn't work yet for resizing of output sink
21492
21493 2005-10-11  Wim Taymans  <wim@fluendo.com>
21494
21495         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21496         newsegment API fix.
21497
21498 2005-10-11  Wim Taymans  <wim@fluendo.com>
21499
21500         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21501         (gst_dvdemux_demux_frame):
21502         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21503         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21504         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21505         (gst_avi_demux_handle_seek):
21506         * gst/goom/gstgoom.c: (gst_goom_event):
21507         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21508         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21509         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21510         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21511         (gst_wavparse_srcpad_event):
21512         newsegment API update.
21513
21514 2005-10-11  Andy Wingo  <wingo@pobox.com>
21515
21516         * ext/speex/gstspeexenc.c: Signedness cleanups.
21517
21518 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21519
21520         * PORTED_09:
21521         * ext/speex/Makefile.am:
21522         * ext/speex/gstspeex.c:
21523         * ext/speex/gstspeexenc.c:
21524         Speexenc ported to 0.9
21525
21526 2005-10-10  Wim Taymans  <wim@fluendo.com>
21527
21528         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21529         (gst_oss_sink_init), (gst_oss_sink_set_property),
21530         (gst_oss_sink_get_property), (gst_oss_sink_open),
21531         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21532         * sys/oss/gstosssink.h:
21533         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21534         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21535         (gst_oss_src_prepare):
21536         Cleanups, make device configurable in the sink, handle and report
21537         errors.
21538
21539 2005-10-10  Wim Taymans  <wim@fluendo.com>
21540
21541         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21542         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21543         Make sure element is NULL before removing from the bin.
21544
21545 2005-10-07  Andy Wingo  <wingo@pobox.com>
21546
21547         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21548         block forever in a read().
21549         (gst_dv1394src_bus_reset): Post a message when the cable is
21550         unplugged.
21551         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21552         (gst_dv1394src_bus_reset): Don't unref the message.
21553
21554         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21555         hacking. The only change should be that the state change stuff was
21556         put into basesrc's start() and stop() routines, which coalesces
21557         some steps.
21558
21559 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21560
21561         * configure.ac:
21562           Add check for mmap
21563           
21564         * gst/debug/Makefile.am:
21565           Only compile efence plugin on systems that have mmap.
21566
21567 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21568
21569         * gst/debug/Makefile.am:
21570         * gst/debug/breakmydata.c:
21571         * gst/debug/gstdebug.c:
21572         * gst/debug/gstnavigationtest.c:
21573         * gst/debug/gstnavseek.c: 
21574         * gst/debug/gstnavseek.h:
21575         * gst/debug/progressreport.c: 
21576         * gst/debug/testplugin.c:
21577           Port progressreport, navseek, navigationtest, testsink and
21578           breakmydata.
21579
21580 2005-10-05  Edward Hervey  <edward@fluendo.com>
21581
21582         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21583         (gst_dvdemux_src_query):
21584         Fixes for better conversion
21585
21586 2005-10-04  Michael Smith <msmith@fluendo.com>
21587
21588         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21589         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21590         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21591         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21592           Set state of elements to NULL before removing from bins.
21593           Set state of test element to NULL if we failed to move it to READY
21594
21595 2005-10-04  Edward Hervey  <edward@fluendo.com>
21596
21597         * ext/dv/Makefile.am:
21598         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21599         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21600         Corrected the query function for position so it doesn't forget what
21601         format was asked, and calls the conversion functions on the correct pad.
21602
21603 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21604
21605         * configure.ac:
21606           back to development
21607
21608 === release 0.9.3 ===
21609
21610 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21611
21612         * configure.ac:
21613           Releasing 0.9.3, "Aramis"
21614
21615 2005-10-03  Andy Wingo  <wingo@pobox.com>
21616
21617         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21618         error returns.
21619
21620 2005-10-02  Andy Wingo  <wingo@pobox.com>
21621
21622         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21623
21624         * ext/flac/gstflacenc.c: Ported to 0.9.
21625
21626         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21627
21628         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21629         and link to gsttagedit. Enable flacenc.
21630
21631         * ext/flac/gstflacdec.c: Re-enable tag reading.
21632
21633 2005-09-30  Wim Taymans  <wim@fluendo.com>
21634
21635         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21636         * gst/rtp/gstrtpgsmparse.c:
21637         * gst/rtp/gstrtph263penc.c:
21638         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21639         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21640         (gst_rtpmp4venc_set_property):
21641         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21642         Various class and caps fixes from Andre Magalhaes (andrunko)
21643
21644 2005-09-29  Wim Taymans  <wim@fluendo.com>
21645
21646         * gst/level/level-example.c: (main):
21647         Update for new bus API.
21648
21649 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21650
21651         * configure.ac:
21652           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21653           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21654
21655 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21656
21657         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21658           Fix playback of mono streams (bytes_per_sample should be set
21659           from the sample width and the number of channels negotiated,
21660           and not just be set to 4) (#317338)
21661
21662 2005-09-26  Wim Taymans  <wim@fluendo.com>
21663
21664         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21665         (gst_rtpmpaenc_handle_buffer):
21666         Set buffer duration correctly.
21667
21668 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21669
21670         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21671         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21672         (gst_avi_demux_change_state):
21673           Don't crash when encountering a stream with an unknown fourcc or
21674           codec id. Instead, create a pad of type video/x-avi-unknown or
21675           audio/x-avi-unknown, which as a side-effect also results in less
21676           confusing error messages in players ('no decoder' vs. 'no streams');
21677           minor fixes to state change function and class_init function.
21678
21679 2005-09-24  Wim Taymans  <wim@fluendo.com>
21680
21681         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21682         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21683         These are sinks.
21684
21685 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21686
21687         * check/elements/level.c: (GST_START_TEST):
21688           fix test for new GstClockTime use
21689         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21690         (gst_level_transform_ip):
21691         * gst/level/gstlevel.h:
21692           fix up the decay peak, ensuring the decay peak is never lower
21693           than the peak for that interval
21694
21695 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21696
21697         * docs/plugins/gst-plugins-good-plugins.args:
21698         * docs/plugins/inspect/plugin-alpha.xml:
21699         * docs/plugins/inspect/plugin-rtp.xml:
21700         * gst/level/gstlevel.c: (gst_level_set_caps),
21701         (gst_level_transform_ip):
21702           updating docs
21703
21704 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21705
21706         * Makefile.am:
21707         * check/elements/level.c: (GST_START_TEST):
21708         * gst/level/Makefile.am:
21709         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21710         (gst_level_set_property), (gst_level_get_property),
21711         (gst_level_set_caps), (gst_level_message_new),
21712         (gst_level_transform_ip):
21713         * gst/level/gstlevel.h:
21714         * gst/level/level-example.c: (message_handler), (main):
21715           convert to using GstClockTime for all time values, finally.
21716
21717 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21718
21719         * gst/auparse/Makefile.am:
21720         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21721           fix up build
21722         * configure.ac:
21723         * ext/cairo/Makefile.am:
21724         * ext/dv/Makefile.am:
21725         * ext/esd/Makefile.am:
21726         * ext/flac/Makefile.am:
21727         * ext/gconf/Makefile.am:
21728         * ext/gdk_pixbuf/Makefile.am:
21729         * ext/jpeg/Makefile.am:
21730         * ext/ladspa/Makefile.am:
21731         * ext/libcaca/Makefile.am:
21732         * ext/libmng/Makefile.am:
21733         * ext/libpng/Makefile.am:
21734         * ext/mikmod/Makefile.am:
21735         * ext/pango/Makefile.am:
21736         * ext/raw1394/Makefile.am:
21737         * ext/shout2/Makefile.am:
21738         * ext/speex/Makefile.am:
21739         * gst/alpha/Makefile.am:
21740         * gst/autodetect/Makefile.am:
21741         * gst/avi/Makefile.am:
21742         * gst/cutter/Makefile.am:
21743         * gst/debug/Makefile.am:
21744         * gst/effectv/Makefile.am:
21745         * gst/flx/Makefile.am:
21746         * gst/goom/Makefile.am:
21747         * gst/interleave/Makefile.am:
21748         * gst/law/Makefile.am:
21749         * gst/matroska/Makefile.am:
21750         * gst/median/Makefile.am:
21751         * gst/monoscope/Makefile.am:
21752         * gst/multipart/Makefile.am:
21753         * gst/oldcore/Makefile.am:
21754         * gst/rtp/Makefile.am:
21755         * gst/rtsp/Makefile.am:
21756         * gst/smoothwave/Makefile.am:
21757         * gst/smpte/Makefile.am:
21758         * gst/videobox/Makefile.am:
21759         * gst/videofilter/Makefile.am:
21760         * gst/videomixer/Makefile.am:
21761         * gst/wavenc/Makefile.am:
21762         * gst/wavparse/Makefile.am:
21763         * sys/oss/Makefile.am:
21764         * sys/osxaudio/Makefile.am:
21765         * sys/osxvideo/Makefile.am:
21766           fix up GST_LIBS use
21767
21768 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21769
21770         * gst/auparse/Makefile.am:
21771         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21772           fix build of auparse
21773
21774 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21775
21776         * configure.ac:
21777         * PORTED_09:
21778         * gst/auparse/gstauparse.c:
21779         * gst/auparse/gstauparse.h:
21780         Auparse ported to 0.9.
21781
21782 2005-09-22  Wim Taymans  <wim@fluendo.com>
21783
21784         * gst/rtp/TODO:
21785         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21786         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21787         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21788         (gst_rtpmp4venc_set_property):
21789         * gst/rtp/gstrtpmp4venc.h:
21790         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21791         * gst/rtp/gstrtpmpaenc.h:
21792         Use is_filled to both check MTU and max-ptime of base class.
21793
21794 2005-09-22  Wim Taymans  <wim@fluendo.com>
21795
21796         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21797         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21798         (gst_rtpmp4venc_set_property):
21799         Don't fragment packets with multiple frames.
21800
21801 2005-09-22  Wim Taymans  <wim@fluendo.com>
21802
21803         * gst/rtp/TODO:
21804         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21805         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21806         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21807         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21808         (gst_rtpmp4venc_get_property):
21809         * gst/rtp/gstrtpmp4venc.h:
21810         Remove g_print.
21811         Update TODO
21812         Make payload encoder a bit smarter and more correct with
21813         timestamps.
21814         Added option in payloader to include config string in-band.
21815
21816 2005-09-21  Wim Taymans  <wim@fluendo.com>
21817
21818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21819         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21820         (gst_rtspsrc_send):
21821         Strip spaces for key/value pairs.
21822
21823 2005-09-21  Wim Taymans  <wim@fluendo.com>
21824
21825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21826         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21827         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21828         (gst_rtspsrc_change_state):
21829         More SDP parsing and caps setting.
21830         Do NO_PREROLL differently.
21831         add pads only after negotiated.
21832
21833         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21834         (gst_udpsrc_getcaps):
21835         Implement the getcaps function.
21836
21837 2005-09-21  Wim Taymans  <wim@fluendo.com>
21838
21839         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21840         (gst_rtpamrdec_chain):
21841         Handle multiple AMr packets per payload. Handle CRC and
21842         parse ILL/ILP.
21843
21844         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21845         Make caps params strings for easy SDP mapping.
21846         
21847         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21848         Handle capsnego better.
21849
21850         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21851         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21852         Generate and parse config string in the caps.
21853
21854 2005-09-21  Wim Taymans  <wim@fluendo.com>
21855
21856         * gst/rtp/README:
21857         Update README
21858
21859         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21860         Make extra params as strings.
21861
21862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21863         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21864         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21865         Make state change return NO_PREROLL as this is a live
21866         source.
21867
21868         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21869         Don't unref old caps when NULL.
21870
21871 2005-09-20  Wim Taymans  <wim@fluendo.com>
21872
21873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21874         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21875         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21876         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21877         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21878         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21879         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21880         * gst/rtsp/sdpmessage.h:
21881         Add URI handler.
21882         Parse SDP and create caps.
21883
21884 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21885
21886         * gst/alpha/gstalpha.c:
21887           fix element description
21888
21889 2005-09-19  Wim Taymans  <wim@fluendo.com>
21890
21891         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21892         Don't check payload for now.
21893
21894 2005-09-19  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21897         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21898         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21899         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21900         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21901         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21902         (gst_wavparse_change_state):
21903         * gst/wavparse/gstwavparse.h:
21904         Fix wavparse some more.
21905
21906 2005-09-19  Wim Taymans  <wim@fluendo.com>
21907
21908         * check/elements/level.c: (GST_START_TEST):
21909         Fix for bus API change.
21910
21911 2005-09-19  Wim Taymans  <wim@fluendo.com>
21912
21913         * gst/level/level-example.c: (main):
21914         Fix for new bus API.
21915
21916         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21917         Set caps on pads.
21918
21919 2005-09-15  Wim Taymans  <wim@fluendo.com>
21920
21921         * gst/rtp/Makefile.am:
21922         * gst/rtp/README:
21923         * gst/rtp/gstrtp.c: (plugin_init):
21924         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21925         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21926         (gst_rtpamrdec_change_state):
21927         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21928         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21929         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21930         * gst/rtp/gstrtpamrenc.h:
21931         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21932         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21933         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21934         * gst/rtp/gstrtpgsmenc.h:
21935         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21936         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21937         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21938         (gst_rtpgsmparse_change_state):
21939         * gst/rtp/gstrtpgsmparse.h:
21940         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21941         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21942         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21943         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21944         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21945         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21946         * gst/rtp/gstrtph263penc.h:
21947         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21948         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21949         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21950         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21951         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21952         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21953         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21954         * gst/rtp/gstrtpmp4venc.h:
21955         * gst/rtp/gstrtpmpadec.c:
21956         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21957         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21958         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21959         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21960         * gst/rtp/gstrtpmpaenc.h:
21961         Updates to payloader/depayloaders, make payloaders use
21962         the base classes.
21963         Updated README with suggested RTP caps and how to convert
21964         to/from SDP.
21965         Added config descriptor in mp4v payloader.
21966
21967 2005-09-15  Andy Wingo  <wingo@pobox.com>
21968
21969         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21970         * gst/autodetect/gstautovideosink.c
21971         (gst_auto_video_sink_find_best): Update for new registry API.
21972
21973 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21974
21975         * common/c-to-xml.py:
21976         * common/gtk-doc-plugins.mak:
21977           a simple py script to generate valid xml from a C example
21978           probably also need to strip an MIT license when we decide
21979         * docs/plugins/Makefile.am:
21980         * gst/level/Makefile.am:
21981         * gst/level/gstlevel.c: (gst_level_init):
21982         * gst/level/level-example.c: (message_handler), (main):
21983           add an example to level that will show up in the docs
21984         * gst/rtp/TODO:
21985           add a note for the future
21986
21987 2005-09-14  Michael Smith <msmith@fluendo.com>
21988
21989         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21990           Actually define the debug object being used in wavenc. Fixes #316205
21991
21992 2005-09-14  Michael Smith <msmith@fluendo.com>
21993
21994         * gst/smpte/Makefile.am:
21995           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21996           needed to build on windows (bug 316204)
21997
21998 2005-09-12  Andy Wingo  <wingo@pobox.com>
21999
22000         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22001
22002 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22003
22004         * configure.ac:
22005         * gst/fdsrc/Makefile.am:
22006         * gst/fdsrc/gstfdsrc.c:
22007         * gst/fdsrc/gstfdsrc.h:
22008           Move fdsrc back into gstreamer core elements.
22009
22010         * gst/level/gstlevel.c: (gst_level_class_init),
22011         (gst_level_transform_ip):
22012         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22013           Basetransform changes.
22014
22015 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22016
22017         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22018         * ext/jpeg/smokecodec.c: (find_best_size):
22019           fix compiler warnings
22020
22021 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * gst-plugins-good.spec.in:
22024           spec file fixes
22025         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22026         (gst_multiudpsink_render), (gst_multiudpsink_add),
22027         (gst_multiudpsink_clear):
22028           it actually helps to actually stream if we hook up the
22029           "add" signal to an actual implementation
22030         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22031           some debugging
22032
22033 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22034
22035         * ext/jpeg/Makefile.am:
22036         * ext/jpeg/gstjpeg.c
22037         * ext/jpeg/gstjpegenc.c:
22038         * ext/jpeg/gstsmokeenc.c:
22039
22040 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22041
22042         * ext/flac/gstflacdec.c:
22043         * ext/flac/gstflacenc.c:
22044         * ext/flac/gstflactag.c:
22045         * ext/speex/gstspeexenc.c:
22046           gsttaginterface.h -> gsttagsetter.h
22047
22048 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22049
22050         * configure.ac:
22051         * gst/debug/Makefile.am:
22052         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22053         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22054         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22055         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22056         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22057           Port to 0.9 and re-enable efence plugin.
22058
22059 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22060
22061         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22062         (gst_flacdec_write), (gst_flacdec_convert_src):
22063         * ext/flac/gstflacdec.h:
22064           Add support for flac files with 24/32 bits per sample; and misc.
22065           minor clean-ups. Seeking is still partly broken (for me at least).
22066
22067 2005-09-06  Wim Taymans  <wim@fluendo.com>
22068
22069         * gst/rtp/Makefile.am:
22070         * gst/rtp/gstrtp.c: (plugin_init):
22071         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22072         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22073         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22074         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22075         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22076         (gst_rtpmp4vdec_plugin_init):
22077         * gst/rtp/gstrtpmp4vdec.h:
22078         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22079         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22080         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22081         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22082         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22083         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22084         * gst/rtp/gstrtpmp4venc.h:
22085         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22086         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22087         Added mpeg4 video payload encoder/decoder.
22088         Added some docs in mpa payloader.
22089
22090 === release 0.9.1 ===
22091
22092 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22093
22094         * NEWS:
22095         * README:
22096         * RELEASE:
22097         * autogen.sh:
22098         * configure.ac:
22099           releasing 0.9.1, "Blondie"
22100
22101 2005-09-05  Andy Wingo  <wingo@pobox.com>
22102
22103         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22104         here from the state change handler, so we fire signals without
22105         holding the state lock.
22106
22107 2005-09-02  Andy Wingo  <wingo@pobox.com>
22108
22109         * All plugins updated for element state changes.
22110
22111 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22112
22113         * Makefile.am:
22114         * check/.cvsignore:
22115         * check/Makefile.am:
22116         * check/elements/.cvsignore:
22117         * check/elements/level.c: (setup_level), (cleanup_level),
22118         (GST_START_TEST), (level_suite), (main):
22119           add a test for level
22120         * common/release.mak:
22121           move the enum checking to release.mak
22122         * configure.ac:
22123           add valgrind and check checking
22124         * gst/level/gstlevel.c: (gst_level_transform):
22125         * gst/level/gstlevel.h:
22126           fix Andy's cast bug
22127           convert a field to int
22128           fix the arithmetic to int when checking for emit so that a
22129           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22130
22131 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22132
22133         * Makefile.am:
22134         * configure.ac:
22135           add docs to build
22136         * common/plugins.xsl:
22137           wrap Description into a refsect2
22138         * docs/Makefile.am:
22139         * docs/plugins/Makefile.am:
22140         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22141         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22142         * gst/goom/Makefile.am:
22143         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22144         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22145         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22146         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22147         (gst_goom_change_state):
22148         * gst/goom/gstgoom.h:
22149           GstGOOM -> GstGoom
22150           add an example launch line
22151         * gst/level/gstlevel.h:
22152         * gst/monoscope/gstmonoscope.c:
22153           cleanups
22154
22155 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22156
22157         * configure.ac:
22158         * docs/plugins/Makefile.am:
22159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22161         * docs/plugins/gst-plugins-good-plugins.types:
22162           document elements and plugins.  Shazam !
22163
22164 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22165
22166         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22167           be found under doc/random/ChangeLog-0.8