sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, but not...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2009-01-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2
3         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
4           Fix error code (the message string also needs love, but not today).
5
6 2009-01-19  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         Patch by: Luotao Fu <l dot fu at pengutronix dot de>
9
10         * gst/videocrop/gstvideocrop.c:
11         (gst_video_crop_get_image_details_from_caps):
12         Add 8bit grayscale support to videocrop plugin. Fixes #567952.
13
14 2009-01-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
15
16         * gst/audiofx/audioreverb.c: (gst_audio_reverb_init):
17         Set the default value in the instance init function.
18
19 2009-01-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * docs/plugins/Makefile.am:
22         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
23         * docs/plugins/gst-plugins-good-plugins-sections.txt:
24         * docs/plugins/gst-plugins-good-plugins.args:
25         * docs/plugins/gst-plugins-good-plugins.hierarchy:
26         * docs/plugins/inspect/plugin-audiofx.xml:
27         * docs/plugins/inspect/plugin-spectrum.xml:
28         * gst/audiofx/Makefile.am:
29         * gst/audiofx/audiofx.c: (plugin_init):
30         * gst/audiofx/audioreverb.c: (gst_audio_reverb_base_init),
31         (gst_audio_reverb_class_init), (gst_audio_reverb_init),
32         (gst_audio_reverb_finalize), (gst_audio_reverb_set_property),
33         (gst_audio_reverb_get_property), (gst_audio_reverb_setup),
34         (gst_audio_reverb_stop), (gst_audio_reverb_transform_ip):
35         * gst/audiofx/audioreverb.h:
36         * tests/check/Makefile.am:
37         * tests/check/elements/audioreverb.c: (setup_reverb),
38         (cleanup_reverb), (GST_START_TEST), (audioreverb_suite):
39         Add an echo/reverb filter to the audiofx plugin, with configurable
40         echo delay, intensity and feedback. Fixes bug #567874.
41
42 2009-01-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
43
44         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state),
45         (gst_spectrum_transform_ip):
46         * gst/spectrum/gstspectrum.h:
47         Implement a simple compensation algorithm for rounding errors.
48         This makes sure that a spectrum message is posted on the bus
49         every interval nanoseconds. Fixes bug #567955.
50
51 2009-01-15  Michael Smith <msmith@songbirdnest.com>
52
53         * sys/osxaudio/Makefile.am:
54           Link against CoreServices (needed for osx 10.4) and fix up the linker
55           flags. Fixes #567853.
56
57 2009-01-15  Wim Taymans  <wim.taymans@collabora.co.uk>
58
59         * gst/qtdemux/qtdemux.c: (qtdemux_parse_segments):
60         Catch invalid and commonly wrong playback rates in the elst atoms.
61         Fixes #567800.
62
63 2009-01-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
64
65         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
66         Don't call gst_fft_f32_free() with NULL to prevent a
67         crash. Fixes bug #567642.
68
69 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
70
71         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
72         * gst/spectrum/gstspectrum.h:
73         Use correct types for frame/fft counters and some minor
74         cleanup.
75
76 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         Patch by: Lennart Poettering <lennart at poettering dot net>
79
80         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
81         (gst_pulseprobe_free):
82         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
83
84 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
85
86         * gst/spectrum/Makefile.am:
87         * gst/spectrum/README:
88         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
89         (gst_spectrum_class_init), (gst_spectrum_init),
90         (gst_spectrum_reset_state), (gst_spectrum_finalize),
91         (gst_spectrum_set_property), (gst_spectrum_start),
92         (gst_spectrum_stop), (gst_spectrum_setup),
93         (gst_spectrum_transform_ip):
94         * gst/spectrum/gstspectrum.h:
95         Post a spectrum message on the bus for every interval, even
96         if the interval is small than the length of the FFT.
97         Fixes bug #567642.
98
99         Major cleanup of the spectrum element.
100
101 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
102
103         * configure.ac:
104         * gst/audiofx/Makefile.am:
105         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
106         (gst_audio_fir_filter_class_init),
107         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
108         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
109         (gst_audio_fir_filter_set_property),
110         (gst_audio_fir_filter_get_property):
111         * gst/audiofx/audiofirfilter.h:
112         * gst/audiofx/audiofx.c: (plugin_init):
113         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
114         (gst_audio_iir_filter_class_init),
115         (gst_audio_iir_filter_update_coefficients),
116         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
117         (gst_audio_iir_filter_finalize),
118         (gst_audio_iir_filter_set_property),
119         (gst_audio_iir_filter_get_property):
120         * gst/audiofx/audioiirfilter.h:
121         Add audioiirfilter and audiofirfilter elements which allow
122         generic IIR/FIR filters to be implemented by providing the
123         filter coefficients. Fixes bug #567577.
124
125         * docs/plugins/Makefile.am:
126         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
127         * docs/plugins/gst-plugins-good-plugins-sections.txt:
128         * docs/plugins/gst-plugins-good-plugins.args:
129         * docs/plugins/gst-plugins-good-plugins.hierarchy:
130         * docs/plugins/gst-plugins-good-plugins.signals:
131         * docs/plugins/inspect/plugin-alaw.xml:
132         * docs/plugins/inspect/plugin-audiofx.xml:
133         * docs/plugins/inspect/plugin-avi.xml:
134         * docs/plugins/inspect/plugin-flac.xml:
135         * docs/plugins/inspect/plugin-mulaw.xml:
136         * docs/plugins/inspect/plugin-video4linux2.xml:
137         * docs/plugins/inspect/plugin-wavparse.xml:
138         Add documentation for the audioiirfilter and audiofirfilter
139         elements.
140
141         * tests/check/Makefile.am:
142         * tests/check/elements/audiofirfilter.c: (on_message),
143         (on_rate_changed), (on_handoff), (GST_START_TEST),
144         (audiofirfilter_suite):
145         * tests/check/elements/audioiirfilter.c: (on_message),
146         (on_rate_changed), (on_handoff), (GST_START_TEST),
147         (audioiirfilter_suite):
148         * tests/examples/Makefile.am:
149         * tests/examples/audiofx/Makefile.am:
150         * tests/examples/audiofx/firfilter-example.c: (on_message),
151         (on_rate_changed), (main):
152         * tests/examples/audiofx/iirfilter-example.c: (on_message),
153         (on_rate_changed), (main):
154         Add unit tests and example applications for the two filter
155         elements.
156
157 2009-01-13  Michael Smith <msmith@songbirdnest.com>
158
159         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
160         * gst/qtdemux/qtdemux.c:
161           Fix format string for guint64.
162
163 2009-01-13  Michael Smith <msmith@songbirdnest.com>
164
165         * sys/osxaudio/Makefile.am:
166           osxaudio plugin now requires AudioUnit framework, so link against that.
167           Clean up tabs v spaces while I'm there.
168
169 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
172         (print_stats), (main):
173         Add some example code for printing the RTP manager stats.
174
175 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
176
177         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
178         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
179         (gst_audio_cheb_band_set_property):
180         * gst/audiofx/audiochebband.h:
181         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
182         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
183         (gst_audio_cheb_limit_set_property):
184         * gst/audiofx/audiocheblimit.h:
185         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
186         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
187         (gst_audio_wsincband_set_property):
188         * gst/audiofx/audiowsincband.h:
189         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
190         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
191         (gst_audio_wsinclimit_set_property):
192         * gst/audiofx/audiowsinclimit.h:
193         Use a custom mutex for protecting the instance fields instead of
194         the GstObject lock. Using the latter can lead to deadlocks, especially
195         with the FIR filters when updating the latency.
196
197 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
198
199         * gst/audiofx/Makefile.am:
200         * gst/audiofx/audiofxbasefirfilter.c:
201         (gst_audio_fx_base_fir_filter_dispose),
202         (gst_audio_fx_base_fir_filter_base_init),
203         (gst_audio_fx_base_fir_filter_class_init),
204         (gst_audio_fx_base_fir_filter_init),
205         (gst_audio_fx_base_fir_filter_push_residue),
206         (gst_audio_fx_base_fir_filter_setup),
207         (gst_audio_fx_base_fir_filter_transform),
208         (gst_audio_fx_base_fir_filter_start),
209         (gst_audio_fx_base_fir_filter_stop),
210         (gst_audio_fx_base_fir_filter_query),
211         (gst_audio_fx_base_fir_filter_query_type),
212         (gst_audio_fx_base_fir_filter_event),
213         (gst_audio_fx_base_fir_filter_set_kernel):
214         * gst/audiofx/audiofxbasefirfilter.h:
215         * gst/audiofx/audiofxbaseiirfilter.c:
216         Implement a base class for generic audio FIR filters.
217
218         * gst/audiofx/audiowsincband.c:
219         (gst_gst_audio_wsincband_mode_get_type),
220         (gst_gst_audio_wsincband_window_get_type),
221         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
222         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
223         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
224         (gst_audio_wsincband_get_property):
225         * gst/audiofx/audiowsincband.h:
226         * gst/audiofx/audiowsinclimit.c:
227         (gst_audio_wsinclimit_mode_get_type),
228         (gst_audio_wsinclimit_window_get_type),
229         (gst_audio_wsinclimit_base_init),
230         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
231         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
232         (gst_audio_wsinclimit_set_property),
233         (gst_audio_wsinclimit_get_property):
234         * gst/audiofx/audiowsinclimit.h:
235         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
236         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
237         Use this new base class for audiowsincband and audiowsinclimit.
238         Also cleanup both elements.
239
240 2009-01-08  Michael Smith <msmith@songbirdnest.com>
241
242         * gst/qtdemux/qtdemux.c:
243           In push mode, error out if we get EOS before we've created any srcpads.
244           Handle (in pull mode) some files that have a truncated moov atom where
245           the final sub-atom is a 'free' atom and the contents of that are not
246           present in the file.
247
248 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
249
250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
252         Some cleanups, refactoring and minor enhancements in caps handling.
253
254         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
255         (gst_matroska_mux_init), (gst_matroska_pad_reset),
256         (gst_matroska_pad_free), (gst_matroska_mux_reset),
257         (gst_matroska_mux_video_pad_setcaps),
258         (gst_matroska_mux_request_new_pad):
259         * tests/check/elements/matroskamux.c: (teardown_src_pad):
260         Only remove, release or reset what is appropriate upon state change.
261
262 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
263
264         * ext/pulse/pulsesink.c:
265         * ext/pulse/pulsesink.h:
266         Use a mutex to protect the current stream pointer, and ignore
267         callbacks for stream objects that have been destroyed already.
268         Fixes problems with unprepare/prepare cycles caused by the input
269         caps changing, without reintroducing bug #556986.
270
271 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
272
273         * sys/v4l2/gstv4l2src.c:
274         Remove () from translateable string, so that it makes more sense.
275
276 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
277
278         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
279         Minor fix/cleanup in header field calculation.
280
281 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
282
283         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
284         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
285         * gst/matroska/matroska-mux.h:
286         Remove internal taglist and fully use tagsetter interface.
287
288 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
289
290         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
291         (gst_avi_mux_riff_get_avi_header):
292         * gst/avi/gstavimux.h:
293         Ensure header size invariance during subsequent rewrite by using
294         tags snapshot.
295
296 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
299         Don't wait for the pulse mainloop when destroying the stream.
300         Fixes a deadlock when the pulsedaemon goes away while pulsesink
301         is PLAYING. Fixes bug #556986.
302
303 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
304
305         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
306                   Luotao Fu <l dot fu at pengutronix dot de>
307
308         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
309         (gst_v4l2_get_caps_info):
310         Add support for grayscale v4l2 devices. Fixes bug #566616.
311
312 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
313
314         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
315         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
316         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
317         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
318         * gst/qtdemux/qtdemux.h:
319         * gst/qtdemux/quicktime.c: (plugin_init):
320         Streamline tag handling and pass unparsed tags as binary blob
321         in private tag.
322
323 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         * gst/audiofx/Makefile.am:
326         * gst/audiofx/audiofxbaseiirfilter.c:
327         (gst_audio_fx_base_iir_filter_base_init),
328         (gst_audio_fx_base_iir_filter_dispose),
329         (gst_audio_fx_base_iir_filter_class_init),
330         (gst_audio_fx_base_iir_filter_init),
331         (gst_audio_fx_base_iir_filter_calculate_gain),
332         (gst_audio_fx_base_iir_filter_set_coefficients),
333         (gst_audio_fx_base_iir_filter_setup), (process),
334         (gst_audio_fx_base_iir_filter_transform_ip),
335         (gst_audio_fx_base_iir_filter_stop):
336         * gst/audiofx/audiofxbaseiirfilter.h:
337         Implement a base class for IIR filters.
338
339         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
340         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
341         (generate_coefficients), (gst_audio_cheb_band_set_property),
342         (gst_audio_cheb_band_setup):
343         * gst/audiofx/audiochebband.h:
344         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
345         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
346         (generate_coefficients), (gst_audio_cheb_limit_set_property),
347         (gst_audio_cheb_limit_setup):
348         * gst/audiofx/audiocheblimit.h:
349         Use the IIR filter base class for the chebyshev filters.
350
351 2009-01-02  Michael Smith <msmith@songbirdnest.com>
352
353           Patch by: Justin Karnegas <justin@affinix.com> and
354                     Michael Smith <msmith@songbirdnest.com>
355         * sys/osxaudio/gstosxaudio.c:
356         * sys/osxaudio/gstosxaudioelement.c:
357         * sys/osxaudio/gstosxaudioelement.h:
358         * sys/osxaudio/gstosxaudiosink.c:
359         * sys/osxaudio/gstosxaudiosink.h:
360         * sys/osxaudio/gstosxaudiosrc.c:
361         * sys/osxaudio/gstosxaudiosrc.h:
362         * sys/osxaudio/gstosxringbuffer.c:
363         * sys/osxaudio/gstosxringbuffer.h:
364           Rewrite osxaudio to work more flexibly and more reliably, using a
365           different abstraction layer of coreaudio that is the recommended way of
366           doing low-level audio I/O on OSX.
367           Fixes byg #564948.
368
369 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
370
371         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
372         Add example RTP transcoding pipeline from any file decodedable with
373         uridecodebin.
374
375 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
376
377         * tests/examples/rtp/.cvsignore:
378         * tests/examples/rtp/Makefile.am:
379         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
380         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
381         Add two C examples of using gstrtpbin as a sender and a receiver.
382
383 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
384
385         * ChangeLog:
386         Remove conflict marker from ChangeLog
387
388 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
389
390         Patch by: j^ <j at oil21.org>
391
392         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
393         (qtdemux_audio_caps):
394         Add codec mapping for xvid, fmp4 and ac3 tracks.
395         Fixes #565850
396
397 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
400         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
401         (gst_smokeenc_chain), (gst_smokeenc_change_state):
402         * ext/jpeg/gstsmokeenc.h:
403         Implement getcaps function.
404         Set caps on the pad and on all outgoing buffers.
405         Fixes #565441.
406
407 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
408
409         * ext/pulse/pulsemixerctrl.c:
410           And remove temporary comment pointing to the bug ticket.
411
412         * gst/avi/gstavimux.c:
413           Move reoccuring logging to LOG and log instance too.
414
415 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
416
417         * ext/pulse/pulsemixerctrl.c:
418           Don't leak the pa_operation.
419
420 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
421
422         * configure.ac:
423           Require core cvs.
424
425 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
426
427         * gst/avi/gstavimux.c:
428           Rename api from _flush to _reset_tags. 
429
430 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
431
432         * gst/avi/gstavimux.c:
433           Use new tagsetter api to flush tags.
434
435 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
436
437         * tests/check/elements/deinterleave.c: (deinterleave_suite):
438         Increase timeout to 3 minutes to prevent timeouts.
439
440 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
441
442         * tests/check/elements/interleave.c: (interleave_suite):
443         Increase timeout to 3 minutes to prevent timeouts.
444
445 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
446
447         * gst/avi/gstavimux.c:
448         * gst/avi/gstavimux.h:
449           Totally remove the internal taglists and fully use tagsetter.
450
451 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
452
453         * gst/avi/gstavimux.c:
454           Instead of filtering wrongly just use the mergemode. Applications is
455           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
456           avi for real (I hope). Everyone chime in, before I fix the others.
457
458 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
459
460         * ext/pulse/pulsemixerctrl.c:
461           Add note about memleak.
462
463 2008-12-13  Edward Hervey  <bilboed@gmail.com>
464
465         * m4/Makefile.am:
466         A couple more .m4 that aren't shipped anymore with gettext 0.17.
467
468 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
469
470         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
471         (gst_flac_dec_init):
472         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
473         (gst_alaw_dec_init):
474         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
475         (gst_alaw_enc_init):
476         * gst/law/alaw.c: (plugin_init):
477         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
478         (gst_mulawdec_init):
479         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
480         (gst_mulawenc_init):
481         * gst/law/mulaw.c: (plugin_init):
482         Switch to using GstStaticPadTemplate.
483         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
484         Don't forget to free the addrinfo structure.
485         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
486         (gst_wavparse_sink_activate):
487         Don't forget to unref the GstAdapter.
488
489 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
490
491         * m4/Makefile.am:
492         inttypes.m4 hasn't been available since gettext-0.15, and since we now
493         require gettext >= 0.17 ... we can remove it from the list of files to
494         dist.
495
496 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
497
498         * gst/avi/gstavidemux.c:
499           More logging.
500
501         * gst/avi/gstavimux.c:
502           Handle more metadata fields. Better estimate of metadata size. Don't
503           merge received tags, if application has specified tags using
504           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
505
506 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
507
508         * tests/check/Makefile.am:
509         Also ignore pulsemixer for the states unit test.
510
511 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
512
513         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
514         Add an EOI marker at the end of the jpeg frame when it's missing.
515         Fixes #563056.
516
517 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         * tests/check/elements/videocrop.c: (check_1x1_buffer):
520         Update the unit test for the new color values for BT.601 red.
521         Fixes bug #563510.
522
523 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
524
525         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
526           Restore previous behaviour of not passing QoS and navigation
527           events upstream, which presumably wasn't meant to be changed.
528
529 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
530
531         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
532         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
533         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
534         (gst_dvdemux_chain), (gst_dvdemux_loop),
535         (gst_dvdemux_change_state):
536         Add srcpads only when needed and remove them again when going
537         back to READY. This prevents stalled pipelines if there's no
538         audio inside the DV stream, which happens for many MXF files.
539
540 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
541
542         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
543         (run_server):
544         The ports in libsoup are unsigned integers and not signed
545         integers.
546
547 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
548
549         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
550         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
551         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
552         (gst_dvdemux_chain), (gst_dvdemux_loop),
553         (gst_dvdemux_change_state):
554         Add srcpads only when they're needed. If we add all pads in any
555         case we will get a stalling audio pad if the stream contains
556         no audio, which is the case for many MXF files.
557
558 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
559
560         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
561         Forward all events upstream unless it's something we really
562         don't handle. This fixes latency configuration of pipelines.
563
564 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
565
566         * ext/dv/gstdv.c: (plugin_init):
567         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
568         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
569         Really call dv_init() exactly one time, not one time for
570         the demuxer and one time for the decoder.
571
572 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
573
574         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
575         Copy incomming timestamp to outgoing packets.
576
577 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
578
579         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
580         (gst_rtp_mp4v_pay_event):
581         Don't try to push packets before we could find a valid config
582         startcode. Fixes #563509.
583
584 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
585
586         Patch by: Brian Cameron <brian.cameron at sun dot com>
587
588         * sys/sunaudio/gstsunaudiomixerctrl.c:
589         (gst_sunaudiomixer_ctrl_open):
590         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
591
592 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
593
594         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
595
596         * configure.ac:
597         Make usage of libv4l optional by a configure parameter.
598         Fixes bug #563504.
599
600 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
601
602         * docs/plugins/Makefile.am:
603         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
604         * docs/plugins/gst-plugins-good-plugins-sections.txt:
605         * docs/plugins/gst-plugins-good-plugins.args:
606         * docs/plugins/gst-plugins-good-plugins.hierarchy:
607         * docs/plugins/gst-plugins-good-plugins.interfaces:
608         * docs/plugins/inspect/plugin-1394.xml:
609         * docs/plugins/inspect/plugin-aasink.xml:
610         * docs/plugins/inspect/plugin-alaw.xml:
611         * docs/plugins/inspect/plugin-alpha.xml:
612         * docs/plugins/inspect/plugin-alphacolor.xml:
613         * docs/plugins/inspect/plugin-annodex.xml:
614         * docs/plugins/inspect/plugin-apetag.xml:
615         * docs/plugins/inspect/plugin-audiofx.xml:
616         * docs/plugins/inspect/plugin-auparse.xml:
617         * docs/plugins/inspect/plugin-autodetect.xml:
618         * docs/plugins/inspect/plugin-avi.xml:
619         * docs/plugins/inspect/plugin-cacasink.xml:
620         * docs/plugins/inspect/plugin-cairo.xml:
621         * docs/plugins/inspect/plugin-cutter.xml:
622         * docs/plugins/inspect/plugin-debug.xml:
623         * docs/plugins/inspect/plugin-dv.xml:
624         * docs/plugins/inspect/plugin-efence.xml:
625         * docs/plugins/inspect/plugin-effectv.xml:
626         * docs/plugins/inspect/plugin-equalizer.xml:
627         * docs/plugins/inspect/plugin-esdsink.xml:
628         * docs/plugins/inspect/plugin-flac.xml:
629         * docs/plugins/inspect/plugin-flxdec.xml:
630         * docs/plugins/inspect/plugin-gamma.xml:
631         * docs/plugins/inspect/plugin-gconfelements.xml:
632         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
633         * docs/plugins/inspect/plugin-goom.xml:
634         * docs/plugins/inspect/plugin-goom2k1.xml:
635         * docs/plugins/inspect/plugin-halelements.xml:
636         * docs/plugins/inspect/plugin-icydemux.xml:
637         * docs/plugins/inspect/plugin-id3demux.xml:
638         * docs/plugins/inspect/plugin-interleave.xml:
639         * docs/plugins/inspect/plugin-jpeg.xml:
640         * docs/plugins/inspect/plugin-level.xml:
641         * docs/plugins/inspect/plugin-matroska.xml:
642         * docs/plugins/inspect/plugin-monoscope.xml:
643         * docs/plugins/inspect/plugin-mulaw.xml:
644         * docs/plugins/inspect/plugin-multifile.xml:
645         * docs/plugins/inspect/plugin-multipart.xml:
646         * docs/plugins/inspect/plugin-navigationtest.xml:
647         * docs/plugins/inspect/plugin-ossaudio.xml:
648         * docs/plugins/inspect/plugin-png.xml:
649         * docs/plugins/inspect/plugin-pulseaudio.xml:
650         * docs/plugins/inspect/plugin-quicktime.xml:
651         * docs/plugins/inspect/plugin-replaygain.xml:
652         * docs/plugins/inspect/plugin-rtp.xml:
653         * docs/plugins/inspect/plugin-rtsp.xml:
654         * docs/plugins/inspect/plugin-shout2send.xml:
655         * docs/plugins/inspect/plugin-smpte.xml:
656         * docs/plugins/inspect/plugin-soup.xml:
657         * docs/plugins/inspect/plugin-spectrum.xml:
658         * docs/plugins/inspect/plugin-speex.xml:
659         * docs/plugins/inspect/plugin-taglib.xml:
660         * docs/plugins/inspect/plugin-udp.xml:
661         * docs/plugins/inspect/plugin-video4linux2.xml:
662         * docs/plugins/inspect/plugin-videobalance.xml:
663         * docs/plugins/inspect/plugin-videobox.xml:
664         * docs/plugins/inspect/plugin-videocrop.xml:
665         * docs/plugins/inspect/plugin-videoflip.xml:
666         * docs/plugins/inspect/plugin-videomixer.xml:
667         * docs/plugins/inspect/plugin-wavenc.xml:
668         * docs/plugins/inspect/plugin-wavpack.xml:
669         * docs/plugins/inspect/plugin-wavparse.xml:
670         * docs/plugins/inspect/plugin-ximagesrc.xml:
671         * gst/matroska/matroska-demux.c:
672         * gst/matroska/matroska-demux.h:
673         * gst/matroska/matroska-mux.c:
674         * gst/matroska/matroska-mux.h:
675         Add documentation for matroskamux and matroskademux and
676         update the inspection xml files.
677
678 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
679
680         * configure.ac:
681         Apparently AC_CONFIG_MACRO_DIR breaks when using more
682         than one macro directory, reverting last change.
683
684 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
685
686         * configure.ac:
687         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
688         our M4 macros.
689
690 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
691
692         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
693         Provide the parameters that are required for the format string
694         to fix a compiler warning.
695
696 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
697
698         * gst/autodetect/gstautoaudiosrc.c:
699           Fix classification.
700
701 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
702
703         Patch by: Cygwin Ports maintainer
704                   <yselkowitz at users dot sourceforge dot net>
705
706         * autogen.sh:
707         * configure.ac:
708         Require gettext 0.17 because older versions don't mix with libtool
709         2.2. At build time an older gettext version will still work.
710         Fixes bug #556091.
711
712 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
713
714         Patch by: Peter Kjellerstedt <pkj at axis com>
715
716         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
717         Make gst_multiudpsink_render() ignore errors from sendto() instead of
718         breaking streaming. Emit a warning instead. Fixes #562572.
719
720 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
721
722         Patch by: Ron McOuat <rmcouat at smartt dot com>
723
724         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
725         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
726         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
727         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
728         * ext/soup/gstsouphttpsrc.h:
729         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
730         (digest_auth_cb), (run_test), (GST_START_TEST),
731         (souphttpsrc_suite), (run_server):
732         Add support for basic and digest authentication in souphttpsrc.
733         Fixes bug #561775.
734
735 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
736
737         Patch by: Pepijn Van Eeckhoudt
738                       <pepijn dot vaneeckhoudt at luciad dot com>
739
740         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
741         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
742         * gst/wavenc/gstwavenc.h:
743         * gst/wavenc/riff.h:
744         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
745
746 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
747
748         Patch by: 이문형 <iwings at gmail dot com>
749
750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
751         Prevent further read/write actions taken to the connect-failed socket by
752         erroring out quickly. See #562258.
753
754 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
755
756         * tests/examples/level/level-example.c:
757           Set fakesink to sync. Otherwise people might question the message
758           interval. Nevertheless the timestamp in the message is what matters.
759
760 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
761
762         * tests/icles/.cvsignore:
763         cvsignore newly generated file.
764
765 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
766
767         * gst/rtp/gstasteriskh263.c:
768         * gst/rtp/gstasteriskh263.h:
769         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
770         * gst/rtp/gstrtpL16depay.h:
771         * gst/rtp/gstrtpL16pay.c:
772         * gst/rtp/gstrtpL16pay.h:
773         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
774         * gst/rtp/gstrtpac3depay.h:
775         * gst/rtp/gstrtpamrdepay.c:
776         * gst/rtp/gstrtpamrdepay.h:
777         * gst/rtp/gstrtpamrpay.c:
778         * gst/rtp/gstrtpamrpay.h:
779         * gst/rtp/gstrtpdepay.c:
780         * gst/rtp/gstrtpdepay.h:
781         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
782         * gst/rtp/gstrtpg726depay.c:
783         * gst/rtp/gstrtpg726pay.c:
784         * gst/rtp/gstrtpg729depay.c:
785         * gst/rtp/gstrtpg729pay.c:
786         * gst/rtp/gstrtpgsmdepay.c:
787         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
788         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
789         * gst/rtp/gstrtph263depay.h:
790         * gst/rtp/gstrtph263pay.c:
791         * gst/rtp/gstrtph263pay.h:
792         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
793         * gst/rtp/gstrtph263pdepay.h:
794         * gst/rtp/gstrtph263ppay.c:
795         * gst/rtp/gstrtph263ppay.h:
796         * gst/rtp/gstrtph264depay.c:
797         * gst/rtp/gstrtph264depay.h:
798         * gst/rtp/gstrtph264pay.c:
799         * gst/rtp/gstrtph264pay.h:
800         * gst/rtp/gstrtpilbcdepay.c:
801         * gst/rtp/gstrtpilbcpay.c:
802         * gst/rtp/gstrtpjpegdepay.h:
803         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
804         * gst/rtp/gstrtpmp1sdepay.h:
805         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
806         * gst/rtp/gstrtpmp2tdepay.h:
807         * gst/rtp/gstrtpmp2tpay.c:
808         * gst/rtp/gstrtpmp2tpay.h:
809         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
810         * gst/rtp/gstrtpmp4apay.c:
811         * gst/rtp/gstrtpmp4apay.h:
812         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
813         * gst/rtp/gstrtpmp4gdepay.h:
814         * gst/rtp/gstrtpmp4gpay.c:
815         * gst/rtp/gstrtpmp4gpay.h:
816         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
817         * gst/rtp/gstrtpmp4vdepay.h:
818         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
819         * gst/rtp/gstrtpmp4vpay.h:
820         * gst/rtp/gstrtpmpadepay.c:
821         * gst/rtp/gstrtpmpadepay.h:
822         * gst/rtp/gstrtpmpapay.c:
823         * gst/rtp/gstrtpmpapay.h:
824         * gst/rtp/gstrtpmpvdepay.c:
825         * gst/rtp/gstrtpmpvdepay.h:
826         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
827         * gst/rtp/gstrtppcmapay.c:
828         * gst/rtp/gstrtppcmudepay.c:
829         * gst/rtp/gstrtppcmupay.c:
830         * gst/rtp/gstrtpspeexdepay.c:
831         * gst/rtp/gstrtpspeexpay.c:
832         * gst/rtp/gstrtpsv3vdepay.c:
833         * gst/rtp/gstrtpsv3vdepay.h:
834         * gst/rtp/gstrtptheoradepay.c:
835         * gst/rtp/gstrtptheoradepay.h:
836         * gst/rtp/gstrtptheorapay.c:
837         * gst/rtp/gstrtptheorapay.h:
838         * gst/rtp/gstrtpvorbisdepay.c:
839         * gst/rtp/gstrtpvorbisdepay.h:
840         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
841         * gst/rtp/gstrtpvorbispay.h:
842         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
843         * gst/rtp/gstrtpvrawpay.c:
844         Fix the descriptions and fix some email addresses.
845
846 2008-11-25  Julien Moutte  <julien@fluendo.com>
847
848         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
849         to supported qtdemux video codecs as I found some video clips using 
850         those.
851
852 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
853
854         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
855         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
856         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
857         (gst_auto_video_sink_detect):
858         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
859         Post an error when we can't set the internal ghostpad target.
860
861 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
864         (gst_video_crop_transform), (gst_video_crop_transform_caps),
865         (gst_video_crop_set_caps), (gst_video_crop_set_property):
866         * gst/videocrop/gstvideocrop.h:
867         Fix renegotiation when changing properties using the new basetransform
868         features. Fixes #561502.
869
870         * tests/icles/Makefile.am:
871         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
872         Add crazy interactive test unit for dynamically changing properties.
873
874 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
877         (gst_rtspsrc_parse_range):
878         Add some more debugging.
879         Use the reanges received from the server unconditionally.
880         Fixes #561625.
881
882 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
883
884         * ext/pulse/pulsesink.c:
885           Change #if 0 to something more expresive and add pointer to related
886           bug ticket.
887
888 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
889
890         Patch by: Tal Shalif <tshalif at nargila dot org>
891
892         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
893         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
894         the latter don't exist on some systems (mingw). Fixes bug #561990.
895
896 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
897
898         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
899
900         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
901         Add transferMode.dnla.org header to HTTP requests as this is
902         required by the DLNA specs and doesn't hurt in other situations.
903         Fixes bug #561802.
904
905 2008-11-20  Michael Smith <msmith@songbirdnest.com>
906
907         * sys/osxvideo/osxvideosink.h:
908         * sys/osxvideo/osxvideosink.m:
909           Handle video window resizing more correctly, avoiding crashes when
910           embedding the window and resizing it.
911
912 2008-11-20  Michael Smith <msmith@songbirdnest.com>
913
914         * gst/udp/gstmultiudpsink.c:
915         * gst/udp/gstudpnetutils.c:
916         * gst/udp/gstudpnetutils.h:
917         * gst/udp/gstudpsrc.c:
918           Fix multiudpsink on OSX by passing the specific length of the socket,
919           refactor that into a function shared with the same thing in udpsrc.
920
921 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
922
923         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
924         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
925         (gst_wavparse_stream_headers):
926         Fix the scaling code.
927         Fix parsing of the INFO chunks, we were reading the wrong number of
928         bytes.  Fixes #561580.
929
930 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
931
932         * gst/matroska/matroska-mux.c:
933         Fix NULL pointer dereference of an unset codec_id in the recently 
934         added Dirac paths
935
936 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
937
938         * tests/check/Makefile.am:
939         Just keep disabling elements that hang the states test until it
940         works.
941
942 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
943
944         * ext/libpng/gstpngenc.c:
945         Don't flush downstream after every buffer - that's not what
946         this libpng callback is for at all!
947
948 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
949
950         * sys/v4l2/v4l2src_calls.c:
951           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
952           (gst_v4l2src_probe_caps_for_format):
953           Turns out we don't always get the frame sizes in a predefined
954           order from lowest to highest resolution, so let's just sort the
955           list by frame size once we've queried the possible resolutions
956           rather than assume any particular order. Fixes probed caps for
957           the camera in my HP2133 mini notebook and makes v4l2src default
958           to a decent size.
959
960 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
961
962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
963         * gst/matroska/matroska-ids.h:
964         Make mkvdemux aware of E-AC3.
965
966 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
967
968         * gst/rtp/Makefile.am:
969         * gst/rtp/gstrtp.c: (plugin_init):
970         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
971         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
972         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
973         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
974         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
975         (gst_rtp_jpeg_depay_change_state),
976         (gst_rtp_jpeg_depay_plugin_init):
977         * gst/rtp/gstrtpjpegdepay.h:
978         Add a jpeg depayloader.
979
980         * gst/rtp/gstrtpjpegpay.c:
981         Set the default properties on the payloader to better defaults.
982
983 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
984
985         * sys/v4l2/gstv4l2.c:
986           Give it a primary rank for autovideosrc.
987
988 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
989
990         Patch by: Bjorn Ostby <bjornos at axis dot com>
991
992         * gst/rtp/Makefile.am:
993         * gst/rtp/gstrtp.c: (plugin_init):
994         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
995         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
996         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
997         (gst_rtp_jpeg_pay_read_quant_table),
998         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
999         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
1000         (gst_rtp_jpeg_pay_plugin_init):
1001         * gst/rtp/gstrtpjpegpay.h:
1002         Add JPEG payloader. Fixes #560756.
1003
1004 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1005
1006         Patch by: Fabricio Godoy <skarllot at gmail dot com>
1007
1008         * sys/oss/gstosssink.c: (gst_oss_sink_open):
1009         * sys/oss/gstosssrc.c: (gst_oss_src_open):
1010         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
1011         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
1012         Fix some spelling mistakes. Fixes #556802.
1013
1014 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
1015
1016         * gst/equalizer/GstIirEqualizer10Bands.prs:
1017         * gst/equalizer/GstIirEqualizer3Bands.prs:
1018         * gst/equalizer/Makefile.am:
1019         * gst/equalizer/gstiirequalizer10bands.c:
1020         * gst/equalizer/gstiirequalizer3bands.c:
1021           Add presets for equalizer. Fixes #522183.
1022
1023 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         * gst/rtsp/Makefile.am:
1026         * gst/rtsp/gstrtsp.c: (plugin_init):
1027         * gst/rtsp/gstrtspgoogle.c:
1028         * gst/rtsp/gstrtspgoogle.h:
1029         Remove google extension again, it's not needed anymore because we never
1030         send multiple transports anymore.
1031
1032 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1033
1034         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1035
1036         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
1037         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
1038         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
1039         (gst_rtspsrc_stream_free),
1040         (gst_rtspsrc_stream_configure_udp_sinks),
1041         (gst_rtspsrc_stream_configure_transport),
1042         (gst_rtspsrc_send_dummy_packets),
1043         (gst_rtspsrc_create_transports_string),
1044         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1045         * gst/rtsp/gstrtspsrc.h:
1046         Add property to configure NAT traversal method.
1047         Ignore EOS from the internal sinks.
1048         Implement sending dummy packets as a (simple) method to open up
1049         some firewalls.
1050         Send PLAY request to the server after we started the udp sources.
1051         Fixes #559545.
1052
1053 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1054
1055         Patch by: Yotam <sh dot yotam at gmail dot com>
1056
1057         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
1058         Flush the remaining frames on EOS. Fixes #560641.
1059
1060 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
1061
1062         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
1063         Fix compiler warning about printf formatting.
1064
1065 2008-11-12  Andy Wingo  <wingo@pobox.com>
1066
1067         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
1068         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
1069         segment events instead of sending them from the seeking thread.
1070         Fixes #559288.
1071         (gst_qtdemux_push_pending_newsegment): New helper, sends out
1072         queued newsegment events.
1073         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
1074         call it here, as we only seek when looping, and only push in the
1075         movie state.
1076
1077 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1078
1079         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1080         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1081         * gst/qtdemux/qtdemux_fourcc.h:
1082         * gst/qtdemux/qtdemux_types.c:
1083         Add cover and alternative copyright tag, and enhance some existing
1084         ones by marking them as container atoms.
1085
1086 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1087
1088         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1089         Don't ignore the return value of setcaps.
1090
1091 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1092
1093         Patch by: Olivier Crete <tester at tester dot ca>
1094
1095         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1096         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1097         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1098         * gst/rtp/gstrtpg729pay.h:
1099         Replace G729 payloader with an improved version. Fixes #532409.
1100
1101 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1102
1103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1104         (gst_rtspsrc_change_state):
1105         Only send one transport at a time for improved compatibility with some
1106         broken servers. See #537832.
1107
1108 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1109
1110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1111         (gst_rtspsrc_perform_seek):
1112         Only pause/play in the seek handler when the source was playing.
1113         Fixes #529379.
1114
1115 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1116
1117         * gst/matroska/matroska-mux.c:
1118         (gst_matroska_mux_handle_dirac_packet):
1119         Fix muxing of Dirac streams if the input already has the format
1120         we need, i.e. is the output of matroskademux.
1121
1122 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1123
1124         * gst/avi/gstavimux.c:
1125           Don't segfault on string typed tags being NULL. Fixes #560155.
1126
1127 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1128
1129         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1130         (gst_matroska_mux_audio_pad_setcaps):
1131         Fix mapping AAC profile to Matroska codec id.
1132
1133 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1134
1135         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1136         (qtdemux_video_caps), (qtdemux_audio_caps):
1137         Refactor some raw audio caps building, and handle >16-bit cases.
1138         Fix/replace building caps from a string description.
1139
1140 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1141
1142         * gst/audiofx/audiowsincband.c:
1143         * gst/audiofx/audiowsinclimit.c:
1144         * gst/cutter/gstcutter.c:
1145           Make author name consistent with others.
1146
1147 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1148
1149         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1150
1151         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1152         (gst_rtspsrc_stream_configure_udp_sink):
1153         Pause the RTSP stream before doing a new play request.
1154         Make sure that adding the udpsinks does not cause the rtspsrc to become
1155         a sink. Fixes #559547.
1156
1157 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         * gst/matroska/matroska-ids.h:
1160         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1161         (gst_matroska_mux_handle_dirac_packet),
1162         (gst_matroska_mux_write_data):
1163         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1164         put all Dirac packages up to a picture into a Matroska block.
1165
1166         TODO: Implement writing of the ReferenceBlock Matroska elements,
1167         currently the Dirac muxing is only 100% correct if Matroska version 2
1168         is selected for muxing.
1169
1170 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1171
1172         Patch by: Bastien Nocera <hadess at hadess dot net>,
1173                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1174
1175         * configure.ac:
1176         * sys/v4l2/Makefile.am:
1177         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1178         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1179         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1180         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1181         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1182         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1183         (gst_v4l2_get_input), (gst_v4l2_set_input):
1184         * sys/v4l2/v4l2_calls.h:
1185         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1186         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1187         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1188         (gst_v4l2src_fill_format_list),
1189         (gst_v4l2src_probe_caps_for_format_and_size),
1190         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1191         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1192         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1193         (gst_v4l2src_get_nearest_size):
1194         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1195
1196 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1197
1198         * ext/aalib/Makefile.am:
1199         * ext/annodex/Makefile.am:
1200         * ext/cairo/Makefile.am:
1201         * ext/dv/Makefile.am:
1202         * ext/esd/Makefile.am:
1203         * ext/flac/Makefile.am:
1204         * ext/gconf/Makefile.am:
1205         * ext/gdk_pixbuf/Makefile.am:
1206         * ext/hal/Makefile.am:
1207         * ext/jpeg/Makefile.am:
1208         * ext/ladspa/Makefile.am:
1209         * ext/libcaca/Makefile.am:
1210         * ext/libmng/Makefile.am:
1211         * ext/libpng/Makefile.am:
1212         * ext/mikmod/Makefile.am:
1213         * ext/pulse/Makefile.am:
1214         * ext/raw1394/Makefile.am:
1215         * ext/shout2/Makefile.am:
1216         * ext/soup/Makefile.am:
1217         * ext/speex/Makefile.am:
1218         * ext/taglib/Makefile.am:
1219         * ext/wavpack/Makefile.am:
1220         * gst/alpha/Makefile.am:
1221         * gst/apetag/Makefile.am:
1222         * gst/audiofx/Makefile.am:
1223         * gst/auparse/Makefile.am:
1224         * gst/autodetect/Makefile.am:
1225         * gst/avi/Makefile.am:
1226         * gst/cutter/Makefile.am:
1227         * gst/debug/Makefile.am:
1228         * gst/effectv/Makefile.am:
1229         * gst/equalizer/Makefile.am:
1230         * gst/flx/Makefile.am:
1231         * gst/goom/Makefile.am:
1232         * gst/goom2k1/Makefile.am:
1233         * gst/icydemux/Makefile.am:
1234         * gst/id3demux/Makefile.am:
1235         * gst/interleave/Makefile.am:
1236         * gst/law/Makefile.am:
1237         * gst/level/Makefile.am:
1238         * gst/matroska/Makefile.am:
1239         * gst/median/Makefile.am:
1240         * gst/monoscope/Makefile.am:
1241         * gst/multifile/Makefile.am:
1242         * gst/multipart/Makefile.am:
1243         * gst/oldcore/Makefile.am:
1244         * gst/qtdemux/Makefile.am:
1245         * gst/replaygain/Makefile.am:
1246         * gst/rtp/Makefile.am:
1247         * gst/rtsp/Makefile.am:
1248         * gst/smpte/Makefile.am:
1249         * gst/spectrum/Makefile.am:
1250         * gst/udp/Makefile.am:
1251         * gst/videobox/Makefile.am:
1252         * gst/videocrop/Makefile.am:
1253         * gst/videofilter/Makefile.am:
1254         * gst/videomixer/Makefile.am:
1255         * gst/wavenc/Makefile.am:
1256         * gst/wavparse/Makefile.am:
1257         * sys/directdraw/Makefile.am:
1258         * sys/directsound/Makefile.am:
1259         * sys/oss/Makefile.am:
1260         * sys/osxaudio/Makefile.am:
1261         * sys/osxvideo/Makefile.am:
1262         * sys/sunaudio/Makefile.am:
1263         * sys/v4l2/Makefile.am:
1264         * sys/waveform/Makefile.am:
1265         * sys/ximage/Makefile.am:
1266           Don't install static libs for plugins. Fixes #550851 for -good.
1267
1268 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1269
1270         * ext/flac/Makefile.am:
1271         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1272         This fixes compilation if FLAC is installed in an uncommon location
1273         that is not already handled by other CFLAGS. Fixes bug #558711.
1274
1275 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1276
1277         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1278         Guard more uncommon formats with ifdefs so that we can compile on older
1279         versions.
1280
1281 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1282
1283         Patch by: Nick Haddad <nick at haddads dot net>
1284
1285         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1286         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1287         (gst_avi_demux_stream_data):
1288         Invert other uncompressed RGB formats. Fixes #558554.
1289
1290 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1291
1292         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1293         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1294         * gst/wavenc/gstwavenc.h:
1295         Add support for float/double as input and remove the (nowadays)
1296         useless parsing of the depth as we require width==depth.
1297
1298 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1299
1300         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1301         * gst/rtp/gstrtpmpapay.c:
1302         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1303         mpeg version 1. Fixes #558427.
1304
1305 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1306
1307         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1308         (gst_rtp_L16_pay_getcaps):
1309         Only put an integral amount of samples in the RTP packet.
1310         Fixes #556641.
1311
1312 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1313
1314         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1315         * gst/rtp/gstrtpchannels.h:
1316         Add method to get possible channel positions.
1317
1318 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1319
1320         * gst/rtp/Makefile.am:
1321         Also commit updated makefile
1322
1323 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1324
1325         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1326         Don't allow width=32,depth=24 as input. WAV requires that the width
1327         is the next integer multiply of 8 from the depth.
1328
1329 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1330
1331         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1332         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1333         (gst_rtp_L16_pay_getcaps):
1334         * gst/rtp/gstrtpchannels.c: (check_channels),
1335         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1336         (gst_rtp_channels_create_default):
1337         * gst/rtp/gstrtpchannels.h:
1338         Add mappings for multichannel support. Does not completely just work
1339         because the getcaps function does not yet return the allowed channel
1340         mappings. See #556641.
1341
1342 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1343
1344         * gst/goom/Makefile.am:
1345         * gst/goom/README:
1346         * gst/goom/config_param.c:
1347         * gst/goom/convolve_fx.c:
1348         * gst/goom/drawmethods.c:
1349         * gst/goom/drawmethods.h:
1350         * gst/goom/filters.c:
1351         * gst/goom/filters_mmx.s:
1352         * gst/goom/flying_stars_fx.c:
1353         * gst/goom/goom.h:
1354         * gst/goom/goom_config.h:
1355         * gst/goom/goom_config_param.h:
1356         * gst/goom/goom_core.c:
1357         * gst/goom/goom_filters.h:
1358         * gst/goom/goom_fx.h:
1359         * gst/goom/goom_graphic.h:
1360         * gst/goom/goom_plugin_info.h:
1361         * gst/goom/goom_tools.c:
1362         * gst/goom/goom_tools.h:
1363         * gst/goom/goom_typedefs.h:
1364         * gst/goom/goom_visual_fx.h:
1365         * gst/goom/graphic.c:
1366         * gst/goom/ifs.c:
1367         * gst/goom/ifs.h:
1368         * gst/goom/lines.c:
1369         * gst/goom/lines.h:
1370         * gst/goom/mathtools.c:
1371         * gst/goom/mathtools.h:
1372         * gst/goom/mmx.c:
1373         * gst/goom/motif_goom1.h:
1374         * gst/goom/motif_goom2.h:
1375         * gst/goom/plugin_info.c:
1376         * gst/goom/ppc_drawings.h:
1377         * gst/goom/ppc_zoom_ultimate.h:
1378         * gst/goom/sound_tester.c:
1379         * gst/goom/sound_tester.h:
1380         * gst/goom/surf3d.c:
1381         * gst/goom/surf3d.h:
1382         * gst/goom/tentacle3d.c:
1383         * gst/goom/tentacle3d.h:
1384         * gst/goom/v3d.c:
1385         * gst/goom/v3d.h:
1386         * gst/goom/xmmx.c:
1387           Add license headers in all source files. Remove filter.c from
1388           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1389           which are not used right now. Fixes #557709.
1390
1391 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1392
1393         Patch by: Olivier Crete <tester at tester dot ca>
1394
1395         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1396         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1397         Implement getcaps in rtpL16pay. Fixes #556484.
1398
1399 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1400
1401         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1402         (gst_rtp_L16_depay_process):
1403         Check if clock-rate and channels are valid.
1404         Don't ignore the return value of setcaps.
1405         No need to validate the buffer, the base class does that for us.
1406         Use the marker bit to set the DISCONT flag on outgoing buffers.
1407
1408         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1409         Don't ignore the return value of set_outcaps.
1410
1411         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1412         (gst_rtp_ac3_depay_process):
1413         Don't ignore the return value of set_caps.
1414         No need to validate the buffer, the base class does that for us.
1415
1416         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1417         (gst_rtp_amr_depay_process):
1418         * gst/rtp/gstrtpamrdepay.h:
1419         Don't ignore the return value of setcaps.
1420         No need to validate the buffer, the base class does that for us.
1421         No need to set output caps on the buffers, the base class does that for
1422         us.
1423         The subclass will make sure we are negotiated.
1424         
1425         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1426         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1427         * gst/rtp/gstrtpdvdepay.h:
1428         Clean up caps negotiation.
1429         The subclass will make sure we are negotiated.
1430
1431         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1432         (gst_rtp_g726_depay_process):
1433         Clean up caps negotiation.
1434         Use the marker bit to set the DISCONT flag on outgoing buffers.
1435
1436         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1437         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1438         * gst/rtp/gstrtpg729depay.h:
1439         The subclass will make sure we are negotiated.
1440         Use the marker bit to set the DISCONT flag on outgoing buffers.
1441
1442         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1443         (gst_rtp_gsm_depay_process):
1444         Clean up caps negotiation.
1445         Use the marker bit to set the DISCONT flag on outgoing buffers.
1446
1447         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1448         Clean up caps negotiation.
1449         Don't ignore the return value of set_outcaps.
1450
1451         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1452         (gst_rtp_h263_depay_process):
1453         Clean up caps negotiation.
1454         No need to validate the buffer, the base class does that for us.
1455
1456         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1457         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1458         * gst/rtp/gstrtph263pay.h:
1459         Don't ignore the return value of set_outcaps.
1460         Do some more timestamps.
1461
1462         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1463         (gst_rtp_h263p_depay_process):
1464         Clean up caps negotiation.
1465         Don't ignore the return value of setcaps.
1466         No need to validate the buffer, the base class does that for us.
1467
1468         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1469         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1470         (gst_rtp_h263p_pay_handle_buffer):
1471         * gst/rtp/gstrtph263ppay.h:
1472         Don't ignore the return value of set_outcaps.
1473         Do some more timestamps.
1474
1475         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1476         (gst_rtp_h264_depay_process):
1477         Clean up caps negotiation.
1478         Don't ignore the return value of setcaps.
1479         Fix possible caps leak.
1480         No need to validate the buffer, the base class does that for us.
1481
1482         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1483         Add some more debug info.
1484
1485         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1486         (gst_rtp_ilbc_depay_process):
1487         Clean up caps negotiation.
1488         Use the marker bit to set the DISCONT flag on outgoing buffers.
1489
1490         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1491         Clean up caps negotiation.
1492
1493         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1494         (gst_rtp_mp1s_depay_process):
1495         Clean up caps negotiation.
1496         Don't ignore the return value of setcaps.
1497         No need to validate the buffer, the base class does that for us.
1498         No need to set caps on buffers, subclass does that for us.
1499
1500         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1501         (gst_rtp_mp2t_depay_process):
1502         Clean up caps negotiation.
1503         Don't ignore the return value of setcaps.
1504         No need to validate the buffer, the base class does that for us.
1505         No need to set caps on buffers, subclass does that for us.
1506
1507         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1508         (gst_rtp_mp4a_depay_process):
1509         Clean up caps negotiation.
1510         Don't ignore the return value of setcaps.
1511         No need to validate the buffer, the base class does that for us.
1512
1513         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1514         (gst_rtp_mp4a_pay_setcaps):
1515         Don't ignore the return value of set_outcaps.
1516
1517         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1518         (gst_rtp_mp4g_depay_process):
1519         Clean up caps negotiation.
1520         Don't ignore the return value of setcaps.
1521         No need to validate the buffer, the base class does that for us.
1522         No need to set caps on buffers, subclass does that for us.
1523
1524         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1525         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1526         Don't ignore the return value of set_outcaps.
1527
1528         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1529         (gst_rtp_mp4v_depay_process):
1530         Clean up caps negotiation.
1531         Don't ignore the return value of setcaps.
1532         No need to validate the buffer, the base class does that for us.
1533         No need to set caps on buffers, subclass does that for us.
1534
1535         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1536         (gst_rtp_mp4v_pay_setcaps):
1537         Don't ignore the return value of set_outcaps.
1538
1539         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1540         (gst_rtp_mpa_depay_process):
1541         Clean up caps negotiation.
1542         Don't ignore the return value of setcaps.
1543         No need to validate the buffer, the base class does that for us.
1544         Use the marker bit to set the DISCONT flag on outgoing buffers.
1545
1546         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1547         Don't ignore the return value of set_outcaps.
1548
1549         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1550         (gst_rtp_mpv_depay_process):
1551         Clean up caps negotiation.
1552         Actually set output caps.
1553         No need to validate the buffer, the base class does that for us.
1554
1555         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1556         Don't ignore the return value of set_outcaps.
1557
1558         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1559         (gst_rtp_pcma_depay_process):
1560         Clean up caps negotiation.
1561         Set output buffer duration because we can.
1562         Use the marker bit to set the DISCONT flag on outgoing buffers.
1563
1564         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1565         Don't ignore the return value of set_outcaps.
1566
1567         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1568         (gst_rtp_pcmu_depay_process):
1569         Clean up caps negotiation.
1570         Use the marker bit to set the DISCONT flag on outgoing buffers.
1571
1572         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1573         Don't ignore the return value of set_outcaps.
1574
1575         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1576         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1577         Clean up caps negotiation.
1578         Set output caps on the pad and header buffers.
1579         Set duration on output buffers because we can.
1580
1581         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1582         Don't ignore the return value of set_outcaps.
1583
1584         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1585         (gst_rtp_sv3v_depay_process):
1586         Clean up caps negotiation.
1587         No need to validate the buffer, the base class does that for us.
1588         No need to set caps out output buffers, subclass does that.
1589
1590         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1591         (gst_rtp_theora_depay_process):
1592         Don't ignore the return value of setcaps.
1593         No need to validate the buffer, the base class does that for us.
1594
1595         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1596         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1597         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1598         (gst_rtp_theora_pay_handle_buffer):
1599         Don't ignore the return value of set_outcaps.
1600
1601         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1602         (gst_rtp_vorbis_depay_process):
1603         Don't ignore the return value of setcaps.
1604         No need to validate the buffer, the base class does that for us.
1605
1606         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1607         Don't ignore the return value of set_outcaps.
1608
1609         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1610         Clean up caps negotiation, don't ignore setcaps return.
1611
1612         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1613         Don't ignore the return value of set_outcaps.
1614
1615 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1616
1617         * gst/matroska/matroska-demux.c:
1618         (gst_matroska_demux_handle_src_event):
1619         Forward unknown events upstream.
1620
1621 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1622
1623         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1624         Add some refcount check
1625
1626         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1627         Don't ignore the result of write(), fixes a  compiler warning for me.
1628
1629         * tests/icles/videobox-test.c: (main):
1630         Make the output a little more pretty.
1631
1632 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1633
1634         * ext/esd/esdmon.c:
1635           Add doc blob.
1636
1637 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1638
1639         * docs/plugins/Makefile.am:
1640         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1641         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1642         * docs/plugins/gst-plugins-good-plugins.args:
1643         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1644         * docs/plugins/gst-plugins-good-plugins.interfaces:
1645         * docs/plugins/inspect/plugin-autodetect.xml:
1646           Add the docs of the new elements.
1647
1648 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         * gst/autodetect/gstautoaudiosrc.c:
1651         (gst_auto_audio_src_class_init):
1652         * gst/autodetect/gstautovideosrc.c:
1653         (gst_auto_video_src_class_init):
1654         Fix "Since" tags in the documentation.
1655
1656 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1657
1658         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1659
1660         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1661         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1662         Add support for souphttpsrc to act as a live source. This makes it
1663         possible to get timestamped buffers in combination with the
1664         "do-timestamp" property. Fixes bug #556019.
1665
1666 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1667
1668         * gst/autodetect/Makefile.am:
1669         * gst/autodetect/gstautoaudiosink.c:
1670         * gst/autodetect/gstautoaudiosrc.c:
1671         * gst/autodetect/gstautoaudiosrc.h:
1672         * gst/autodetect/gstautodetect.c:
1673         * gst/autodetect/gstautovideosink.c:
1674         * gst/autodetect/gstautovideosrc.c:
1675         * gst/autodetect/gstautovideosrc.h:
1676           Implement src plugins. Little code/string cleanup in the sinks.
1677           Fixes #523813.
1678
1679 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1680
1681         Patch by: Peter Kjellerstedt <pkj at axis com>
1682
1683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1684         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1685         Fix a memory leak when pads are requested but the pipeline never
1686         goes into PLAYING.
1687
1688         Correctly remove request pads, no matter if they have collected
1689         data or not.
1690
1691         Fixes bug #557710.
1692
1693 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1694
1695         Patch by: <lrn1986 at gmail dot com>
1696
1697         * gst/udp/gstudpnetutils.h:
1698         Define the correct WINVER so getaddinfo() can be used when using
1699         mingw32. Fixes bug #557294.
1700
1701 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1702
1703         Patch by: <lrn1986 at gmail dot com>
1704
1705         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1706         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1707         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1708         Fix "argument type mismatch" compiler warnings on Windows.
1709         Fixes bug #557293.
1710
1711 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1712
1713         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1714         Don't calculate the filter coefficients for every single buffer
1715         but only when it's needed. Fixes bug #557260.
1716
1717 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * configure.ac:
1720         Back to development -> 0.10.11.1
1721
1722 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * gst-plugins-good.doap:
1725         Fix version number of 0.10.11 release in doap file
1726
1727 === release 0.10.11 ===
1728
1729 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1730
1731         * configure.ac:
1732           releasing 0.10.11, "Secondary Consideration"
1733
1734 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1735
1736         * configure.ac:
1737         Commit 0.10.10.4 pre-release
1738
1739 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1740
1741         * gst/avi/gstavimux.c:
1742         Fix VPRP chunk setup in avimux.
1743         Fixes: #556010
1744         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1745
1746 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1747
1748         * gst/videobox/gstvideobox.c:
1749         support dynamically changing properties in videobox
1750         Fixed: #557085
1751         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1752
1753 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1754
1755         * configure.ac:
1756         0.10.10.3 pre-release
1757
1758 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1759
1760         * tests/check/Makefile.am:
1761         Don't run the states test on pulsesrc and pulsesink
1762
1763 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1764
1765         * configure.ac:
1766         Commit 0.10.10.2 pre-release bump that actually went
1767         out on 2008-10-11
1768
1769 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1770
1771         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1772         Skip entries for streams that don't have a output pad yet, thereby
1773         avoiding calling pad functions with a NULL pad.
1774         Fixes #556424
1775
1776 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1777
1778         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1779         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1780         Remove problematic and useless refcount check.
1781         Fixes #556381
1782
1783 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1784
1785         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1786         Remove problematic and useless refcount check.
1787         Fixes #556381
1788
1789 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1790
1791         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1792         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1793         Cast some size_t arguments to guint to avoid compiler
1794         warnings on 64-bit systems.
1795
1796 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1797
1798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1799         Return TRUE instead of FALSE from the event handler when we swallowed the
1800         event.
1801
1802 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1803
1804         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1805         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1806         Reset header state. Fixes #555321.
1807
1808 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1809
1810         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1811         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1812         * gst/avi/gstavidemux.h:
1813         For timestamping audio packets we need to take into account the
1814         amount of blocks in one entry using the blockalign. Fixes some sync
1815         issues with zero-padded audio blocks in the beginning of avi files.
1816
1817 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1818
1819         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1820         (gst_multi_file_src_query):
1821         Implement DEFAULT and BUFFER position queries. See #555260.
1822
1823 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1824
1825         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1826         Fix build for systems that don't have XDamage.
1827
1828 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1829
1830         * tests/examples/rtp/client-H263p.sdp:
1831         * tests/examples/rtp/client-H263p.sh:
1832         * tests/examples/rtp/server-VTS-H263p.sh:
1833         Add some more H263p server and client examples.
1834
1835 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1836
1837         * configure.ac::
1838           Depend on released versions of core and base.
1839
1840 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1841
1842         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1843         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1844         Return -1 instead of 0 in error cases. Fixes #554771.
1845
1846 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1847
1848         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1849         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1850         Stop leaking the cursor image.
1851         Unref the last_ximage and the cached cursor image on shutdown.
1852         Fixes #551570.
1853
1854 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         * sys/v4l2/gstv4l2object.h:
1857         Getting the Class from an instance is not just a matter of casting it to
1858         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1859         instance. Fixes #549784.
1860
1861 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1862
1863         * configure.ac:
1864           Fix libs for linking directsound.
1865         * sys/directsound/gstdirectsoundsink.c:
1866           Fix buffer sizing to prevent racing the ringbuffer at startup.
1867           Add volume property.
1868
1869 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1870
1871         * ext/pulse/pulsesink.c:
1872         Fix problems with pulsesink randomly erroring with code 'OK' after a
1873         format change on the stream by waiting when disconnecting the stream.
1874
1875 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1876
1877         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1878         (gst_rtp_amr_depay_process):
1879         Mark DISCONT on output buffers when the marker bit signals a new talk
1880         spurt.
1881
1882         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1883         Set the marker bit for buffers with a DISCONT flag to signal a talk
1884         spurt.
1885
1886 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1887
1888         * gst/rtp/Makefile.am:
1889         * gst/rtp/gstrtp.c: (plugin_init):
1890         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1891         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1892         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1893         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1894         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1895         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1896         * gst/rtp/gstrtpmp4apay.h:
1897         Added MP4A-LATM payloader to match the depayloader.
1898
1899 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1900
1901         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1902         (gst_videomixer_sink_event):
1903         Handle segments a little better. Fixes #537361.
1904
1905 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1906
1907         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1908         Don't assume the server supports PAUSE by default. Fixes #551048.
1909
1910 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1911
1912         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1913         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1914         Switch on the socket family to get the addrlen size right.
1915
1916 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1917
1918         Patch by: Daniel Franke <df at dfranke dot us>
1919
1920         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1921         OS X's bind() implementation is picky about its addrlen parameter and
1922         fails with EINVAL if it is larger than expected for the socket's address
1923         family. Set the length to the expected length instead. Fixes #553191.
1924
1925 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1926
1927         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1928         Handle the case where we cannot do desribe or when the describe result
1929         does not contain a valid SDP message.
1930
1931 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1932
1933         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1934         Fix setting the qos.
1935
1936 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1937
1938         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1939         (gst_qtdemux_chain):
1940         Some 'broken' files out there have atom lengths of zero...
1941         which basically results in qtdemux consuming that atom again and again
1942         until the *end of night* !
1943         Detect that and emits an adequate element error message.
1944
1945 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1946
1947         * gst/interleave/Makefile.am:
1948         * gst/matroska/Makefile.am:
1949         Fix build flags order.
1950
1951         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1952         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1953         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1954         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1955         Format fixes.
1956
1957         * tests/check/elements/multifile.c:
1958         Pull in unistd.h
1959
1960 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1961
1962         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1963         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1964         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1965         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1966         (gst_rtp_mp4g_depay_change_state):
1967         * gst/rtp/gstrtpmp4gdepay.h:
1968         Handle interleaved streams by reordering AU in a queue.
1969
1970 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1971
1972         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1973         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1974         Change some of the ranges in the caps, mostly for the amount of bits we
1975         can use.
1976         Added a little bitstream parse and use it to parse the AU header fields.
1977         Check for malformed and wrongly sized packets better.
1978         Implement more header field parsing.
1979         Handle the size of fragmented packets correctly.
1980
1981 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1982
1983         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1984         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1985         Add mapping for 'tiff' => image/tiff
1986         Fixes #552213
1987
1988 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1989
1990
1991         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1992         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1993           Pretend to care about the result of write() which works around
1994           compiler warnings.
1995
1996 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1997
1998         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1999           Make sure the desired default values are actually set, not only
2000           registered as defaults (actual problem is that the stereo-specific
2001           values are only updated if channels==2, which is not the case yet
2002           when the object is created, so the default values for the
2003           mid-side-stereo and loose-mid-side-stereo settings are never
2004           set in _update_quality()). Makes flacenc create smaller files by
2005           default (for stereo input), and fixes #550791.
2006
2007 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2008
2009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
2010         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
2011         (qtdemux_parse_trak), (qtdemux_video_caps):
2012         * gst/qtdemux/qtdemux.h:
2013         * gst/qtdemux/qtdemux_fourcc.h:
2014         * gst/qtdemux/qtdemux_types.c:
2015         Add support for video/mj2 mime-type and its additional atoms/boxes.
2016         Fixes #550646.
2017
2018 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
2019
2020         * gst/debug/gsttaginject.c:
2021           Add warning when tags parameter is unparsable and give example for
2022           quoting in the docs.
2023
2024 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2025
2026         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2027         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
2028         Add some alternative byteswapped mappings that seem to pop up sometimes.
2029         Fixes #550288.
2030
2031 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
2032
2033         * po/LINGUAS:
2034         * po/POTFILES.in:
2035         * po/POTFILES.skip:
2036           Add 'ca' to LINGUAS; add some more files with translations and some
2037           files which should be ignored by translation tools.
2038
2039 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2040
2041         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2042         * ext/speex/gstspeexdec.h:
2043         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2044         * ext/speex/gstspeexenc.h:
2045         Use integer encoding and decoding functions instead of converting
2046         the integer input to float in the element. The libspeex integer
2047         functions are doing this for us already or, if libspeex was compiled
2048         in integer mode, they're doing everything using integer arithmetics.
2049         Also saves some copying around.
2050
2051 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2052
2053         * configure.ac:
2054           Fix --disable-external
2055
2056 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2057
2058         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2059         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
2060         * ext/wavpack/gstwavpackenc.h:
2061         Handle non-zero start timestamps and stream discontinuities
2062         correctly. This only has an effect if we're muxing into
2063         a container format as the raw WavPack stream must contain
2064         continous sample numbers.
2065
2066 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2069         Correct the timestamp and granulepos calculation by one Speex
2070         frame.
2071
2072 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2075         Correctly take the granulepos from upstream if possible and
2076         correctly handle the granulepos in various calculations: the
2077         granulepos is the sample number of the _last_ sample in a frame, not
2078         the first.
2079
2080         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2081         (gst_speex_enc_encode), (gst_speex_enc_chain),
2082         (gst_speex_enc_change_state):
2083         * ext/speex/gstspeexenc.h:
2084         Handle non-zero start timestamps in the encoder and detect/handle
2085         stream discontinuities. Fixes bug #547075.
2086
2087 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2088
2089         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2090
2091         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2092         Fix compiler warnings caused by passing a string as format string
2093         instead of "%s" and then the string. This is only exposed by -Wformat=2
2094         as used by default on Ubuntu. Fixes bug #550015.
2095
2096 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2097
2098         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2099         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2100         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2101         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2102         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2103           (gst_ebml_read_element_length):
2104         * gst/matroska/matroska-demux.c:
2105           (gst_matroska_demux_check_subtitle_buffer):
2106           Make stuff compile with GST_DISABLE_GST_DEBUG.
2107
2108 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2109
2110         * gst/law/alaw.c:
2111         * gst/law/mulaw.c:
2112           Ref caps before passing to gst_pad_template_new(), since that takes
2113           ownership.
2114
2115 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2116
2117         Patch by: Mersad Jelacic <mersad at axis dot com>
2118
2119         * gst/multipart/multipartdemux.c:
2120         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2121         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2122         demuxer. Fixes #549551.
2123
2124 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2125
2126         * sys/osxaudio/gstosxaudiosink.c:
2127         (gst_osx_audio_sink_select_device):
2128         * sys/osxaudio/gstosxaudiosrc.c:
2129         (gst_osx_audio_src_create_ringbuffer),
2130         (gst_osx_audio_src_select_device):
2131         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2132         Fix the build on macosx.
2133
2134 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2135
2136         * gst/icydemux/gsticydemux.c:
2137           Small docs fix: in the example pipeline, we need to pass
2138           iradio-mode=true to the source, so the server actually sends
2139           an ICY stream.
2140
2141 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2142
2143         * sys/osxaudio/gstosxaudio.c:
2144           Oops. Revert more completely.
2145
2146 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2147
2148         * sys/osxaudio/gstosxaudio.c:
2149           Revert accidental element rename from testing.
2150
2151 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2152
2153         * gst-plugins-good.doap:
2154         Pull in 0.10.10 doap entry from release branch
2155
2156 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2157
2158         * configure.ac:
2159         Update version number to reflect 0.10.10 release from
2160         branch.
2161
2162 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2163
2164         * sys/osxaudio/Makefile.am:
2165         * sys/osxaudio/gstosxaudio.c:
2166         * sys/osxaudio/gstosxaudiosink.c:
2167         * sys/osxaudio/gstosxaudiosink.h:
2168         * sys/osxaudio/gstosxaudiosrc.c:
2169         * sys/osxaudio/gstosxaudiosrc.h:
2170         * sys/osxaudio/gstosxringbuffer.c:
2171         * sys/osxaudio/gstosxringbuffer.h:
2172           Rewrite caps setting and ring buffer initialisation.
2173           Previously we never told CoreAudio what format we were going to send it,
2174           so it only worked due to luck, and not at all on some hardware.
2175           Now we explicitly advertise what formats the hardware supports, and then
2176           configure the selected one correctly.
2177
2178 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2179
2180         * sys/v4l2/gstv4l2object.c:
2181         * sys/v4l2/gstv4l2src.c:
2182         * sys/v4l2/gstv4l2src.h:
2183         * sys/v4l2/v4l2_calls.c:
2184         * sys/v4l2/v4l2src_calls.c:
2185           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2186           need to memset instance structures. Some more FIXME's and comments.
2187
2188 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2189
2190         * tests/icles/.cvsignore:
2191           Ignore more.
2192
2193 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2194
2195         * gst/goom/.cvsignore:
2196         * gst/goom2k1/.cvsignore:
2197           Ignore files.
2198
2199 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2200
2201         * ext/cairo/gsttextoverlay.c:
2202           Fix compiler warning.
2203
2204 2008-08-25  David Schleef  <ds@schleef.org>
2205
2206         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2207
2208 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2209
2210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2211         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2212         * gst/matroska/matroska-mux.c:
2213         (gst_matroska_mux_video_pad_setcaps),
2214         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2215         Add Real[Audio|Video] support to Matroska containers.
2216         It works fine for:
2217         * decoding real audio/video streams contained in mkv
2218         * 'transmuxing' real (.rm) files into .mkv files
2219         It will not work though for encoding real[audio/video] streams that
2220         don't contain the 'mdpr_data' extra data on the caps.
2221         The reason why this will not work is because I never intended to
2222         duplicate virtually all the 'mdpr' block creation into mkvmux.
2223         Fixes #536067
2224
2225 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2226
2227         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2228         * gst/law/mulaw-conversion.c:
2229         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2230         (gst_mulawenc_chain):
2231         The encoder can't really renegotiate at the time they perform a
2232         pad-alloc so make the srcpads use fixed caps.
2233         Check the buffer size after a pad-alloc because the returned size might
2234         not be right when the downstream element does not know the size of the
2235         new buffer (capsfilter). Fixes #549073.
2236
2237 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2238
2239         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2240
2241         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2242         v4l2src doesn't have a property named "norm" so don't try to notify
2243         about changes to that property. The "norm" property and related
2244         code are commented out currently. Fixes bug #549090.
2245
2246 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2247
2248         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2249
2250         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2251         Reprobe devices again instead of taking a cached list as new
2252         devices could've been plugged in. Fixes bug #549062.
2253
2254 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2255
2256         * gst/autodetect/Makefile.am:
2257         Don't link the autodetect plugin with GConf as it doesn't
2258         use GConf. Fixes bug #545463.
2259
2260 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2261
2262         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2263         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2264         (gst_ebml_read_sint), (gst_ebml_read_float),
2265         (gst_ebml_read_header):
2266         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2267         possible to ignore errors and not post any ERROR messages on
2268         the bus.
2269
2270         * gst/matroska/matroska-demux.c:
2271         (gst_matroska_demux_parse_contents):
2272         Ignore any errors and not just EOS when parsing the contents of
2273         a SeekHead. Errors here are usually caused by truncated files
2274         and playback of the file works fine. Fixes playback of the
2275         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2276         archive.
2277
2278 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2279
2280         * gst/multipart/multipartdemux.c:
2281         * gst/multipart/multipartmux.c:
2282         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2283
2284 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2285
2286         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2287           gst_directdraw_sink_bufferpool_clear):
2288           Fix two more buffer ref leaks.
2289
2290 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2291
2292         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2293
2294         * sys/directdraw/gstdirectdrawsink.c:
2295           (gst_directdraw_sink_show_frame):
2296           Fix buffer ref leak.
2297
2298 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2299
2300         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2301         Revert the last commit. wavenc still supports width!=depth for 32 bit
2302         width. Thanks Tim.
2303
2304 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2305
2306         * gst/matroska/matroska-demux.c:
2307         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2308         If the duration of a block is unknown only use the timestamp for the
2309         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2310         laces. Otherwise every lace has the same timestamp which leads to
2311         various problems. Really fixes bug #548831.
2312
2313 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2314
2315         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2316         If we're not allowing width!=depth in wavenc we should also disable
2317         the code that was added to support width!=depth.
2318
2319 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2320
2321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2322         Don't calculate the default duration of a frame from the audio sampling
2323         rate. This only works for raw audio if every frame contains a single
2324         sample and results in broken buffer durations for other formats
2325         if no specified default duration is given or the blocks have no
2326         duration. Fixes bug #548831.
2327
2328 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2329
2330         * gst/matroska/matroska-demux.c:
2331         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2332         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2333         are used for text/plain subtitles as a gap-filler in some files.
2334
2335 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2336
2337         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2338         (gst_v4l2_get_caps_info):
2339         Add S910 and PWC formats with a low priority.
2340
2341         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2342         (gst_v4l2src_probe_caps_for_format):
2343         Add more debugging.
2344
2345 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2346
2347         * ext/flac/gstflacenc.c:
2348           Fix compilation against older libflac versions.
2349
2350 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2351
2352         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2353         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2354         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2355         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2356         (gst_pulsemixer_ctrl_set_volume):
2357         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2358         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2359         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2360         (gst_pulsesink_init), (gst_pulsesink_open),
2361         (gst_pulsesink_prepare), (gst_pulsesink_write),
2362         (gst_pulsesink_delay), (gst_pulsesink_reset):
2363         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2364         (gst_pulsesrc_init):
2365         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2366         Fix a locking issue in pulsesink's prepare function.
2367
2368         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2369         Check if the created channel layout is valid for GStreamer.
2370
2371 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst/rtsp/gstrtspgoogle.c:
2374         Things that can happen when your brain is in google mode trying to
2375         deal with their google rtsp server extensions and trying to type your
2376         google mail account.
2377
2378 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2379
2380         * gst/rtsp/Makefile.am:
2381         * gst/rtsp/gstrtsp.c: (plugin_init):
2382         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2383         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2384         (_do_init), (gst_rtsp_google_base_init),
2385         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2386         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2387         (gst_rtsp_google_extension_init):
2388         * gst/rtsp/gstrtspgoogle.h:
2389         Add google RTSP extension, it can only handle udp and responds with
2390         unsupported if we do anything else. Fixes #546465.
2391
2392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2393         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2394         (gst_rtspsrc_create_transports_string),
2395         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2396         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2397         Make transport setup code a bit better using GString.
2398         Add some more debug.
2399         Check for closed connections before doing anything on them.
2400
2401 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2402
2403         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2404         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2405         (gst_pulsesrc_prepare):
2406         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2407         (gst_pulse_channel_map_to_gst):
2408         * ext/pulse/pulseutil.h:
2409         If downstream provides no channel layout and >2 channels should be
2410         used use the default layout that pulseaudio chooses and also
2411         add this layout to the caps. Fixes bug #547258.
2412
2413 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2414
2415         Patch by: Peter Kjellerstedt <pkj at axis com>
2416
2417         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2418         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2419         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2420         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2421         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2422         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2423         (gst_udpsrc_set_property):
2424         Avoid leaking internally allocated file descriptors when setting
2425         custom file descriptors. Fixes #543101.
2426
2427 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2428
2429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2430         Don't try to configure RTCP back to the server when the server did not
2431         give us a valid port number.
2432
2433 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2434
2435         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2436         Use new basetransform method to renegotiate. Fixes #544956.
2437
2438         * tests/icles/Makefile.am:
2439         * tests/icles/videobox-test.c: (make_pipeline), (main):
2440         Add videobox renegotiation example.
2441
2442 2008-08-19  David Schleef  <ds@schleef.org>
2443
2444         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2445         with sane values.  Fixes #548530.
2446
2447 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2448
2449         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2450         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2451         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2452         are already filled with the correct values by
2453         gst_ring_buffer_parse_caps() so there's no need to set them again
2454         with wrong values.
2455
2456 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2457
2458         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2459         (gst_avi_demux_read_subindexes_push):
2460         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2461         and instead of using the 'ix##' nomenclature, use '##ix'.
2462         They're still valid though, this fixes the duration and indexes for
2463         virtually all the ODML files I have.
2464
2465 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2466
2467         Patch by: Olivier Crete <tester at tester dot ca>
2468
2469         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2470         (gst_rtp_vorbis_depay_process):
2471         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2472         Update the vorbis RTP pay/depay to RFC 5215.
2473         Fixes #547842.
2474
2475 2008-08-14  David Schleef  <ds@schleef.org>
2476
2477         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2478           with 3:2 pulldown, i.e., 24p.
2479
2480 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2481
2482         * tests/check/elements/level.c: (GST_START_TEST):
2483         Fix compilation some more.
2484
2485 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2486
2487         * configure.ac::
2488           Require -base CVS for wavparse acid chunk parsing.
2489
2490 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2491
2492         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2493         (gst_pulsesink_init), (gst_pulsesink_finalize),
2494         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2495         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2496         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2497         * ext/pulse/pulsesink.h:
2498         Add "device-name" property to pulsesink too and currently commented
2499         out and not working support for a "volume" property.
2500
2501 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2502
2503         * configure.ac:
2504         Remove more cdio stuff (moved to ugly)
2505
2506 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2507
2508         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2509
2510         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2511         (gst_pulsesrc_get_property):
2512         Add "device-name" property, which provides a human readable string
2513         for the audio device, to make it more consisten with other audio
2514         sources. Fixes bug #547519.
2515
2516 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2517
2518         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2519         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2520         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2521         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2522         * ext/pulse/pulsemixerctrl.h:
2523         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2524         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2525         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2526         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2527         * ext/pulse/pulseprobe.h:
2528         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2529         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2530         (gst_pulsesrc_change_state):
2531         Improve debugging a bit by including the parent object in pulsemixerctrl
2532         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2533         GST_WARNING.
2534
2535         Use the parent GObject subclass instead of a random struct as GObject
2536         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2537         when probing for another property than "device".
2538
2539 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2540
2541         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2542
2543         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2544         Fix property probing after the device property is set by calling
2545         set_server when the server property changes. Fixes bug #547518.
2546
2547 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2548
2549         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2550
2551         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2552         (gst_pulsesink_implements_interface_init),
2553         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2554         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2555         (gst_pulsesink_get_type):
2556         * ext/pulse/pulsesink.h:
2557         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2558         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2559         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2560         * ext/pulse/pulsesrc.h:
2561         Implement GstPropertyProbe interface on pulsesink for detecting
2562         sink devices and on pulsesrc for detecting source devices.
2563         Fixes bugs #547227 and #547217.
2564
2565 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2566
2567         * gst/spectrum/gstspectrum.c:
2568           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2569
2570 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2571
2572         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2573         Properly set the maximum latency value, in the same way it is done in
2574         v4lsrc.
2575         * sys/v4l2/v4l2src_calls.c:
2576         Simplify fraction equality check, no need to use GValues for this.
2577
2578 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2579
2580         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2581         Add warning messages stating exactly why the latency query failed.
2582         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2583         In some cases, the negotiated framerate might be the default one which
2584         is already set internally. But we still need to mark it down in fps_n
2585         and fps_d so that the latency query can happen properly.
2586
2587 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2588
2589         * docs/plugins/inspect/plugin-1394.xml:
2590         Whoops, forgot one doc file for people who can't/don't build the
2591         raw1394 plugin.
2592
2593 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2594
2595         * docs/plugins/Makefile.am:
2596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2598         * docs/plugins/inspect/plugin-cdio.xml:
2599         * ext/Makefile.am:
2600         * ext/cdio/Makefile.am:
2601         * ext/cdio/gstcdio.c:
2602         * ext/cdio/gstcdio.h:
2603         * ext/cdio/gstcdiocddasrc.c:
2604         * ext/cdio/gstcdiocddasrc.h:
2605
2606         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2607         CDDA source to -ugly.
2608
2609         * po/LINGUAS:
2610         * po/POTFILES.in:
2611         * po/id.po:
2612         Pull in new translation from 0.10.9.2 release branch.
2613
2614 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2615
2616         * docs/plugins/Makefile.am:
2617         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2618         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2619         * docs/plugins/gst-plugins-good-plugins.args:
2620         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2621         * docs/plugins/gst-plugins-good-plugins.interfaces:
2622         Integrate documentation for new hdv1394src element.
2623
2624 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2625
2626         * ext/raw1394/Makefile.am:
2627         * ext/raw1394/gst1394.c: (plugin_init):
2628         * ext/raw1394/gsthdv1394src.c: (_do_init),
2629         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2630         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2631         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2632         (gst_hdv1394src_from_raw1394handle),
2633         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2634         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2635         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2636         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2637         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2638         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2639         (gst_hdv1394src_uri_handler_init):
2640         * ext/raw1394/gsthdv1394src.h:
2641         mpeg2-ts (HDV) variant of firewire capture element.
2642         Fixes #350830
2643
2644 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2645
2646         * gst/level/gstlevel.c: (gst_level_message_new):
2647          Fix compilation (also known as the classic 'fix code that someone
2648          committed without compiling it first').
2649
2650 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * tests/check/elements/level.c:
2653           Add a test for level in stereo mode.
2654
2655 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * tests/examples/spectrum/demo-audiotest.c:
2658         * tests/examples/spectrum/demo-osssrc.c:
2659           Demo how to draw analyzer results synced to the clock.
2660
2661 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2662
2663         * gst/level/gstlevel.c:
2664           Little renaming (l -> level).
2665
2666         * gst/spectrum/gstspectrum.c:
2667         * gst/spectrum/gstspectrum.h:
2668           Also send full timestamp/duration details here.
2669
2670 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2671
2672         * gst/level/gstlevel.c:
2673         * gst/level/gstlevel.h:
2674           Send same timestamp/duration details as videoanalysis. This gives
2675           applications better chance to sync analysis results with playback.
2676
2677 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2678
2679         * gst/matroska/matroska-mux.c:
2680         (gst_matroska_mux_handle_sink_event),
2681         (flac_streamheader_to_codecdata):
2682         We need to drop one additional buffer for FLAC as the fLaC
2683         marker and STREAMINFO block are merged into one buffer in the caps.
2684
2685         Also don't pretend to support NEWSEGMENT events, otherwise we
2686         will most probably write some invalid data.
2687
2688 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2689
2690         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2691         (gst_matroska_mux_audio_pad_setcaps):
2692         Add support for muxing FLAC into Matroska containers.
2693         Fixes bug #311586.
2694
2695 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2696
2697         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2698         Actually provide the variables required for the format string.
2699
2700 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2701
2702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2703         (gst_matroska_demux_element_send_event),
2704         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2705         * gst/matroska/matroska-demux.h:
2706         Close the current segment if we're doing a non-flushing seek and send
2707         the close-segment and the new segment of the seek from the streaming
2708         thread.
2709
2710 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2711
2712         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2713         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2714         (gst_flac_enc_change_state):
2715         * ext/flac/gstflacenc.h:
2716         Handle non-zero start timestamps correctly, mark header packets as
2717         IN_CAPS and print a warning and suggest using audiorate if stream
2718         discontinuities are detected. When FLAC supports flushing the encoder
2719         somehow this should be done for discontinuities instead.
2720
2721         Remove some unused variables from the instance struct.
2722
2723 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2724
2725         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2726         If seeking failed return the appropiate return value to FLAC.
2727         Otherwise it thinks seeking was successfull and tries to rewrite
2728         parts of the headers which then get appended to the output.
2729
2730 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2731
2732         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2733
2734         * ext/esd/gstesd.c: (plugin_init):
2735         * ext/flac/gstflac.c: (plugin_init):
2736         * ext/shout2/gstshout2.c: (plugin_init):
2737         * ext/wavpack/gstwavpack.c: (plugin_init):
2738         * sys/oss/gstossaudio.c: (plugin_init):
2739         * sys/v4l2/gstv4l2.c: (plugin_init):
2740         Make sure gettext returns translations in UTF-8 encoding rather
2741         than in the current locale encoding (#546822).
2742
2743 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2744
2745         * ext/flac/gstflacdec.c:
2746         Add FIXME for 0.11 to simply output everything with width=32 as given
2747         by FLAC and let audioconvert handle the conversions instead of doing
2748         them in flacdec.
2749
2750 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2751
2752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2753         When outputting a pad template range for the size, include a framerate
2754         range too, to avoid 'not a real subset of template caps' errors.
2755
2756 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2757
2758         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2759
2760         * ext/flac/Makefile.am:
2761         * ext/flac/gstflac.c: (plugin_init):
2762         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2763         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2764         (gst_flac_tag_dispose), (gst_flac_tag_init),
2765         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2766         (gst_flac_tag_change_state):
2767         * ext/flac/gstflactag.h:
2768         Port flactag to 0.10, add documentation for it and clean it up a bit.
2769         Fixes bug #413841.
2770
2771         * docs/plugins/Makefile.am:
2772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2774         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2775         * docs/plugins/gst-plugins-good-plugins.interfaces:
2776         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2777         * docs/plugins/inspect/plugin-flac.xml:
2778         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2779         * ext/flac/gstflacdec.h:
2780         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2781         * ext/flac/gstflacenc.h:
2782         Add flactag and flacenc to the documentation and mark
2783         the private parts of the flacdec instance structure as private.
2784
2785         Also use gst_element_class_set_details_simple() in flacdec and
2786         flacenc.
2787
2788 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2789
2790         * gst/qtdemux/qtdemux.c:
2791           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2792           for it but ffmpeg does not.
2793
2794 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2795
2796         * gst/wavparse/gstwavparse.c:
2797           Handle the list chunk and use gst_riff_parse_info() to parse the info
2798           sub-chunk.
2799
2800 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2801
2802         * gst/wavparse/gstwavparse.c:
2803           Handle the acid chunk and send tempo as part of tags. Other fields are
2804           interesting too, but need more tag-definitions. Fixes #545433.
2805
2806 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2807
2808         * gst/wavparse/gstwavparse.c:
2809           Refactor wavparse. Call _reset() from dispose() and move old code from
2810           dispose into reset. This way we don't leak taglists when we abort
2811           parsing. Fix some comments. Move code for skipping a chunk into extra
2812           function. Replace chunk sizes with a const to ease readability.         
2813
2814 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2815
2816         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2817
2818         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2819         Improve udp port setup. Fixes #545710.
2820
2821 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2822
2823         * gst/rtp/Makefile.am:
2824         * gst/rtp/gstrtp.c: (plugin_init):
2825         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2826         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2827         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2828         (gst_rtp_mp1s_depay_set_property),
2829         (gst_rtp_mp1s_depay_get_property),
2830         (gst_rtp_mp1s_depay_change_state),
2831         (gst_rtp_mp1s_depay_plugin_init):
2832         * gst/rtp/gstrtpmp1sdepay.h:
2833         Add MP1S depayloader.
2834
2835         * gst/rtsp/URLS:
2836         Some more sample rtsp streams.
2837
2838 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2839
2840         * gst/rtsp/URLS:
2841         Add another URL.
2842
2843         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2844         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2845         Add some more debug info.
2846
2847 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2848
2849         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2850         Provide cbSize field for audio extra_data size, and take care to
2851         pad extra_data.
2852
2853 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2854
2855         * gst/qtdemux/qtdemux.c:
2856           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2857           TRUE.
2858
2859 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst/qtdemux/qtdemux.c:
2862         * gst/qtdemux/qtdemux_fourcc.h:
2863           Add keyword tag support. Fixes #520694 for qtdemux.
2864
2865 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2866
2867         * gst/qtdemux/qtdemux.c:
2868           Add support for tmpo tag (BPM).
2869
2870 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2871
2872         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2873         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2874         Set an estimate for the total number of samples that will be encoded
2875         if possible to help decoders if the streaminfo can't be rewritten
2876         later (like when muxing into Ogg containers).
2877
2878         Add a warning if we get header packets after data packets as those
2879         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2880         work.
2881
2882 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2883
2884         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2885         (gst_flac_dec_write):
2886         Support decoding of all depths between 4 and 32 bits and read the
2887         depth from the streaminfo header if needed. Also support all sampling
2888         rates between 1 and 655350 Hz.
2889
2890         * ext/flac/gstflacenc.c:
2891         (gst_flac_enc_caps_append_structure_with_widths),
2892         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2893         (gst_flac_enc_chain):
2894         * ext/flac/gstflacenc.h:
2895         Support encoding in all bit depths supported by the streamable
2896         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2897         between 1 Hz and 655350 Hz.
2898
2899 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2900
2901         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2902         (gst_flac_enc_sink_getcaps):
2903         Support encoding of up to 8 channels.
2904
2905 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2906
2907         * ext/soup/gstsouphttpsrc.c:
2908         * ext/soup/gstsouphttpsrc.h:
2909         Fix seeking race condition in #540300
2910         Patch By: Wouter Cloetens  <wouter at mind be>
2911
2912 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2913
2914         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2915         (gst_matroska_demux_element_send_event),
2916         (gst_matroska_demux_handle_seek_event),
2917         (gst_matroska_demux_handle_src_event):
2918         When receiving a SEEK event on a specific pad first search for a seek
2919         table entry for the stream of the pad and then fall back to an entry
2920         for a different stream.
2921
2922 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2923
2924         * configure.ac:
2925         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2926         * gst/matroska/matroska-ids.h:
2927         Build depend on core CVS for the attachment tag.
2928
2929 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2930
2931         * configure.ac:
2932         * gst/matroska/Makefile.am:
2933         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2934         (copy_backptr), (lzo1x_decode), (main):
2935         * gst/matroska/lzo.h:
2936         * gst/matroska/matroska-demux.c:
2937         (gst_matroska_demux_read_track_encoding),
2938         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2939         (gst_matroska_decode_buffer),
2940         (gst_matroska_decode_content_encodings),
2941         (gst_matroska_demux_read_track_encodings),
2942         (gst_matroska_demux_add_stream),
2943         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2944         * gst/matroska/matroska-ids.h:
2945         Decode the codec private data and following ContentEncoding if
2946         necessary.
2947
2948         Support bzip2, lzo and header stripped compression. For lzo use the
2949         ffmpeg lzo implementation as liblzo is GPL licensed.
2950         
2951         Fix zlib decompression.
2952
2953 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2954
2955         * gst/matroska/matroska-mux.c:
2956         (gst_matroska_mux_audio_pad_setcaps):
2957         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2958         duration of a frame with the new mpegaudioversion caps field.
2959
2960 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2961
2962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2963         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2964         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2965         (gst_matroska_demux_stream_from_num),
2966         (gst_matroska_demux_tracknumber_unique),
2967         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2968         (gst_matroska_demux_handle_seek_event),
2969         (gst_matroska_demux_sync_streams),
2970         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2971         (gst_matroska_demux_loop):
2972         * gst/matroska/matroska-demux.h:
2973         Allow an infinite number of stream inside Matroska containers and use
2974         a GPtrArray for storing them instead of allowing "only" 127 streams.
2975
2976 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2977
2978         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2979         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2980         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2981         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2982         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2983         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2984         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2985         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2986         (gst_ebml_read_master), (gst_ebml_read_binary),
2987         (gst_ebml_read_header):
2988         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2989         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2990         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2991         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2992         (gst_ebml_replace_uint):
2993         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2994         (gst_matroska_demux_read_track_encoding),
2995         (gst_matroska_demux_read_track_encodings),
2996         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2997         (gst_matroska_demux_send_event),
2998         (gst_matroska_demux_element_send_event),
2999         (gst_matroska_demux_handle_seek_event),
3000         (gst_matroska_demux_handle_src_event),
3001         (gst_matroska_demux_init_stream),
3002         (gst_matroska_demux_parse_tracks),
3003         (gst_matroska_demux_parse_index_cuetrack),
3004         (gst_matroska_demux_parse_index_pointentry),
3005         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3006         (gst_matroska_demux_parse_metadata_id_simple_tag),
3007         (gst_matroska_demux_parse_metadata_id_tag),
3008         (gst_matroska_demux_parse_metadata),
3009         (gst_matroska_demux_parse_attached_file),
3010         (gst_matroska_demux_parse_attachments),
3011         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
3012         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
3013         (gst_matroska_demux_push_flac_codec_priv_data),
3014         (gst_matroska_demux_push_xiph_codec_priv_data),
3015         (gst_matroska_demux_push_dvd_clut_change_event),
3016         (gst_matroska_demux_add_mpeg_seq_header),
3017         (gst_matroska_demux_add_wvpk_header),
3018         (gst_matroska_demux_check_subtitle_buffer),
3019         (gst_matroska_decode_buffer),
3020         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3021         (gst_matroska_demux_parse_cluster),
3022         (gst_matroska_demux_parse_contents_seekentry),
3023         (gst_matroska_demux_parse_contents),
3024         (gst_matroska_demux_loop_stream_parse_id),
3025         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
3026         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3027         (gst_matroska_demux_subtitle_caps),
3028         (gst_matroska_demux_change_state):
3029         * gst/matroska/matroska-ids.c:
3030         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
3031         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
3032         (gst_matroska_mux_video_pad_setcaps),
3033         (xiph3_streamheader_to_codecdata),
3034         (vorbis_streamheader_to_codecdata),
3035         (theora_streamheader_to_codecdata),
3036         (gst_matroska_mux_audio_pad_setcaps),
3037         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
3038         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3039         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3040         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
3041         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
3042         Fix indention everywhere. A broken indent version has added newlines
3043         after every single declaration some time ago.
3044
3045 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3046
3047         * gst/matroska/matroska-demux.c:
3048         (gst_matroska_demux_loop_stream_parse_id):
3049         If no Tracks are found error out instead of trying it again until the
3050         end of time.
3051
3052 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3053
3054         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3055         Fix demuxing of raw integer audio. The samples are unsigned only for 8
3056         bit and signed otherwise, not the other way around.
3057
3058 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3059
3060         * gst/matroska/matroska-mux.c:
3061         Add more raw YUV formats to the list of supported formats.
3062
3063 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3064
3065         * gst/matroska/matroska-mux.c:
3066         (gst_matroska_mux_audio_pad_setcaps):
3067         Add support for muxing raw float audio now that the spec defines the
3068         endianness and add support for muxing raw integer audio with 24 and
3069         32 bits.
3070
3071         Allow muxing of more than 8 audio channels.
3072
3073 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3074
3075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3076         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3077         Add locking to the global array of used track UIDs to prevent random
3078         crashes if more than a single matrosmux instance is used.
3079
3080         Use 64 bit values for the track UIDs.
3081
3082         Use the global GRandom of GLib instead of creating our own one
3083         for the few random numbers we need every single time.
3084
3085 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3086
3087         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3088         (gst_flac_dec_setup_stream_decoder),
3089         (gst_flac_dec_update_metadata):
3090         Always post the audio-codec tag, not only if other tags are present.
3091
3092 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3093
3094         * configure.ac:
3095         Back to development -> 0.10.9.1
3096
3097 === release 0.10.9 ===
3098
3099 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3100
3101         * configure.ac:
3102           releasing 0.10.9, "Steam Train Rolling"
3103
3104 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3105
3106         * ext/soup/gstsouphttpsrc.c:
3107         Don't throw an error when soup completes a msg with status
3108         'cancelled', as that indicates we cancelled a request while
3109         shutting down or seeking, and it's not an error.
3110         Fixes: #540300 again.
3111
3112 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3113
3114         * configure.ac:
3115         0.10.8.4 pre-release
3116
3117 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3118
3119         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3120         Fix segment-stop regression.
3121         Add documentation regarding segments in quicktime files by Wim Taymans.
3122         Fixes #544509
3123
3124 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3125
3126         * configure.ac:
3127         0.10.8.3 pre-release
3128
3129         * po/LINGUAS:
3130         * po/pt_BR.po:
3131         Add pt_BR translation
3132
3133 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3134
3135         * gst/goom/convolve_fx.c:
3136         * gst/goom/filters.c:
3137         * gst/goom/goom_config.h:
3138         * gst/goom/goom_core.c:
3139         * gst/goom/goom_tools.h:
3140           Fix build with MSVC: include glib.h to define inline appropriately,
3141           use header guards where needed.
3142         * gst/udp/gstudpnetutils.c:
3143         * gst/udp/gstudpsrc.c:
3144           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3145           g_snprintf rather than snprintf.
3146           Fixes #544433.
3147
3148 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3149
3150         * gst/debug/gsttaginject.c:
3151         * gst/debug/gsttaginject.h:
3152           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3153           partially.
3154
3155 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3156
3157         * configure.ac:
3158         0.10.8.2 pre-release
3159
3160 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3161
3162         * ext/Makefile.am:
3163         Finish hooking up pulseaudio plugin to the build.
3164
3165         * ext/pulse/pulsemixerctrl.c:
3166         Fix compilation error.
3167
3168 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3169
3170         * po/LINGUAS:
3171         * po/lt.po:
3172         Add new lithunian translation, and add french to the LINGUAS
3173         file.
3174
3175 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3176
3177         * ext/soup/gstsouphttpsrc.c:
3178         Fix Soup HTTP source seeking.
3179         Patch By: Wouter Cloetens  <wouter at mind be>
3180         Fixes: #540300
3181
3182         * tests/check/elements/.cvsignore:
3183         Ignore new check programs.
3184
3185 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3186
3187         * configure.ac:
3188         * docs/plugins/Makefile.am:
3189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3191         * docs/plugins/gst-plugins-good-plugins.args:
3192         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3193         * docs/plugins/gst-plugins-good-plugins.interfaces:
3194         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3195         * docs/plugins/inspect/plugin-interleave.xml:
3196         * docs/plugins/inspect/plugin-replaygain.xml:
3197         * tests/check/Makefile.am:
3198
3199         Move replaygain and interleave plugins from -bad.
3200         Fixes: #543406
3201         Fixes: #536228
3202
3203 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3204
3205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3206         (qtdemux_parse_trak):
3207         Revert ISO base media spec based pixel-aspect-ratio calculation.
3208         Fixes #543300.
3209
3210 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3211
3212         * sys/osxvideo/osxvideosink.m:
3213         Fix minor build issues on macosx.
3214         Fixes #543054
3215
3216 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3217
3218         * configure.ac::
3219         * ext/taglib/Makefile.am::
3220           Only use -Wno-attributes (which is there to work around a
3221           bug in the taglib 1.5 headers) if the c++ compiler actually
3222           supports it (#543255).
3223
3224 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3225
3226         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3227
3228         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3229           Avoid compiler warning by initialising variable to NULL (#543259).
3230
3231 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3232
3233         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3234         Don't pass NULL taglists to gst_tag_list_is_empty().
3235
3236 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3237
3238         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3239         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3240         (rtp_pipeline_run):
3241         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3242         Don't use declarations after statements.
3243
3244 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3245
3246         * ext/jpeg/gstjpegdec.c:
3247         Align documentation with reality.
3248
3249 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3250
3251         * gst/udp/gstudpnetutils.c:
3252         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3253         old value (1) if it's not defined which should not cause any problems
3254         as we're using it internal only anyway.
3255
3256 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3257
3258         Patch by: Alessandro Decina <alessandro at nnva dot org>
3259
3260         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3261         Fix build of avidemux on big endian architectures.
3262
3263 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3264
3265         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3266
3267         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3268         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3269
3270 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3271
3272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3273         (qtdemux_parse_trak):
3274         Set pixel-aspect-ratio in caps using display width and height
3275         provided in track.
3276
3277 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3278
3279         * configure.ac:
3280         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3281         flags that are invalid for C++. Fixes bug #516509.
3282
3283 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3284
3285         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3286         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3287         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3288         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3289         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3290         * tests/examples/equalizer/demo.c: (message_handler):
3291         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3292         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3293         Don't use declarations after statements and variable length arrays.
3294
3295 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3296
3297         Patch by: Daniel Drake <dsd at gentoo dot org>
3298
3299         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3300         (gst_v4l2src_get_nearest_size):
3301         Try progressive video if interlaced fails. Fixes bug #541956
3302         and the usage of v4l2src on OLPC.
3303
3304 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3305
3306         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3307         (gst_rtp_speex_depay_process):
3308         * gst/rtp/gstrtpspeexdepay.h:
3309         Revert last change: Only the jitterbuffer is able to convert RTP to
3310         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3311         Reopens bug #541787.
3312
3313 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3314
3315         * gst/rtp/gstrtpvrawdepay.c:
3316           Include stdlib.h for atoi().
3317
3318         * gst/rtsp/gstrtspsrc.c:
3319           Use floating point math for latencies < 0 sec in log output.
3320
3321 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3322
3323         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3324
3325         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3326         (gst_rtp_speex_depay_process):
3327         * gst/rtp/gstrtpspeexdepay.h:
3328         Take timestamp from the RTP packet as a first step to fix problems
3329         with transmission over RTP when the network is not reliable.
3330         Fixes bug #541787.
3331
3332 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3333
3334         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3335
3336         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3337         Fix parsing of udp:// URIs containing IPv6 addresses.
3338         Fixes bug #541650.
3339
3340 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3341
3342         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3343         Do not leak incoming buffers.
3344
3345 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3346
3347         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3348
3349         * configure.ac:
3350         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3351         for htons() and htonl(). Fixes bug #541412.
3352
3353 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3354
3355         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3356         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3357         (gst_matroska_demux_element_query),
3358         (gst_matroska_demux_handle_src_query),
3359         (gst_matroska_demux_handle_seek_event):
3360         Handle position and duration query in DEFAULT format if the
3361         pad's track has a default frame duration set.
3362
3363         Fix seeking now that the segment's duration doesn't contain the
3364         (possibly wrong or inaccurate) duration of the Matroska file.
3365
3366 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3367
3368         * gst/matroska/ebml-read.c: (_ext2dbl):
3369         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3370         in math.h except on MSVC where it is defined in xmath.h.
3371         Fixes compilation with MSVC.
3372
3373 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3374
3375         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3376         (gst_matroska_demux_handle_src_query),
3377         (gst_matroska_demux_parse_info),
3378         (gst_matroska_demux_loop_stream_parse_id):
3379         * gst/matroska/matroska-demux.h:
3380         Don't set the segment duration to the duration from the Matroska
3381         header as this value could be wrong and is just informational.
3382
3383 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3384
3385         * gst/matroska/matroska-demux.c:
3386         (gst_matroska_demux_loop_stream_parse_id):
3387         If no Tracks element is found until the first Cluster is found
3388         search it and error out if none is found in the complete file.
3389
3390 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3391
3392         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3393         Resync non-subtitle tracks too if a too large gap compared to other
3394         tracks is detected.
3395
3396 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3397
3398         * gst/rtp/Makefile.am:
3399         * gst/rtp/gstrtp.c: (plugin_init):
3400         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3401         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3402         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3403         (gst_rtp_vraw_depay_change_state),
3404         (gst_rtp_vraw_depay_plugin_init):
3405         * gst/rtp/gstrtpvrawdepay.h:
3406         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3407         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3408         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3409         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3410         (gst_rtp_vraw_pay_plugin_init):
3411         * gst/rtp/gstrtpvrawpay.h:
3412         Add raw video pay and depayloaders, see RFC4175.
3413
3414 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3415
3416         * ext/libpng/gstpngdec.c:
3417         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3418         whatever it returned.
3419
3420 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3421
3422         * gst/avi/avi-ids.h:
3423         Add vprp chunk related structures.
3424         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3425         (gst_avi_demux_parse_stream):
3426         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3427         to caps.  Fixes #539482.
3428         * gst/avi/gstavimux.h:
3429         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3430         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3431         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3432
3433 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3434
3435         * tests/check/elements/avimux.c: (check_avimux_pad):
3436         Adjust avimux unit test according to increased streamheader size.
3437
3438 2008-06-27  David Schleef  <ds@schleef.org>
3439
3440         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3441
3442 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3443
3444         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3445         * gst/avi/gstavimux.h:
3446         Add 8 bytes to current streamheader to make for a complete one
3447         and to make more players happy.  Fixes #519460.
3448
3449 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3450
3451         * sys/v4l2/v4l2_calls.c::
3452           Don't include unused gstv4l2xoverlay.h. Fixes build
3453           in case where X11 headers are not installed.
3454
3455 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3456
3457         * ext/dv/gstdv.c: (plugin_init):
3458         Fix compilation.
3459
3460 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3461
3462         * ext/dv/gstdv.c: (plugin_init):
3463         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3464         DV decoder available.
3465         Fixes #532393
3466
3467 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3468
3469         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3470         Call getsockname() after the call to bind() to get updated values
3471         for the port, etc. This fixes the usage of udpsrc on anonymous
3472         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3473         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3474
3475 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3476
3477         * tests/check/pipelines/wavpack.c: (bus_handler):
3478         Remove workaround for a bug in identity that is fixed in 0.10.20.
3479
3480 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3481
3482         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3483
3484         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3485         Fix HTTP auth support with user/password passed via the URI.
3486         Fixes bug #540067.
3487
3488 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3489
3490         * configure.ac:
3491           Depend on released versions of core and -base.
3492
3493 2008-06-23  Julien Moutte  <julien@fluendo.com>
3494
3495         * gst/matroska/matroska-demux.c:
3496         (gst_matroska_demux_read_track_encoding),
3497         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3498         format strings in macros. (makes it build on OS X again...)
3499
3500 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3501
3502         * gst/rtp/gstrtptheorapay.c:
3503         * gst/udp/gstmultiudpsink.c:
3504           Added debug.
3505
3506 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3507
3508         * configure.ac: switch v4l2src over to the normal build instead of
3509         being 'experimental'. Fixes bug #536831.
3510
3511 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3512
3513         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3514         Remove unused variable so that we can compile again.
3515
3516 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3517
3518         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3519         No need to check for audio/G723 and audio/32KADPCM here as they are
3520         no longer supported.
3521
3522 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3523
3524         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3525         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3526         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3527         known length.
3528
3529 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3530
3531         * gst/matroska/matroska-demux.c:
3532         (gst_matroska_demux_add_wvpk_header),
3533         (gst_matroska_demux_audio_caps):
3534         * gst/matroska/matroska-ids.h:
3535         Fix demuxing of WavPack files. Muxing is still broken.
3536
3537 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3538
3539         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3540         (gst_matroska_demux_add_mpeg_seq_header),
3541         (gst_matroska_demux_add_wvpk_header),
3542         (gst_matroska_demux_check_subtitle_buffer),
3543         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3544         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3545         (gst_matroska_demux_subtitle_caps):
3546         * gst/matroska/matroska-ids.h:
3547         Add a "vfunc" to the track context for postprocessing frames and
3548         convert the wavpack and subtitle postprocessing to this vfunc.
3549         Copy buffer flags in those functions to the new buffers too.
3550
3551         Parse CodecState elements of Blocks.
3552
3553         Add a postprocessing function for MPEG video that adds the sequence
3554         header from the codec private data or codec state to the frames if
3555         it's not already there.
3556
3557 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3558
3559         * gst/matroska/matroska-demux.c:
3560         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3561         If a gap of more than 1/2 second is found in one stream send a
3562         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3563         This also fixes Matroska files where the first buffer doesn't start
3564         at timestamp 0. Fixes bug #429322.
3565
3566         The duration of a block is the default duration multiplied with the
3567         number of laces. Every lace is one frame and the default duration
3568         is the duration of one frame. This fixes playback of files that use
3569         lacing for some tracks.
3570
3571 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3572
3573         * gst/matroska/matroska-demux.c:
3574         (gst_matroska_demux_parse_contents_seekentry):
3575         Update FIXME/TODOs and only ignore EOS at the central, important place
3576         instead of several places.
3577
3578 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3579
3580         * gst/rtp/gstrtpg726pay.c:
3581         Fix caps, See #538891.
3582
3583 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3584
3585         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3586         (gst_matroska_demux_stream_from_num),
3587         (gst_matroska_demux_encoding_cmp),
3588         (gst_matroska_demux_encoding_order_unique),
3589         (gst_matroska_demux_read_track_encoding),
3590         (gst_matroska_demux_read_track_encodings),
3591         (gst_matroska_demux_tracknumber_unique),
3592         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3593         (gst_matroska_demux_parse_tracks),
3594         (gst_matroska_demux_parse_index_cuetrack),
3595         (gst_matroska_demux_parse_index_pointentry),
3596         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3597         (gst_matroska_demux_parse_metadata_id_simple_tag),
3598         (gst_matroska_demux_parse_metadata_id_tag),
3599         (gst_matroska_demux_parse_metadata),
3600         (gst_matroska_demux_parse_attached_file),
3601         (gst_matroska_demux_parse_attachments),
3602         (gst_matroska_demux_parse_chapters),
3603         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3604         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3605         (gst_matroska_demux_parse_cluster),
3606         (gst_matroska_demux_parse_contents_seekentry),
3607         (gst_matroska_demux_parse_contents),
3608         (gst_matroska_demux_loop_stream_parse_id),
3609         (gst_matroska_demux_loop):
3610         Improve debug output everywhere and fix the EOS logic.
3611
3612         Check the values of the ContentEncoding elements more strictly and
3613         don't use tracks for which it's invalid.
3614
3615         Check that the track number is unique for this stream.
3616
3617         Check that seek positions are below G_MAXINT64 as our seeks are
3618         int64-based and overflows will fail badly.
3619
3620         After seeks also don't push SimpleBlocks until the first one
3621         containing a keyframe is found. Before this was done only for normal
3622         Blocks.
3623
3624         Update some FIXME/TODOs.
3625         
3626         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3627         (gst_ebml_read_utf8), (gst_ebml_read_header):
3628         Improve debug output.
3629
3630         * gst/matroska/matroska-ids.c:
3631         (gst_matroska_track_init_video_context):
3632         * gst/matroska/matroska-ids.h:
3633         * gst/matroska/matroska-mux.c:
3634         (gst_matroska_mux_video_pad_setcaps):
3635         Remove eye mode and don't parse it anymore. We can't use that
3636         information in GStreamer yet so it's useless.
3637
3638
3639 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3640
3641         Patch by: Mersad Jelacic <mersad at axis dot com>
3642
3643         * gst/rtp/Makefile.am:
3644         * gst/rtp/gstrtp.c: (plugin_init):
3645         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3646         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3647         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3648         (gst_rtp_g726_depay_plugin_init):
3649         * gst/rtp/gstrtpg726depay.h:
3650         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3651         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3652         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3653         * gst/rtp/gstrtpg726pay.h:
3654         Added G726 pay/depayloaders. Fixes #538891.
3655
3656 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3657
3658         * gst/rtsp/URLS:
3659         Some more urls.
3660
3661         * gst/smpte/barboxwipes.c:
3662         Add a comment
3663
3664         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3665         Fix typo, add audioresample to the pipeline.
3666
3667 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3668
3669         * ext/libmng/Makefile.am:
3670         * ext/libmng/gstmng.c: (plugin_init):
3671         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3672         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3673         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3674         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3675         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3676         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3677         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3678         (gst_mng_dec_change_state):
3679         * ext/libmng/gstmngdec.h:
3680         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3681         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3682         (gst_mng_enc_init), (gst_mng_enc_chain),
3683         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3684         * ext/libmng/gstmngenc.h:
3685         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3686         bits ifdeffed out still.
3687
3688 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3691         When comparing index elements with the same time compare their
3692         block number.
3693
3694 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3695
3696         * gst/matroska/matroska-demux.c:
3697           (gst_matroska_demux_parse_attached_file)
3698           Init variable to NULL to avoid compiler warning.
3699
3700 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3701
3702         * gst/matroska/Makefile.am:
3703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3704         (gst_matroska_demux_parse_attached_file),
3705         (gst_matroska_demux_parse_attachments),
3706         (gst_matroska_demux_parse_contents_seekentry),
3707         (gst_matroska_demux_loop_stream_parse_id):
3708         * gst/matroska/matroska-demux.h:
3709         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3710         * gst/matroska/matroska-ids.h:
3711         * gst/matroska/matroska.c: (plugin_init):
3712         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3713         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3714         and description of the attachments in the caps. Fixes bug #537622.
3715
3716 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3719         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3720         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3721         (gst_speex_enc_src_query), (gst_speex_enc_init),
3722         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3723         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3724         (gst_speex_enc_set_property):
3725         Add mode property.
3726         Some cleanups, add more debug info.
3727         Add latency query.
3728
3729 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3730
3731         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3732         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3733         If we get less bytes than requested we can't do anything except doing
3734         our EOS logic.
3735
3736 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3737
3738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3739         (gst_matroskademux_do_index_seek),
3740         (gst_matroska_demux_parse_index_cuetrack),
3741         (gst_matroska_demux_parse_index_pointentry),
3742         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3743         (gst_matroska_demux_parse_metadata):
3744         * gst/matroska/matroska-demux.h:
3745         * gst/matroska/matroska-ids.h:
3746         Use a GArray for storing the Cue (i.e. seek) information, store
3747         the CueTrackPositions for every track, store the block number
3748         and optimize searching in the array by sorting it after the last
3749         element was added.
3750
3751         Fix a small memory leak when trying to parse a tags element that was
3752         already parsed.
3753
3754 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3755
3756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3757         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3758         (gst_matroska_mux_write_data):
3759         * gst/matroska/matroska-mux.h:
3760         Don't write another SeekHead which indexes all Clusters to the end of
3761         the file. This isn't useful for anything and just increases filesize.
3762
3763 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3764
3765         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3766         Prevent unaligned memory access when reading floats.
3767
3768 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * gst/matroska/ebml-read.c:
3771         * gst/matroska/ebml-read.h:
3772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3773         (gst_matroska_demux_parse_metadata):
3774         * gst/matroska/matroska-demux.h:
3775         Make sure that every Tags element is only parsed once and it's
3776         containing tags are only posted once.
3777
3778 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3779
3780         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3781         (gst_ebml_read_header):
3782         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3783         (gst_matroska_demux_parse_tracks),
3784         (gst_matroska_demux_parse_index_cuetrack),
3785         (gst_matroska_demux_parse_index_pointentry),
3786         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3787         (gst_matroska_demux_parse_metadata_id_simple_tag),
3788         (gst_matroska_demux_parse_metadata_id_tag),
3789         (gst_matroska_demux_parse_metadata),
3790         (gst_matroska_demux_parse_attachments),
3791         (gst_matroska_demux_parse_chapters),
3792         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3793         (gst_matroska_demux_parse_cluster),
3794         (gst_matroska_demux_parse_contents_seekentry),
3795         (gst_matroska_demux_parse_contents),
3796         (gst_matroska_demux_loop_stream_parse_id):
3797         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3798         already. They're not useful in the matroska parser and only cause
3799         additional code.
3800
3801 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3802
3803         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3804         (gst_ebml_finalize), (gst_ebml_read_change_state),
3805         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3806         * gst/matroska/matroska-demux.c:
3807         (gst_matroska_demux_parse_contents_seekentry):
3808         Reverse the level list as we usually are only interested in the
3809         first element or want to add a new first element. Having the
3810         first element stored at the end and calling g_list_last() and
3811         g_list_append() is more expensive.
3812
3813         Also use GSlice for allocating the GstEbmlLevel structs.
3814
3815 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3816
3817         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3818           (gst_tag_inject_class_init), (gst_tag_inject_init):
3819           Don't unref NULL taglist in finalize. Don't use c++ style
3820           comments.
3821
3822 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         * gst/matroska/matroska-demux.c:
3825         (gst_matroska_demux_parse_metadata_id_simple_tag):
3826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3827         (gst_matroska_mux_write_data):
3828         Use gst_value_serialize() and gst_value_deserialize() for transforming
3829         tags from some GType to a string and the other way around. The default
3830         transformations in GLib don't include transformations from string to
3831         number types.
3832
3833 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3836         (gst_matroska_demux_parse_tracks),
3837         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3838         (gst_matroska_demux_parse_attachments),
3839         (gst_matroska_demux_parse_chapters),
3840         (gst_matroska_demux_parse_contents_seekentry),
3841         (gst_matroska_demux_loop_stream_parse_id):
3842         * gst/matroska/matroska-demux.h:
3843         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3844         Tags multiple times. The first ones can appear more than once but must
3845         contain the same content as the first for backup purposes so we ignore
3846         all but the first one. Tags can appear multiple times with different
3847         content.
3848
3849         Jump to all elements except Clusters that are available from a
3850         SeekHead to make it more likely to have all required informations
3851         before getting to the first Clusters.
3852
3853         Add dummy functions for parsing Attachments and Chapters.
3854
3855 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3856
3857         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3858         (gst_udpsrc_create), (gst_udpsrc_set_property),
3859         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3860         * gst/udp/gstudpsrc.h:
3861         Add property to control automatic join/leave of multicast groups.
3862         Add G_LIKELY.
3863         Remove setting caps on buffers explicitly, basesrc does that for us now.
3864         Improve debug info.
3865         Convert some non-fatal error into warnings.
3866         Use g_ntohs for better portability.
3867         Leave multicast groups when stopping.
3868         When using external sockets, use getsockname() on them to fill up the
3869         addr structure before calling methods that use the structure.
3870         Should all fix #536903.
3871         API: GstUDPSrc::auto-multicast property
3872
3873 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3874
3875         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3876         Use g_ntohl for better portability.
3877
3878 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3879
3880         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3881         (gst_multiudpsink_remove):
3882         Fix a typo and do some small cleanups.
3883
3884 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3885
3886         Patch by: Olivier Crete <tester at tester dot ca>
3887
3888         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3889         Make the delivery-method mandatory on the caps and only accept inline
3890         for now.
3891         Reverse strcmp checks for delivery-method.
3892
3893         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3894         Make delivery method optional when parsing caps and note this in the
3895         caps.
3896         Reverse strcmp checks for delivery-method.
3897
3898         * gst/rtp/gstrtpvorbispay.c:
3899         Update a comment to note that the delivery-method is optional, 
3900         Fixes #537675.
3901
3902 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3903
3904         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3905         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3906         leaving them in READY. Fixes #537832.
3907
3908 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3909
3910         * gst/avi/gstavimux.c:
3911           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3912           for a random constant in tagmuxing code.
3913
3914 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3915
3916         * gst/debug/gsttaginject.c:
3917         * gst/debug/gsttaginject.h:
3918           Now actually adding the new element.
3919
3920 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3921
3922         * docs/plugins/Makefile.am:
3923         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3924         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3925         * docs/plugins/gst-plugins-good-plugins.args:
3926         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3927         * docs/plugins/gst-plugins-good-plugins.interfaces:
3928         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3929         * docs/plugins/inspect/plugin-aasink.xml:
3930         * docs/plugins/inspect/plugin-alaw.xml:
3931         * docs/plugins/inspect/plugin-alpha.xml:
3932         * docs/plugins/inspect/plugin-alphacolor.xml:
3933         * docs/plugins/inspect/plugin-annodex.xml:
3934         * docs/plugins/inspect/plugin-apetag.xml:
3935         * docs/plugins/inspect/plugin-audiofx.xml:
3936         * docs/plugins/inspect/plugin-auparse.xml:
3937         * docs/plugins/inspect/plugin-autodetect.xml:
3938         * docs/plugins/inspect/plugin-avi.xml:
3939         * docs/plugins/inspect/plugin-cacasink.xml:
3940         * docs/plugins/inspect/plugin-cairo.xml:
3941         * docs/plugins/inspect/plugin-cdio.xml:
3942         * docs/plugins/inspect/plugin-cutter.xml:
3943         * docs/plugins/inspect/plugin-debug.xml:
3944         * docs/plugins/inspect/plugin-dv.xml:
3945         * docs/plugins/inspect/plugin-efence.xml:
3946         * docs/plugins/inspect/plugin-effectv.xml:
3947         * docs/plugins/inspect/plugin-equalizer.xml:
3948         * docs/plugins/inspect/plugin-esdsink.xml:
3949         * docs/plugins/inspect/plugin-flac.xml:
3950         * docs/plugins/inspect/plugin-flxdec.xml:
3951         * docs/plugins/inspect/plugin-gamma.xml:
3952         * docs/plugins/inspect/plugin-gconfelements.xml:
3953         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3954         * docs/plugins/inspect/plugin-goom.xml:
3955         * docs/plugins/inspect/plugin-goom2k1.xml:
3956         * docs/plugins/inspect/plugin-halelements.xml:
3957         * docs/plugins/inspect/plugin-icydemux.xml:
3958         * docs/plugins/inspect/plugin-id3demux.xml:
3959         * docs/plugins/inspect/plugin-jpeg.xml:
3960         * docs/plugins/inspect/plugin-level.xml:
3961         * docs/plugins/inspect/plugin-matroska.xml:
3962         * docs/plugins/inspect/plugin-monoscope.xml:
3963         * docs/plugins/inspect/plugin-mulaw.xml:
3964         * docs/plugins/inspect/plugin-multifile.xml:
3965         * docs/plugins/inspect/plugin-multipart.xml:
3966         * docs/plugins/inspect/plugin-navigationtest.xml:
3967         * docs/plugins/inspect/plugin-ossaudio.xml:
3968         * docs/plugins/inspect/plugin-png.xml:
3969         * docs/plugins/inspect/plugin-quicktime.xml:
3970         * docs/plugins/inspect/plugin-rtp.xml:
3971         * docs/plugins/inspect/plugin-rtsp.xml:
3972         * docs/plugins/inspect/plugin-smpte.xml:
3973         * docs/plugins/inspect/plugin-soup.xml:
3974         * docs/plugins/inspect/plugin-spectrum.xml:
3975         * docs/plugins/inspect/plugin-speex.xml:
3976         * docs/plugins/inspect/plugin-taglib.xml:
3977         * docs/plugins/inspect/plugin-udp.xml:
3978         * docs/plugins/inspect/plugin-video4linux2.xml:
3979         * docs/plugins/inspect/plugin-videobalance.xml:
3980         * docs/plugins/inspect/plugin-videobox.xml:
3981         * docs/plugins/inspect/plugin-videocrop.xml:
3982         * docs/plugins/inspect/plugin-videoflip.xml:
3983         * docs/plugins/inspect/plugin-videomixer.xml:
3984         * docs/plugins/inspect/plugin-wavenc.xml:
3985         * docs/plugins/inspect/plugin-wavpack.xml:
3986         * docs/plugins/inspect/plugin-wavparse.xml:
3987         * docs/plugins/inspect/plugin-ximagesrc.xml:
3988         * gst/debug/Makefile.am:
3989         * gst/debug/breakmydata.c:
3990         * gst/debug/efence.c:
3991         * gst/debug/gstdebug.c:
3992         * gst/debug/gstnavseek.c:
3993         * gst/debug/gstpushfilesrc.c:
3994         * gst/debug/gstpushfilesrc.h:
3995         * gst/debug/negotiation.c:
3996         * gst/debug/progressreport.c:
3997         * gst/debug/progressreport.h:
3998         * gst/debug/rndbuffersize.c:
3999         * gst/debug/testplugin.c:
4000           Remove dummy plugin_init. Remove some undefined entries from doc-
4001           section file. Add taginject element and rebuild docs for it.
4002
4003 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
4004
4005         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
4006         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
4007         Update the counter for the number of streams when pads are added or
4008         removed. This will make sure that a seek table is generated for
4009         files with just one audio stream.
4010
4011 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
4012
4013         * gst/matroska/matroska-demux.c:
4014         (gst_matroska_demux_parse_metadata_id_simple_tag):
4015         * gst/matroska/matroska-ids.h:
4016         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
4017         Add some more tags, improve debugging a bit and make sure that
4018         GValue transformation has succeeded before using the result
4019         as a tag.
4020
4021 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
4022
4023         Patch by: Olivier Crete <tester at tester dot ca>
4024
4025         * gst/rtp/gstrtptheorapay.c:
4026         The Theora RTP payloader only supports the "inline" delievery method
4027         so let's declare this on the caps of the static pad template.
4028         Fixes bug #537675.
4029
4030 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4031
4032         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
4033         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
4034         Remove bogus check.
4035
4036 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4037
4038         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
4039         (gst_videomixer_blend_buffers):
4040         Use stream_time to synchronize the object properties.
4041         Use running_time of the master pad to timestamp outgoing buffers.
4042         Fix the initial segment event to extend an unknown amount of time.
4043         Fixes #537361.
4044
4045 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4046
4047         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4048         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
4049         (gst_avi_demux_calculate_durations_from_index),
4050         (gst_avi_demux_stream_header_push),
4051         (gst_avi_demux_stream_header_pull):
4052         Try to ignore unparsable/unknown streams and give a warning instead of
4053         erroring out. Fixes #537377.
4054
4055 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4056
4057         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
4058         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
4059
4060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4061         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4062         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4063         (gst_matroska_demux_read_track_encodings),
4064         (gst_matroska_demux_add_stream),
4065         (gst_matroska_demux_handle_src_query),
4066         (gst_matroska_demux_init_stream),
4067         (gst_matroska_demux_parse_index_cuetrack),
4068         (gst_matroska_demux_parse_index_pointentry),
4069         (gst_matroska_demux_parse_info),
4070         (gst_matroska_demux_parse_metadata_id_simple_tag),
4071         (gst_matroska_demux_parse_metadata),
4072         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4073         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4074         (gst_matroska_demux_parse_cluster),
4075         (gst_matroska_demux_parse_contents_seekentry),
4076         (gst_matroska_demux_loop_stream_parse_id),
4077         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4078         (gst_matroska_demux_audio_caps),
4079         (gst_matroska_demux_subtitle_caps):
4080         * gst/matroska/matroska-demux.h:
4081         * gst/matroska/matroska-ids.c:
4082         (gst_matroska_track_init_subtitle_context):
4083         * gst/matroska/matroska-ids.h:
4084         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4085         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4086         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4087         (gst_matroska_mux_video_pad_setcaps),
4088         (gst_matroska_mux_audio_pad_setcaps),
4089         (gst_matroska_mux_subtitle_pad_setcaps),
4090         (gst_matroska_mux_request_new_pad),
4091         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4092         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4093         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4094         (gst_matroska_mux_set_property):
4095         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4096         elements, do some checks for valid values in the demuxer, handle
4097         tracktimecodescale in the demuxer, set correct default values for all
4098         settings in the demuxer, review and add all missing matroska
4099         IDs and some more raw YUV formats, and some trivial cleanup.
4100
4101 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4102
4103         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4104         (gst_pulsemixer_class_init):
4105         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4106         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4107         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4108         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4109         (gst_pulsesrc_prepare):
4110         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4111         gst_element_class_set_details_simple() and fix coding style a bit
4112         more.
4113
4114 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4115
4116         * docs/plugins/Makefile.am:
4117         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4118         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4119         * docs/plugins/gst-plugins-good-plugins.args:
4120         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4121         * docs/plugins/gst-plugins-good-plugins.interfaces:
4122         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4123         * docs/plugins/inspect/plugin-aasink.xml:
4124         * docs/plugins/inspect/plugin-alaw.xml:
4125         * docs/plugins/inspect/plugin-alpha.xml:
4126         * docs/plugins/inspect/plugin-alphacolor.xml:
4127         * docs/plugins/inspect/plugin-annodex.xml:
4128         * docs/plugins/inspect/plugin-apetag.xml:
4129         * docs/plugins/inspect/plugin-audiofx.xml:
4130         * docs/plugins/inspect/plugin-auparse.xml:
4131         * docs/plugins/inspect/plugin-autodetect.xml:
4132         * docs/plugins/inspect/plugin-avi.xml:
4133         * docs/plugins/inspect/plugin-cacasink.xml:
4134         * docs/plugins/inspect/plugin-cairo.xml:
4135         * docs/plugins/inspect/plugin-cdio.xml:
4136         * docs/plugins/inspect/plugin-cutter.xml:
4137         * docs/plugins/inspect/plugin-debug.xml:
4138         * docs/plugins/inspect/plugin-dv.xml:
4139         * docs/plugins/inspect/plugin-efence.xml:
4140         * docs/plugins/inspect/plugin-effectv.xml:
4141         * docs/plugins/inspect/plugin-equalizer.xml:
4142         * docs/plugins/inspect/plugin-esdsink.xml:
4143         * docs/plugins/inspect/plugin-flac.xml:
4144         * docs/plugins/inspect/plugin-flxdec.xml:
4145         * docs/plugins/inspect/plugin-gamma.xml:
4146         * docs/plugins/inspect/plugin-gconfelements.xml:
4147         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4148         * docs/plugins/inspect/plugin-goom.xml:
4149         * docs/plugins/inspect/plugin-goom2k1.xml:
4150         * docs/plugins/inspect/plugin-halelements.xml:
4151         * docs/plugins/inspect/plugin-icydemux.xml:
4152         * docs/plugins/inspect/plugin-id3demux.xml:
4153         * docs/plugins/inspect/plugin-jpeg.xml:
4154         * docs/plugins/inspect/plugin-level.xml:
4155         * docs/plugins/inspect/plugin-matroska.xml:
4156         * docs/plugins/inspect/plugin-monoscope.xml:
4157         * docs/plugins/inspect/plugin-mulaw.xml:
4158         * docs/plugins/inspect/plugin-multifile.xml:
4159         * docs/plugins/inspect/plugin-multipart.xml:
4160         * docs/plugins/inspect/plugin-navigationtest.xml:
4161         * docs/plugins/inspect/plugin-ossaudio.xml:
4162         * docs/plugins/inspect/plugin-png.xml:
4163         * docs/plugins/inspect/plugin-pulseaudio.xml:
4164         * docs/plugins/inspect/plugin-quicktime.xml:
4165         * docs/plugins/inspect/plugin-rtp.xml:
4166         * docs/plugins/inspect/plugin-rtsp.xml:
4167         * docs/plugins/inspect/plugin-smpte.xml:
4168         * docs/plugins/inspect/plugin-soup.xml:
4169         * docs/plugins/inspect/plugin-spectrum.xml:
4170         * docs/plugins/inspect/plugin-speex.xml:
4171         * docs/plugins/inspect/plugin-taglib.xml:
4172         * docs/plugins/inspect/plugin-udp.xml:
4173         * docs/plugins/inspect/plugin-video4linux2.xml:
4174         * docs/plugins/inspect/plugin-videobalance.xml:
4175         * docs/plugins/inspect/plugin-videobox.xml:
4176         * docs/plugins/inspect/plugin-videocrop.xml:
4177         * docs/plugins/inspect/plugin-videoflip.xml:
4178         * docs/plugins/inspect/plugin-videomixer.xml:
4179         * docs/plugins/inspect/plugin-wavenc.xml:
4180         * docs/plugins/inspect/plugin-wavpack.xml:
4181         * docs/plugins/inspect/plugin-wavparse.xml:
4182         * docs/plugins/inspect/plugin-ximagesrc.xml:
4183         * ext/pulse/plugin.c:
4184         * ext/pulse/pulsemixer.c:
4185         * ext/pulse/pulsesink.c:
4186         * ext/pulse/pulsesrc.c:
4187         Add documentation to the pulseaudio plugin and run make update
4188         in docs/plugins.
4189
4190 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4191
4192         Patch by: Brian Cameron <brian.cameron at sun dot com>
4193
4194         * sys/sunaudio/gstsunaudiomixerctrl.c:
4195         (gst_sunaudiomixer_ctrl_get_volume),
4196         (gst_sunaudiomixer_ctrl_set_volume):
4197         Improvements for the SunAudio mixer by handling mute as no gain
4198         for tracks that have a gain property but no mute property.
4199         Fixes bug #536067.
4200
4201 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4202
4203         * configure.ac:
4204         * ext/pulse/Makefile.am:
4205         * ext/pulse/plugin.c: (plugin_init):
4206         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4207         (gst_pulsemixer_implements_interface_init),
4208         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4209         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4210         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4211         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4212         * ext/pulse/pulsemixer.h:
4213         * ext/pulse/pulsemixerctrl.c:
4214         (gst_pulsemixer_ctrl_context_state_cb),
4215         (gst_pulsemixer_ctrl_sink_info_cb),
4216         (gst_pulsemixer_ctrl_source_info_cb),
4217         (gst_pulsemixer_ctrl_subscribe_cb),
4218         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4219         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4220         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4221         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4222         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4223         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4224         * ext/pulse/pulsemixerctrl.h:
4225         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4226         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4227         * ext/pulse/pulsemixertrack.h:
4228         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4229         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4230         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4231         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4232         (gst_pulseprobe_new), (gst_pulseprobe_free),
4233         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4234         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4235         (gst_pulseprobe_set_server):
4236         * ext/pulse/pulseprobe.h:
4237         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4238         (gst_pulsesink_class_init), (gst_pulsesink_init),
4239         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4240         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4241         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4242         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4243         (gst_pulsesink_stream_request_cb),
4244         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4245         (gst_pulsesink_close), (gst_pulsesink_prepare),
4246         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4247         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4248         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4249         (gst_pulsesink_event), (gst_pulsesink_get_type):
4250         * ext/pulse/pulsesink.h:
4251         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4252         (gst_pulsesrc_implements_interface_init),
4253         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4254         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4255         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4256         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4257         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4258         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4259         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4260         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4261         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4262         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4263         (gst_pulsesrc_get_type):
4264         * ext/pulse/pulsesrc.h:
4265         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4266         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4267         * ext/pulse/pulseutil.h:
4268         Add pulseaudio GStreamer element from gst-pulse. Development will
4269         continue here instead of pulseaudio SVN. Fixes bug #400679.
4270         Only changes over gst-pulse SVN are added copyright to the top of
4271         files and coding style changes.
4272
4273 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4274
4275         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4276
4277         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4278           (gst_cdio_add_cdtext_album_tags):
4279         * ext/cdio/gstcdio.h:
4280         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4281           Also extract album title and album genre from CD-TEXT if
4282           available (#537021).
4283
4284 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4285
4286         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4287
4288         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4289         Improve negotiation a bit more by picking the smallest possible
4290         resolution that is larger than the resolution specified in the
4291         first caps entry of the peer caps. Fixes bug #536994.
4292
4293 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4294
4295         Patch by: Bastien Nocera <hadess at hadess dot net>
4296
4297         * sys/v4l2/gstv4l2vidorient.c:
4298         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4299         Fix compilation with newer GIT kernels that deprecated
4300         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4301
4302 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4303
4304         * configure.ac:
4305         * ext/cdio/gstcdio.c:
4306         * ext/cdio/gstcdio.h:
4307         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4308           Require libcdio >= 0.76.
4309
4310 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4311
4312         * gst/avi/gstavidemux.c:
4313         Catch UNEXPECTED when downstream has reached end of
4314         segment in reverse mode.
4315
4316 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4317
4318         * gst/avi/gstavidemux.c:
4319         Fix typo in comment
4320
4321 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4322
4323         * gst/avi/gstavidemux.c:
4324         Because we don't know the frame order we need to push till
4325         the next keyframe
4326
4327 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4328
4329         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4330
4331         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4332         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4333         Provide a custom negotiation function to make sure to pick the highest
4334         possible framerate and resolution. Fixes bug #536646.
4335
4336 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4337
4338         * gst/avi/gstavidemux.c:
4339         Set EOS when going out of the segment in reverse playback
4340
4341 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4342
4343         * ext/taglib/Makefile.am::
4344           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4345           taglib headers (with gcc 4.3.1).
4346
4347 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4348
4349         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4350         Use the new gst_rtsp_connection_get_ip() to access the IP address
4351         of a GstRTSPConnection since it is a private member.
4352
4353 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4354
4355         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4356         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4357           Use new utility functions in libgsttag to process coverart (#512333).
4358
4359 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4360
4361         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4362         We actually support left/side, right/side and mid/side files. The
4363         conversion to normal, interleaved stereo is done by libflac.
4364
4365 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4366
4367         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4368         (gst_ebml_write_set_cache):
4369         Unref the write cache in finalize if it was set and add add "FIXME"
4370         to a comment that needs it.
4371
4372 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4373
4374         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4375
4376         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4377         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4378         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4379         (gst_avi_demux_process_next_entry):
4380         * gst/avi/gstavidemux.h:
4381         Implement reverse playback. Fixes #535300.
4382         Small cleanups.
4383
4384 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4385
4386         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4387         (gst_videomixer_query_latency):
4388         When using gst_element_iterate_pads() one has to unref every pad
4389         after usage.
4390
4391 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4392
4393         Patch by: Bastien Nocera <hadess at hadess dot net>
4394         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4395         (qtdemux_parse_udta):
4396         * gst/qtdemux/qtdemux_fourcc.h:
4397         Improve meta-data handling, add 'comment', 'description' and
4398         'copyright' tag handling.
4399         Fixes #535935
4400
4401 2008-05-31  Julien Moutte  <julien@fluendo.com>
4402
4403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4404         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4405         (gst_qtdemux_seek_to_previous_keyframe),
4406         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4407         we don't clip the segment's stop using the main segment duration as
4408         that could crop quite some video frames. Make reverse playback support
4409         more robust and support edit lists. Support seeking to the last frame,
4410         and fix reverse looping playback. Add some debugging.
4411         * win32/common/config.h: Updated.
4412
4413 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4414
4415         * gst/equalizer/gstiirequalizer.c:
4416         (gst_iir_equalizer_transform_ip):
4417         Don't clip float/double samples, correctly unset passthrough mode
4418         and use better rounding for integer samples.
4419
4420 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4421
4422         * gst/equalizer/gstiirequalizer.c:
4423         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4424         (setup_filter), (set_passthrough), (update_coefficients),
4425         (gst_iir_equalizer_compute_frequencies),
4426         (gst_iir_equalizer_transform_ip):
4427         * gst/equalizer/gstiirequalizer.h:
4428         Update the filter coefficients only when needed in the transform_ip
4429         function and correctly set the element into passthrough mode if the
4430         gain of all bands is 0.
4431
4432 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4435
4436         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4437         (gst_alpha_set_property), (gst_alpha_get_property),
4438         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4439         Try to skip pixels or areas that are too dark or too bright for us to do
4440         meaningfull color detection.
4441         Added properties to control the sensitivity to light and darkness.
4442         Added some small cleanups. Fixes #512345.
4443
4444 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4445
4446         * docs/plugins/.cvsignore:
4447         * tests/check/elements/.cvsignore:
4448         Ignore some more generated things
4449
4450         * tests/check/Makefile.am:
4451         Ignore OSS elements in the state changes test too.
4452
4453 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4454
4455         * docs/plugins/Makefile.am:
4456         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4457         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4458         Add SMPTE effect elements to docs.
4459
4460 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4461
4462         * docs/plugins/Makefile.am:
4463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4465         * ext/raw1394/gstdv1394src.c:
4466           Document whats first shown on the fdo plugin docs page :)
4467
4468 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4469
4470         * docs/plugins/Makefile.am:
4471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4473         * docs/plugins/gst-plugins-good-plugins.args:
4474         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4475         * docs/plugins/inspect/plugin-audiofx.xml:
4476         * gst/audiofx/Makefile.am:
4477         * gst/audiofx/audiofx.c:
4478         * gst/audiofx/audiokaraoke.c:
4479         * gst/audiofx/audiokaraoke.h:
4480         * gst/audiofx/audiovoice.c:
4481         * gst/audiofx/audiovoice.h:
4482           Rename audiovoice to audiokaraoke and add it to the docs.
4483
4484 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4485
4486         * REQUIREMENTS:
4487         * docs/plugins/Makefile.am:
4488         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4490         * docs/plugins/gst-plugins-good-plugins.args:
4491         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4492         * docs/plugins/gst-plugins-good-plugins.interfaces:
4493         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4494         * docs/plugins/inspect/plugin-aasink.xml:
4495         * docs/plugins/inspect/plugin-alaw.xml:
4496         * docs/plugins/inspect/plugin-alpha.xml:
4497         * docs/plugins/inspect/plugin-alphacolor.xml:
4498         * docs/plugins/inspect/plugin-annodex.xml:
4499         * docs/plugins/inspect/plugin-apetag.xml:
4500         * docs/plugins/inspect/plugin-audiofx.xml:
4501         * docs/plugins/inspect/plugin-auparse.xml:
4502         * docs/plugins/inspect/plugin-autodetect.xml:
4503         * docs/plugins/inspect/plugin-avi.xml:
4504         * docs/plugins/inspect/plugin-cacasink.xml:
4505         * docs/plugins/inspect/plugin-cairo.xml:
4506         * docs/plugins/inspect/plugin-cdio.xml:
4507         * docs/plugins/inspect/plugin-cutter.xml:
4508         * docs/plugins/inspect/plugin-debug.xml:
4509         * docs/plugins/inspect/plugin-dv.xml:
4510         * docs/plugins/inspect/plugin-efence.xml:
4511         * docs/plugins/inspect/plugin-effectv.xml:
4512         * docs/plugins/inspect/plugin-equalizer.xml:
4513         * docs/plugins/inspect/plugin-esdsink.xml:
4514         * docs/plugins/inspect/plugin-flac.xml:
4515         * docs/plugins/inspect/plugin-flxdec.xml:
4516         * docs/plugins/inspect/plugin-gamma.xml:
4517         * docs/plugins/inspect/plugin-gconfelements.xml:
4518         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4519         * docs/plugins/inspect/plugin-goom.xml:
4520         * docs/plugins/inspect/plugin-goom2k1.xml:
4521         * docs/plugins/inspect/plugin-halelements.xml:
4522         * docs/plugins/inspect/plugin-icydemux.xml:
4523         * docs/plugins/inspect/plugin-id3demux.xml:
4524         * docs/plugins/inspect/plugin-jpeg.xml:
4525         * docs/plugins/inspect/plugin-level.xml:
4526         * docs/plugins/inspect/plugin-matroska.xml:
4527         * docs/plugins/inspect/plugin-monoscope.xml:
4528         * docs/plugins/inspect/plugin-mulaw.xml:
4529         * docs/plugins/inspect/plugin-multifile.xml:
4530         * docs/plugins/inspect/plugin-multipart.xml:
4531         * docs/plugins/inspect/plugin-navigationtest.xml:
4532         * docs/plugins/inspect/plugin-ossaudio.xml:
4533         * docs/plugins/inspect/plugin-png.xml:
4534         * docs/plugins/inspect/plugin-quicktime.xml:
4535         * docs/plugins/inspect/plugin-rtp.xml:
4536         * docs/plugins/inspect/plugin-rtsp.xml:
4537         * docs/plugins/inspect/plugin-smpte.xml:
4538         * docs/plugins/inspect/plugin-soup.xml:
4539         * docs/plugins/inspect/plugin-spectrum.xml:
4540         * docs/plugins/inspect/plugin-speex.xml:
4541         * docs/plugins/inspect/plugin-taglib.xml:
4542         * docs/plugins/inspect/plugin-udp.xml:
4543         * docs/plugins/inspect/plugin-video4linux2.xml:
4544         * docs/plugins/inspect/plugin-videobalance.xml:
4545         * docs/plugins/inspect/plugin-videobox.xml:
4546         * docs/plugins/inspect/plugin-videocrop.xml:
4547         * docs/plugins/inspect/plugin-videoflip.xml:
4548         * docs/plugins/inspect/plugin-videomixer.xml:
4549         * docs/plugins/inspect/plugin-wavenc.xml:
4550         * docs/plugins/inspect/plugin-wavpack.xml:
4551         * docs/plugins/inspect/plugin-wavparse.xml:
4552         * docs/plugins/inspect/plugin-ximagesrc.xml:
4553         * ext/aalib/gstaasink.c:
4554         * ext/libcaca/gstcacasink.c:
4555           Document aasink and cacasink.
4556
4557 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4560         (gst_videomixer_init), (gst_videomixer_query_duration),
4561         (gst_videomixer_query_latency), (gst_videomixer_query),
4562         (gst_videomixer_blend_buffers):
4563         * gst/videomixer/videomixer.h:
4564         Implement position (in time), duration and latency queries.
4565
4566 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4567
4568         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4569         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4570         (gst_videomixer_fill_queues), (forward_event_func),
4571         (forward_event), (gst_videomixer_src_event),
4572         (gst_videomixer_sink_event):
4573         * gst/videomixer/videomixer.h:
4574         Implement proper seek/newsegment handling.
4575         Based on adder's implementation.
4576         Fixes #535121
4577
4578 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4579
4580         Patch by: Jan Gerber <j at oil21 dot org>
4581
4582         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4583         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4584
4585 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4586
4587         * gst/audiofx/Makefile.am:
4588         * gst/audiofx/audiofx.c: (plugin_init):
4589         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4590         (gst_audio_voice_class_init), (gst_audio_voice_init),
4591         (update_filter), (gst_audio_voice_set_property),
4592         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4593         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4594         (gst_audio_voice_transform_ip):
4595         * gst/audiofx/audiovoice.h:
4596         Add simple voice removal element. Yay karaoke.
4597
4598 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4599
4600         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4601
4602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4603         Fix potential caps leak.
4604         If we can't get the framerate with an ioctl, try to get it with the
4605         current norm. Fixes #520092.
4606
4607 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4608
4609         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4610
4611         * sys/v4l2/v4l2src_calls.c:
4612         (gst_v4l2src_probe_caps_for_format_and_size):
4613         If we fail to get the frame intervals, simply don't touch the framerates
4614         on the template caps instead of discarding the format. See #520092.
4615
4616 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4617
4618         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4619
4620         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4621         (gst_v4l2_get_caps_info):
4622         Add NV12, NV21 and bayer support. See #520092.
4623
4624 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4627         (gst_qtdemux_activate_segment):
4628         Unbreak segment activation again. Fixes #531672.
4629
4630 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4631
4632         * ext/flac/Makefile.am:
4633         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4634         Set the channel layout when decoding FLAC files with more than 2
4635         channels as defined by the FLAC spec. Fixes bug #534570.
4636
4637         Also don't try to decode left/side, right/side and mid/side files
4638         as we don't support this at all.
4639
4640 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4641
4642         * configure.ac:
4643           We need -base CVS (rtsp).
4644
4645 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4646
4647         * gst/udp/Makefile.am:
4648           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4649           when including netdb.h when building against glibc >= 2.8.
4650
4651 2008-05-22  Julien Moutte  <julien@fluendo.com>
4652
4653         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4654         debug statement arguments.
4655         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4656         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4657         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4658         on more platforms.
4659
4660 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4661
4662         * tests/check/elements/avimux.c: (setup_src_pad),
4663         (teardown_src_pad):
4664         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4665         (GST_START_TEST):
4666         * tests/check/elements/matroskamux.c: (setup_src_pad),
4667         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4668         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4669         (GST_START_TEST):
4670         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4671         (setup_wavpackparse), (cleanup_wavpackparse):
4672         Don't use gst_element_get_pad(), it's a bad, bad method.
4673
4674 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4675
4676         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4677         (do_toggle_element):
4678         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4679         (do_toggle_element):
4680         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4681         (do_toggle_element):
4682         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4683         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4684         (do_toggle_element):
4685         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4686         (do_toggle_element):
4687         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4688         (gst_auto_audio_sink_detect):
4689         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4690         (gst_auto_video_sink_detect):
4691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4692         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4693         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4694         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4695         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4696         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4697         * tests/icles/videocrop-test.c: (test_with_caps),
4698         (video_crop_get_test_caps):
4699         Don't use gst_element_get_pad(), it's a bad method.
4700
4701 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4702
4703         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4704         (gst_multiudpsink_add_internal):
4705         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4706         (gst_udp_join_group):
4707         * gst/udp/gstudpnetutils.h:
4708         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4709         Joining a multicast group and setting the loop/ttl properties are
4710         totally unrelated tasks are must be separated.
4711
4712 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4713
4714         * gst/avi/gstavimux.c:
4715           Also support alaw/mulaw.
4716
4717 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4718
4719         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4720         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4721         * gst/udp/gstmultiudpsink.h:
4722         Add a fixme for the auto-multicast property.
4723         Fix some confusing debug messages.
4724         Disable setting a qos value by default.
4725
4726 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4727
4728         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4729
4730         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4731         Ignore EPERM errors from sendto. Fixes #533619.
4732
4733 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4734
4735         Patch by: Henrik Eriksson <henriken at axis dot com>
4736
4737         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4738         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4739         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4740         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4741         * gst/udp/gstmultiudpsink.h:
4742         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4743
4744 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4745
4746         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4747         Improve debugging of the ident.
4748
4749 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4750
4751         Patch by: Bruno Santos <brunof at ua dot pt>
4752
4753         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4754         (gst_udp_join_group), (gst_udp_leave_group),
4755         (gst_udp_is_multicast):
4756         * gst/udp/gstudpnetutils.h:
4757         Provide a bunch of helper methods to deal with IPv4 and IPv6
4758         transparently.
4759
4760         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4761         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4762         (gst_multiudpsink_get_property), (join_multicast),
4763         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4764         (gst_multiudpsink_remove):
4765         * gst/udp/gstmultiudpsink.h:
4766         Add multicast TTL and loopback properties.
4767         Use the helper methods to implement ip4 and ip6.
4768
4769         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4770         * gst/udp/gstudpsrc.h:
4771         Use the helper methods to implement ip4 and ip6.
4772         Fixes #515962.
4773
4774 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4775
4776         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4777
4778         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4779         (gst_multipart_demux_get_gstname),
4780         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4781         * gst/multipart/multipartdemux.h:
4782         Don't blindly copy the mime-type as the caps name because they not
4783         always map directly. Instead use a hashtable with common mappings.
4784         Fixes #533287.
4785
4786 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4787
4788         * ext/esd/esdsink.c: (gst_esdsink_write):
4789         When we post an error, we must return -1 to let the parent know that we
4790         cannot write the segment else it will loop and continue to call us again
4791         forever. Patch by Michael Meeks.
4792
4793 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4794
4795         * gst/videomixer/videomixer.c:
4796           Add missing incudes.
4797
4798 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4799
4800         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4801         (gst_rtp_h264_pay_handle_buffer):
4802         * gst/rtp/gstrtph264pay.h:
4803         Correct a typo (sinle -> single).
4804
4805 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4806
4807         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4808         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4809         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4810         (gst_rtp_h264_depay_process):
4811         * gst/rtp/gstrtph264depay.h:
4812         Add experimental support for outputting quicktime-like AVC output in
4813         addition to the existing bytestream output.
4814
4815         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4816         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4817         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4818         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4819         (gst_rtp_h264_pay_get_property):
4820         * gst/rtp/gstrtph264pay.h:
4821         Make the parsing mode configurable, for some inputs we don't need to
4822         scan every byte for start codes.
4823         Only set the marker bit on ACCESS units.
4824
4825 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4826
4827         * gst/equalizer/gstiirequalizer.c:
4828         Use a bigger type in integer mode for the intermediate results to
4829         prevent overflows. This fixes the crippled sound when using the
4830         equalizer in integer mode. Fixes bug #510865.
4831
4832 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4833
4834         * gst/videomixer/videomixer.c:
4835         * gst/videomixer/videomixer.h:
4836         Instead of a random number for the request pad id's,
4837         use a counter.
4838
4839         Register the videomixerpad class from the element's class_init
4840         where it's safer, and allows the docs generator to scan it.
4841
4842 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4843
4844         * gst/smpte/Makefile.am:
4845         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4846         * gst/smpte/gstsmpte.h:
4847         * gst/smpte/gstsmptealpha.c:
4848         (gst_smpte_alpha_transition_type_get_type),
4849         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4850         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4851         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4852         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4853         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4854         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4855         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4856         * gst/smpte/gstsmptealpha.h:
4857         * gst/smpte/plugin.c: (plugin_init):
4858         Add new plugin that adds the SMPTE transition in the alpha channel of
4859         I420 and AYUV frames so that they can be blended with videomixer later
4860         on. Uses all niceties such as using base transform for efficient alloc
4861         and negotiation. It currently requires GstController to control the
4862         position in the transition effect.
4863
4864 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4865
4866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4868         * docs/plugins/gst-plugins-good-plugins.args:
4869         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4870         * docs/plugins/gst-plugins-good-plugins.interfaces:
4871         * docs/plugins/gst-plugins-good-plugins.types:
4872         * gst/videomixer/videomixer.c:
4873           Try using thaytans new mechanism to get extra classes into plugin
4874           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4875           missing still.
4876
4877 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4878
4879         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4880         Set proper rate in avi stream header for PCM audio, and also do some
4881         more sanity checks on caps in this case.  Fixes #511489.
4882
4883 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4884
4885         * sys/v4l2/gstv4l2src.c:
4886         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4887         isn't implemented at all yet and this requires X headers to be
4888         installed. Fixes bug #533264.
4889
4890 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4891
4892         reviewed by: <delete if not using a buddy>
4893
4894         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4895         (gst_ebml_write_set_cache):
4896         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4897         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4898         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4899         (gst_matroska_demux_read_track_encodings),
4900         (gst_matroska_demux_add_stream),
4901         (gst_matroska_demux_handle_src_query),
4902         (gst_matroska_demux_init_stream),
4903         (gst_matroska_demux_parse_index_cuetrack),
4904         (gst_matroska_demux_parse_index_pointentry),
4905         (gst_matroska_demux_parse_info),
4906         (gst_matroska_demux_parse_metadata_id_simple_tag),
4907         (gst_matroska_demux_parse_metadata),
4908         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4909         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4910         (gst_matroska_demux_parse_cluster),
4911         (gst_matroska_demux_parse_contents_seekentry),
4912         (gst_matroska_demux_loop_stream_parse_id),
4913         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4914         (gst_matroska_demux_audio_caps),
4915         (gst_matroska_demux_subtitle_caps):
4916         * gst/matroska/matroska-demux.h:
4917         * gst/matroska/matroska-ids.c:
4918         (gst_matroska_track_init_subtitle_context):
4919         * gst/matroska/matroska-ids.h:
4920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4921         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4922         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4923         * sys/v4l2/gstv4l2src.c:
4924         * tests/check/pipelines/wavpack.c: (bus_handler):
4925         * win32/common/config.h:
4926
4927 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4928
4929         * ext/wavpack/gstwavpackstreamreader.c:
4930         * tests/examples/spectrum/demo-audiotest.c:
4931         * tests/examples/spectrum/demo-osssrc.c:
4932         Fix some compiler warnings.
4933
4934 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4935
4936         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4937         Small comment added.
4938
4939         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4940         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4941         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4942         Debug string cleanups (remove trailing \n)
4943         Refactor and clean up the payloader a bit and make sure that we only
4944         put one NAL unit in an RTP packet even if the input buffer contains
4945         multiple NAL units.
4946         Add suport for AVC format input.
4947
4948 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4949
4950         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4951         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4952         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4953         * gst/rtp/gstrtph264pay.h:
4954         Make it possible to specify profile-level-id and sprop-parameter-sets
4955         using properties in case they are not available in-stream.
4956
4957 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4958
4959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4960         * docs/plugins/gst-plugins-good-plugins.args:
4961         * docs/plugins/inspect/plugin-ladspa.xml:
4962           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4963
4964 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4965
4966         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4967         Send an initial BYTE segment to inform downstream of later seeking,
4968         and to forego sync attempts.
4969
4970 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4971
4972         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4973         Fix wrong caps string.
4974
4975 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4976
4977         Based on patch by: Olivier Crete <tester at tester dot ca>
4978
4979         * gst/rtp/Makefile.am:
4980         * gst/rtp/gstrtp.c: (plugin_init):
4981         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4982         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4983         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4984         (gst_rtp_g729_depay_plugin_init):
4985         * gst/rtp/gstrtpg729depay.h:
4986         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4987         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4988         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4989         * gst/rtp/gstrtpg729pay.h:
4990         Added G729 pay and depayloaders. Fixes #532409.
4991
4992 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4995         Fix the calculation of the duration of the concealment packets.
4996
4997 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         Based on patch by: Olivier Crete <tester at tester dot ca>
5000
5001         * gst/rtp/Makefile.am:
5002         * gst/rtp/gstrtp.c: (plugin_init):
5003         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
5004         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
5005         (parse_encode), (gst_rtp_dv_depay_setcaps),
5006         (calculate_difblock_location), (gst_rtp_dv_depay_process),
5007         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
5008         (gst_rtp_dv_depay_plugin_init):
5009         * gst/rtp/gstrtpdvdepay.h:
5010         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
5011         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
5012         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
5013         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
5014         (gst_dv_pay_negotiate), (include_dif),
5015         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
5016         * gst/rtp/gstrtpdvpay.h:
5017         Add DV pay and depayloaders. Fixes #532423.
5018
5019 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
5020
5021         * gst/matroska/matroska-demux.c:
5022         (gst_matroska_demux_push_dvd_clut_change_event):
5023         Convert subtitle palette info in VobSub private data from VobSub's
5024         (buggy) RGB to YUV.
5025
5026 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
5027
5028         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
5029         Do not leave fourcc stream header field empty upon reset.
5030         Fixes #519301.
5031
5032 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
5033
5034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5036         * docs/plugins/inspect/plugin-goom.xml:
5037         * docs/plugins/inspect/plugin-goom2k1.xml:
5038         * gst/goom/gstgoom.c:
5039         * gst/goom2k1/gstgoom.c:
5040         Add goom2k1 into the docs.
5041
5042 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5043
5044         Based on patch by: Wouter Cloetens  <wouter at mind be>
5045
5046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5047         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
5048         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
5049         (gst_rtsp_decode_quoted_string),
5050         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
5051         (gst_rtspsrc_setup_auth):
5052         Support Digest authentication. Fixes #532065.
5053
5054 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
5055
5056         * gst/level/gstlevel.c:
5057           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
5058           about whats needed for liboil acceleration. Simplify docs a bit.
5059
5060 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
5061
5062         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5063
5064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
5065         Update the track duration if the old one was invalid.
5066         Fixes bug #532117.
5067
5068 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5069
5070         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
5071           Use GST_STR_NULL when trying to print sps and pps strings that could
5072           be NULL, as this might crash on some platforms.
5073
5074 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5075
5076         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5077
5078         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5079           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5080           set after creating the clipper.
5081
5082 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5083
5084         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5085
5086         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5087           Added checking of surface lost case after an unsuccessful
5088           IDirectDrawSurface7_Lock() call.
5089           If surface is lost, return GST_FLOW_OK.
5090
5091 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5092
5093         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5094
5095         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
5096           WndProc, gst_directdraw_sink_window_thread):
5097           Improved Windows message loop and fixed window destruction issue.
5098           When the window which DirectDraw is rendering to is destroyed, the
5099           render/show_frame function will return GST_FLOW_ERROR.
5100           Partially fixes #520885.
5101
5102 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5103
5104         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5105
5106         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5107           Fixed mid stream resolution change bug, the offscreen surface is now
5108           released when set_caps is called.
5109           Partially fixes #520885.
5110
5111 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5112
5113         * sys/directdraw/gstdirectdrawsink.c
5114           (gst_directdraw_sink_buffer_alloc):
5115           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5116           width/height.
5117
5118           Especially when looking through the pool of buffers, make sure that
5119           the width/height of caps is used instead of the already negotiated
5120           dimensions.
5121           For example if a buffer with different caps is requested, i.e.
5122           higher resolution, the caller would get a buffer with the old
5123           dimensions and thus corrupt the heap.
5124
5125 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5126
5127         * sys/directdraw/gstdirectdrawsink.c
5128           (gst_directdraw_sink_buffer_alloc):
5129           Clear the flags on recycled buffers from buffer_alloc.
5130           Partially fixes #520885.
5131
5132 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5133
5134         * gst/rtp/gstrtpilbcpay.c:
5135           Added missing stdlib.h include for strtol(), and made include ordering and
5136           style consistent with the corresponding depayloader.
5137
5138 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5139
5140         * configure.ac:
5141           Error out if we don't have the required core/base versions.
5142
5143 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5144
5145         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5146
5147         * sys/osxvideo/cocoawindow.m:
5148         Fix compiler warnings on PPC64. Fixes bug #499318.
5149
5150 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5151
5152         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5153
5154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5155         Don't leak file descriptors on error. Fixes #531532.
5156
5157 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5158
5159         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5160         (gst_gconf_audio_src_change_state):
5161         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5162         (gst_gconf_video_sink_change_state):
5163         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5164         (gst_gconf_video_src_change_state):
5165         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5166         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5167         When we can't create a fakesink/fakesrc complain instead of unreffing
5168         NULL pointers and crashing later. See bug #530535.
5169
5170 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5171
5172         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5173         Add some more debug info and guard against small payloads.
5174
5175         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5176         Set duration on outgoing buffers because we can.
5177
5178 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5179
5180         Patch by: Olivier Crete <tester at tester dot ca>
5181
5182         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5183         (gst_speex_enc_init), (gst_speex_enc_chain):
5184         Add negotiation for the speex channels and rate. Fixes #465146.
5185
5186 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5187
5188         Patch by: Olivier Crete <tester at tester dot ca>
5189
5190         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5191         (gst_rtp_speex_pay_getcaps):
5192         Add negotiation for the speex channels and rate. See #465146.
5193
5194 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5195
5196         Patch by: Olivier Crete <tester at tester dot ca>
5197
5198         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5199         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5200         Add negotiation for the ILBC mode. See #465146.
5201
5202 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5203
5204         * ext/soup/gstsouphttpsrc.c:
5205           Include stdlib to fix the build. Use g_free instead of free, libsoup
5206           uses glib.
5207
5208 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5209
5210         Patch by: j^ <j@bootlab.org>
5211
5212         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5213         Add more mpeg2 variants. Fixes #530886.
5214
5215 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5216
5217         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5218
5219         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5220           Don't error out if we get an ICMP destination-unreachable
5221           message when trying to read packets on win32 (#529454).
5222
5223 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5224
5225         * configure.ac:
5226         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5227           Use new error code for encrypted streams (which requires core CVS).
5228
5229 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5230
5231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5232           (gst_qtdemux_audiosrc_template):
5233           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5234
5235 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5236
5237         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5238         (speex_dec_chain_parse_data):
5239         Produce concealment data when time progresses in a segment update.
5240
5241 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5242
5243         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5244         (speex_dec_chain):
5245         Try to preserve input timestamps when we can.
5246         Do beginnings of error concealment.
5247
5248 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5249
5250         * gst/debug/gstnavigationtest.c:
5251           MSVC doesn't provide rint(), define an adequate replacement locally as
5252           elsewhere.
5253
5254 2008-04-28  Julien Moutte  <julien@fluendo.com>
5255
5256         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5257         format to pacify Mac OSX's gcc.
5258
5259 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5260
5261         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5262           (DEFAULT_MAX), (src_template), (sink_template),
5263           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5264           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5265           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5266           Bring rndbuffersize element into a state that doesn't require us
5267           to move it to -bad immediately. For one, fix up default min/max
5268           values so that the element actuall works using the default values.
5269           Also, don't ignore flow return values and do some kind of minimal
5270           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5271           other gratuitious clean-ups.
5272
5273 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5274
5275         * docs/plugins/Makefile.am:
5276         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5277         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5278         * docs/plugins/gst-plugins-good-plugins.args:
5279         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5280         * docs/plugins/gst-plugins-good-plugins.interfaces:
5281         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5282         * docs/plugins/inspect/plugin-1394.xml:
5283         * docs/plugins/inspect/plugin-aasink.xml:
5284         * docs/plugins/inspect/plugin-alaw.xml:
5285         * docs/plugins/inspect/plugin-alpha.xml:
5286         * docs/plugins/inspect/plugin-alphacolor.xml:
5287         * docs/plugins/inspect/plugin-annodex.xml:
5288         * docs/plugins/inspect/plugin-apetag.xml:
5289         * docs/plugins/inspect/plugin-audiofx.xml:
5290         * docs/plugins/inspect/plugin-auparse.xml:
5291         * docs/plugins/inspect/plugin-autodetect.xml:
5292         * docs/plugins/inspect/plugin-avi.xml:
5293         * docs/plugins/inspect/plugin-cacasink.xml:
5294         * docs/plugins/inspect/plugin-cairo.xml:
5295         * docs/plugins/inspect/plugin-cdio.xml:
5296         * docs/plugins/inspect/plugin-cutter.xml:
5297         * docs/plugins/inspect/plugin-debug.xml:
5298         * docs/plugins/inspect/plugin-dv.xml:
5299         * docs/plugins/inspect/plugin-efence.xml:
5300         * docs/plugins/inspect/plugin-effectv.xml:
5301         * docs/plugins/inspect/plugin-equalizer.xml:
5302         * docs/plugins/inspect/plugin-esdsink.xml:
5303         * docs/plugins/inspect/plugin-flac.xml:
5304         * docs/plugins/inspect/plugin-flxdec.xml:
5305         * docs/plugins/inspect/plugin-gamma.xml:
5306         * docs/plugins/inspect/plugin-gconfelements.xml:
5307         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5308         * docs/plugins/inspect/plugin-goom.xml:
5309         * docs/plugins/inspect/plugin-halelements.xml:
5310         * docs/plugins/inspect/plugin-icydemux.xml:
5311         * docs/plugins/inspect/plugin-id3demux.xml:
5312         * docs/plugins/inspect/plugin-jpeg.xml:
5313         * docs/plugins/inspect/plugin-level.xml:
5314         * docs/plugins/inspect/plugin-matroska.xml:
5315         * docs/plugins/inspect/plugin-monoscope.xml:
5316         * docs/plugins/inspect/plugin-mulaw.xml:
5317         * docs/plugins/inspect/plugin-multifile.xml:
5318         * docs/plugins/inspect/plugin-multipart.xml:
5319         * docs/plugins/inspect/plugin-navigationtest.xml:
5320         * docs/plugins/inspect/plugin-ossaudio.xml:
5321         * docs/plugins/inspect/plugin-png.xml:
5322         * docs/plugins/inspect/plugin-quicktime.xml:
5323         * docs/plugins/inspect/plugin-rtp.xml:
5324         * docs/plugins/inspect/plugin-rtsp.xml:
5325         * docs/plugins/inspect/plugin-shout2send.xml:
5326         * docs/plugins/inspect/plugin-smpte.xml:
5327         * docs/plugins/inspect/plugin-spectrum.xml:
5328         * docs/plugins/inspect/plugin-speex.xml:
5329         * docs/plugins/inspect/plugin-taglib.xml:
5330         * docs/plugins/inspect/plugin-udp.xml:
5331         * docs/plugins/inspect/plugin-video4linux2.xml:
5332         * docs/plugins/inspect/plugin-videobalance.xml:
5333         * docs/plugins/inspect/plugin-videobox.xml:
5334         * docs/plugins/inspect/plugin-videocrop.xml:
5335         * docs/plugins/inspect/plugin-videoflip.xml:
5336         * docs/plugins/inspect/plugin-videomixer.xml:
5337         * docs/plugins/inspect/plugin-wavenc.xml:
5338         * docs/plugins/inspect/plugin-wavpack.xml:
5339         * docs/plugins/inspect/plugin-wavparse.xml:
5340         * docs/plugins/inspect/plugin-ximagesrc.xml:
5341           Add docs for gdkpixbufsink; update docs to CVS version.
5342
5343 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5344
5345         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5346         Remove test sync-offset by default.
5347
5348 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5351         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5352         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5353           Use GLib versions of htonl, htons, ntohl and ntohs in order
5354           to avoid problems on win32 (#529707).
5355
5356 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5357
5358         Patch by: Jesús Corrius <jesus at softcatala org>
5359
5360         * gst/goom/filters.c: (zoomVector):
5361         * gst/goom/goom_core.c: (init_buffers):
5362           Fix build with mingw32: use rand() instead of random() and
5363           replace bzero() with memset(). Fixes #529692.
5364
5365 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5366
5367         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5368         Fix typo in comments.
5369
5370         * tests/examples/rtp/client-H263p-PCMA.sdp:
5371         * tests/examples/rtp/client-H263p-PCMA.sh:
5372         * tests/examples/rtp/client-H264-PCMA.sdp:
5373         * tests/examples/rtp/client-H264-PCMA.sh:
5374         * tests/examples/rtp/client-H264.sdp:
5375         * tests/examples/rtp/client-H264.sh:
5376         * tests/examples/rtp/client-PCMA.sdp:
5377         * tests/examples/rtp/client-PCMA.sh:
5378         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5379         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5380         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5381         Add some more docs and fix examples.
5382
5383 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5384
5385         * tests/check/elements/multifile.c:
5386         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5387         declared in the former, some have it declared in the latter.
5388
5389 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5390
5391         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5392         * gst/debug/tests.c: (md5_get_value):
5393         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5394         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5395         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5396         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5397         Stop using deprecated GLib functions.
5398
5399 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5400
5401         * configure.ac:
5402         Back to development -> 0.10.8.1
5403
5404 === release 0.10.8 ===
5405
5406 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5407
5408         * configure.ac:
5409           releasing 0.10.8, "One For The Money"
5410
5411 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5412
5413         * configure.ac:
5414         0.10.7.4 pre-release
5415
5416 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5417
5418         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5419         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5420         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5421         * gst/goom/flying_stars_fx.c: (fs_free):
5422         * gst/goom/goom_config_param.h:
5423         * gst/goom/goom_core.c: (goom_init), (goom_close):
5424         * gst/goom/goom_plugin_info.h:
5425         * gst/goom/gstgoom.c: (gst_goom_finalize):
5426         * gst/goom/lines.c: (goom_lines_free):
5427         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5428         * gst/goom/surf3d.c: (grid3d_free):
5429         * gst/goom/surf3d.h:
5430         * gst/goom/tentacle3d.c: (tentacle_free):
5431         Free a bunch of stuff, and initialise things to fix leaks
5432         and valgrind warnings in the testsuite.
5433
5434         Fixes: #529268
5435
5436 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5437
5438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5439         (gst_rtspsrc_configure_caps):
5440         Ref caps as the return value for the request_pt_map signal.
5441         Remove some caps weirdness when configuring a stream. See #528245.
5442
5443 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5444
5445         * tests/icles/gdkpixbufsink-test.c:
5446           Add cast to placate gcc 4.1.2.
5447
5448 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5449
5450         * configure.ac:
5451         0.10.7.3 pre-release
5452
5453 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5454
5455         * tests/check/Makefile.am:
5456         Disable some more elements in the state test.
5457         Add a define so the soup test can find the test files
5458         it needs at runtime.
5459
5460         * tests/check/elements/souphttpsrc.c: (run_server):
5461
5462         Add a define so the soup test can find the test files
5463         it needs at runtime.
5464
5465 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5466
5467         * gst/goom/convolve_fx.c: (convolve_apply):
5468         Don't ever draw the GOOM logo.
5469         Fixes: #528615
5470
5471 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5472
5473         * ext/cdio/gstcdiocddasrc.c:
5474         * ext/dv/gstdvdemux.c: 
5475         gst_atomic_int_set ==> g_atomic_int_set
5476
5477 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5478
5479         * configure.ac:
5480         * gst/goom/Makefile.am:
5481         * gst/goom/convolve_fx.c:
5482         * gst/goom/default_scripts.h:
5483         * gst/goom/goom.h:
5484         * gst/goom/goom_core.c: (choose_a_goom_line):
5485         * gst/goom/goom_plugin_info.h:
5486         * gst/goom/goomsl.c:
5487         * gst/goom/goomsl.h:
5488         * gst/goom/goomsl_hash.c:
5489         * gst/goom/goomsl_hash.h:
5490         * gst/goom/goomsl_heap.c:
5491         * gst/goom/goomsl_heap.h:
5492         * gst/goom/goomsl_private.h:
5493         * gst/goom/plugin_info.c:
5494           Strip out the config/script parsing stuff, we don't need it.
5495           Fixes #527999.
5496
5497 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5498
5499         * gst/goom/plugin_info.c: (setOptimizedMethods):
5500           Disable altivec optimisations for 32-bit PPC as well to make
5501           things build properly on all PPC systems. Fixes #528143
5502
5503 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst-plugins-good.spec.in:
5506           Update for souphttpsrc plugin which has moved to -good.
5507
5508 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5509
5510         * gst/matroska/matroska-demux.c:
5511         (gst_matroska_demux_handle_seek_event):
5512         Fix open-ended seeks in matroskademux
5513         Patch by: Mark Nauwelaerts <manauw skynet be>
5514         Fixes: #526557
5515
5516 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5517
5518         * tests/check/Makefile.am:
5519         Add soup test certificates to the dist.
5520
5521 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5522
5523         * ext/Makefile.am:
5524         Remove LADSPA reference I missed.
5525
5526 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5527
5528         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5529         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5530         over gnome-vfs and everything else. Fixes bug #527848.
5531
5532 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5533
5534         * configure.ac:
5535         * ext/Makefile.am:
5536         Remove LADSPA plugin. Fixes: #515978
5537
5538 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5539
5540         * configure.ac:
5541         * docs/plugins/Makefile.am:
5542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5544         * docs/plugins/gst-plugins-good-plugins.args:
5545         * docs/plugins/inspect/plugin-soup.xml:
5546         * ext/Makefile.am:
5547         * tests/check/Makefile.am:
5548         Move soup plugin from -bad (Fixes: #523124)
5549
5550 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5551
5552         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5553         Fix bounds checking of mode in Speex header, which may
5554         produce negative numbers in speex <= 1.1.12
5555
5556 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5557
5558         * gst/goom/Makefile.am:
5559         * gst/goom/gfontlib.c:
5560         * gst/goom/gfontlib.h:
5561         * gst/goom/gfontrle.c:
5562         * gst/goom/gfontrle.h:
5563         * gst/goom/goom.h:
5564         * gst/goom/goom_core.c: (goom_update):
5565         * gst/goom/goom_plugin_info.h:
5566         * gst/goom/gstgoom.c: (gst_goom_chain):
5567         * gst/goom/plugin_info.c:
5568           Remove a bunch of font/text related code that we don't need.
5569
5570 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5571
5572         * gst/goom/ppc_drawings.s:
5573         * gst/goom/ppc_zoom_ultimate.s:
5574           Change license of these files to LGPL, as permitted by the
5575           author, Guillaume Borios. See #515073.
5576
5577 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5578
5579         * gst/goom/convolve_fx.c:
5580         * gst/goom/motif_goom1.h:
5581         * gst/goom/motif_goom2.h:
5582           As hinted in Bug #518213, revert one change and fix warnings properly.
5583           This fixes both #518213 and #520073 for me.     
5584
5585 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5586
5587         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5588         * gst/matroska/matroska-demux.c:
5589         (gst_matroska_demux_handle_seek_event),
5590         (gst_matroska_demux_parse_contents_seekentry),
5591         (gst_matroska_demux_loop):
5592         Fix the Forte build by making function declaration signatures
5593         match the implementations.
5594
5595 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5598         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5599         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5600           More logging when probing (see #518474), some comments in _reset().
5601
5602 2008-04-07  Julien Moutte  <julien@fluendo.com>
5603
5604         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5605         because of a bad argument number.
5606
5607 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5608
5609         * tests/icles/.cvsignore:
5610         * tests/icles/Makefile.am:
5611         * tests/icles/gdkpixbufsink-test.c:
5612           Interactive test app for gdkpixbufsink.
5613
5614 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5615
5616         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5617
5618         * configure.ac:
5619         Actually build dlls when cross-compiling with mingw32.
5620         Fixes bug #526247.
5621
5622 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5623
5624         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5625           Don't munge device string to 'default:x' for capture devices.
5626           Fixes #525833.
5627
5628 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5629
5630         * ext/wavpack/gstwavpackparse.c:
5631         (gst_wavpack_parse_index_entry_free):
5632         Always use GSlice as we actually depend on GLib 2.12 already.
5633
5634 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         * configure.ac:
5637           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5638           Also bump the GLib requirement to the current de-facto requirement
5639           (ie. 2.12).
5640
5641 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5642
5643         * gst/rtp/gstrtph264pay.c: (encode_base64),
5644         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5645         * gst/rtp/gstrtph264pay.h:
5646         Parse codec_data for future AVC compatibility.
5647         Fail when we encounter AVC data for now.
5648
5649 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5650
5651         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5652           (gst_spectrum_init), (gst_spectrum_set_property),
5653           (gst_spectrum_get_property), (gst_spectrum_message_new):
5654           Rename property enums and default defines for the properties to match
5655           the property names and rephrase property descriptions to make them a
5656           bit clearer (hopefully). See #518188.
5657
5658 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * tests/check/Makefile.am:
5661         * tests/check/elements/.cvsignore:
5662         * tests/check/elements/gdkpixbufsink.c:
5663           Add unit test for gdkpixbufsink element.
5664
5665 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * ext/gdk_pixbuf/Makefile.am:
5668         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5669         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5670           (gst_gdk_pixbuf_sink_base_init),
5671           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5672           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5673           (gst_gdk_pixbuf_sink_set_caps),
5674           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5675           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5676           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5677           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5678           (gst_gdk_pixbuf_sink_get_property):
5679         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5680           Add gdkpixbufsink element for easy snapshotting (#525946).
5681
5682 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5683
5684         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5685         Bump timeout from 3 to 60 seconds.
5686
5687 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5688
5689         * tests/check/pipelines/.cvignore:
5690         Remove useless file.
5691
5692         * tests/check/pipelines/.cvsignore:
5693         Add new test to .cvsignore.
5694
5695 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5696
5697         * tests/check/Makefile.am:
5698         * tests/check/pipelines/wavpack.c: (bus_handler),
5699         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5700         (wavpack_suite), (main):
5701         Add unit test that encodes and decodes some data, checks that it
5702         is still the same and that all timestamps/offsets are perfect.
5703
5704 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5705
5706         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5707         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5708         * ext/wavpack/gstwavpackparse.c:
5709         (gst_wavpack_parse_index_entry_new),
5710         (gst_wavpack_parse_index_entry_free),
5711         (gst_wavpack_parse_base_init),
5712         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5713         Use GSlice for allocating index entries and use
5714         gst_element_class_set_details_simple().
5715
5716 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         Patch by: Brian Cameron <brian.cameron at sun dot com>
5719
5720         * sys/sunaudio/gstsunaudio.c:
5721         * sys/sunaudio/gstsunaudiomixer.c:
5722         * sys/sunaudio/gstsunaudiomixer.h:
5723         * sys/sunaudio/gstsunaudiomixerctrl.c:
5724         * sys/sunaudio/gstsunaudiomixerctrl.h:
5725         * sys/sunaudio/gstsunaudiomixertrack.c:
5726         * sys/sunaudio/gstsunaudiomixertrack.h:
5727         * sys/sunaudio/gstsunaudiosink.c:
5728         * sys/sunaudio/gstsunaudiosink.h:
5729         * sys/sunaudio/gstsunaudiosrc.c:
5730         * sys/sunaudio/gstsunaudiosrc.h:
5731           Fix up copyrights (#525860).
5732
5733 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst/goom/goomsl.c: (gsl_read_file):
5736           Check return value of fread() to avoid compiler warnings.
5737
5738 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5739
5740         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5741
5742         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5743         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5744         * gst/law/alaw-decode.h:
5745         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5746         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5747         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5748         * gst/law/mulaw-decode.h:
5749         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5750         Make negotiation a bit modern.
5751         Use pad_alloc. Fixes #525359.
5752
5753 2008-03-31  David Schleef  <ds@schleef.org>
5754
5755         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5756           compiles consistently.  Fixes #522278.
5757
5758 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5759
5760         Patch by: Brian Cameron <brian.cameron at sun dot com>
5761
5762         * sys/sunaudio/gstsunaudiomixerctrl.c:
5763           (gst_sunaudiomixer_ctrl_get_volume),
5764           (gst_sunaudiomixer_ctrl_set_volume):
5765         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5766           Fix up the mixer tracks to use a volume range of 0-255, which is what
5767           the sun audio API uses. This simplifies the code and avoids rounding
5768           errors. Fixes #524593.
5769
5770 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5771
5772         * sys/v4l2/gstv4l2object.c:
5773         * sys/v4l2/gstv4l2object.h:
5774         Add device-fd property to make it possible to apps to call ioctl's.
5775
5776 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5777
5778         * gst/qtdemux/qtdemux.c: (next_entry_size):
5779         Unbreak streaming mode again.
5780
5781 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5782
5783         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5784           Remove superfluous DEBUG macro.
5785
5786 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5787
5788         Based on patch by: William M. Brack <wbrack at mmm com hk>
5789
5790         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5791           (gst_v4l2src_set_capture):
5792           Check whether the device supports setting the framerate before
5793           trying to set it and then posting a warning or error if it doesn't
5794           work (#516649, #520092). Also compare fractions more correctly.
5795
5796 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5797
5798         * gst/goom/Makefile.am:
5799           Remove ppc assembler optimisations from the build until they
5800           actually build (they also seem to have GPL headers).
5801
5802 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5803
5804         * m4/Makefile.am:
5805           Better not dist files that don't exist any longer (lrint*m4).
5806
5807 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5808
5809         * configure.ac:
5810         * m4/lrint.m4:
5811         * m4/lrintf.m4:
5812         Remove lrint/lrintf checks. We don't use it anywhere.
5813
5814 2008-03-18  Andy Wingo  <wingo@pobox.com>
5815
5816         * sys/osxvideo/osxvideosink.m
5817         (gst_osx_video_sink_osxwindow_destroy)
5818         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5819         task, whoopdee.
5820         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5821         2 ms.
5822
5823 2008-03-18  Andy Wingo  <wingo@pobox.com>
5824
5825         * sys/osxvideo/osxvideosink.m
5826         (gst_osx_video_sink_osxwindow_destroy)
5827         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5828         task, whoopdee.
5829         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5830         2 ms.
5831         
5832 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5833
5834         Patch by: William M. Brack <wbrack at mmm com hk>
5835
5836         * sys/v4l2/v4l2src_calls.c:
5837           (gst_v4l2src_probe_caps_for_format_and_size),
5838           (gst_v4l2src_probe_caps_for_format):
5839           Make sure the probed frame sizes are reversed in the resulting
5840           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5841           highest resolution first); also remove unused variable.
5842           (Partly fixes #520092)
5843
5844 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5845
5846         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5847
5848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5849         (gst_rtspsrc_finalize):
5850         Call WSAStartup() and WSACleanup before using the Winsock API.
5851         See #520808.
5852
5853 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5854
5855         * gst/avi/gstavidemux.c:
5856           Erm, the buffer-size is just guint, no need for the special format
5857           specifier.
5858
5859 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5860
5861         * gst/goom/plugin_info.c:
5862         * gst/goom/ppc_zoom_ultimate.h:
5863           Small fixes to build more on PPC: ifdef out code that uses unknown
5864           define; add newline at end of header file to avoid compiler warning.
5865           Assembler code still doesn't build though.
5866
5867 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * gst/avi/gstavidemux.c:
5870           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5871           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5872
5873 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5874
5875         * gst/avi/gstavidemux.c:
5876           Chunksize is uint32. Fix format specifier.
5877
5878 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5879
5880         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5881         mistake. Return file to pure MIT text.
5882
5883 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5884
5885         * gst/audiofx/audiofx.c:
5886         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5887         of hardcoding values.
5888
5889 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         Patch by: Mark Nauwelaerts <manauw skynet be>
5892
5893         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5894           (gst_oss_src_close):
5895         * sys/oss/gstosssrc.h:
5896           Cache probed caps, so _get_caps() during recording doesn't cause
5897           ioctl calls which may disrupt the recording (fixes #521875).
5898
5899 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5900
5901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5902         (gst_qtdemux_activate_segment),
5903         (gst_qtdemux_prepare_current_sample),
5904         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5905         Make sure we always send a DISCONT after a seek by setting the sample
5906         index to an undefined value after a seek.
5907
5908 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5909
5910         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5911           (GST_IS_AVI_SUBTITLE_CLASS):
5912           Fix up IS_FOO macros, which makes gtk-doc much happier.
5913
5914 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5915
5916         * tests/icles/Makefile.am:
5917           Move the -lgstfoo where it belongs.
5918
5919 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5920
5921         * gst/matroska/ebml-ids.h:
5922         Add ID for EBML CRC32 elements.
5923
5924         * gst/matroska/Makefile.am:
5925         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5926         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5927         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5928         (gst_ebml_read_header):
5929         Support reading 80bit floats, add finalize method to clean up
5930         in any case, support reading length/id elements with any length
5931         as long as it's smaller than our supported maximum, don't leak
5932         buffers if reading as much data as we wanted failed and some
5933         smaller cleanup.
5934
5935 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5936
5937         Patch by: Olivier Crete <tester at tester dot ca>
5938
5939         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5940         Check that a buffer is large enough before reading from it.
5941         Fixes bug #521102.
5942         
5943 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5944
5945         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5946         Fix compilation after removing the GstPollMode from the
5947         constructor.
5948
5949 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5950
5951         * configure.ac:
5952         * gst/audiofx/Makefile.am:
5953         * gst/audiofx/audiochebband.c:
5954         * gst/audiofx/audiocheblimit.c:
5955         * gst/audiofx/math_compat.h:
5956         Check for sinh(), cosh() and asinh() and define our own
5957         implementations if they're not available. Fixes bug #520880.
5958
5959 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5960
5961         Patch by: Olivier Crete <tester at tester dot ca>
5962
5963         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5964         Unref the buffers only once when handling not-negotiated errors.
5965         Fixes bug #520764.
5966
5967 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5968
5969         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5970
5971         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5972         (gst_udpsrc_stop):
5973         Properly balance WSA_Cleanup with WSA_Startup.
5974         Also make the poll controllable on windows. Fixes #520888.
5975
5976 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5977
5978         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5979         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5980         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5981         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5982         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5983         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5984         (gst_ebml_read_date), (gst_ebml_read_master),
5985         (gst_ebml_read_binary), (gst_ebml_read_header):
5986         * gst/matroska/ebml-read.h:
5987         * gst/matroska/matroska-demux.c:
5988         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5989         (gst_matroska_demux_read_track_encodings),
5990         (gst_matroska_demux_add_stream),
5991         (gst_matroska_demux_handle_src_query),
5992         (gst_matroska_demux_handle_seek_event),
5993         (gst_matroska_demux_init_stream),
5994         (gst_matroska_demux_parse_tracks),
5995         (gst_matroska_demux_parse_index_cuetrack),
5996         (gst_matroska_demux_parse_index_pointentry),
5997         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5998         (gst_matroska_demux_parse_metadata_id_simple_tag),
5999         (gst_matroska_demux_parse_metadata_id_tag),
6000         (gst_matroska_demux_parse_metadata),
6001         (gst_matroska_demux_sync_streams),
6002         (gst_matroska_demux_push_hdr_buf),
6003         (gst_matroska_demux_push_flac_codec_priv_data),
6004         (gst_matroska_demux_push_xiph_codec_priv_data),
6005         (gst_matroska_demux_add_wvpk_header),
6006         (gst_matroska_demux_check_subtitle_buffer),
6007         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
6008         (gst_matroska_demux_parse_cluster),
6009         (gst_matroska_demux_parse_contents_seekentry),
6010         (gst_matroska_demux_parse_contents),
6011         (gst_matroska_demux_loop_stream_parse_id),
6012         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
6013         * gst/matroska/matroska-demux.h:
6014         * gst/matroska/matroska-ids.h:
6015         Handle return values from pull_range in a more granular way to properly
6016         shut down on seeks.
6017         Combine return values from push.
6018         Implement proper error handling.
6019         Prepare for handling seeking correctly.
6020
6021 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
6022
6023         * gst/matroska/ebml-read.c:
6024         Use GINT64 formatting constants from GLIB.
6025
6026         * gst/matroska/matroska-demux.c:
6027         Add some guards to avoid a possible division by 0 and crashing
6028         with NULL events on some systems.
6029         Use gst_gdouble_to_guint64 somewhere instead of an implicit
6030         conversion. 
6031
6032         * gst/matroska/matroska-mux.c:
6033         Check for invalid timestamps in a bunch of places to avoid
6034         writing bogus durations into the output file.
6035         Fix some double<->gint64 conversions that weren't using
6036         gst_guint64_to_gdouble
6037
6038 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
6039
6040         * configure.ac:
6041         Move the checks for bison, flex and as to the program section and the
6042         check for gcc inline asm to the compiler characteristics section.
6043
6044 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
6045
6046         * configure.ac:
6047         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
6048         plug-ins are included/excluded. (#498222)
6049
6050 2008-02-29  Michael Smith <msmith@fluendo.com>
6051
6052         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
6053           Don't call gst_object_sync_values() unless we have a valid timestamp.
6054
6055 2008-02-28  David Schleef  <ds@schleef.org>
6056
6057         * gst/matroska/matroska-demux.c:
6058         * gst/matroska/matroska-ids.h:
6059         * gst/matroska/matroska-mux.c:
6060           Fix Dirac mapping.  I had previously added a VfW-type
6061           mapping, but it looks like Dirac will get a native Matroska
6062           mapping, and this is the most likely method.
6063
6064 2008-02-28  David Schleef  <ds@schleef.org>
6065
6066         * gst/avi/gstavimux.c: Add Dirac encoding
6067
6068 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6069
6070         Patch by: Peter Kjellerstedt <pkj at axis com>
6071
6072         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6073         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
6074         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6075         * gst/udp/gstudpsrc.h:
6076         Port to GstPoll. See #505417.
6077
6078 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6079
6080         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6081         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6082         yet on the srcpad. We need rate and channels before we
6083         can do any processing. Fixes bug #519088.
6084
6085 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6086
6087         * configure.ac:
6088         Detect and indicate if GCC inline assembly syntax is
6089         available.
6090
6091         * gst/goom/Makefile.am:
6092         * gst/goom/convolve_fx.c:
6093         * gst/goom/flying_stars_fx.c:
6094         * gst/goom/goom_config.h:
6095         * gst/goom/goom_core.c:
6096         * gst/goom/goomsl.c:
6097         * gst/goom/ifs.c:
6098         * gst/goom/mmx.c:
6099         * gst/goom/plugin_info.c:
6100         * gst/goom/xmmx.c:
6101         Fix various GCC-isms, and only build the inline assembly
6102         with compilers that support GCC inline assembly.
6103
6104         Fix a couple of other warnings shown with Forte.
6105
6106 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6107
6108         * gst/goom/xmmx.c:
6109           Use 'emms' instead of 'femms' to not crash on cpus that do not
6110           implement this 3dnow specific instruction.
6111
6112 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6113
6114         * gst/goom/plugin_info.c: (setOptimizedMethods):
6115         Use extended MMX for draw_line() too if available, not only
6116         normal MMX.
6117
6118 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6119
6120         * ext/jpeg/gstjpeg.c: (plugin_init):
6121         Remove (commented out) smoke typefinder. This is in base now.
6122
6123 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6124
6125         * gst/goom2k1/Makefile.am:
6126         * gst/goom2k1/gstgoom.c:
6127
6128         Rename the installed library, and don't register the same 
6129         GType name as the new goom.
6130
6131 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6132
6133         * configure.ac:
6134         * ext/taglib/Makefile.am:
6135           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6136           when building C++ code (#516509).
6137
6138 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6141         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6142           (setOptimizedMethods):
6143           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6144           anything useful. Export goom debug category so we can get
6145           rid of the VERBOSE define and the printfs.
6146
6147 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6148
6149         * gst/goom/goomsl_heap.c: (align_it):
6150         * gst/goom/plugin_info.c: (setOptimizedMethods):
6151           Compile fixes for x86-64.
6152
6153 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6154
6155         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6156         with warnings, but add other CFLAGS
6157
6158         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6159         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6160         (calculate_labels), (gsl_read_file):
6161         * gst/goom/goomsl_lex.l:
6162         * gst/goom/goomsl_yacc.y:
6163         * gst/goom/plugin_info.c: Remove a few live printf, and
6164         fprintf, replace exit() calls with g_assert_not_reached()
6165         if it not optimal for a library
6166
6167 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6168
6169         * gst/goom/Makefile.am: Remove the warnings being disabled,
6170         fix linkage on x86, spotted by Sebastian Dröge
6171         <slomo@circular-chaos.org>
6172
6173         * gst/goom/convolve_fx.c (convolve_init),
6174         (create_output_with_brightness), (convolve_apply):
6175         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6176         * gst/goom/goomsl.c:
6177         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6178         * gst/goom/plugin_info.c:
6179         * gst/goom/tentacle3d.c (tentacle_fx_create):
6180         Fix warnings, and disable the motifs in the convolve_fx
6181         plugin (they were causing warnings, and they were just
6182         "Goom" in funny letterring)
6183
6184 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6185
6186         * configure.ac: Add checks for Flex/Yacc/Bison and other
6187         furry animals, for the new goom 2k4 based plugin
6188
6189         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6190         CPU optimisations (not working yet), move the old plugin to...
6191
6192         * gst/goom2k1/*: ... here, in case somebody is sick enough
6193
6194         Fixes #515073
6195
6196 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6197
6198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6199         Post the server response code in an error message instead of a generic
6200         'error' message. Fixes #517237.
6201
6202 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6203
6204         * tests/check/Makefile.am:
6205         Ignore gconfaudiosrc for the states unit test too. It will fallback
6206         to alsasrc if the gconf settings can't be read and not everybody has
6207         alsa.
6208
6209 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6210
6211         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6212         (gst_wavpack_parse_create_src_pad):
6213         * ext/wavpack/gstwavpackparse.h:
6214         Always report the duration if we know it in push mode and don't
6215         return 0 just to make totem believe we can't seek in push mode.
6216         Newer totem version use the SEEKING query which properly reports
6217         if we can seek or not.
6218
6219 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6220
6221         Patch by: Jens Granseuer <jensgr at gmx dot net>
6222
6223         * tests/examples/equalizer/demo.c: (main):
6224         C89 fix, moving variable declarations to the beginning of
6225         the block. Fixes bug #517933.
6226
6227 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6228
6229         * configure.ac:
6230         Back to development...
6231
6232 === release 0.10.7 ===
6233
6234 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6235
6236         * configure.ac:
6237           releasing 0.10.7, "Red Door Black"
6238
6239 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6240
6241         * gst/alpha/Makefile.am:
6242         Link alpha plugin with libgstbase. Fixes bug #517386.
6243
6244 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6245
6246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6247         Init values to -1 instead of the default 0 value.
6248         Fixes #516524.
6249
6250 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6251
6252         * tests/examples/spectrum/spectrum-example.c:
6253         Add missing include to fix compilation when libxml usage is disabled.
6254         Fixes: #516371
6255
6256 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6257
6258         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6259         fixes: #514889
6260
6261         * gst/rtp/gstrtph264pay.c:
6262         * gst/rtp/gstrtpmp4gdepay.c:
6263         * gst/rtp/gstrtpmp4gpay.c:
6264         * gst/rtp/gstrtpmp4gpay.h:
6265         * gst/rtp/gstrtptheorapay.c:
6266         * gst/rtp/gstrtpvorbispay.c:
6267
6268         Fix various leaks shown up in valgrind
6269         - free sprops and buffer in error cases in H264 payloader
6270         - fix leak in mp4g depayloader when construction the caps
6271         - don't leak config string in the mp4g payloader
6272         - don't leak buffers and headers in theora and vorbis payloaders
6273
6274         * tests/check/elements/rtp-payloading.c:
6275
6276         Fix the RTP data test
6277         - Actually send valid amr data to the payloader instead of 20
6278         zero-bytes
6279         - The mp4g payloader expects codec_data on the caps
6280
6281 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6282
6283         * win32/MANIFEST:
6284         Add libgstpng.dsp to MANIFEST.
6285         * win32/vs6/libgstaudiofx.dsp:
6286         Add new source files to VS project file.
6287
6288 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6289
6290         * sys/ximage/gstximagesrc.c:
6291         Initialise variables when opening the X display rather
6292         than in _start(), as the display can be opened before that.
6293
6294         Fixes: #515985
6295
6296 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6297
6298         * sys/directdraw/gstdirectdrawsink.c:
6299         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6300         (gst_directdraw_sink_finalize):
6301         Properly chain up finalize functions. Fixes bug #515980.
6302
6303 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6304
6305         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6306         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6307         (gst_v4l2_buffer_pool_class_init):
6308         Chain up the finalize functions. Fixes bug #515984.
6309
6310 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6311
6312         * sys/ximage/ximageutil.c:
6313         Chain up in the finalize function for our custom
6314         buffer sub-class.
6315         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6316         Fixes: #515706
6317
6318 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6319
6320         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6321         (gst_fenced_buffer_class_init):
6322         Properly chain up finalize method. Fixes bug #515979.
6323
6324 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6325
6326         * sys/ximage/gstximagesrc.c:
6327         Free allocated Damage memory before closing our connection to the
6328         X server. Partially fixes: #515706
6329
6330 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6333         * tests/check/Makefile.am:
6334         * tests/check/gst-plugins-good.supp:
6335         Add a few libjpeg suppressions and initialize a variable to
6336         make smokeenc valgrind clean. Fixes bug #515701.
6337
6338 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6339
6340         * gst/avi/gstavidemux.c:
6341         Revert patch which sends timestamps only on keyframes, as it
6342         breaks playback with current gst-ffmpeg.
6343
6344         Fixes: #515562
6345
6346 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6347
6348         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6349         * tests/check/elements/multifile.c: (GST_START_TEST):
6350         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6351
6352 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6353
6354         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6355         Use and unset the GError when pipeline creation fails instead of
6356         simply leaking it. Fixes bug #515704.
6357
6358 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6359
6360         * gst/audiofx/audioamplify.c:
6361         * gst/audiofx/audiochebband.c:
6362         * gst/audiofx/audiocheblimit.c:
6363         * gst/audiofx/audiodynamic.c:
6364         * gst/audiofx/audioinvert.c:
6365         * gst/audiofx/audiopanorama.c:
6366         * gst/audiofx/audiowsincband.c:
6367         * gst/audiofx/audiowsinclimit.c:
6368         Fix long description of audiofx elements. Fixes bug #515457.
6369
6370 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6371
6372         * docs/plugins/Makefile.am:
6373         * gst/spectrum/gstspectrum.c:
6374         * tests/examples/spectrum/.cvsignore:
6375         * tests/examples/spectrum/Makefile.am:
6376         * tests/examples/spectrum/spectrum-example.c:
6377
6378         Add a simple example application for the spectrum element, include it
6379         in the docs, and fix some documentation ambiguities.
6380
6381         Fixes: #348085
6382
6383 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6384
6385         * gst/equalizer/Makefile.am:
6386         * gst/spectrum/Makefile.am:
6387         Fix includes order
6388
6389         * tests/check/Makefile.am:
6390         Exclude v4l2src from the states test - it takes too long to start.
6391
6392         * tests/check/elements/spectrum.c:
6393         Make the test run properly with CK_FORK=no
6394
6395 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6396
6397         * gst/audiofix/Makefile.am: add missing header files 
6398
6399 2008-02-08  Julien Moutte  <julien@fluendo.com>
6400
6401         * gst/matroska/matroska-demux.c:
6402         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6403         keyframe and delta units correctly when dealign with a BlockGroup.
6404         Fixes: #514397
6405
6406 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6407
6408         * tests/check/elements/.cvsignore:
6409         Spell the new tests correctly in .cvsignore
6410
6411 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6414           Need to use gsize here for the size, fixes compiler warning.
6415
6416         * tests/examples/equalizer/.cvsignore:
6417         * tests/examples/equalizer/Makefile.am:
6418         * tests/examples/spectrum/.cvsignore:
6419         * tests/examples/spectrum/Makefile.am:
6420           Add missing files to fix the build.
6421
6422 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6423
6424         * configure.ac:
6425         * docs/plugins/Makefile.am:
6426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6428         * docs/plugins/gst-plugins-good-plugins.args:
6429         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6430         * docs/plugins/inspect/plugin-multifile.xml:
6431         * tests/check/Makefile.am:
6432         * tests/check/elements/.cvsignore:
6433
6434         Move multifile plugin from -bad.
6435         Fixes: #490283
6436
6437 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6438
6439         * configure.ac:
6440         * docs/plugins/Makefile.am:
6441         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6442         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6443         * docs/plugins/gst-plugins-good-plugins.args:
6444         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6445         * docs/plugins/inspect/plugin-spectrum.xml:
6446         * gst/spectrum/Makefile.am:
6447         * tests/check/Makefile.am:
6448         * tests/check/elements/.cvsignore:
6449         * tests/examples/Makefile.am:
6450
6451         Move spectrum plugin from -bad.
6452         Move examples into tests/examples/spectrum.
6453
6454 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6455
6456         * configure.ac:
6457         * docs/plugins/Makefile.am:
6458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6460         * docs/plugins/gst-plugins-good-plugins.args:
6461         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6462         * docs/plugins/gst-plugins-good-plugins.interfaces:
6463         * docs/plugins/inspect/plugin-equalizer.xml:
6464         * gst/equalizer/Makefile.am:
6465         * tests/check/Makefile.am:
6466         * tests/examples/Makefile.am:
6467         Move the equalizer plugin across from -bad
6468
6469         * tests/check/elements/.cvsignore:
6470         Add equalizer, audiosincwband and audiosincwlimit
6471
6472         * tests/check/elements/equalizer.c:
6473         Fix compiler warnings
6474
6475         Fixes: #415627
6476
6477 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6478
6479         * configure.ac:
6480         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6481         are treated like releases and build without it.
6482
6483 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6484
6485         * docs/plugins/Makefile.am:
6486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6488         * docs/plugins/gst-plugins-good-plugins.args:
6489         * docs/plugins/inspect/plugin-audiofx.xml:
6490         * gst/audiofx/Makefile.am:
6491         * gst/audiofx/audiofx.c:
6492         * gst/audiofx/audiowsincband.c:
6493         * gst/audiofx/audiowsincband.h:
6494         * gst/audiofx/audiowsinclimit.c:
6495         * gst/audiofx/audiowsinclimit.h:
6496         * tests/check/Makefile.am:
6497         * tests/check/elements/audiowsincband.c:
6498         * tests/check/elements/audiowsinclimit.c:
6499
6500         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6501         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6502         respectively.
6503
6504         Fixes: #467666
6505
6506 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6509         * tests/check/elements/icydemux.c:
6510           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6511           caps, and add a somewhat useful debug message. Plus test.
6512
6513 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6514
6515         * gst/rtsp/gstrtspsrc.c:
6516         Include unistd.h only if HAVE_UNISTD_H is defined
6517         * win32/common/config.h.in:
6518         * win32/common/config.h:
6519         Define socklen_t as it seems it's not defined in default 
6520         Visual Studio headers.
6521         * win32/vs6/libgstalpha.dsp:
6522         * win32/vs6/libgstapetag.dsp:
6523         * win32/vs6/libgstavi.dsp:
6524         * win32/vs6/libgstrtp.dsp:
6525         * win32/vs6/libgstrtsp.dsp:
6526         * win32/vs6/libgstvideomixer.dsp:
6527         Update project file dependencies and add new source files       
6528
6529 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6530
6531         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6532
6533         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6534         Don't leak buffers when we don't push them downstream.
6535         Fixes bug #514965.
6536
6537 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         * configure.ac:
6540           Bump requirements to (good) released versions to avoid
6541           confusion and make implicit core requirement explicit.
6542
6543 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6544
6545         * docs/plugins/Makefile.am:
6546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6548         * docs/plugins/gst-plugins-good-plugins.args:
6549         * docs/plugins/inspect/plugin-audiofx.xml:
6550         * gst/audiofx/Makefile.am:
6551         * gst/audiofx/audiochebband.c:
6552         * gst/audiofx/audiochebband.h:
6553         * gst/audiofx/audiocheblimit.c:
6554         * gst/audiofx/audiocheblimit.h:
6555         * gst/audiofx/audiochebyshevfreqband.c:
6556         * gst/audiofx/audiochebyshevfreqband.h:
6557         * gst/audiofx/audiochebyshevfreqlimit.c:
6558         * gst/audiofx/audiochebyshevfreqlimit.h:
6559         * gst/audiofx/audiofx.c:
6560         * tests/check/Makefile.am:
6561         * tests/check/elements/.cvsignore:
6562         * tests/check/elements/audiochebband.c:
6563         * tests/check/elements/audiocheblimit.c:
6564         * tests/check/elements/audiochebyshevfreqband.c:
6565         * tests/check/elements/audiochebyshevfreqlimit.c:
6566
6567         Rename audiochebyshevfreqband -> audiochebband and
6568         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6569         surgery.
6570
6571         Closes: #491811
6572
6573 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6574
6575         Patch by: Orjan Friberg <orjanf at axis dot com>
6576
6577         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6578         Fix caps memory leak. Fixes #514573.
6579
6580 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6581
6582         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6583         If there's no entries in the subindex, don't try to do anything stupid,
6584         just return.
6585
6586 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6587
6588         Patch by: John Millikin <jmillikin at gmail dot com>
6589
6590         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6591           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6592           Fix extraction of picture blocks with newer libflac versions again:
6593           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6594
6595 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6596
6597         * tests/check/Makefile.am:
6598           Add rtp-payloading test to VALGRIND_TO_FIX.
6599
6600         * tests/check/elements/rtp-payloading.c:
6601           Add semicolons after GST_TEST_END so gst-indent gets the
6602           formatting right; make test less verbose in general, but
6603           more verbose in the error case (which should probably
6604           make the test fail anyway).
6605
6606 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6607
6608         * docs/plugins/Makefile.am:
6609         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6610         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6611         * gst/avi/gstavisubtitle.c:
6612         Add documentation for avisubtitle and change class to
6613         Codec/Parser/Subtitle
6614
6615 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6616
6617         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6618         Treat ENOTTY (driver does not implement ioctl) the same as
6619         EINVAL since it implies there are no available standards.
6620
6621         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6622         (gst_v4l2src_get_nearest_size):
6623         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6624         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6625         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6626         reason, and if we aren't yet actively capturing.
6627
6628         * sys/v4l2/v4l2src_calls.h:
6629         Remove replaced function declaration.
6630
6631 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6632
6633         * configure.ac:
6634         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6635         API.
6636
6637 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6638
6639         * configure.ac:
6640         Fix typo.
6641
6642 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6643
6644         * gst/alpha/Makefile.am:
6645         * gst/alpha/gstalpha.c:
6646
6647         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6648         some stuff, and making buffer-alloc and resizing work automatically.
6649         No longer crashes on odd frame widths and heights, although there
6650         seems to be a disagreement with ffmpegcolorspace about what size
6651         an AYUV frame with odd height should be.
6652
6653 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6654
6655         Patch by: Alessandro Decina <alessandro at nnva dot org>
6656
6657         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6658         * ext/libpng/gstpngenc.h:
6659         Preallocate the output buffer so that g_memdup() and
6660         gst_buffer_merge() aren't needed anymore. This greatly improves
6661         performances and fixes #512544.
6662
6663 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6664
6665         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6666         (gst_avi_demux_stream_data):
6667         GStreamer timestamps are PTS values while AVI only knows about DTS
6668         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6669         we are dealing with a key frame.
6670
6671 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * tests/check/Makefile.am:
6674         * tests/check/elements/.cvsignore:
6675         * tests/check/elements/rtp-payloading.c:
6676           Add add testsuite for the rtp-payloader that tries simulating
6677           dataflow. Needs more test data.
6678
6679 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6680
6681         * tests/check/elements/alphacolor.c:
6682           Remove two unused variables.
6683
6684 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6685
6686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6687           Use g_ascii_strtoll() instead of atoll, which is only
6688           available in C99.
6689
6690 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6691
6692         * gst/rtp/Makefile.am:
6693         * gst/rtp/gstrtp.c:
6694         * gst/rtp/gstrtpmpvpay.c:
6695         * gst/rtp/gstrtpmpvpay.h:
6696         Add MPEG2 video payloader
6697
6698 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6699
6700         * gst/level/gstlevel.c:
6701         Use #include <math.h> instead of #include "math.h".
6702
6703 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6704
6705         * tests/check/Makefile.am:
6706         Fix up some CFLAGS sets.
6707         Don't include gconfvideosrc in the states test.
6708
6709         * tests/check/elements/autodetect.c: (GST_START_TEST):
6710         Add some error strings to fail_unless arguments to fix some weird
6711         compiler errors on Solaris.
6712
6713 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6714
6715         * configure.ac:
6716         Detect video4linux headers on Solaris too.
6717         * sys/v4l2/gstv4l2colorbalance.h:
6718         * sys/v4l2/gstv4l2object.h:
6719         * sys/v4l2/v4l2_calls.c:
6720         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6721         (gst_v4l2_buffer_new):
6722
6723         Make v4l2 build on Solaris.
6724         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6725         Fixes: #510505
6726
6727 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6728
6729         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6730           Update list from (still local) scanning script.
6731
6732 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6733
6734         Based on a patch by:
6735             Victor STINNER <victor dot stinner at haypocalc dot com>
6736
6737         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6738         Set variable to NULL after freeing it to prevent double frees
6739         or make failures by another use of it afterwards more obvious
6740         and fix use of it after the freeing. Fixes bug #510592.
6741
6742 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6743
6744         * gst/udp/gstmultiudpsink.c:
6745         use GST_WARNING for logging
6746
6747 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6748
6749         * gst/udp/gstmultiudpsink.c:
6750         Don't try to leave a multicast group with an invalid socket
6751
6752 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * ext/flac/gstflacdec.c:
6755           Fix compilation against flac 1.1.2 (as on debian stable), where
6756           the picture metadata defines and structs don't exist yet.
6757           Fixes #509301.
6758
6759 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6760
6761         Patch by: Olivier Crete <tester at tester dot ca>
6762
6763         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6764         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6765         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6766         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6767         * gst/udp/gstmultiudpsink.h:
6768         Add property to automatically join a multicast group or not. This can be
6769         useful when sharing a socket between multiple elements.
6770         Fixes #509531.
6771
6772 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6773
6774         * gst/videomixer/Makefile.am:
6775           Add controller flags.
6776
6777 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * gst/videomixer/videomixer.c:
6780           Also commit the missing gst_object_sync_values().
6781
6782 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6783
6784         * docs/plugins/Makefile.am:
6785           Remove duplicate entry.
6786
6787 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6788
6789         * docs/plugins/Makefile.am:
6790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6792         * docs/plugins/inspect/plugin-gamma.xml:
6793         * docs/plugins/inspect/plugin-monoscope.xml:
6794         * docs/plugins/inspect/plugin-video4linux2.xml:
6795           Add 3 more plugins to docs.
6796
6797 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6798
6799         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6800         * sys/osxvideo/osxvideosink.h:
6801           Revert previous change caused by a file that got stuck on an old
6802           revision.
6803
6804 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6805
6806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6807         * gst/multipart/Makefile.am:
6808         * gst/multipart/multipartdemux.c:
6809         * gst/multipart/multipartdemux.h:
6810         * gst/multipart/multipartmux.c:
6811         * gst/multipart/multipartmux.h:
6812           Re-add multipartdemux to the docs. Last round of section cleanup.
6813
6814 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6815
6816         * docs/plugins/Makefile.am:
6817         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6818         * sys/osxaudio/gstosxaudiosink.h:
6819         * sys/osxvideo/osxvideosink.h:
6820           Managed to resolve most unused declarations. Filed a bug for one left.          
6821
6822 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6823
6824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6825           Cleanup section file.
6826
6827 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6828
6829         * docs/plugins/Makefile.am:
6830         * docs/plugins/gst-plugins-good-plugins.args:
6831         * docs/plugins/gst-plugins-good-plugins.signals:
6832         * docs/plugins/inspect/plugin-alaw.xml:
6833         * docs/plugins/inspect/plugin-alpha.xml:
6834         * docs/plugins/inspect/plugin-alphacolor.xml:
6835         * docs/plugins/inspect/plugin-annodex.xml:
6836         * docs/plugins/inspect/plugin-apetag.xml:
6837         * docs/plugins/inspect/plugin-audiofx.xml:
6838         * docs/plugins/inspect/plugin-auparse.xml:
6839         * docs/plugins/inspect/plugin-autodetect.xml:
6840         * docs/plugins/inspect/plugin-avi.xml:
6841         * docs/plugins/inspect/plugin-cairo.xml:
6842         * docs/plugins/inspect/plugin-cdio.xml:
6843         * docs/plugins/inspect/plugin-cutter.xml:
6844         * docs/plugins/inspect/plugin-debug.xml:
6845         * docs/plugins/inspect/plugin-dv.xml:
6846         * docs/plugins/inspect/plugin-efence.xml:
6847         * docs/plugins/inspect/plugin-effectv.xml:
6848         * docs/plugins/inspect/plugin-flac.xml:
6849         * docs/plugins/inspect/plugin-flxdec.xml:
6850         * docs/plugins/inspect/plugin-gconfelements.xml:
6851         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6852         * docs/plugins/inspect/plugin-goom.xml:
6853         * docs/plugins/inspect/plugin-halelements.xml:
6854         * docs/plugins/inspect/plugin-icydemux.xml:
6855         * docs/plugins/inspect/plugin-id3demux.xml:
6856         * docs/plugins/inspect/plugin-jpeg.xml:
6857         * docs/plugins/inspect/plugin-ladspa.xml:
6858         * docs/plugins/inspect/plugin-level.xml:
6859         * docs/plugins/inspect/plugin-matroska.xml:
6860         * docs/plugins/inspect/plugin-mulaw.xml:
6861         * docs/plugins/inspect/plugin-multipart.xml:
6862         * docs/plugins/inspect/plugin-navigationtest.xml:
6863         * docs/plugins/inspect/plugin-png.xml:
6864         * docs/plugins/inspect/plugin-quicktime.xml:
6865         * docs/plugins/inspect/plugin-rtp.xml:
6866         * docs/plugins/inspect/plugin-rtsp.xml:
6867         * docs/plugins/inspect/plugin-shout2send.xml:
6868         * docs/plugins/inspect/plugin-smpte.xml:
6869         * docs/plugins/inspect/plugin-speex.xml:
6870         * docs/plugins/inspect/plugin-taglib.xml:
6871         * docs/plugins/inspect/plugin-udp.xml:
6872         * docs/plugins/inspect/plugin-videobalance.xml:
6873         * docs/plugins/inspect/plugin-videobox.xml:
6874         * docs/plugins/inspect/plugin-videocrop.xml:
6875         * docs/plugins/inspect/plugin-videoflip.xml:
6876         * docs/plugins/inspect/plugin-videomixer.xml:
6877         * docs/plugins/inspect/plugin-wavenc.xml:
6878         * docs/plugins/inspect/plugin-wavpack.xml:
6879         * docs/plugins/inspect/plugin-wavparse.xml:
6880           Update plugin docs.
6881
6882         * gst/videomixer/Makefile.am:
6883         * gst/videomixer/videomixer.c:
6884         * gst/videomixer/videomixer.h:
6885         * gst/videomixer/videomixerpad.h:
6886           Split out header to fix warnings from the doc-build.
6887
6888 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6889
6890         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6891
6892         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6893         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6894
6895 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6898         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6899           Initialise variables to work around (false) 'foo might be used
6900           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6901
6902 2008-01-11  David Schleef  <ds@schleef.org>
6903
6904         * docs/plugins/.cvsignore:
6905         * tests/check/pipelines/.cvsignore:
6906           Ignore more files for the buildbot.
6907
6908 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6909
6910         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6911         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6912         Generate the image-type values correctly. Leave them out of the caps
6913         when outputting a "preview image" tag, since it only makes sense
6914         to have one of those - the type is irrelevant.
6915
6916         * sys/sunaudio/gstsunaudiomixerctrl.c:
6917         (gst_sunaudiomixer_ctrl_open):
6918         If we can, mark the mixer multiple open when we use it, in case
6919         (for some reason) the process wants to open it again elsewhere.
6920
6921 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6922
6923         Patch by: Olivier Crete <tester at tester dot ca>
6924
6925         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6926         * gst/rtp/gstrtptheorapay.c:
6927         Fix the clock rate to 90000 as required by the RFC.
6928         Fixes #508644.
6929
6930 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6933           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6934
6935 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6936
6937         * autogen.sh:
6938           Add -Wno-portability to the automake parameters to stop warnings
6939           about GNU make extensions being used. We require GNU make in almost
6940           every Makefile anyway.
6941           
6942         * configure.ac:
6943           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6944           at the same time is required for per target flags.
6945
6946 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6947
6948         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6949         Fix error from my last commit.
6950
6951 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6952
6953         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6954
6955         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6956           Make sure the ISO 639-X language code in ID3v2 COMM frames
6957           is actually valid UTF-8 (or rather: ASCII), so we don't end
6958           up with non-UTF8 strings in tags if there's garbage in the
6959           language field. Also make sure the language code is always
6960           lower case. Fixes: #508291.
6961
6962 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6963
6964         * ChangeLog:
6965           Fix ChangeLog typo.
6966
6967 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6968
6969         * Makefile.am:
6970           Include lcov.mak to allow building coverage reports. Guard
6971           check-torture target like in the other packages.
6972
6973 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6974
6975         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6976
6977         * gst/videomixer/videomixer.c:
6978         (gst_videomixer_set_master_geometry), (_do_init),
6979         (gst_videomixer_child_proxy_get_child_by_index),
6980         (gst_videomixer_child_proxy_get_children_count),
6981         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6982         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6983         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6984         Implement GstChildProxy interface.
6985         Send newsegment at the right moment
6986         Fixes #488879
6987
6988 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6989
6990         * gst/alpha/Makefile.am:
6991         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6992         (gst_alpha_sink_event), (gst_alpha_chain),
6993         (gst_alpha_change_state), (plugin_init):
6994         Make the various properties of 'alpha' controllable. This allows doing
6995         niceties like fade-in/fade-out.
6996
6997 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6998
6999         * gst/rtp/gstasteriskh263.c:
7000         * gst/rtp/gstrtpL16depay.c:
7001         * gst/rtp/gstrtpac3depay.c:
7002         * gst/rtp/gstrtpamrpay.c:
7003         * gst/rtp/gstrtpdepay.c:
7004         * gst/rtp/gstrtpgsmdepay.c:
7005         * gst/rtp/gstrtph263depay.c:
7006         * gst/rtp/gstrtph263pdepay.c:
7007         * gst/rtp/gstrtph263ppay.c:
7008         * gst/rtp/gstrtph264depay.c:
7009         * gst/rtp/gstrtph264pay.c:
7010         * gst/rtp/gstrtpmp2tdepay.c:
7011         * gst/rtp/gstrtpmp4adepay.c:
7012         * gst/rtp/gstrtpmp4gdepay.c:
7013         * gst/rtp/gstrtpmp4gpay.c:
7014         * gst/rtp/gstrtpmp4vdepay.c:
7015         * gst/rtp/gstrtpmpadepay.c:
7016         * gst/rtp/gstrtpmpvdepay.c:
7017         * gst/rtp/gstrtpsv3vdepay.c:
7018         * gst/rtp/gstrtptheoradepay.c:
7019         * gst/rtp/gstrtptheorapay.c:
7020         * gst/rtp/gstrtpvorbisdepay.c:
7021         * gst/rtp/gstrtpvorbispay.c:
7022           Remove copy/paste unused code (property setters and getter) found by
7023           the coverage suite (yay, saves ~20k on disk).
7024
7025 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
7028           (videosink_templ):
7029           Also fix up pad templates to indicate that image/jpeg doesn't
7030           absolutely require the framerate property to be set (#504081).
7031
7032 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
7033
7034         Based on patch by: Wouter Cloetens  <wouter at mind be>
7035
7036         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
7037           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
7038           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
7039         * gst/matroska/matroska-mux.h:
7040           Keep track of first and last timestamps for each incoming stream,
7041           so we can calculate the total duration for live sources and other
7042           input where we can't query the duration from the start or where
7043           there's no constant framerate from which we can deduce the
7044           duration; also use calculated/observed duration if it is bigger
7045           than the previously queried duration. Furthermore, use
7046           gst_pad_query_peer_duration() and take into account that it may
7047           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
7048           screws up comparisons when using unsigned integers. Fixes #504081.
7049
7050 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
7051
7052         * configure.ac:
7053         * gst/audiofx/audioamplify.c:
7054         (gst_audio_amplify_clipping_method_get_type),
7055         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
7056         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
7057         (gst_audio_dynamic_transform_ip):
7058         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7059         (gst_audio_invert_transform_ip):
7060         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7061         (gst_audio_panorama_transform):
7062         * gst/level/gstlevel.c: (gst_level_init):
7063         Make elements GST_BUFFER_FLAG_GAP aware and call
7064         gst_base_transform_set_gap_aware for this.
7065         Bump core requirement to CVS.
7066         
7067         * gst/audiofx/audiochebyshevfreqband.c:
7068         (gst_audio_chebyshev_freq_band_transform_ip):
7069         * gst/audiofx/audiochebyshevfreqlimit.c:
7070         (gst_audio_chebyshev_freq_limit_transform_ip):
7071         Also sync GObject properties to the controller if operating
7072         in passthrough mode.
7073
7074 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7075
7076         * sys/directdraw/gstdirectdrawsink.c:
7077           (gst_directdraw_sink_window_thread):
7078           FALSE is not a gpointer.
7079
7080 2008-01-05  Julien Moutte  <julien@fluendo.com>
7081
7082         * sys/directdraw/gstdirectdrawsink.c:
7083         (gst_directdraw_sink_set_window_id),
7084         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7085         (gst_directdraw_sink_buffer_alloc),
7086         (gst_directdraw_sink_draw_borders),
7087         (gst_directdraw_sink_show_frame),
7088         (gst_directdraw_sink_setup_ddraw),
7089         (gst_directdraw_sink_window_thread),
7090         (gst_directdraw_sink_get_ddrawcaps),
7091         (gst_directdraw_sink_surface_create): Make sure we create our
7092         internal window only when we need it. That will give a chance to
7093         the application to get the prepare-xwindow-id bus message. Draw
7094         black borders when keeping aspect ratio. Handle the case where our
7095         rendering window disappears (closed or errors) like other sinks
7096         do. Various 80 columns fixes, improve state change order. That
7097         element could need some more love.
7098
7099 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7100
7101         * ext/taglib/gstapev2mux.h:
7102         * ext/taglib/gstid3v2mux.h:
7103         Remove useless typedefs without new type name. Fixes a warning with
7104         gcc 4.3.
7105
7106 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7107
7108         Patch by: John Millikin <jmillikin at gmail dot com>
7109
7110         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7111         (gst_flac_dec_setup_stream_decoder),
7112         (gst_flac_normalize_picture_mime_type),
7113         (gst_flac_extract_picture_buffer),
7114         (gst_flac_dec_metadata_callback):
7115         Emit metadata messages when a PICTURE block is encountered.
7116         Fixes #506715.
7117
7118 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7119
7120         * gst/avi/gstavi.c:
7121         increase rank because no known issues anymore ...
7122         * gst/avi/gstavisubtitle.c:
7123         send subtitle name to the srcpad
7124
7125 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7126
7127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7128         * gst/rtsp/gstrtspsrc.h:
7129         Implement redirect for the DESCRIBE reply. Fixes #506025.
7130
7131 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7132
7133         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7134         Fix 'xyz may be used uninitialized' compiler warnings caused
7135         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7136         abort() in any case but properly report the error.
7137
7138 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7139
7140         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7141         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7142         * sys/ximage/gstximagesrc.c: (composite_pixel):
7143           Fix 'xyz may be used uninitialized' compiler warnings caused
7144           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7145           not really nice to abort in any case). Fixes #505745.
7146
7147 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7150           Small unit test fix (has no practical impact at the moment,
7151           since we're only feeding utf8 and hence just create a sub-
7152           buffer for the output).
7153
7154 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7155
7156         * gst/avi/gstavisubtitle.c:
7157         * tests/check/elements/avisubtitle.c:
7158         Add seeking support for avi subtitle
7159
7160 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7161
7162         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7163         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7164         (gst_flac_dec_write):
7165         * ext/flac/gstflacdec.h:
7166         Remove some unused vars.
7167         Do more cleanup of leftover events and tags.
7168         Output tags after the segment event. Fixes #504018.
7169
7170 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7173           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7174           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7175           Detect other UTF byte order markers and convert to UTF-8 as
7176           appropriate.
7177
7178 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * gst/avi/gstavisubtitle.c: (src_template),
7181           (gst_avi_subtitle_extract_utf8_file),
7182           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7183           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7184           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7185         * gst/avi/gstavisubtitle.h:
7186           Refactor a bit; fix name extraction; don't assume all the data
7187           in the chunk is actually subtitle data, there may be padding at
7188           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7189           file so it's there to send again after a seek (for future use).
7190
7191 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7192
7193         * gst/avi/Makefile.am:
7194         * gst/avi/gstavi.c:
7195         * gst/avi/gstavisubtitle.c:
7196         * gst/avi/gstavisubtitle.h:
7197         * tests/check/Makefile.am:
7198         * tests/check/elements/avisubtitle.c:
7199         * win32/common/config.h:
7200                 Add avi subtitle element for bug #442034. Need seeking support
7201                 and more support for character conversion.
7202
7203 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7204
7205         * Makefile.am:
7206           Include common/win32.mak for CRLF check of win32 project
7207           files (see #393626).
7208
7209         * win32/vs6/libgstpng.dsp:
7210           Fix line endings and do cvs admin -kb.
7211
7212 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7213
7214         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7215         Actually drop the buffers which are outside the currently configured
7216         segment instead of just emitting a WARNING.
7217
7218 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7219
7220         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7221         (gst_flac_dec_write):
7222         * ext/flac/gstflacdec.h:
7223         Send segments from the streaming thread. Fixes #502187.
7224         Fix segment seeking and a bunch of other seeking cases.
7225
7226 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7229           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7230           which is where it would end up if the same information was
7231           put in a vorbis comment (don't think it's worth adding a
7232           new URI tag for this). Fixes #488112.
7233
7234 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7235
7236         * configure.ac:
7237           We need core/base 0.10.15 or later.
7238
7239 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7240
7241         Patch by: Mark Nauwelaerts <manauw skynet be>
7242
7243         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7244         Fix regression in stream numbering. Fixes #502655.
7245
7246 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7247
7248         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7249
7250         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7251         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7252         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7253         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7254         (gst_rtp_h264_pay_handle_buffer):
7255         * gst/rtp/gstrtph264pay.h:
7256         Use higher performance start-code searching.
7257         Parse NALs and store SPS, PPS and profile in the caps so that they can
7258         be used in the SDP. Fixes #502814.
7259
7260 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7264           Init some structs to zero before we pass them to ioctl, which
7265           avoids valgrind warnings.  Also fix a small memory leak.
7266
7267 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7268
7269         Patch by: Wouter Cloetens <wouter at mind dot be>
7270
7271         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7272         Copy timestamp from input to output. Not very perfect yet but better
7273         than nothing. Fixes #503023.
7274
7275 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7276
7277         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7278           Also print a useful error message with the old Wavpack API
7279           if possible.
7280
7281 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * ext/wavpack/gstwavpackdec.c:
7284           More build fixes for old libwavpack versions: include config.h so
7285           that WAVPACK_OLD_API is actually defined as detected; only use
7286           WavpackGetErrorMessage if it is available. This fixes the build
7287           on debian stable for me.
7288
7289 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7290
7291         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7292         * ext/wavpack/gstwavpackparse.c:
7293           (gst_wavpack_parse_create_src_pad):
7294           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7295           versions below 4.40.0.
7296
7297 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7298
7299         * configure.ac:
7300           And now do it right for real...
7301
7302 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7303
7304         * configure.ac:
7305           Correctly reset $LIBS to not contain -lm.
7306
7307 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7308
7309         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7310
7311         * configure.ac:
7312         * ext/cairo/gsttimeoverlay.c:
7313           (gst_cairo_time_overlay_print_smpte_time):
7314           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7315           and checking for rint() and implementing it ourself if it doesn't
7316           exist. Fixes #497293.
7317
7318 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7319
7320         * configure.ac:
7321           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7322
7323 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7324
7325         * sys/oss/gstosshelper.c:
7326         Verify that the format returned after the ioctl is the one
7327         we requested. It is valid for the ioctl to succeed while
7328         substituting an alternate 'supported' sample format.
7329
7330 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7331
7332         * sys/oss/gstossaudio.c: (plugin_init):
7333         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7334         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7335           Post decent (and translated) error message when we can't
7336           open the audio device for some reason.
7337
7338 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7339
7340         * sys/oss/gstosssink.c:
7341         * sys/oss/gstosssrc.c:
7342         Allow the AUDIODEV environment variable to redirect us
7343         to a different default OSS device, like sunaudiosink does
7344         on Solaris (makes audio play automatically on SunRays).
7345
7346 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7347
7348         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7349         * gst/audiofx/audiochebyshevfreqband.c:
7350         (gst_audio_chebyshev_freq_band_transform_ip):
7351         * gst/audiofx/audiochebyshevfreqlimit.c:
7352         (gst_audio_chebyshev_freq_limit_transform_ip):
7353         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7354         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7355         The transform_ip() methods should do nothing if in passthrough mode.
7356         It might get non-writable buffers in that case but the buffer might
7357         as well be writable.
7358
7359         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7360         The transform() methods won't be called in passthrough mode and
7361         otherwise the buffer is always writable so don't check here.
7362
7363 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7366           Fix seeking in .wav files again (#501775).  Some people seem to think
7367           they don't need to test their changes when they're just 'reflowing'
7368           some code.
7369
7370 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7371
7372         * gst/autodetect/gstautovideosink.c:
7373         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7374         (gst_auto_video_sink_init),
7375         (gst_auto_video_sink_create_element_with_pretty_name),
7376         (gst_auto_video_sink_find_best),
7377         (gst_auto_video_sink_set_property),
7378         (gst_auto_video_sink_get_property):
7379         * gst/autodetect/gstautovideosink.h:
7380         Fix docs.
7381         Use same error reporting code as autoaudiosink.
7382         Add property to filter sinks based on caps. Only select raw video sinks
7383         by default for backwards compat.
7384         API: GstAutoVideoSink::filter-caps
7385
7386 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7387
7388         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7389
7390         * gst/autodetect/gstautoaudiosink.c:
7391         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7392         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7393         (gst_auto_audio_sink_set_property),
7394         (gst_auto_audio_sink_get_property):
7395         * gst/autodetect/gstautoaudiosink.h:
7396         Add property to filter sinks based on caps. Only select raw audio sinks
7397         by default for backwards compat.  Fixes #417420.
7398         API: GstAutoAudioSink::filter-caps
7399
7400 2007-11-29  Michael Smith <msmith@fluendo.com>
7401
7402         Patch by: Arek Korbik <arkadini@gmail.com>
7403
7404         * gst/videobox/gstvideobox.c: (plugin_init):
7405           Initialise liboil in plugin_init()
7406
7407 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7410         Post error before sending EOS. Fixes #499178.
7411
7412 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7413
7414         * win32/vs6/gst_plugins_good.dsw:
7415         * win32/vs6/libgstpng.dsp:
7416         Add a project file for libgstpng
7417
7418 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7419
7420         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7421         (gst_rtp_h263_depay_process):
7422         Code beautification.
7423         Added debug statements.
7424         Don't bit-shift everything, just do operations on last/first byte
7425         instead.
7426
7427 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7428
7429         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7430
7431         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7432         Fix wrong comparison in overrun check. Fixes #499239 some more.
7433
7434 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7435
7436         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7437         (gst_rtp_h263_depay_process):
7438         * gst/rtp/gstrtph263depay.h:
7439         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7440         stream.
7441
7442 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7443
7444         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7445
7446         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7447         (gst_rtp_mp4a_depay_process):
7448         * gst/rtp/gstrtpmp4adepay.h:
7449         Fix depayloading when multiple frames are inside one RTP packet.
7450         Fixes #499239.
7451
7452 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7453
7454         * gst/level/gstlevel.c:
7455           Add GAP-flag support.
7456
7457 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7458
7459         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7460         Read the I flag for Mode A h263 rtp stream and set the
7461         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7462         Fixes #499383
7463
7464 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7465
7466         * gst/level/gstlevel.c:
7467           Remove some dead code and do cleanups.
7468
7469 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7470
7471         * tests/check/pipelines/simple-launch-lines.c:
7472           Improve the tests by allowing to set a target state.
7473
7474 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7475
7476         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7477         Don't check the caps of the output buffer if they're equal some
7478         other caps. The caps can change in a backward compatible way
7479         and did at this point.
7480
7481 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7482
7483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7484         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7485         (gst_qtdemux_seek_to_previous_keyframe),
7486         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7487         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7488         reverse playback support.
7489
7490 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7491
7492         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7493         Also set the channel layout on the Wavpack caps if we're having
7494         a mono layout. Of course only do it for "audio/x-wavpack".
7495
7496 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7497
7498         * ext/wavpack/gstwavpackcommon.c:
7499         (gst_wavpack_get_default_channel_mask),
7500         (gst_wavpack_set_channel_layout),
7501         (gst_wavpack_get_default_channel_positions),
7502         (gst_wavpack_get_channel_mask_from_positions),
7503         (gst_wavpack_set_channel_mapping):
7504         * ext/wavpack/gstwavpackcommon.h:
7505         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7506         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7507         * ext/wavpack/gstwavpackdec.h:
7508         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7509         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7510         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7511         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7512         (gst_wavpack_enc_rewrite_first_block),
7513         (gst_wavpack_enc_sink_event):
7514         * ext/wavpack/gstwavpackenc.h:
7515         * ext/wavpack/gstwavpackparse.c:
7516         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7517         (gst_wavpack_parse_scan_to_find_sample),
7518         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7519         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7520         * ext/wavpack/gstwavpackparse.h:
7521         Add support for encoding, parsing and decoding multichannel
7522         files with up to 8 channels. This also improves the robustness
7523         of parsing quite a bit.
7524
7525         * ext/wavpack/gstwavpackstreamreader.c:
7526         (gst_wavpack_stream_reader_read_bytes),
7527         (gst_wavpack_stream_reader_get_pos),
7528         (gst_wavpack_stream_reader_set_pos_abs),
7529         (gst_wavpack_stream_reader_set_pos_rel),
7530         (gst_wavpack_stream_reader_push_back_byte),
7531         (gst_wavpack_stream_reader_get_length),
7532         (gst_wavpack_stream_reader_can_seek),
7533         (gst_wavpack_stream_reader_write_bytes):
7534         Improve debugging.
7535
7536 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * ext/libpng/gstpngdec.c:
7539         * ext/libpng/gstpngdec.h:
7540           Don't release the png-memory from within the callback.
7541
7542 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7543
7544         Patch by: René Stadler <mail at renestadler dot de>
7545
7546         * ext/libpng/gstpngenc.c:
7547           Don't leak buffer data memory. Fixes #498395.
7548
7549 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7550
7551         Patch by: René Stadler <mail at renestadler dot de>
7552
7553         * tests/check/pipelines/simple-launch-lines.c:
7554           Tests for #498395.
7555
7556 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7557
7558         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7559         (gst_tag_lib_mux_adjust_event_offsets):
7560         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7561         * sys/osxaudio/Makefile.am:
7562         * sys/osxvideo/cocoawindow.h:
7563         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7564
7565 2007-11-15  David Schleef  <ds@schleef.org>
7566
7567         * ext/cairo/gsttextoverlay.c:
7568           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7569
7570 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7571
7572         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7573
7574         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7575         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7576         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7577         * gst/rtp/gstrtpmp2tpay.h:
7578         Fill the MTU with as many packets as possible. Fixes #491323.
7579
7580 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7581
7582         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7583
7584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7585         Fix some more leaks. Fixes #497007.
7586
7587 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7590
7591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7592         (gst_rtspsrc_stream_configure_tcp):
7593         Fix 3 pad leaks. Fixes #496983.
7594
7595 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7596
7597         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7598
7599         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7600         Fix small leak. Fixes #497017.
7601
7602 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7603
7604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7605         (gst_qtdemux_prepare_current_sample),
7606         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7607         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7608         * gst/qtdemux/qtdemux_fourcc.h:
7609         * gst/qtdemux/qtdemux_types.c:
7610         Add suppport for theora in quicktime according to XiphQT.
7611
7612 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7613
7614         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7615         (gst_v4l2src_init), (gst_v4l2src_set_property),
7616         (gst_v4l2src_get_property):
7617         * sys/v4l2/gstv4l2src.h:
7618         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7619           Always copy buffers by default (handle safer with bugged drivers)
7620           and added a property to make it possible to use mmap effectively (no
7621           copy if possible) when application wants to. Fixes: #480557.
7622
7623 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * gst/id3demux/id3tags.c:
7626         * gst/id3demux/id3tags.h:
7627         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7628           We don't want the same string multiple times in a tag list for the
7629           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7630           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7631
7632 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7635           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7636           into ID3v2 TXXX frames (fixes #347848).
7637
7638 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7641           Don't leak sdp message contents (fixes #496773).
7642
7643         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7644           Don't leak URI string.
7645
7646 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7647
7648         Patch by: Julien Puydt <julien dot puydt at laposte net>
7649
7650         * ext/raw1394/Makefile.am:
7651         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7652           (gst_1394_property_probe_get_properties),
7653           (gst_1394_property_probe_probe_property),
7654           (gst_1394_property_probe_needs_probe),
7655           (gst_1394_property_probe_get_values),
7656           (gst_1394_property_probe_interface_init),
7657           (gst_1394_type_add_property_probe_interface):
7658         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7659         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7660           (gst_dv1394src_init), (gst_dv1394src_dispose),
7661           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7662           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7663           (gst_dv1394src_update_device_name):
7664         * ext/raw1394/gstdv1394src.h:
7665           Implement GstPropertyProbe interface and add "device-name" property,
7666           so applications can use this to probe for available devices in the
7667           same way they can already with v4lsrc and v4l2src (however horrible
7668           this property probe interface may be). Fixes #358841.
7669
7670 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7671
7672         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7673
7674         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7675           (gst_rtspsrc_parse_range):
7676           Don't leak event, don't leak range (fixes #496752).
7677
7678 2007-11-14  Michael Smith <msmith@fluendo.com>
7679
7680         Patch by: Arek Korbik <arkadini@gmail.com>
7681
7682         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7683           Detect RGBA/BGRA correctly on little endian systems.
7684
7685 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7686
7687         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7688           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7689           corresponding ioctl() call fails even though the driver claims to
7690           support this format, just fall back to the pre-2.6.19 kernel
7691           routine that creates caps with suitable height and width ranges
7692           (see #448278).
7693
7694 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         Patch by: Mark Nauwelaerts <manauw skynet be>
7697
7698         * gst/matroska/matroska-demux.c:
7699           (gst_matroska_demux_push_dvd_clut_change_event),
7700           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7701           (gst_matroska_demux_subtitle_caps):
7702         * gst/matroska/matroska-ids.h:
7703           Extract palette data for dvd subpicture streams and send it
7704           downstream as custom gstreamer dvd event (fixes #453417).
7705
7706 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7709           Implement minimal parsing of the passed pango font description
7710           string, so passing a font size works the same as with the
7711           pango textoverlay plugin; fixes #455086.
7712           (Maybe we could just use pangocairo here at some point).
7713
7714 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7715
7716         * gst/avi/gstavidemux.c:
7717         * gst/wavparse/gstwavparse.c:
7718           Return the result in _activate_pull(). Don't ref element there.
7719
7720 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7721
7722         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7723         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7724         (gst_wavparse_srcpad_event):
7725           Ref the element when we should, but not when we its not needed. Reflow
7726           the event_handling to not leak the event.       
7727
7728 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7729
7730         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7731         (qtdemux_parse_samples):
7732         Properly free QTDemuxSamples array.
7733         Protect table write with a sensible check, some files apparently DO contain
7734         stts values starting with 0 :(
7735
7736 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7737
7738         * gst/avi/gstavidemux.c:
7739         * gst/qtdemux/qtdemux.c:
7740           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7741           previous commit messed up.
7742
7743 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7744
7745         * gst/avi/gstavidemux.c:
7746         * gst/qtdemux/qtdemux.c:
7747           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7748           element when we should, but not when we its not needed.
7749
7750 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7751
7752         * gst/wavparse/gstwavparse.c:
7753           Return FALSE if we can't handle a query instead of changing the
7754           format. Ignore fact when dealing with mpeg audio.
7755
7756 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7757
7758         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7759
7760         * configure.ac:
7761         * gst/udp/gstdynudpsink.c:
7762         * gst/udp/gstdynudpsink.h:
7763         * gst/udp/gstmultiudpsink.c:
7764         * gst/udp/gstmultiudpsink.h:
7765         * gst/udp/gstudpsink.c:
7766         * gst/udp/gstudpsink.h:
7767           Fix includes for MSVC and GLib-2.14.0 (#492388).
7768
7769         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7770           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7771
7772 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7773
7774         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7775         (gst_mulawdec_chain):
7776         * gst/law/mulaw-decode.h:
7777         Calculate outgoing buffer duration if incoming buffer didn't have a
7778         valid duration.
7779
7780 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7781
7782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7783         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7784         Smarter combine_flow code that also deals with downstream elements
7785         returning UNEXPECTED when they receive data out of the segment
7786         boundaries. Fixes #491305.
7787
7788 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7789
7790         * sys/v4l2/v4l2src_calls.c:
7791           Fix 'unused variable' compiler warning when compiling against
7792           older kernel headers.
7793
7794 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7795
7796         * ext/taglib/gstid3v2mux.cc (add_funcs):
7797           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7798
7799 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7800
7801         * tests/check/pipelines/simple-launch-lines.c:
7802            Improve the tests a little more.
7803
7804 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7805
7806         patch by: Yun Zheng Hu
7807
7808         * sys/osxaudio/gstosxaudiosrc.c:
7809         Use default input device instead of default output device and
7810         only memcpy actual available bytes.
7811
7812 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7813
7814         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7815           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7816           early. It is temporary until we find something better.
7817
7818 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7819
7820         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7821
7822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7823         Fix race when pausing a RTSP stream in interleaved.
7824         Fixes #475784.
7825
7826 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         Patch by: Peter Kjellerstedt <pkj at axis com>
7829
7830         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7831         Use correct unref function for buffers. #488844.
7832
7833 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7834
7835         * gst/avi/gstavimux.c:
7836         * tests/check/elements/avimux.c:
7837           Add some debug and sync tests with the fix.     
7838
7839 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7840
7841         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7842
7843         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7844         When the socket is used by the app for other purposes, don't generate an
7845         error if there is activaty on the socket that is not data related.
7846         Fixes #487488.
7847
7848 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7849
7850         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7851         (gst_v4l2src_grab_frame):
7852         Add some more debug info. Generate an error when we run out of buffers
7853         for some reason. See #480557.
7854
7855 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7856
7857         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7858
7859         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7860         Set marker bit correctly.
7861
7862 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7863
7864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7865         Use allowed name for the GstStructure.
7866
7867 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * ext/gconf/gstswitchsink.c:
7870         * gst/autodetect/gstautoaudiosink.c:
7871           Use new gst_bus_pop_filtered().
7872
7873 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7874
7875         * sys/v4l2/gstv4l2src.c:
7876         * sys/v4l2/v4l2src_calls.c:
7877           When probing the formats and sizes a camera supports, make
7878           sure the best ones (highest resolution, prefered format)
7879           end up at the beginning of the probed caps and the less
7880           desirable ones at the end.  This is important because the
7881           order within the caps matters for things like fixation and
7882           negotiation, ie. what format is chosen in the end.
7883           With recent kernels, the current probing code will end up
7884           querying the supported sizes from lowest resolution to
7885           highest resolution, adding them to the probed caps in that
7886           order, resulting to v4l2src fixating to the lowest possible
7887           resolution if downstream does not express a size preference.
7888           Also make up a somewhat random ranking of prefered output
7889           formats for the same reason. Fixes #485828.
7890         
7891 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7894
7895         * gst/id3demux/id3v2frames.c:
7896           Extract license/copyright URIs from ID3v2 WCOP frames
7897           (Fixes #447000).
7898
7899         * tests/check/elements/id3demux.c:
7900         * tests/files/Makefile.am:
7901         * tests/files/id3-447000-wcop.tag:
7902           Add simple unit test.
7903
7904 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7905
7906         * ext/taglib/gstid3v2mux.cc:
7907           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7908           Prerequisite for #447000.
7909
7910 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7911
7912         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7913         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7914         a GstClockTime.
7915
7916 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7917
7918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7919         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7920         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7921         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7922         (gst_rtspsrc_change_state):
7923         More seeking fixes, mostly passing around the new playback segment in
7924         order to configure it properly.
7925         Also reset base_time of udp sources when setting them back to PLAYING as
7926         a temporary hack until core supports seek in live sources properly.
7927
7928 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7929
7930         * gst/rtp/gstrtpmp4adepay.c:
7931         Fix caps as to not confuse autopluggers.
7932
7933 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7934
7935         * gst/id3demux/gstid3demux.c:
7936         * gst/id3demux/gstid3demux.h:
7937         * gst/id3demux/id3tags.c:
7938         * gst/id3demux/id3tags.h:
7939         * gst/id3demux/id3v2frames.c:
7940           Port ID3 tag demuxer over to the new GstTagDemux in -base
7941           (now would be a good time to test re-importing your music
7942           collection).
7943
7944 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * gst/apetag/Makefile.am:
7947         * gst/apetag/gstapedemux.c:
7948         * gst/apetag/gstapedemux.h:
7949         * gst/apetag/gsttagdemux.c:
7950         * gst/apetag/gsttagdemux.h:
7951           Port APE tag demuxer over to the new GstTagDemux in -base.
7952
7953 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7954
7955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7956         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7957         (gst_rtspsrc_handle_internal_src_query),
7958         (gst_rtspsrc_handle_src_query), (new_session_pad),
7959         (gst_rtspsrc_stream_configure_tcp),
7960         (gst_rtspsrc_stream_configure_transport),
7961         (gst_rtspsrc_loop_send_cmd):
7962         Improve flushing behaviour.
7963         Set state of the udp sources to PAUSE/PLAYING correctly.
7964         Handle events and queries for UDP and TCP transport now.
7965
7966 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7967
7968         * gst/rtp/gstrtpgsmdepay.c:
7969         * gst/rtp/gstrtpgsmpay.c:
7970           Add log category.
7971
7972 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7973
7974         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7975
7976         * tests/check/Makefile.am:
7977         * tests/check/pipelines/simple-launch-lines.c:
7978           Add unit tests for payloaders/depayloaders.
7979
7980 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7981
7982         * gst/avi/gstavimux.c:
7983         * gst/avi/gstavimux.h:
7984           Also save codec data for audio streams. Fixes #482495.
7985
7986 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7987
7988         * gst/avi/gstavimux.c:
7989           Fix "Index entry has invalid stream nr 1".
7990           Add support for muxing aac - work in progress (see #482495).
7991
7992 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7993
7994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7995         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7996         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7997         * gst/rtsp/gstrtspsrc.h:
7998         Parse bandwidth modifiers, they are not yet configured in the session
7999         manager because we don't have an API for that yet.
8000
8001 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
8002
8003         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
8004         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
8005         Use shiny new function in -base to get the default clock-rate.
8006         Update some docs.
8007
8008 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
8009
8010         * win32/MANIFEST:
8011         Add files to win32 manifest.
8012         * win32/vs6/libgstaudiofx.dsp:
8013         * win32/vs6/libgstqtdemux.dsp:
8014         * win32/vs6/libgstrtp.dsp:
8015         * win32/vs6/libgstrtsp.dsp:
8016         Update project files.
8017
8018 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
8019
8020         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8021         (gst_rtspsrc_play):
8022         * gst/rtsp/gstrtspsrc.h:
8023         In TCP mode, only timestamp the first buffer. TCP is not real time and
8024         it does not make sense to try to skew compensate, also some servers send
8025         the first batch of data in a burst.
8026
8027 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * gst/matroska/matroska-demux.c:
8030           Fix setting the discont flag on the first buffer
8031           pushed downstream for formats with private codec
8032           data that needs to be deserialised into buffers
8033           (such as vorbis and FLAC when in a matroska container).
8034
8035 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
8036
8037         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
8038
8039         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
8040         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
8041         (gst_rtp_mp4v_pay_handle_buffer):
8042         * gst/rtp/gstrtpmp4vpay.h:
8043         Free the config string. Fixes #480707.
8044         Clean up the timestamp code a little.
8045
8046 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8047
8048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8049         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
8050         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
8051         * gst/rtsp/gstrtspsrc.h:
8052         Set timestamps on RTP buffers in interleaved mode.
8053         Mark first buffers with a DISCONT.
8054         Remove flush hack now that sync for live sources has been figured out.
8055
8056 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8057
8058         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8059         Update documentation.
8060
8061 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8062
8063         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
8064         (gst_rtp_xqt_depay_change_state):
8065         * gst/qtdemux/gstrtpxqtdepay.h:
8066         Fail if we don't know the quicktime format.
8067
8068 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
8069
8070         * ext/flac/gstflacenc.c:
8071         * ext/flac/gstflacenc.h:
8072           Save the flow return from the last gst_pad_push() and
8073           make sure we pass the right flow return value upstream
8074           in the case of failure; minor clean-ups.
8075
8076 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * ext/taglib/gstapev2mux.cc:
8079         * ext/taglib/gstid3v2mux.cc:
8080         * gst/apetag/gstapedemux.c:
8081           Add support for the new GST_TAG_COMPOSER (#459809).
8082
8083 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * gst/law/alaw-decode.c:
8086         * gst/law/alaw-decode.h:
8087         * gst/law/alaw-encode.c:
8088         * gst/law/alaw-encode.h:
8089         * gst/law/alaw.c:
8090         * gst/law/mulaw-conversion.h:
8091           Compulsive clean-ups: use boilerplate macros, add debug
8092           categories, fix up things to conform to symbol nomenklatura,
8093           etc.
8094
8095 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8098
8099         * gst/law/alaw-decode.c:
8100         * gst/law/alaw-encode.c:
8101           Use static tables for A-Law decoding and encoding; this makes
8102           A-Law decoding and encoding less CPU-intensive, but increases
8103           the binary size a bit. Leaving old code around for now,
8104           selectable by a define in the code. Fixes #435435.
8105
8106 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8107
8108         * configure.ac:
8109         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8110         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8111         in configure.ac.
8112
8113 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8114
8115         Patch by: Jan Gerber <j at bootlab dot org>
8116
8117         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8118         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8119
8120 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8121
8122         * sys/oss/gstosshelper.c:
8123           Use GST_WARNING instead of a g_critical. This situation is not caused
8124           by the application.
8125
8126 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8127
8128         * po/LINGUAS:
8129         * po/nl.po:
8130           Updated translations.
8131
8132 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8133
8134         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8135
8136         * po/eu.po:
8137           Added Basque translation.
8138
8139 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8140
8141         translated by: Abel Cheung <abelcheung@gmail.com>
8142
8143         * po/zh_HK.po:
8144         * po/zh_TW.po:
8145           Added Chinese (traditional and Hong Kong) translation.
8146
8147 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8148
8149         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8150
8151         * po/pl.po:
8152           Added Polish translation.
8153
8154 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8155
8156         translated by: Ilkka Tuohela <hile@iki.fi>
8157
8158         * po/fi.po:
8159           Added Finnish translation.
8160
8161 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8162
8163         translated by: Jorge González González <aloriel@gmail.com>
8164
8165         * po/es.po:
8166           Added Spanish translation.
8167
8168 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8169
8170         translated by: Mogens Jaeger <mogens@jaeger.tf>
8171
8172         * po/da.po:
8173           Added Danish translation.
8174
8175 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8176
8177         translated by: Funda Wang <fundawang@linux.net.cn>
8178
8179         * po/zh_CN.po:
8180           Added Chinese (simplified) translation.
8181
8182 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8183
8184         translated by: Alexander Shopov <ash@contact.bg>
8185
8186         * po/bg.po:
8187           Added Bulgarian translation.
8188
8189 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8190
8191         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8192         Set outgoing packet duration because we can. Fixes #478244 some more.
8193
8194 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8195
8196         * ext/cairo/gsttextoverlay.c:
8197           Add info about static leak.
8198         
8199         * tests/check/Makefile.am:
8200         * tests/check/generic/states.c:
8201           Improved state change unit test.
8202
8203 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8204
8205         * docs/plugins/.cvsignore:
8206         * tests/check/.cvsignore:
8207           Ignore registries in any format.
8208
8209 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8210
8211         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8212         Removed some unused code.
8213
8214         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8215         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8216         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8217         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8218         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8219         (gst_rtp_theora_pay_flush_packet):
8220         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8221         Try to preserve the incomming buffer duration on the outgoing
8222         packets. Fixes #478244.
8223
8224 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8225
8226         * ext/taglib/gstapev2mux.cc:
8227         * ext/taglib/gstid3v2mux.cc:
8228           Work around compiler warnings with g++-4.2 when assigning a
8229           string constant to a gchar * (partially fixes #478092).
8230
8231 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8232
8233         * configure.ac:
8234           We require core CVS now for gst_base_src_set_do_timestamp().
8235
8236 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8237
8238         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8239         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8240         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8241         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8242         (gst_rtspsrc_handle_message):
8243         Fix compiler warnings shown with Forte.
8244
8245 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8246
8247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8248         (gst_rtspsrc_dup_printf):
8249         Give meaningfull error when all streams failed to configure for some
8250         reason.
8251
8252 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8253
8254         * gst/rtp/README:
8255         Update README with the design for synchronisation rules of RTP on
8256         sender and receiver.
8257
8258 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8259
8260         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8261         (gst_wavparse_chain):
8262         Don't push EOS from the chain function, the element
8263         driving the pipeline is responsible for this. The bug
8264         this was meant to fix seems to be queue not forwarding
8265         EOS in all cases (see #476514).
8266
8267 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8268
8269         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8270         (gst_level_transform_ip):
8271         * gst/level/gstlevel.h:
8272         Use basetransform segment so that it is correctly managed on flushes and
8273         start/stop.
8274         Report message timestamp as stream time, which is what an application
8275         can understand.
8276
8277 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8278
8279         * ext/taglib/gstapev2mux.cc:
8280         * ext/taglib/gstapev2mux.h:
8281         * ext/taglib/gsttaglibmux.c:
8282         * tests/check/elements/apev2mux.c:
8283         Update my mail address.
8284
8285 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8286
8287         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8288         (gst_wavparse_loop), (gst_wavparse_chain):
8289         Add EOS logic for the push-based mode too. Fixes #476514.
8290
8291 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8294         * gst/law/alaw-encode.h:
8295         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8296         (gst_mulawenc_chain):
8297         * gst/law/mulaw-encode.h:
8298         Fix law encoder timestamps.
8299
8300 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8301
8302         * ext/gconf/gstgconfaudiosink.c:
8303           Fix warning when building without debug.
8304
8305         * sys/oss/gstossmixertrack.c:
8306           Use const like in alsamixertrack.c (fixes warnings).
8307
8308 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8309
8310         * sys/v4l2/v4l2src_calls.c:
8311         (gst_v4l2src_probe_caps_for_format_and_size):
8312         Fix framerate detection code some more.
8313         Handle the case where there is a weird step in the stepwise framerates.
8314         Don't overwrite the min interval with the framerate, use a temp variable
8315         instead.
8316         Use max in the Continuous framerate intervals instead of step, which is
8317         1 according to the docs. Fixes #475424.
8318
8319 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8320
8321         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8322         Make udpsrc timestamp outgoing buffers based on when they were received.
8323         Also make it output a segment in time.
8324
8325 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8326
8327         * gst/avi/gstavidemux.c:
8328           Plug a little leak. Little code cleanups.
8329
8330 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * configure.ac:
8333           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8334           flac versions, 's good for cross-compilation karma.
8335
8336 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8337
8338         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8339
8340         * gst/rtp/gstrtph263pay.c:
8341           Fix up header structure so that compilers don't add padding
8342           between the structure fields, since that would lead to us
8343           sending RTP packets with broken headers (as is currently the
8344           case when compiling with MSVC). Also see similar fixes in
8345           libgstrtp in gst-plugins-base. (#474616; #471194)
8346
8347 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8348
8349         * sys/v4l2/v4l2src_calls.c:
8350         (gst_v4l2src_probe_caps_for_format_and_size):
8351         Don't overwrite our GValue with 0 but instead use the previously
8352         computed value. Fixes #471823 some more.
8353
8354 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8355
8356         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8357           No tabs in this file please, or gtk-doc will end up documenting
8358           rather absurd class hierarchies.
8359
8360 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8361
8362         * ext/gconf/gstswitchsink.c:
8363           If the new kid element fails to change state for some reason
8364           (e.g. esdsink not being able to connect to the sound server),
8365           forward the error message it posted on the bus instead of just
8366           posting a generic 'Internal state change error: please file a
8367           bug' error message. Fixes #471364.
8368
8369 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * gst/qtdemux/Makefile.am:
8372         * gst/qtdemux/qtdemux.c:
8373           Don't assume tags are encoded as UTF-8 (#473670).
8374
8375 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * sys/v4l2/gstv4l2src.c:
8378         * sys/v4l2/gstv4l2src.h:
8379         * sys/v4l2/v4l2src_calls.c:
8380           Implement LATENCY queries in the crudest way possible so I don't
8381           have to use sync=false any longer when testing with videosinks.
8382
8383 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8384
8385         * configure.ac:
8386           Fix build.
8387
8388 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8389
8390         * sys/v4l2/v4l2src_calls.c:
8391         (gst_v4l2src_probe_caps_for_format_and_size):
8392         Add some more debugging in the framerate function.
8393         Iterate stepwise framerate up to and _including_ the max and if nothing
8394         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8395         don't end up with an empty list. Fixes #471823
8396
8397 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8398
8399         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8400         (gst_multiudpsink_set_clients_string),
8401         (gst_multiudpsink_get_clients_string),
8402         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8403         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8404         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8405         (gst_multiudpsink_clear):
8406         Add property do configure destination address/port pairs
8407         API:GstMultiUDPSink::clients
8408
8409 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8410
8411         * tests/examples/Makefile.am:
8412         * tests/examples/rtp/Makefile.am:
8413         * tests/examples/rtp/client-H263p-AMR.sh:
8414         * tests/examples/rtp/client-H263p-PCMA.sdp:
8415         * tests/examples/rtp/client-H263p-PCMA.sh:
8416         * tests/examples/rtp/client-H264-PCMA.sdp:
8417         * tests/examples/rtp/client-H264-PCMA.sh:
8418         * tests/examples/rtp/client-PCMA.sh:
8419         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8420         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8421         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8422         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8423         Added some RTP example scripts for sending and receiving RTP streams.
8424
8425 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8426
8427         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8428         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8429         Restructure the setcaps function so that we can also compute the
8430         expected GStreamer output size of the video frames.
8431         Set frame_byte_size correctly so that read-based devices have a chance
8432         of working correctly.
8433         When grabbing a frame, discard frames that are not of the expected size.
8434         Some cameras don't output the right framesize for the first buffer.
8435         Try only a couple of times to get a valid frame, else error out.
8436
8437         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8438         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8439         Add some more debug info when scanning the device.
8440
8441         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8442         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8443         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8444         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8445         Add some more debug info when dequeing a frame.
8446
8447 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8448
8449         * gst/wavparse/gstwavparse.c:
8450           More code cleanups. Add some more comment and improve debugs logs.
8451
8452 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8453
8454         * gst/wavparse/gstwavparse.c:
8455         * gst/wavparse/gstwavparse.h:
8456           Implement seek-query. Refactor duration calculations. Appropriate use
8457           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8458           out of loops.
8459
8460 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * gst/avi/gstavidemux.c:
8463           Implement seek-query.
8464
8465 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8466
8467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8468         (gst_rtspsrc_dup_printf):
8469         Use new basesink async property to make sparse RTCP packet not wait for
8470         preroll.
8471
8472 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8473
8474         * gst/audiofx/Makefile.am:
8475         Dist the right file.
8476
8477 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8478
8479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8480         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8481         Make sure we generate and parse floating point values in the POSIX
8482         locale instead of the current locale. 
8483
8484 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8485
8486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8487         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8488         (gst_rtspsrc_play):
8489         * gst/rtsp/gstrtspsrc.h:
8490         Fix method detection again.
8491         Keep track of when we must send a Range header.
8492         Use segment values for Range, Speed and Scale headers.
8493         Parse Speed and Scale headers to update the segment values.
8494
8495 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8496
8497         patch by: Mark Nauwelaerts <manauw@skynet.be>
8498
8499         * sys/v4l2/v4l2src_calls.c:
8500           Handle optional v4l2 ioctls gracefully.
8501
8502 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8503
8504         * gst/rtp/Makefile.am:
8505         * gst/rtp/gstrtp.c: (plugin_init):
8506         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8507         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8508         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8509         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8510         (gst_rtp_h263_depay_get_property),
8511         (gst_rtp_h263_depay_change_state),
8512         (gst_rtp_h263_depay_plugin_init):
8513         * gst/rtp/gstrtph263depay.h:
8514         Added an H263 depayloader. Fixes #369392.
8515
8516         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8517         (gst_rtp_h263p_depay_process):
8518         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8519         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8520         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8521         payloads.
8522         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8523
8524 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8525
8526         * gst/audiofx/audiochebyshevfreqband.c:
8527         * gst/audiofx/audiochebyshevfreqlimit.c:
8528         Add small comparision with the windowed sinc filters in the docs.
8529
8530 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8531
8532         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8533         (audiochebyshevfreqband_suite):
8534         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8535         (audiochebyshevfreqlimit_suite):
8536         Also test 32 bit float mode and the type 2 variants of the filters.
8537
8538 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8539
8540         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8541         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8542         (gst_rtspsrc_loop):
8543         Refactor the udp and interleaved loop function a bit.
8544
8545 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8546
8547         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8548         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8549         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8550         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8551         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8552         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8553         * gst/rtsp/gstrtspsrc.h:
8554         Protect connection activity with a new lock, avoids deadlocks when going
8555         to PAUSED. Fixes #455808.
8556
8557 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8558
8559         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8560         Fix debug statement.
8561
8562 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8563
8564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8565         Fix stray %u in debug line as spotted by Saur on IRC.
8566
8567 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8568
8569         * gst/audiofx/audiochebyshevfreqband.c:
8570         (gst_audio_chebyshev_freq_band_class_init):
8571         * gst/audiofx/audiochebyshevfreqlimit.c:
8572         (gst_audio_chebyshev_freq_limit_class_init):
8573         Use generator macros for the process functions for the different
8574         sample types, add lower upper boundaries for the GObject properties
8575         so automatically generated UIs can use sliders and add a note about
8576         the number of poles as a too high number of poles combined with
8577         very low or very high frequencies will produce only noise.
8578         * docs/plugins/gst-plugins-good-plugins.args:
8579         Regenerated for the property changes.
8580
8581 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8582
8583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8584         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8585         (gst_rtspsrc_stream_configure_udp_sink),
8586         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8587         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8588         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8589         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8590         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8591         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8592         * gst/rtsp/gstrtspsrc.h:
8593         Improve timeout handling.
8594         Use the same socket for sending and receiving RTCP packets so that some
8595         servers can track clients better.
8596         Improve connection closed handling. Try to reconnect.
8597         Don't overwrite our content base with NULL.
8598         Improve debugging.
8599         Improve range parsing and handling.
8600         Remove flushing hack now that core does the right thing.
8601
8602 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8603
8604         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8605         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8606         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8607         (gst_multiudpsink_close), (gst_multiudpsink_add):
8608         * gst/udp/gstmultiudpsink.h:
8609         Add support for getting and setting the socket to use.
8610
8611         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8612         (gst_udpsrc_create), (gst_udpsrc_get_property):
8613         Add support for getting the currently used socket.
8614
8615 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8616
8617         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8618
8619         * gst/audiofx/Makefile.am:
8620         * gst/audiofx/audiochebyshevfreqband.c:
8621         (gst_audio_chebyshev_freq_band_mode_get_type),
8622         (gst_audio_chebyshev_freq_band_base_init),
8623         (gst_audio_chebyshev_freq_band_dispose),
8624         (gst_audio_chebyshev_freq_band_class_init),
8625         (gst_audio_chebyshev_freq_band_init),
8626         (generate_biquad_coefficients), (calculate_gain),
8627         (generate_coefficients),
8628         (gst_audio_chebyshev_freq_band_set_property),
8629         (gst_audio_chebyshev_freq_band_get_property),
8630         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8631         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8632         (gst_audio_chebyshev_freq_band_start):
8633         * gst/audiofx/audiochebyshevfreqband.h:
8634         * gst/audiofx/audiochebyshevfreqlimit.c:
8635         (gst_audio_chebyshev_freq_limit_mode_get_type),
8636         (gst_audio_chebyshev_freq_limit_base_init),
8637         (gst_audio_chebyshev_freq_limit_dispose),
8638         (gst_audio_chebyshev_freq_limit_class_init),
8639         (gst_audio_chebyshev_freq_limit_init),
8640         (generate_biquad_coefficients), (calculate_gain),
8641         (generate_coefficients),
8642         (gst_audio_chebyshev_freq_limit_set_property),
8643         (gst_audio_chebyshev_freq_limit_get_property),
8644         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8645         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8646         (gst_audio_chebyshev_freq_limit_start):
8647         * gst/audiofx/audiochebyshevfreqlimit.h:
8648         * gst/audiofx/audiofx.c: (plugin_init):
8649         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8650         Fixes #464800.
8651
8652         * tests/check/Makefile.am:
8653         * tests/check/elements/.cvsignore:
8654         * tests/check/elements/audiochebyshevfreqband.c:
8655         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8656         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8657         * tests/check/elements/audiochebyshevfreqlimit.c:
8658         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8659         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8660         Add unit tests for the chebyshev filters.
8661
8662         * docs/plugins/Makefile.am:
8663         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8664         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8665         * docs/plugins/gst-plugins-good-plugins.args:
8666         * docs/plugins/inspect/plugin-1394.xml:
8667         * docs/plugins/inspect/plugin-audiofx.xml:
8668         * docs/plugins/inspect/plugin-dv.xml:
8669         * docs/plugins/inspect/plugin-flac.xml:
8670         * docs/plugins/inspect/plugin-jpeg.xml:
8671         * docs/plugins/inspect/plugin-png.xml:
8672         * docs/plugins/inspect/plugin-rtp.xml:
8673         * docs/plugins/inspect/plugin-shout2send.xml:
8674         * docs/plugins/inspect/plugin-wavpack.xml:
8675         And add docs for the chebyshev filters. While doing
8676         that also run make update in docs/plugins.
8677
8678 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8679
8680         * ext/annodex/gstcmmltag.c:
8681         * gst/rtp/gstrtpvorbispay.c:
8682           Make ro memory to share.
8683
8684 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8685
8686         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8687         Improve UDP performance by avoiding a select() when we have data
8688         available immediatly.
8689
8690 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8691
8692         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8693         (gst_rtp_dec_class_init):
8694         * gst/rtsp/gstrtpdec.h:
8695         Add (dummy) SSRC management signals.
8696
8697         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8698         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8699         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8700         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8701         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8702         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8703         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8704         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8705         * gst/rtsp/gstrtspsrc.h:
8706         Add connection-speed property.
8707         Add find_stream helper functions.
8708         Handle stream EOS based on BYE messages or SSRC timeout.
8709         Returns SUCCESS from the state change function as we hide our async
8710         elements from the parent.
8711
8712 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8713
8714         * gst/debug/rndbuffersize.c:
8715           Fix da leak.
8716
8717 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8718
8719         * gst/debug/Makefile.am:
8720         * gst/debug/breakmydata.c:
8721         * gst/debug/gstdebug.c:
8722         * gst/debug/negotiation.c:
8723         * gst/debug/progressreport.c:
8724         * gst/debug/rndbuffersize.c:
8725         * gst/debug/testplugin.c:
8726           Add new test element and clean-up the others a little.
8727
8728 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8729
8730         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8731         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8732
8733 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8734
8735         * gst/rtp/gstrtpilbcdepay.c:
8736           Include stdlib.
8737
8738 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8739
8740         * gst/rtp/gstrtpmpvdepay.c:
8741         Set the mpegversion in the caps so that autoplugging does not get
8742         confused.
8743
8744 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8745
8746         * po/hu.po:
8747         * po/uk.po:
8748         * po/vi.po:
8749           Updated translations.
8750
8751 2007-08-08  Michael Smith <msmith@fluendo.com>
8752
8753         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8754           Render right border in the correct location.
8755
8756 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8757
8758         Patch by: Olivier Crete <tester at tester dot ca>
8759
8760         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8761         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8762         Make mode property a string. Fixes #464475.
8763
8764 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8765
8766         * ext/flac/gstflacenc.c:
8767           Widen caps to match decoder a bit and add more FIXMEs.
8768
8769 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8770
8771         patch by: Mark Nauwelaerts <manauw@skynet.be>
8772
8773         * gst/avi/gstavimux.c:
8774           Fix ODML index tag numbering. Fixes #463624.
8775
8776 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8777
8778         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8779         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8780         (gst_rtspsrc_stream_configure_tcp),
8781         (gst_rtspsrc_stream_configure_udp_sink):
8782         Fix default clock-rate for realmedia.
8783         Fix parsing of transport.
8784         Don't try to link NULL pads.
8785
8786 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8787
8788         * po/POTFILES.skip:
8789           Add POTFILES.skip with list of source files that aren't disted at the
8790           moment but contain translatable strings. Should hopefully pacify
8791           broken tools and make it clearer that these files are left out
8792           intentionally (#461600).
8793
8794 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8795
8796         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8797         If the buffer was entirely clipped ... don't try sending it :)
8798
8799 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8800
8801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8802         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8803         (gst_rtspsrc_create_transports_string),
8804         (gst_rtspsrc_prepare_transports):
8805         If we don't hav a session manager, set the caps on outgoing buffers
8806         ourselves.
8807         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8808         Append final bit of the transport string even when it does not contain a
8809         placeholder.
8810
8811 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8812
8813         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8814         (gst_rtsp_ext_list_connect):
8815         * gst/rtsp/gstrtspext.h:
8816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8817         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8818         Clean up the interface list.
8819         Allow connecting to interface signals for the extensions.
8820         Remove old extension code.
8821         Free list on cleanup.
8822         Allow extensions to send additional RTSP messages.
8823
8824 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8825
8826         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8827         Handle a NULL gconf key gracefully by rendering the default element.
8828
8829 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8830
8831         * gst/rtsp/gstrtspext.h:
8832         Fix include path for extension interface.
8833
8834 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8835
8836         * gst/audiofx/audioamplify.h:
8837         Also remove a now unecessary variable here.
8838
8839 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8840
8841         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8842         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8843         * gst/audiofx/audiodynamic.c:
8844         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8845         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8846         * gst/audiofx/audiodynamic.h:
8847         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8848         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8849         * gst/audiofx/audioinvert.h:
8850         Don't save format information ourselves, this is already saved in
8851         GstAudioFilter.
8852
8853 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8854
8855         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8856         (gst_rtsp_ext_list_stream_select):
8857         * gst/rtsp/gstrtspext.h:
8858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8859         Use rank to filter out extensions.
8860         Add url to stream_select interface call.
8861
8862 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8863
8864         * gst/rtsp/Makefile.am:
8865         * gst/rtsp/base64.c:
8866         * gst/rtsp/base64.h:
8867         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8868         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8869         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8870         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8871         (gst_rtsp_ext_list_setup_media),
8872         (gst_rtsp_ext_list_configure_stream),
8873         (gst_rtsp_ext_list_get_transports),
8874         (gst_rtsp_ext_list_stream_select):
8875         * gst/rtsp/gstrtspext.h:
8876         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8877         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8878         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8879         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8880         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8881         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8882         (gst_rtspsrc_stream_configure_tcp),
8883         (gst_rtspsrc_stream_configure_mcast),
8884         (gst_rtspsrc_stream_configure_udp),
8885         (gst_rtspsrc_stream_configure_udp_sink),
8886         (gst_rtspsrc_stream_configure_transport),
8887         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8888         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8889         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8890         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8891         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8892         (gst_rtspsrc_parse_methods),
8893         (gst_rtspsrc_create_transports_string),
8894         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8895         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8896         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8897         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8898         * gst/rtsp/gstrtspsrc.h:
8899         * gst/rtsp/rtsp.h:
8900         * gst/rtsp/rtspconnection.c:
8901         * gst/rtsp/rtspconnection.h:
8902         * gst/rtsp/rtspdefs.c:
8903         * gst/rtsp/rtspdefs.h:
8904         * gst/rtsp/rtspext.h:
8905         * gst/rtsp/rtspextwms.c:
8906         * gst/rtsp/rtspextwms.h:
8907         * gst/rtsp/rtspmessage.c:
8908         * gst/rtsp/rtspmessage.h:
8909         * gst/rtsp/rtsprange.c:
8910         * gst/rtsp/rtsprange.h:
8911         * gst/rtsp/rtsptransport.c:
8912         * gst/rtsp/rtsptransport.h:
8913         * gst/rtsp/rtspurl.c:
8914         * gst/rtsp/rtspurl.h:
8915         * gst/rtsp/sdp.h:
8916         * gst/rtsp/sdpmessage.c:
8917         * gst/rtsp/sdpmessage.h:
8918         * gst/rtsp/test.c:
8919         Use shiny new RTSP and SDP library.
8920         Implement RTSP extensions using the new interface.
8921         Remove a lot of old code.
8922
8923 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8924
8925         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8926         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8927
8928 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8929
8930         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8931         Don't unref the outgoing buffer twice when dropping it because it's
8932         outside of the segment.
8933
8934 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8935
8936         * configure.ac:
8937         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8938         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8939         Use the new buffer clipping function from gstaudio here and
8940         require gst-plugins-base CVS.
8941         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8942         For framed Wavpack buffers we require a valid timestamp.
8943
8944 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8945
8946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8947         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8948         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8949         Clip raw audio and video when we can, keep track of current output
8950         segment.
8951         Don't leak buffers and events when there is no output pad.
8952         Improve debugging here and there.
8953
8954 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8955
8956         * configure.ac:
8957           Sync liboil check with plugins-base.
8958
8959 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8960
8961         * ext/annodex/Makefile.am:
8962           Fix CFLAGS/LIBS.
8963
8964         * ext/cdio/gstcdiocddasrc.c:
8965         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8966           Include stdlib
8967
8968         * ext/cairo/Makefile.am:
8969         * gst/videofilter/Makefile.am:
8970         * tests/examples/level/Makefile.am:
8971           Use $(LIBM) instead of -lm
8972
8973 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8974
8975         * sys/v4l2/gstv4l2src.c:
8976           Add another example pipeline.
8977
8978 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8979
8980         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8981
8982         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8983           Use define here.
8984
8985         * sys/v4l2/gstv4l2tuner.c:
8986         (gst_v4l2_tuner_set_frequency_and_notify):
8987           Don't touch the property - its still disabled.
8988
8989         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8990         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8991         * sys/v4l2/v4l2src_calls.h:
8992           Improve fallback format negotionation. Fixes #451388
8993
8994 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8995
8996         * tests/check/elements/videocrop.c: (GST_START_TEST):
8997           Fix the test.
8998
8999 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
9000
9001         * docs/plugins/Makefile.am:
9002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9004         * docs/plugins/inspect/plugin-jpeg.xml:
9005         * docs/plugins/inspect/plugin-png.xml:
9006         * ext/jpeg/gstjpegdec.c:
9007         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
9008         (gst_pngdec_sink_setcaps):
9009           More docs. More logs in pngdec.
9010
9011 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
9012
9013         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
9014           Initialize num_buffers with minimum value.
9015
9016         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9017         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
9018           Handle frame-size query failure gracefully.
9019
9020 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
9021
9022         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
9023         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
9024         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
9025         of qt/aac files.
9026
9027 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
9028
9029         * ext/wavpack/gstwavpackdec.c:
9030         (gst_wavpack_dec_clip_outgoing_buffer):
9031         Fix buffer clipping to correctly clip to the segment stop.
9032
9033 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
9034
9035         * configure.ac:
9036         * tests/Makefile.am:
9037         Remove bogus check for libcheck, since we check for
9038         gstreamer-check and it pulls in the required info from there,
9039         and we weren't actually _using_ the information for libcheck
9040         ourselves anyway.
9041
9042 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
9043
9044         * configure.ac:
9045           Use pkg-config to locate check.
9046
9047 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9050         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
9051         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9052         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
9053         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
9054         * gst/effectv/gstaging.c: (gst_agingtv_transform):
9055         * gst/effectv/gstdice.c: (gst_dicetv_transform):
9056         * gst/effectv/gstedge.c: (gst_edgetv_transform):
9057         * gst/effectv/gstquark.c: (gst_quarktv_transform):
9058         * gst/effectv/gstrev.c: (gst_revtv_transform):
9059         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
9060         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
9061         * gst/effectv/gstwarp.c: (gst_warptv_transform):
9062         * gst/matroska/matroska-demux.c:
9063         (gst_matroska_demux_add_wvpk_header),
9064         (gst_matroska_demux_check_subtitle_buffer),
9065         (gst_matroska_decode_buffer):
9066         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
9067           Fix build against core CVS.
9068
9069 2007-07-10  Edward Hervey  <bilboed@gmail.com>
9070
9071         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9072         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
9073         don't have enough granularity to convert that boolean into a
9074         GstFlowReturn.
9075
9076 2007-07-06  Michael Smith <msmith@fluendo.com>
9077
9078         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9079         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9080         (gst_alawdec_change_state):
9081         * gst/law/alaw-decode.h:
9082         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9083         (gst_mulawdec_class_init), (gst_mulawdec_init),
9084         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9085         * gst/law/mulaw-decode.h:
9086           Fix capsnego bogosity in *law decoders. 
9087
9088 2007-07-06  Michael Smith <msmith@fluendo.com>
9089
9090         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9091         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9092         (gst_smokeenc_change_state):
9093         * ext/jpeg/gstsmokeenc.h:
9094           Remove stupidity in get/set caps functions.
9095           Fix some refcounting problems.
9096
9097 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9098
9099         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9100         Remove endianness-flipping hack that seems to have been required
9101         only because of a bug in ffmpegcolorspace.
9102         Partially Fixes: #451908
9103
9104 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9105
9106         * docs/plugins/Makefile.am:
9107           Simplify --extra-dir as gtkdoc scans recursively.
9108
9109 2007-07-03  Wim Taymans  <wim@fluendo.com>
9110
9111         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9112
9113         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9114         Set the encoding-name in the rtp caps to all uppercase, as required by
9115         the caps spec.
9116         Some small cleanups in the error paths. Fixes #453037.
9117
9118 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9119
9120         * ext/wavpack/gstwavpackparse.c:
9121         (gst_wavpack_parse_index_get_last_entry),
9122         (gst_wavpack_parse_index_get_entry_from_sample),
9123         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9124         (gst_wavpack_parse_scan_to_find_sample):
9125         * ext/wavpack/gstwavpackparse.h:
9126         Use a GSList for the GArray that is used like a list anyway.
9127
9128 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9129
9130         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9131         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9132         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9133           Add state change function where we set 0/1 as default framerate in
9134           case our setcaps function isn't called, like it might not in a
9135           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9136           gdkpixbufdec trying to create caps with a 0/0 framerate.
9137           Also post an error message on the bus if gst_pad_push() fails when
9138           called from our sink event handler (+1 for flow returns for event
9139           functions in 0.11) instead of failing silently.
9140
9141 2007-06-27  Wim Taymans  <wim@fluendo.com>
9142
9143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9144         Cast stack args to the proper types. Fixes #451249.
9145
9146 2007-06-27  Wim Taymans  <wim@fluendo.com>
9147
9148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9149         (new_session_pad), (gst_rtspsrc_setup_streams):
9150         * gst/rtsp/gstrtspsrc.h:
9151         For container formats we only need to activate one of the streams so
9152         that we correctly signal no-more-pads. Fixes #451015.
9153
9154 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9155
9156         * docs/plugins/gst-plugins-good-plugins.args:
9157         * docs/plugins/inspect/plugin-aasink.xml:
9158         * docs/plugins/inspect/plugin-alaw.xml:
9159         * docs/plugins/inspect/plugin-alpha.xml:
9160         * docs/plugins/inspect/plugin-alphacolor.xml:
9161         * docs/plugins/inspect/plugin-annodex.xml:
9162         * docs/plugins/inspect/plugin-apetag.xml:
9163         * docs/plugins/inspect/plugin-audiofx.xml:
9164         * docs/plugins/inspect/plugin-auparse.xml:
9165         * docs/plugins/inspect/plugin-autodetect.xml:
9166         * docs/plugins/inspect/plugin-avi.xml:
9167         * docs/plugins/inspect/plugin-cacasink.xml:
9168         * docs/plugins/inspect/plugin-cairo.xml:
9169         * docs/plugins/inspect/plugin-cdio.xml:
9170         * docs/plugins/inspect/plugin-cutter.xml:
9171         * docs/plugins/inspect/plugin-debug.xml:
9172         * docs/plugins/inspect/plugin-efence.xml:
9173         * docs/plugins/inspect/plugin-effectv.xml:
9174         * docs/plugins/inspect/plugin-esdsink.xml:
9175         * docs/plugins/inspect/plugin-flac.xml:
9176         * docs/plugins/inspect/plugin-flxdec.xml:
9177         * docs/plugins/inspect/plugin-gconfelements.xml:
9178         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9179         * docs/plugins/inspect/plugin-goom.xml:
9180         * docs/plugins/inspect/plugin-halelements.xml:
9181         * docs/plugins/inspect/plugin-icydemux.xml:
9182         * docs/plugins/inspect/plugin-id3demux.xml:
9183         * docs/plugins/inspect/plugin-jpeg.xml:
9184         * docs/plugins/inspect/plugin-ladspa.xml:
9185         * docs/plugins/inspect/plugin-level.xml:
9186         * docs/plugins/inspect/plugin-matroska.xml:
9187         * docs/plugins/inspect/plugin-mulaw.xml:
9188         * docs/plugins/inspect/plugin-multipart.xml:
9189         * docs/plugins/inspect/plugin-navigationtest.xml:
9190         * docs/plugins/inspect/plugin-ossaudio.xml:
9191         * docs/plugins/inspect/plugin-png.xml:
9192         * docs/plugins/inspect/plugin-quicktime.xml:
9193         * docs/plugins/inspect/plugin-rtp.xml:
9194         * docs/plugins/inspect/plugin-rtsp.xml:
9195         * docs/plugins/inspect/plugin-smpte.xml:
9196         * docs/plugins/inspect/plugin-speex.xml:
9197         * docs/plugins/inspect/plugin-taglib.xml:
9198         * docs/plugins/inspect/plugin-udp.xml:
9199         * docs/plugins/inspect/plugin-videobalance.xml:
9200         * docs/plugins/inspect/plugin-videobox.xml:
9201         * docs/plugins/inspect/plugin-videocrop.xml:
9202         * docs/plugins/inspect/plugin-videoflip.xml:
9203         * docs/plugins/inspect/plugin-videomixer.xml:
9204         * docs/plugins/inspect/plugin-wavenc.xml:
9205         * docs/plugins/inspect/plugin-wavparse.xml:
9206         * docs/plugins/inspect/plugin-ximagesrc.xml:
9207           Update docs with caps info.
9208
9209 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * po/POTFILES.in:
9212           Add more files with translatable strings (#450878).
9213
9214 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9215
9216         * MAINTAINERS:
9217         Updating all the maintainers files
9218
9219 2007-06-22  Edward Hervey  <edward@fluendo.com>
9220
9221         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9222         * gst/interleave/deinterleave.c: (deinterleave_init),
9223         (deinterleave_sink_link):
9224         * gst/interleave/interleave.c: (interleave_init):
9225         * gst/median/gstmedian.c: (gst_median_init):
9226         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9227         Fix memory leaks.
9228         * tests/check/elements/id3demux.c: (pad_added_cb):
9229         Remove unused variable.
9230
9231 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9232
9233         * ext/gconf/gconf.h:
9234         Make the prototype of gst_gconf_get_key_for_sink_profile
9235         match the implementation.
9236         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9237         Fixes: #449747
9238
9239 2007-06-20  Michael Smith <msmith@fluendo.com>
9240
9241         * gst/rtp/gstrtpdepay.c:
9242           Fix description - rtpdepay is not a payloader.
9243
9244 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9245
9246         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9247         (qtdemux_video_caps):
9248         * gst/qtdemux/qtdemux_fourcc.h:
9249           Add MJPG to the variants of motion jpeg.
9250
9251 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9252
9253         * tests/check/Makefile.am:
9254         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9255         * tests/check/elements/videocrop.c: (GST_START_TEST):
9256         * tests/check/elements/videofilter.c:
9257         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9258         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9259           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9260           error flags are included and it errors out on compiler warnings
9261           for CVS builds; remove unused variables in various unit tests.
9262
9263 2007-06-19  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9266         (rtsp_connection_close), (rtsp_connection_free):
9267         Use threadsafe inet_ntop to convert an ip number to a string. 
9268         Fixes #447961.
9269         Don't leak fd (and ip) when freeing a connection without first closing
9270         it.
9271
9272 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9273
9274         * configure.ac:
9275         Back to CVS
9276
9277         * gst-plugins-good.doap:
9278         Add 0.10.6 to the doap file.
9279
9280 === release 0.10.6 ===
9281
9282 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9283
9284         * configure.ac:
9285           releasing 0.10.6, "Wobble Board"
9286
9287 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9288
9289         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9290         (rtsp_connection_free):
9291           Revert previous commit again, since we are frozen (sorry).
9292
9293 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9294
9295         Patch by: Peter Kjellerstedt <pkj at axis com>
9296
9297         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9298         (rtsp_connection_free):
9299           inet_ntoa() uses a static buffer internally, so we need to copy the
9300           returned string if we want to store it for later (#447961).
9301
9302 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9303
9304         * win32/vs6/autogen.dsp:
9305         * win32/vs6/gst_plugins_good.dsw:
9306         * win32/vs6/libgstalaw.dsp:
9307         * win32/vs6/libgstalpha.dsp:
9308         * win32/vs6/libgstalphacolor.dsp:
9309         * win32/vs6/libgstapetag.dsp:
9310         * win32/vs6/libgstaudiofx.dsp:
9311         * win32/vs6/libgstauparse.dsp:
9312         * win32/vs6/libgstautodetect.dsp:
9313         * win32/vs6/libgstavi.dsp:
9314         * win32/vs6/libgstcutter.dsp:
9315         * win32/vs6/libgstdirectdraw.dsp:
9316         * win32/vs6/libgstdirectsound.dsp:
9317         * win32/vs6/libgsteffectv.dsp:
9318         * win32/vs6/libgstflx.dsp:
9319         * win32/vs6/libgstgoom.dsp:
9320         * win32/vs6/libgsticydemux.dsp:
9321         * win32/vs6/libgstid3demux.dsp:
9322         * win32/vs6/libgstinterleave.dsp:
9323         * win32/vs6/libgstjpeg.dsp:
9324         * win32/vs6/libgstlevel.dsp:
9325         * win32/vs6/libgstmatroska.dsp:
9326         * win32/vs6/libgstmedian.dsp:
9327         * win32/vs6/libgstmonoscope.dsp:
9328         * win32/vs6/libgstmulaw.dsp:
9329         * win32/vs6/libgstmultipart.dsp:
9330         * win32/vs6/libgstqtdemux.dsp:
9331         * win32/vs6/libgstrtp.dsp:
9332         * win32/vs6/libgstrtsp.dsp:
9333         * win32/vs6/libgstsmpte.dsp:
9334         * win32/vs6/libgstspeex.dsp:
9335         * win32/vs6/libgstudp.dsp:
9336         * win32/vs6/libgstvideobalance.dsp:
9337         * win32/vs6/libgstvideobox.dsp:
9338         * win32/vs6/libgstvideocrop.dsp:
9339         * win32/vs6/libgstvideoflip.dsp:
9340         * win32/vs6/libgstvideomixer.dsp:
9341         * win32/vs6/libgstwaveform.dsp:
9342         * win32/vs6/libgstwavenc.dsp:
9343         * win32/vs6/libgstwavparse.dsp:
9344         Mark *.dsp & *.dsw as binary files and convert to DOS line
9345         endings, as they don't load into VS6 correctly otherwise.
9346
9347 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9348
9349         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9350         (rtsp_connection_connect):
9351         Fix the MingW build. 
9352         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9353         Fixes: #446981
9354
9355 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9356
9357         * tests/check/elements/.cvsignore:
9358         * tests/icles/.cvsignore:
9359         Hush the buildbots up
9360
9361 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9362
9363         * configure.ac:
9364         * sys/Makefile.am:
9365         * sys/directdraw/Makefile.am:
9366         * sys/directsound/Makefile.am:
9367         * sys/waveform/Makefile.am:
9368         Make sure to dist everything needed for win32 builds.
9369
9370 2007-06-14  Edward Hervey  <edward@fluendo.com>
9371
9372         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9373         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9374         caps.
9375         Fixes #447458
9376
9377 2007-06-13  Wim Taymans  <wim@fluendo.com>
9378
9379         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9380         Make sure we allocate enough memory for the codec_data.
9381         Fixes #447210.
9382
9383 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9384
9385         * win32/MANIFEST:
9386         Add videocrop project file to the win32 manifest.
9387         * win32/vs6/gst_plugins_good.dsw:
9388         Add qtdemux,videocrop and waveform projects to the workspace.
9389         * win32/vs6/libgstqtdemux.dsp:
9390         Add zlib to the link list of qtdemux.
9391         * win32/vs6/libgstvideocrop.dsp:
9392         Add a project file for videocrop.
9393
9394 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9395
9396         * po/POTFILES.in:
9397         Add qtdemux for translation
9398
9399 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9400
9401         * configure.ac:
9402         * docs/plugins/Makefile.am:
9403         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9404         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9405         * docs/plugins/inspect/plugin-videocrop.xml:
9406         * gst-plugins-good.spec.in:
9407         * sys/Makefile.am:
9408         * tests/check/Makefile.am:
9409         * tests/icles/Makefile.am:
9410         * tests/icles/videocrop-test.c:
9411         Move videocrop and osxvideo from -bad.
9412
9413 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9414
9415         * configure.ac:
9416         * docs/plugins/Makefile.am:
9417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9419         * docs/plugins/gst-plugins-good-plugins.args:
9420         * docs/plugins/inspect/plugin-qtdemux.xml:
9421         * docs/plugins/inspect/plugin-quicktime.xml:
9422         * win32/MANIFEST:
9423         Move qtdemux from -bad.
9424
9425         * gst-plugins-good.spec.in:
9426         Update spec file to reflect moving of qtdemux and wavpack
9427
9428 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9429         
9430         * win32/MANIFEST:
9431         * docs/plugins/Makefile.am:
9432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9434         * docs/plugins/inspect/plugin-directdraw.xml:
9435         * docs/plugins/inspect/plugin-directsound.xml:
9436         * docs/plugins/inspect/plugin-waveform.xml:
9437         Move the waveform plugin from -bad too. Update the inspect xml
9438         files to mention Plugins Good instead of Plugins Bad.
9439
9440 2007-06-12  Andy Wingo  <wingo@pobox.com>
9441
9442         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9443         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9444         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9445         finalization and resuscitation. No longer public.
9446         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9447         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9448         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9449         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9450         miniobject semantics, and be threadsafe.
9451         (gst_v4l2src_queue_frame): Remove this function, as we just call
9452         the ioctls directly in the two places where we queue buffers.
9453         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9454         directly.
9455         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9456         to allocate the pool, which also preallocates the GstBuffers.
9457         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9458         queueing the frames directly.
9459         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9460         mmap buffers have been dequeued.
9461
9462         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9463         real MiniObject instead of rolling our own refcounting and
9464         finalizing. Give it a lock.
9465         (struct _GstV4l2Buffer): Remove one intermediary object, having
9466         the buffers hold the struct v4l2_buffer directly.
9467
9468         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9469         capture_init so that it can set them on the buffers that it will
9470         create.
9471         (gst_v4l2src_get_read): For better or for worse, include the
9472         timestamping and offsetting code here; really we should be using
9473         bufferalloc though.
9474         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9475         preallocated, mmap'd buffers.
9476
9477 2007-06-11  Wim Taymans  <wim@fluendo.com>
9478
9479         Patch by: daniel fischer <dan at f3c dot com>
9480
9481         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9482         (gst_ximage_src_get_caps):
9483         Actually use the display_name property so that we can dump any
9484         available X display. Fixes #445905.
9485
9486 2007-06-11  Wim Taymans  <wim@fluendo.com>
9487
9488         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9489
9490         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9491         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9492         Add missing rate fields to caps. Fixes #441118.
9493
9494 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9495
9496         * win32/vs6/gst_plugins_good.dsw:
9497         * win32/vs8/gst-plugins-good.sln:
9498         Add DirectSound and DirectDraw sinks project files to
9499         workspace and solution files.
9500
9501 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9502
9503         Patch by: Josh Coalson <xflac at yahoo dot com>,
9504         updated by Alexis Ballier <aballier at gentoo dot org>:
9505
9506         * configure.ac:
9507         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9508         (gst_flac_dec_setup_seekable_decoder),
9509         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9510         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9511         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9512         * ext/flac/gstflacdec.h:
9513         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9514         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9515         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9516         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9517         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9518         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9519         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9520         * ext/flac/gstflacenc.h:
9521         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9522         
9523 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9524
9525         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9526         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9527         not necessary anymore as we need at least that core version. 
9528
9529 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9530
9531         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9532         (gst_wavpack_dec_chain):
9533         * ext/wavpack/gstwavpackdec.h:
9534         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9535         (gst_wavpack_parse_push_buffer):
9536         * ext/wavpack/gstwavpackparse.h:
9537         Improve discont handling by checking if the next Wavpack block has
9538         the expected, following block index.
9539
9540 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9541
9542         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9543           Fix element description.
9544
9545 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9546
9547         * configure.ac:
9548         * docs/plugins/Makefile.am:
9549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9550         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9551         * docs/plugins/gst-plugins-good-plugins.args:
9552         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9553         * docs/plugins/gst-plugins-good-plugins.signals:
9554         * docs/plugins/inspect/plugin-autodetect.xml:
9555         * docs/plugins/inspect/plugin-gconfelements.xml:
9556         * docs/plugins/inspect/plugin-ladspa.xml:
9557         * docs/plugins/inspect/plugin-rtp.xml:
9558         * docs/plugins/inspect/plugin-wavpack.xml:
9559         * ext/Makefile.am:
9560         * tests/check/Makefile.am:
9561           move wavpack plugin.  See #352605.
9562
9563 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9564
9565         * configure.ac:
9566         * docs/plugins/Makefile.am:
9567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9569         * docs/plugins/gst-plugins-good-plugins.args:
9570         * sys/Makefile.am:
9571         * win32/MANIFEST:
9572         Add DirectDraw & DirectSound plugins to the build and docs.
9573
9574 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9575
9576         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9577         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9578           When operating in pull mode, error out correct on not-linked.
9579
9580 2007-06-06  Andy Wingo  <wingo@pobox.com>
9581
9582         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9583         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9584         format and size if the ioctls are defined; should fix compilation
9585         on Linux < 2.16.19.
9586
9587 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9588
9589         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9590           Printf fixes in debug statements; use LOG level for debug statements
9591           that are printed for each and every frame; convert c++ comments to
9592           C-style comments; not much point using g_try_malloc() if we then not
9593           even check the return value.
9594
9595 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9596
9597         * configure.ac:
9598           Bump requirements to released versions (core and base 0.10.13).
9599
9600         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9601           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9602           own implementation.
9603
9604 2007-06-05  Andy Wingo  <wingo@pobox.com>
9605
9606         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9607         some useless comments.
9608
9609         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9610         frames before calling STREAMON, that might leave them in a state
9611         where they can't be dequeued if we go back to NULL without calling
9612         STREAMON, according to the docs.
9613         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9614         before we call STREAMON.
9615         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9616         failures. (For me this code hung.) The pool refcounting is still
9617         crack; added a note to that effect.
9618
9619 2007-06-05  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9622         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9623         Add support for mapping gst structure names to the MIME type equivalent.
9624         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9625
9626 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9627
9628         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9629         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9630         (gst_wavenc_chain), (gst_wavenc_change_state):
9631         * gst/wavenc/gstwavenc.h:
9632         Properly write wav files with width!=depth by having the depth most
9633         significant bytes set and all others zero. Fixes #442535.
9634
9635 2007-06-01  Wim Taymans  <wim@fluendo.com>
9636
9637         * gst/rtsp/rtspconnection.c:
9638         Add include to make buildbot happy.
9639
9640 2007-06-01  Wim Taymans  <wim@fluendo.com>
9641
9642         Patch by: Peter Kjellerstedt  <pkj at axis com>
9643
9644         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9645         (rtsp_connection_connect), (add_date_header),
9646         (rtsp_connection_send), (parse_response_status),
9647         (parse_request_line), (parse_line), (rtsp_connection_receive):
9648         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9649         * gst/rtsp/rtspdefs.h:
9650         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9651         (rtsp_message_init_request), (rtsp_message_init_response),
9652         (rtsp_message_remove_header), (rtsp_message_append_headers),
9653         (rtsp_message_dump):
9654         * gst/rtsp/rtspmessage.h:
9655         Improves version checking, allowing an RTSP server to reply with "505
9656         RTSP Version not supported.
9657         Adds a Date header to all messages.
9658         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9659         want to be able to send a response even if something in the request was
9660         invalid. EINVAL is only used when passing wrong arguments to functions.
9661         Do not handle an invalid method in parse_request_line(). Defer this to
9662         the caller so it can respond with "405 Method Not Allowed".
9663         Improves parsing of the timeout parameter to the Session header,
9664         allowing whitespace after the semicolon. 
9665         Avoids a compiler warning due to variables shadowing a function argument.
9666
9667 2007-06-01  Wim Taymans  <wim@fluendo.com>
9668
9669         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9670
9671         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9672         (gst_rtp_amr_depay_process):
9673         * gst/rtp/gstrtpamrdepay.h:
9674         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9675         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9676         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9677         * gst/rtp/gstrtpamrpay.h:
9678         Add support for AMR-WB.
9679         Small cleanups such as using BOILERPLATE.
9680
9681 2007-05-31  Wim Taymans  <wim@fluendo.com>
9682
9683         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9684         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9685
9686 2007-05-30  Andy Wingo  <wingo@pobox.com>
9687
9688         * sys/v4l2/gstv4l2object.h: 
9689         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9690         unintended changes.
9691
9692         * sys/v4l2/v4l2src_calls.h: 
9693         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9694         the format list in the order that the driver gives it to us.
9695         (gst_v4l2src_probe_caps_for_format_and_size)
9696         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9697         based on the capabilities of the device.
9698         (gst_v4l2src_grab_frame): Update for object variable renaming.
9699         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9700         as in the set_caps below.
9701         (gst_v4l2src_capture_init): Update for object variable renaming,
9702         and reflow.
9703         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9704         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9705         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9706         (gst_v4l2src_get_fps): Remove; these functions don't have much
9707         meaning outside of an atomic set_caps method.
9708         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9709         known.
9710
9711         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9712         call to update_fps; not sure about this change.
9713         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9714         moment we don't have an update_fps_func.
9715
9716         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9717         structures in the object, just store what we need. Do store the
9718         probed caps of the device. Don't store the current frame rate.
9719
9720         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9721         update_fps_function, for now. Update for new object variable
9722         naming.
9723         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9724         new object variable naming.
9725         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9726         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9727         (gst_v4l2src_get_caps): Rework to probe the device for supported
9728         frame sizes and frame rates.
9729         (gst_v4l2src_set_caps): Rework to be strict in the given
9730         parameters: if someone asks us to have a certain size and rate,
9731         that is what we configure.
9732         (gst_v4l2src_get_read): Update for object variable naming. Don't
9733         leak buffers on short reads.
9734         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9735         comments.
9736         (gst_v4l2src_create): Update for object variable naming.
9737
9738 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9741         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9742         * gst/avi/gstavidemux.h:
9743           Parse subtitle text streams instead of erroring out (#442034). Still
9744           needs a parser for the subtitles to actually show up.
9745
9746 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9747
9748         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9749         (gst_avi_demux_loop):
9750           Make _push_event() return TRUE if the event could be pushed on at
9751           least one pad and not only if it could be pushed on all pads,
9752           otherwise we'll end up posting an error message on EOS if one or
9753           more source pads are not connected.
9754
9755 2007-05-28  Wim Taymans  <wim@fluendo.com>
9756
9757         * gst/rtsp/rtsptransport.c:
9758         Use renamed RTP bin.
9759
9760 2007-05-28  Wim Taymans  <wim@fluendo.com>
9761
9762         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9763
9764         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9765         (gst_video_box_set_property), (gst_video_box_transform_caps),
9766         (video_box_recalc_transform), (gst_video_box_set_caps),
9767         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9768         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9769         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9770         (gst_video_box_i420_i420), (gst_video_box_transform),
9771         (plugin_init):
9772         Add AYUV->AYUV and AYUV->I420 formats. 
9773         Fix negotiation and I420->AYUV conversion.
9774         Fixes #429329.
9775
9776 2007-05-26  Wim Taymans  <wim@fluendo.com>
9777
9778         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9779         Use different variables for nested for loops so that the outer loop
9780         functions properly and speex files with multiple frames per buffer work
9781         properly.
9782         Fixes #441408.
9783
9784 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9785
9786         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9787           Don't leak newsegment events.
9788
9789 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9790
9791         * gst/wavparse/Makefile.am:
9792           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9793           drags it in.
9794
9795 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9796
9797         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9798         (notgst_value_array_append_buffer),
9799         (gst_flac_enc_process_stream_headers),
9800         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9801         (gst_flac_enc_change_state):
9802         * ext/flac/gstflacenc.h:
9803           Collect headers, add "streamheader" field to output caps and set
9804           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9805           produces output according to the official FLAC-to-Ogg mapping
9806           instead of completely broken files. Fixes #426044.
9807
9808 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9809
9810         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9811         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9812         (gst_id3demux_sink_event):
9813         * gst/id3demux/gstid3demux.h:
9814         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9815         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9816         (gst_tag_demux_send_new_segment):
9817         Handle and adjust new-segment events so that downstream really
9818         sees a stream with the tag pieces stripped off the front and back.
9819         Fixes strangeness in seeking when mp3 decoders use the new-segment
9820         byte position to estimate their current playback position timestamp
9821         and then the arriving buffers don't match up.
9822
9823 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9824
9825         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9826           Don't unnecessarily perform a READY->NULL->READY transition on the
9827           detected audio sink when starting up. Fixes: #440127
9828
9829 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9830
9831         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9832         (gst_flac_enc_chain):
9833           Don't crash in chain function if setcaps hasn't been called.
9834
9835 2007-05-24  Wim Taymans  <wim@fluendo.com>
9836
9837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9838         Init value to avoid infinte loops.
9839
9840 2007-05-24  Wim Taymans  <wim@fluendo.com>
9841
9842         Patch by: Peter Kjellerstedt  <pkj at axis com>
9843
9844         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9845         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9846         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9847         (gst_rtspsrc_play):
9848         (rtsp_connection_send), (rtsp_connection_receive):
9849         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9850         Fix for new API.
9851
9852         * gst/rtsp/rtspconnection.c: (add_auth_header),
9853         Only add authorisation and session headers when sending messages.
9854
9855         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9856         (rtsp_message_init_request), (rtsp_message_init_response),
9857         (rtsp_message_unset), (rtsp_message_add_header),
9858         (rtsp_message_remove_header), (rtsp_message_get_header),
9859         (rtsp_message_append_headers), (dump_key_value),
9860         (rtsp_message_dump):
9861         * gst/rtsp/rtspmessage.h:
9862         Add support for multiple headers of the same type by storing the parsed
9863         headers in a GArray instaed of a hashtable.
9864
9865 2007-05-21  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9868         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9869         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9870         safer shutdown.
9871
9872 2007-05-21  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9875         * gst/rtsp/gstrtpdec.h:
9876         Added signal for backwards compat.
9877
9878 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9879         
9880         Patch by: René Stadler <mail at renestadler dot de>
9881
9882         * configure.ac:
9883         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9884         (gst_au_parse_parse_header), (gst_au_parse_chain):
9885         * gst/auparse/gstauparse.h:
9886         Use audioconvert for converting from non-native endianness floats
9887         in auparse instead of doing it ourself. Fixes #424527.
9888         This needs the audioconvert from plugins-base CVS.
9889         
9890 2007-05-21  Wim Taymans  <wim@fluendo.com>
9891
9892         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9893         (gst_rtp_h263p_pay_flush):
9894         Fix enum registration.
9895
9896 2007-05-21  Wim Taymans  <wim@fluendo.com>
9897
9898         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9899
9900         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9901         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9902         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9903         (gst_rtp_h263p_pay_flush):
9904         * gst/rtp/gstrtph263ppay.h:
9905         Add new fragmentation mode base on GOB headers. Fixes #438940.
9906
9907 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9908
9909         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9910           Printf format fix.
9911
9912 2007-05-18  Wim Taymans  <wim@fluendo.com>
9913
9914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9915         Don't crash when an unsupported transport error was returned by the
9916         server, just try to configure the next stream. Fixes #439255.
9917
9918 2007-05-18  Wim Taymans  <wim@fluendo.com>
9919
9920         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9921         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9922         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9923         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9924         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9925         * gst/rtsp/gstrtspsrc.h:
9926         Add TCP timeout property and use it for all TCP connection.
9927
9928         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9929         (rtsp_connection_write), (rtsp_connection_next_timeout),
9930         (rtsp_connection_reset_timeout):
9931         Make connect and writes cancelable and make them use the timeout.
9932
9933 2007-05-18  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9936         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9937         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9938         (gst_rtspsrc_setup_streams):
9939         Refactor timeout handling.
9940         Also send keep-alive when dealing with TCP transport.
9941
9942         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9943         (rtsp_connection_free), (rtsp_connection_next_timeout),
9944         (rtsp_connection_reset_timeout):
9945         * gst/rtsp/rtspconnection.h:
9946         Use a timer to handle the session timeouts, add some methods to deal
9947         with timeouts.
9948
9949 2007-05-17  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9952         (gst_rtspsrc_setup_streams):
9953         Ignore streams that fail the setup command, we will retry with a
9954         different transport later on.
9955
9956         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9957         (rtsp_ext_wms_configure_stream):
9958         Fix encoding name case.
9959
9960 2007-05-16  Edward Hervey  <edward@fluendo.com>
9961
9962         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9963         Fix build on macosx.
9964
9965 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9966
9967         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9968         Replace direct comparison of a string with the string literal "" with
9969         a comparison of the first character with '\0'. Fixes #438926.
9970
9971 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9972
9973         * gst/debug/breakmydata.c (gst_break_my_data_init):
9974           One more try. This should be the proper fix now.
9975
9976 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9977
9978         * gst/debug/breakmydata.c:
9979           Ooops, no // comments please.
9980
9981 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9982
9983         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9984         (gst_break_my_data_init):
9985           Fix gst_buffer_is_writable() assertion.
9986
9987 2007-05-14  David Schleef  <ds@schleef.org>
9988
9989         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9990           video/x-raw-bayer.  Fixes #314160.
9991
9992 2007-05-14  Wim Taymans  <wim@fluendo.com>
9993
9994         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9995         (gst_rtp_theora_depay_parse_configuration):
9996         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9997         (gst_rtp_theora_pay_finish_headers),
9998         (gst_rtp_theora_pay_handle_buffer):
9999         Update theora pay/depayloader in a similar to vorbis.
10000
10001         * gst/rtp/gstrtpvorbisdepay.c:
10002         (gst_rtp_vorbis_depay_parse_configuration):
10003         Update docs.
10004
10005 2007-05-14  Wim Taymans  <wim@fluendo.com>
10006
10007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
10008         When we try to execute a method that is not supported by the server,
10009         don't error out but remove the method from the accepted methods so that
10010         we never try to perform this method again.
10011
10012 2007-05-14  Wim Taymans  <wim@fluendo.com>
10013
10014         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
10015         Remove annoying _dump_mem.
10016
10017 2007-05-14  Wim Taymans  <wim@fluendo.com>
10018
10019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
10020         Parse range correctly.
10021
10022         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
10023         The baseurl now always has a '/' at the start.
10024
10025 2007-05-14  Wim Taymans  <wim@fluendo.com>
10026
10027         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
10028         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
10029         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10030         Factor out caps configuration and configure more stuff such as the time
10031         ranges and speed/scale values.
10032
10033         * gst/rtsp/rtsptransport.c:
10034         Add Copyright after non-trival fixes.
10035
10036 2007-05-12  Wim Taymans  <wim@fluendo.com>
10037
10038         Patch by: Peter Kjellerstedt  <pkj at axis com>
10039
10040         * gst/rtsp/gstrtspsrc.h:
10041         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10042         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
10043         (rtsp_message_get_header):
10044         * gst/rtsp/rtspmessage.h:
10045         Make channel guint8 where possible.
10046         Make rtsp_message_init_data() take the channel as a guint8.
10047
10048         * gst/rtsp/rtspdefs.c:
10049         Fixed a typo: Timout -> Timeout
10050
10051         * gst/rtsp/rtspdefs.h:
10052         Make RTSP_CHECK() behave as a statement.
10053
10054         * gst/rtsp/sdpmessage.c:
10055         Avoid a compiler warning in INIT_ARRAY().
10056         Fixes #437692.
10057
10058 2007-05-12  Wim Taymans  <wim@fluendo.com>
10059
10060         Patch by: Peter Kjellerstedt  <pkj at axis com>
10061
10062         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
10063         (rtsp_url_get_request_uri):
10064         * gst/rtsp/rtspurl.h:
10065         Add support for query parameters to RTSP URLs.
10066
10067 2007-05-12  Wim Taymans  <wim@fluendo.com>
10068
10069         Patch by: Peter Kjellerstedt  <pkj at axis com>
10070
10071         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
10072         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
10073         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
10074         (rtsp_transport_parse), (rtsp_transport_as_text):
10075         * gst/rtsp/rtsptransport.h:
10076         Add validation to rtsp_transport_parse().
10077         Add rtsp_transport_as_text() to generate an RTSP header from an
10078         RTSPTransport.
10079         Change ssrc to guint (was a string) since that is what it is, even
10080         though it is sent as a hex string.
10081         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10082         incorrect, which can be seen when looking at the examples in the RFC).
10083         Fixes #437670.
10084
10085 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10086
10087         Patch by: Eric Anholt
10088
10089         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10090           gst_ximage_src_ximage_get):
10091         Use union of all damage between frames to make it faster.
10092         Fixes bug #342463.
10093         Also fix crasher when cursor is at bottom right of window.
10094
10095 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10098           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10099           streaming mode regression for file from #343837 with 'bext' chunk
10100           before the 'fmt' chunk.
10101
10102 2007-05-11  Wim Taymans  <wim@fluendo.com>
10103
10104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10105         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10106         (gst_rtspsrc_handle_src_event),
10107         (gst_rtspsrc_stream_configure_manager),
10108         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10109         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10110         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10111         * gst/rtsp/gstrtspsrc.h:
10112         * gst/rtsp/rtspdefs.h:
10113         Preliminary seek support.
10114         Activate internal pads so that we can receive events on them.
10115         Don't try to parse a range string when it's NULL.
10116
10117 2007-05-11  Wim Taymans  <wim@fluendo.com>
10118
10119         * gst/rtp/README:
10120         Update README with new RTP variables that will be used for
10121         synchronisation.
10122
10123         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10124         (gst_rtp_vorbis_depay_parse_configuration),
10125         (gst_rtp_vorbis_depay_process):
10126         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10127         (gst_rtp_vorbis_pay_finish_headers),
10128         (gst_rtp_vorbis_pay_handle_buffer):
10129         Update vorbis pay and depayloader to draft-04.
10130
10131 2007-05-11  Wim Taymans  <wim@fluendo.com>
10132
10133         * gst/rtsp/rtsptransport.c:
10134         UDP MCAST is actually the default for RTP/AVP.
10135 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10136
10137         * gst/level/gstlevel.c: (gst_level_transform_ip):
10138         Use guint8 * instead of gpointer then vs6 can build 
10139         in_data += (filter->width / 8).
10140
10141 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10142
10143         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10144           gst_ximage_src_ximage_get):
10145         * sys/ximage/gstximagesrc.h (last_ximage):
10146         When using Damage actually keep the last frame, and not assume
10147         that the buffer we get already has the last frame on it.
10148         Copy the cursor over if we specify a non-zero start x and
10149         start y.
10150
10151 2007-05-11  Wim Taymans  <wim@fluendo.com>
10152
10153         * gst/rtsp/rtsptransport.c:
10154         Make UDP the default transport when not specified.
10155
10156 2007-05-09  David Schleef  <ds@schleef.org>
10157
10158         * gst/level/gstlevel.c:
10159           Revert last change.
10160
10161 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10162
10163         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10164         (gst_level_transform_ip):
10165         Use guint8 * instead of gpointer then vs6 know the size of data
10166         pointed when moving the pointer.
10167         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10168         Move instructions after variables declaration.
10169         * win32/vs6/autogen.dsp:
10170         * win32/vs6/libgstrtp.dsp:
10171         * win32/vs6/libgstrtsp.dsp:
10172         Update vs6 project files.
10173
10174 2007-05-09  Wim Taymans  <wim@fluendo.com>
10175
10176         * gst/rtsp/Makefile.am:
10177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10178         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10179         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10180         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10181         (rtsp_range_free):
10182         * gst/rtsp/rtsprange.h:
10183         Add code to parse time ranges.
10184         Report DURATION on the stream when possible.
10185
10186 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10187
10188         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10189         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10190         (gst_videomixer_collected):
10191           Fix strides calculation for AYUV (it's just width*4) (#436910).
10192
10193 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10194
10195         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10196         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10197         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10198         Sync the GObject properties before each processing step to properly
10199         work with the controller.
10200
10201 2007-05-04  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10204         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10205         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10206         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10207         (gst_rtspsrc_change_state):
10208         Let more error state trickle down so that we can catch more error
10209         cases.
10210         Handle keep-alive a little smarter by selecting a method the server
10211         actually supports.
10212         Fix a race in UDP streaming shutdown.
10213
10214 2007-05-04  Wim Taymans  <wim@fluendo.com>
10215
10216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10217         Ignore errors when trying to use the keep-alive messages.
10218
10219 2007-05-04  Wim Taymans  <wim@fluendo.com>
10220
10221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10222         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10223         (gst_rtspsrc_stream_configure_manager),
10224         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10225         (gst_rtspsrc_stream_configure_mcast),
10226         (gst_rtspsrc_stream_configure_udp),
10227         (gst_rtspsrc_stream_configure_udp_sink),
10228         (gst_rtspsrc_stream_configure_transport):
10229         Send RTCP messages back to the server over the TCP connection.
10230
10231         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10232         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10233         (rtsp_connection_receive):
10234         * gst/rtsp/rtspconnection.h:
10235         Factor out and expose lowlevel _write and _read methods.
10236         Implement sending data messages to the server.
10237
10238 2007-05-03  Wim Taymans  <wim@fluendo.com>
10239
10240         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10241         (gst_multipart_mux_collected):
10242         Fix timestamps on outgoing buffers.
10243
10244 2007-05-03  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst/multipart/multipartmux.c:
10247         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10248         (gst_multipart_mux_change_state):
10249         Emit NEWSEGMENT events before pushing the first buffer.
10250
10251 2007-05-03  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10254         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10255         (gst_rtspsrc_handle_src_query),
10256         (gst_rtspsrc_stream_configure_manager),
10257         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10258         (gst_rtspsrc_stream_configure_mcast),
10259         (gst_rtspsrc_stream_configure_udp),
10260         (gst_rtspsrc_stream_configure_udp_sink),
10261         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10262         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10263         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10264         (gst_rtspsrc_pause):
10265         Refactor transport configuration code.
10266         Create internal pads for TCP transport so that we can implement events
10267         and queries.
10268         Handle events and queries.
10269         Parse range from the SDP.
10270         Fix race in pause handler where the connection could still be flushing.
10271
10272 2007-05-02  Wim Taymans  <wim@fluendo.com>
10273
10274         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10275         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10276         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10277         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10278         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10279         (gst_rtspsrc_change_state):
10280         * gst/rtsp/gstrtspsrc.h:
10281         Fix race when multiple udp sources post timeouts, just act on the first
10282         received timeout.
10283         Protect stream list with a recursive lock to fix some races.
10284         Flush connection when we need to do a reconnect or stop.
10285         Make state lock recursive.
10286
10287         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10288         (rtsp_connection_close):
10289         Some small cleanups.
10290
10291 2007-05-02  Wim Taymans  <wim@fluendo.com>
10292
10293         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10294         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10295         Only set DISCONT when there actually is a discont or when we just
10296         started.
10297
10298 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10299
10300         * ext/flac/gstflac.c: (plugin_init):
10301         Call bindtextdomain() to get localized strings.
10302
10303 2007-05-02  Wim Taymans  <wim@fluendo.com>
10304
10305         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10306         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10307         (gst_wavparse_stream_data):
10308         * gst/wavparse/gstwavparse.h:
10309         Be a bit more clever when dealing with VBR files with FACT tags, we
10310         don't want to timestamp buffers in that case but the estimated BPS can
10311         be used for seeking.
10312         Only send close segment in the streaming thread.
10313
10314 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10315
10316         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10317         Correctly post an error on the bus if something went wrong in the loop
10318         function. This fixes a few cases where the task was paused and nothing
10319         happened anymore.
10320
10321 2007-05-02  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst/rtsp/test.c: (main):
10324         Fix compilation of deprecated test just because I'm too lazy to delete
10325         it.
10326
10327 2007-05-02  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10330         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10331         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10332         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10333         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10334         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10335         * gst/rtsp/gstrtspsrc.h:
10336         Fix sending RTCP to the right place.
10337         Fix bug in reffing the wrong UDP element.
10338         Use new pad names for the session manager.
10339         Implement handling server requests in interleaved and UDP modes.
10340         Handle session keep-alive in UDP modes.
10341         Remove GCond for handling UDP timeouts.
10342
10343         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10344         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10345         (rtsp_connection_receive), (rtsp_connection_close):
10346         * gst/rtsp/rtspconnection.h:
10347         Store connection IP address for later.
10348         Add timeout args to all operations that might block forever.
10349         Parse session timeout.
10350         Only close sockets when not already closed.
10351
10352         * gst/rtsp/rtspdefs.c:
10353         * gst/rtsp/rtspdefs.h:
10354         Add timeout return value and error string.
10355
10356         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10357         Add small comment.
10358
10359 2007-05-01  Wim Taymans  <wim@fluendo.com>
10360
10361         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10362
10363         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10364         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10365         * gst/rtp/gstrtpmp4vpay.h:
10366         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10367
10368 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10371           Remove v4l2src from docs, since it breaks the docs build, and the
10372           plugin is only built if --enable-experimental is used anyway.
10373
10374         * docs/plugins/Makefile.am:
10375           Spaces => tab.
10376
10377 2007-04-29  Wim Taymans  <wim@fluendo.com>
10378
10379         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10380         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10381         Add code to drop membership of a multicast group.
10382
10383         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10384         (gst_udpsink_set_uri):
10385         Implement URI handler.
10386
10387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10388         (gst_rtspsrc_parse_rtpinfo):
10389         Use URI handler to make udpsink instace.
10390         Improve code to configure port and destination.
10391
10392 2007-04-29  Wim Taymans  <wim@fluendo.com>
10393
10394         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10395         Fix multicast detection.
10396         Don't try to join a multicast group if the address is not multicast.
10397
10398         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10399         Small debug improvement.
10400
10401 2007-04-27  Wim Taymans  <wim@fluendo.com>
10402
10403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10404         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10405         (gst_rtspsrc_handle_message):
10406         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10407         parent.
10408
10409 2007-04-27  Wim Taymans  <wim@fluendo.com>
10410
10411         * gst/rtp/gstrtpilbcdepay.h:
10412         Fix mode property when specified as an arg.
10413
10414 2007-04-26  Edward Hervey  <edward@fluendo.com>
10415
10416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10417         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10418         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10419         * docs/plugins/inspect/plugin-osxaudio.xml:
10420         Add documentation for osxaudio plugin.
10421
10422 2007-04-26  Wim Taymans  <wim@fluendo.com>
10423
10424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10425         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10426         (gst_rtspsrc_open), (gst_rtspsrc_close),
10427         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10428         (gst_rtspsrc_pause):
10429         * gst/rtsp/gstrtspsrc.h:
10430         Protect state changes with a lock.
10431
10432         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10433         (parse_line):
10434         * gst/rtsp/rtspconnection.h:
10435         Remove some unused stuff.
10436
10437 2007-04-26  Wim Taymans  <wim@fluendo.com>
10438
10439         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10440         Handle the case where there are exactly 0 bytes to read and the ioctl
10441         did not report an error. Fixes #433530.
10442
10443 2007-04-26  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10446         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10447         * gst/wavparse/gstwavparse.h:
10448         Apply DISCONT to buffers.
10449         Only apply timestamp to the first sample after a DISCONT, too many VBR
10450         files cause random jitter in the timestamps. Fixes #433119.
10451
10452 2007-04-25  Wim Taymans  <wim@fluendo.com>
10453
10454         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10455         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10456         (gst_rtp_dec_get_property):
10457         * gst/rtsp/gstrtpdec.h:
10458         Add dummy latency property to be backwards compat with rtpbin.
10459
10460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10461         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10462         (gst_rtspsrc_stream_configure_transport),
10463         (gst_rtspsrc_parse_rtpinfo):
10464         * gst/rtsp/gstrtspsrc.h:
10465         Add latency property and configure in the session manager.
10466         Don't set invalid clock-base and seqnum-base on caps, some servers
10467         sometimes don't send them.
10468
10469 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10470
10471         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10472         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10473           Double-check that RGB input caps are really RGBA caps (apparently
10474           the core doesn't always catch it if those caps aren't a subset of
10475           our template caps, also see #421543). Fixes #429319 in a way.
10476           Also, don't leak the pad template in the transform_caps function.
10477
10478         * tests/check/Makefile.am:
10479         * tests/check/elements/.cvsignore:
10480         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10481         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10482         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10483         (GST_START_TEST), (alphacolor_suite):
10484           Add some basic unit tests for alphacolor.
10485
10486 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10487
10488         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10489           If we get a fatal flow return in the loop function, first post the
10490           error message and only then send the EOS event downstream, otherwise
10491           applications might get an eos message before the error message and
10492           think everything was ok (related to #429319).
10493
10494 2007-04-25  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10497         Read the channel byte as an unsigned byte.
10498
10499 2007-04-25  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10502         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10503         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10504         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10505         (gst_rtp_gsm_depay_setcaps):
10506         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10507         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10508         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10509         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10510         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10511         (gst_ilbc_depay_get_property):
10512         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10513         * gst/rtp/gstrtpmp4adepay.c:
10514         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10515         (gst_rtp_pcma_depay_setcaps):
10516         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10517         (gst_rtp_pcmu_depay_setcaps):
10518         Make sure we configure the clock_rate in the baseclass in the setcaps
10519         function. Fixes #431282.
10520
10521 2007-04-25  Wim Taymans  <wim@fluendo.com>
10522
10523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10524         (gst_rtspsrc_stream_free), (request_pt_map),
10525         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10526         * gst/rtsp/gstrtspsrc.h:
10527         Parse server address from SDP.
10528         Hook up a udpsink to send RTCP back to the server.
10529
10530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10531         * gst/rtsp/rtsptransport.h:
10532         Add some docs.
10533
10534 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10535
10536         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10537           Make header field check conditional. Fixes #433135
10538
10539 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         * docs/plugins/Makefile.am:
10542         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10543         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10544         * docs/plugins/inspect/plugin-alphacolor.xml:
10545         * gst/alpha/Makefile.am:
10546         * gst/alpha/gstalphacolor.c:
10547         * gst/alpha/gstalphacolor.h:
10548           Add minimal docs blurb to alphacolor; split out headers into
10549           separate header file for gtk-doc.
10550
10551 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10552
10553         * gst/debug/progressreport.c: (gst_progress_report_report):
10554           Don't try to post NULL message (in case we can't query upstream
10555           position or duration).
10556
10557 2007-04-18  Michael Smith  <msmith@fluendo.com>
10558
10559         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10560         (gst_cutter_get_caps):
10561         * gst/cutter/gstcutter.h:
10562           Fix some of the most obvious bugs in cutter. Now doesn't leak
10563           everything if input is silent.
10564
10565 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10566
10567         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10568         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10569         * gst/wavenc/gstwavenc.h:
10570         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10571         else results in a invalid block align and invalid files.
10572
10573 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         Patch by: Snaik <snaik32 gmail com>
10576
10577         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10578           Add missing break statement for BOX_HORIZONTAL case.
10579
10580 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10581
10582         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10583
10584         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10585         Use correct format strings for integer types.
10586
10587 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10588
10589         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10590         (gst_wavparse_create_sourcepad):
10591         Use gst_riff_create_audio_template_caps () instead of the local caps.
10592         This makes updates of the local caps unecessary whenever libgstriff
10593         gets support for new formats.
10594
10595 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10596
10597         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10598
10599         * sys/sunaudio/gstsunaudio.c:
10600         * sys/sunaudio/gstsunaudiomixer.c:
10601         * sys/sunaudio/gstsunaudiomixer.h:
10602         * sys/sunaudio/gstsunaudiomixerctrl.c:
10603         * sys/sunaudio/gstsunaudiomixerctrl.h:
10604         * sys/sunaudio/gstsunaudiomixertrack.h:
10605         * sys/sunaudio/gstsunaudiosink.c:
10606         * sys/sunaudio/gstsunaudiosink.h:
10607         * sys/sunaudio/gstsunaudiosrc.c:
10608         * sys/sunaudio/gstsunaudiosrc.h:
10609           Fix and/or update copyright attributions (#430228).
10610
10611 2007-04-13  Wim Taymans  <wim@fluendo.com>
10612
10613         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10614         Fix docs.
10615
10616         * gst/rtsp/URLS:
10617         Add some more example urls.
10618
10619         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10620         (gst_rtp_dec_chain_rtp):
10621         Better debugging.
10622
10623         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10624         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10625         (gst_rtspsrc_parse_rtpinfo):
10626         Remove unused code.
10627
10628 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10629
10630         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10631         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10632         (gst_wavparse_stream_data):
10633           Relax the audio/mpeg caps again and add FIXME: comment.
10634
10635 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10636
10637         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10638         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10639         (gst_wavparse_stream_data):
10640         * gst/wavparse/gstwavparse.h:
10641           More sanity check for the header fields. Fix type for 'rate' header
10642           field.
10643
10644 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10645
10646         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10647         (gst_icydemux_unicodify):
10648           If the metadata strings we get in the stream are not UTF-8, try to
10649           interpret them according to the character encodings specified in the
10650           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10651           only fall back to locale/ISO-8859-1 if those aren't set or don't
10652           work. Should fix #428901.
10653
10654 2007-04-12  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst/rtp/gstrtph264depay.c:
10657         Use the proper sync word for SPS and PPS.
10658
10659 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10660
10661         * gst/rtp/Makefile.am:
10662         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10663           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10664         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10665           Add a simple hashing implementation that we can use to generate
10666           a 24-bit ident value based on the codebooks for vorbis and theora.
10667         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10668           gst_rtp_theora_pay_handle_buffer):
10669         * gst/rtp/gstrtpvorbisdepay.c
10670           (gst_rtp_vorbis_depay_parse_configuration,
10671           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10672         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10673           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10674           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10675           Use the hashing function, ensuring that the same codebooks result
10676           in the same ident and thus the same SDP description.
10677           Various log fixes/changes.
10678
10679 2007-04-12  Wim Taymans  <wim@fluendo.com>
10680
10681         Patch by: jerry tan <jerry dot tan at sun dot com>
10682
10683         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10684         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10685         application's responsibility to make sure it open the device once.
10686         Remove a careless error if AUDIODEV is set. Fixes #392620.
10687
10688 2007-04-12  Wim Taymans  <wim@fluendo.com>
10689
10690         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10691         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10692         * gst/rtsp/gstrtpdec.h:
10693         Make backward compat with rtpbin by adding the request-pt-map signals.
10694
10695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10696         (new_session_pad), (request_pt_map),
10697         (gst_rtspsrc_stream_configure_transport),
10698         (gst_rtspsrc_stream_configure_caps),
10699         (gst_rtspsrc_activate_streams):
10700         * gst/rtsp/gstrtspsrc.h:
10701         Implement request-pt-map signals instead of setting caps on the buffers
10702         for the session manager.
10703
10704 2007-04-11  Wim Taymans  <wim@fluendo.com>
10705
10706         * gst/udp/gstudp.c: (plugin_init):
10707         Register GstNetBuffer in plugin_init so that the type can be used from
10708         multiple threads without races.
10709
10710 2007-04-10  Wim Taymans  <wim@fluendo.com>
10711
10712         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10713         (gst_rtp_amr_depay_process):
10714         Fix depayloader clock_rate and some cleanups.
10715
10716         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10717         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10718         * gst/rtp/gstrtph264depay.h:
10719         Don't push codec_data in the adapter because it might get flushed when
10720         we get a discont.
10721
10722         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10723         Handle multiple AU per packet.
10724
10725         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10726         (gst_rtp_sv3v_depay_plugin_init):
10727         Disable rank, this one does not work.
10728         Remove timestamping, base class does that.
10729
10730 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10731
10732         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10733           limit caps to the formats we announce in the template
10734
10735         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10736         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10737         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10738           fix some crashers/asserts when dealing with broken files
10739
10740 2007-04-10  Wim Taymans  <wim@fluendo.com>
10741
10742         Patch by: Peter Kjellerstedt  <pkj at axis com>
10743
10744         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10745         * gst/rtp/gstrtpL16depay.c:
10746         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10747         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10748         (gst_rtp_speex_depay_setcaps):
10749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10750         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10751         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10752         Fix some compiler warnings. Fixes #428182.
10753
10754 2007-04-06  Wim Taymans  <wim@fluendo.com>
10755
10756         * gst/rtsp/Makefile.am:
10757         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10758         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10759         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10760         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10761         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10762         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10763         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10764         (create_rtcp), (gst_rtp_dec_request_new_pad),
10765         (gst_rtp_dec_release_pad):
10766         * gst/rtsp/gstrtpdec.h:
10767         * gst/rtsp/gstrtsp.c: (plugin_init):
10768         Morph RTPDec into something compatible with RTPBin as a fallback.
10769         Various other style fixes.
10770
10771         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10772         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10773         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10774         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10775         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10776         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10777         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10778         * gst/rtsp/gstrtspsrc.h:
10779         Implement RTPBin session manager handling.
10780         Don't try to add empty properties to caps.
10781         Implement fallback session manager, handling.
10782         Don't combine errors from RTCP streams, just ignore them.
10783
10784         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10785         * gst/rtsp/rtsptransport.h:
10786         Implement fallback session manager.
10787         Make RTPBin the default one when available.
10788
10789 2007-04-05  Wim Taymans  <wim@fluendo.com>
10790
10791         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10792         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10793         This element is ready to be autoplugged.
10794
10795 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10796
10797         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10798         Don't leave the offsets defined by upstream element on the
10799         compressed data buffer we are pushing downstream. Make them
10800         GST_BUFFER_OFFSET_NONE.
10801
10802 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10803
10804         * gst/avi/README:
10805         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10806         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10807         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10808         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10809         (gst_avi_demux_calculate_durations_from_index),
10810         (gst_avi_demux_stream_header_push),
10811         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10812         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10813           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10814
10815 2007-04-03  Wim Taymans  <wim@fluendo.com>
10816
10817         * gst/smpte/barboxwipes.c:
10818         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10819
10820 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10821
10822         * gst/wavparse/gstwavparse.c:
10823         Support audio/x-raw-float in wav files. This only works with
10824         plugins-base CVS, using an older version doesn't have any
10825         disadvantages though.
10826
10827 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10828
10829         * configure.ac:
10830         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10831         (gst_au_parse_parse_header), (gst_au_parse_chain):
10832         * gst/auparse/gstauparse.h:
10833         Revert last change as we don't want plugins-good to depend on
10834         plugins-base CVS now.
10835
10836 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10837
10838         * configure.ac:
10839         Require gst-plugins-base CVS for audioconvert with non-native
10840         float support and width/depth fix in libgstriff.
10841
10842         Patch by: René Stadler <mail at renestadler dot de>
10843
10844         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10845         (gst_au_parse_parse_header), (gst_au_parse_chain):
10846         * gst/auparse/gstauparse.h:
10847         Don't swap the floats ourself if they're not in native endianness.
10848         Instead let audioconvert handle this. Fixes #339838.
10849
10850 2007-03-29  Wim Taymans  <wim@fluendo.com>
10851
10852         * gst/rtp/gstasteriskh263.h:
10853         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10854         (gst_rtp_h263p_depay_change_state):
10855         * gst/rtp/gstrtph263pdepay.h:
10856         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10857         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10858         (gst_rtp_h264_depay_change_state):
10859         * gst/rtp/gstrtph264depay.h:
10860         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10861         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10862         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10863         Flush adapter on disconts.
10864
10865 2007-03-29  Wim Taymans  <wim@fluendo.com>
10866
10867         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10868         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10869         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10870         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10871         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10872         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10873         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10874         (gst_rtp_mp4v_depay_process):
10875         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10876         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10877         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10878         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10879         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10880         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10881         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10882         Use more efficient adapter and rtpbuffer methods when possible.
10883
10884 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10885
10886         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10887         (gst_wavenc_sink_setcaps):
10888         Correctly handle width!=depth input.
10889         * gst/wavparse/gstwavparse.c:
10890         Already export in the caps that width==8 uses unsigned samples and
10891         everything else uses signed samples.
10892
10893 2007-03-29  Wim Taymans  <wim@fluendo.com>
10894
10895         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10896
10897         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10898         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10899         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10900         (gst_dynudpsink_close):
10901         * gst/udp/gstdynudpsink.h:
10902         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10903         (gst_udpsrc_create), (gst_udpsrc_set_property),
10904         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10905         * gst/udp/gstudpsrc.h:
10906         Rework the socket allocation a bit based on the sockfd argument so that
10907         it becomes usable.
10908         Add a closefd property to instruct the udp elements to close the custom
10909         file descriptors when going to READY. Fixes #423304.
10910         API:GstUDPSrc::closefd property
10911         API:GstDynUDPSink::closefd property
10912
10913 2007-03-29  Wim Taymans  <wim@fluendo.com>
10914
10915         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10916
10917         * gst/rtp/Makefile.am:
10918         * gst/rtp/gstrtp.c: (plugin_init):
10919         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10920         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10921         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10922         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10923         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10924         (gst_rtp_h264_pay_plugin_init):
10925         * gst/rtp/gstrtph264pay.h:
10926         Added H264 payloader. Fixes #423782.
10927
10928         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10929         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10930         Small fixes.
10931
10932 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10933
10934         * gst/wavparse/gstwavparse.c:
10935         Actually support depths from 1 to 32, not only 8 to 32.
10936
10937 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10938
10939         * gst/wavparse/gstwavparse.c:
10940         Add support for wav files containing audio/x-raw-int with random
10941         depths between 1 and 32 bits.
10942
10943 2007-03-28  Wim Taymans  <wim@fluendo.com>
10944
10945         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10946
10947         * gst/rtp/Makefile.am:
10948         * gst/rtp/gstrtp.c: (plugin_init):
10949         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10950         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10951         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10952         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10953         (gst_rtp_mp4a_depay_get_property),
10954         (gst_rtp_mp4a_depay_change_state),
10955         (gst_rtp_mp4a_depay_plugin_init):
10956         * gst/rtp/gstrtpmp4adepay.h:
10957         Added MP4A-LATM depayloader. Fixes #417792.
10958
10959         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10960         (gst_rtp_mp4v_depay_process):
10961         Fixup depayloader, setting codec_data, using more efficient adaptor and
10962         rtpbuffer handling.
10963
10964         * gst/rtsp/URLS:
10965         Add url to test above.
10966
10967 2007-03-25  Wim Taymans  <wim@fluendo.com>
10968
10969         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10970         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10971         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10972         (gst_rtspsrc_media_to_caps),
10973         (gst_rtspsrc_stream_configure_transport),
10974         (gst_rtspsrc_stream_configure_caps),
10975         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10976         * gst/rtsp/gstrtspsrc.h:
10977         Handle default clock-rates for static payload types, rearrange stuff so
10978         that the rtpmap field in the sdp can override the defaults.
10979         Parse RTP-Info field to get the seqnum and timebase fields that should
10980         go in the caps.
10981         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10982         the server. 
10983
10984 2007-03-22  Wim Taymans  <wim@fluendo.com>
10985
10986         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10987
10988         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10989         Accept complex pipeline descriptions as an audio profile instead of just
10990         a single element. Fixes #420658.
10991
10992 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10995           Rename registered type in preparation of GstTagDemux moving to
10996           -base at some point in the future.
10997
10998 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
11001           Streaming mode fixes: don't unref buffer we don't own any longer;
11002           remove bogus adapter flush. Fixes #419338.
11003
11004 2007-03-17  David Schleef  <ds@schleef.org>
11005
11006         * REQUIREMENTS: Change the format to key/value, add a bunch of
11007           information, remove a bunch of requirements that are for
11008           other GStreamer packages.
11009
11010 2007-03-17  David Schleef  <ds@schleef.org>
11011
11012         * REQUIREMENTS: Fix a few things.  This file really needs a
11013         good once-over.
11014
11015 2007-03-15  Edward Hervey  <edward@fluendo.com>
11016
11017         * sys/Makefile.am:
11018         Don't forget to distribute the sys/osxaudio/ directory.
11019
11020 2007-03-15  Edward Hervey  <edward@fluendo.com>
11021
11022         * configure.ac:
11023         * sys/Makefile.am:
11024         * sys/osxaudio/Makefile.am:
11025         * sys/osxaudio/gstosxaudio.c:
11026         * sys/osxaudio/gstosxaudiosink.c:
11027         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
11028         (gst_osx_audio_sink_getcaps),
11029         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
11030         * sys/osxaudio/gstosxaudiosrc.c:
11031         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
11032         (gst_osx_audio_src_create_ringbuffer):
11033         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
11034         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
11035         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
11036         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
11037         * sys/osxaudio/gstosxringbuffer.h:
11038         Activate osxaudio in gst-plugins-good with proper build setup.
11039         Add inlined documentation.
11040         Fix debug statements
11041         Fix ringbuffer when pausing.
11042         Fixes #323471
11043
11044 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11045         * gst/rtp/gstrtppcmapay.c:
11046         * gst/rtp/gstrtppcmapay.h:
11047         * gst/rtp/gstrtppcmupay.c:
11048         * gst/rtp/gstrtppcmupay.h:
11049         Ported mulaw and alaw payloaders to use new base class
11050
11051 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11052
11053         * po/af.po:
11054         * po/az.po:
11055         * po/cs.po:
11056         * po/en_GB.po:
11057         * po/it.po:
11058         * po/nl.po:
11059         * po/or.po:
11060         * po/sq.po:
11061         * po/sr.po:
11062         * po/sv.po:
11063         * po/uk.po:
11064         * po/vi.po:
11065           Update translations.
11066
11067 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * configure.ac:
11070           Fix string replace error (AG_AG_GST_* => AG_GST_*).
11071
11072 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11075           Fix handling of -1 values for start and stop values when seeking,
11076           and SEEK_CUR+SEEK_END here as well.
11077
11078 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11079
11080         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11081           Fix handling of -1 values for start and stop values when seeking, 
11082           and SEEK_CUR+SEEK_END.
11083
11084 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11085
11086         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11087           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11088           the image format a variable-length NUL-terminated string; in
11089           versions before that the image format is a fixed-length string of
11090           3 characters (see #348644 for a sample tag).
11091           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11092
11093 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11094
11095         * win32/MANIFEST:
11096         Add new project files to MANIFEST.
11097         * win32/vs6/libgstaudiofx.dsp:
11098         * win32/vs6/libgstrtp.dsp:
11099         * win32/vs6/libgstrtsp.dsp:
11100         Update project files.
11101         
11102 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11103
11104         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11105         (gst_avi_demux_parse_index):
11106         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11107         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11108           Printf format fixes; also add some missing quotes in translated
11109           strings. Fixes #416728 and #416727.
11110
11111 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11112
11113         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11114           Tim and I can't think of any reason the child audio sink needs to 
11115           be set back to NULL after successfully determining that it can 
11116           reach READY - it gets immediately set back to READY by the caller
11117           anyway, causing an unnecessary close/open of any audio devices
11118           involved.
11119
11120 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * po/LINGUAS:
11123         * po/ja.po:
11124           Add ja.po file from #377306.
11125
11126 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11127
11128         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11129         * sys/sunaudio/gstsunaudiomixertrack.c:
11130         (gst_sunaudiomixer_track_new):
11131           Actually translate sunaudio mixer track labels instead of just
11132           marking the strings as translatable (#377306); clean up weird
11133           label string mapping code that serves no apparent purpose. Also
11134           set the 'untranslated-label' property when creating mixer tracks
11135           if the GstMixerTrack base class supports this.
11136
11137         * tests/check/Makefile.am:
11138         * tests/check/elements/.cvsignore:
11139         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11140         (sunaudio_suite):
11141           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11142           actually tested on a system where sunaudiomixer is available).
11143
11144 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11145
11146         * tests/check/Makefile.am:
11147         Re-enable the states test and see if it works on the buildbots.
11148
11149 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11150
11151         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11152         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11153         (gst_dvdec_change_state):
11154         * ext/dv/gstdvdec.h:
11155         Infer pixel-aspect-ratio from the video frame format if it isn't
11156         provided by the container, as happens when playing DV from AVI
11157         or Quicktime containers.
11158
11159         Patch by: Wim Taymans <wim@fluendo.com>
11160         Fixes #380944
11161
11162 2007-03-09  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11165         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11166         will later be handled by the jitterbuffer.
11167
11168 2007-03-09  Wim Taymans  <wim@fluendo.com>
11169
11170         * ext/taglib/gstid3v2mux.cc:
11171         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11172         Fixes #414496.
11173         
11174         Patch by: Alex Lancaster <alexl at users sourceforge net>
11175
11176 2007-03-09  Wim Taymans  <wim@fluendo.com>
11177
11178         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11179         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11180         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11181         (gst_avi_demux_chain):
11182         Fix stream position reporting after a seek. Fixes #416445.
11183
11184 2007-03-08  Wim Taymans  <wim@fluendo.com>
11185
11186         Patch by: René Stadler <mail at renestadler dot de>
11187
11188         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11189         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11190         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11191         Make avidemux accept optional header chunks in any order.
11192         Fixes #415446.
11193
11194 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11195
11196         * tests/check/Makefile.am:
11197         Disable the states check until the remaining Valgrind errors
11198         are fixed or suppressed.
11199
11200 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11201
11202         * tests/check/elements/.cvsignore:
11203           Add audiodynamic check to .cvsignore
11204
11205 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11206
11207         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11208
11209         * gst/audiofx/Makefile.am:
11210         * gst/audiofx/audiodynamic.c:
11211         (gst_audio_dynamic_characteristics_get_type),
11212         (gst_audio_dynamic_mode_get_type),
11213         (gst_audio_dynamic_set_process_function),
11214         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11215         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11216         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11217         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11218         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11219         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11220         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11221         (gst_audio_dynamic_transform_hard_knee_expander_int),
11222         (gst_audio_dynamic_transform_hard_knee_expander_float),
11223         (gst_audio_dynamic_transform_soft_knee_expander_int),
11224         (gst_audio_dynamic_transform_soft_knee_expander_float),
11225         (gst_audio_dynamic_transform_ip):
11226         * gst/audiofx/audiodynamic.h:
11227         * gst/audiofx/audiofx.c: (plugin_init):
11228         Add new audiodynamic element which can act as a compressor or
11229         expander. Supported are hard-knee and soft-knee operation modes with
11230         user-specified ratio and threshold.
11231         Attack and release parameters are not yet implemented but will follow.
11232         * docs/plugins/Makefile.am:
11233         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11234         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11235         * docs/plugins/gst-plugins-good-plugins.args:
11236         * docs/plugins/inspect/plugin-audiofx.xml:
11237         Integrate audiodynamic into the docs.
11238         * tests/check/Makefile.am:
11239         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11240         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11241         Add unit test for audiodynamic.
11242
11243 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11244
11245         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11246         Free handles that we allocated when exiting via the error paths.
11247
11248 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11249
11250         * gst/level/gstlevel.c: (gst_level_class_init),
11251         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11252         (gst_level_transform_ip):
11253         * gst/level/gstlevel.h:
11254           Resolve message timestamps against the playback segment.
11255
11256 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11259         (gst_id3demux_sink_activate):
11260           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11261           caps passed to it (previously one code path assumed it took ownership
11262           while another one assumed it didn't, while in fact it sometimes did and
11263           sometimes didn't ...).
11264
11265         * configure.ac:
11266         * tests/files/Makefile.am:
11267         * tests/files/id3-407349-1.tag:
11268         * tests/files/id3-407349-2.tag:
11269           Add directory where data for unit tests can be stored.
11270
11271         * tests/Makefile.am:
11272         * tests/check/Makefile.am:
11273         * tests/check/elements/.cvsignore:
11274         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11275         (read_tags_from_file), (run_check_for_file),
11276         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11277           Add unit test for id3demux, and in particular for bug #407349. Only
11278           testing pull-mode for now; push mode doesn't work yet because the test
11279           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11280
11281 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11282
11283         * tests/check/Makefile.am:
11284           Add missing backslash at end of line.
11285
11286 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11287
11288         Trigger rebuild.
11289
11290 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11291
11292         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11293         * gst/id3demux/id3tags.h:
11294         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11295         (parse_obsolete_tdat_frame):
11296           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11297           the four-digit number will be interpreted as a year, whereas it is
11298           month and day in DDMM format. Instead, parse TDAT frames and fix up
11299           the date in the GST_TAG_DATE tag later if we also extracted a year.
11300           Fixes #407349.
11301
11302 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11303
11304         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11305         (gst_switch_commit_new_kid):
11306         Fix up the dispose logic so it doesn't leak, and fix setting of 
11307         the child state so that we don't set a child to our current state 
11308         just as we are changing it to something else.
11309
11310 2007-03-06  Wim Taymans  <wim@fluendo.com>
11311
11312         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11313         (gst_goom_chain):
11314         * gst/goom/gstgoom.h:
11315         Document, fix and improve goom adapter behaviour.
11316         Fixes #407006.
11317
11318 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11319
11320         * ext/esd/esdsink.c: (gst_esdsink_open):
11321         Unref static pad template after using it.
11322
11323 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11324
11325         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11326         (gst_switch_commit_new_kid):
11327         Fix up the reference counting of the child elements.
11328
11329 2007-03-05  Wim Taymans  <wim@fluendo.com>
11330
11331         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11332         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11333         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11334         Fix encoding-name case.
11335
11336 2007-03-05  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11339         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11340         (gst_rtp_speex_depay_process):
11341         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11342         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11343         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11344         (gst_rtp_speex_pay_change_state):
11345         * gst/rtp/gstrtpspeexpay.h:
11346         Fix speex (de)payloader. Fixes #358040.
11347
11348 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11349
11350         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11351         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11352         Install fakesink in NULL by fixing some broken logic. This obviates
11353         the need to manually set _IS_SINK.
11354         Add some comments and remove a little cruft while I'm at it.
11355
11356 2007-03-05  Wim Taymans  <wim@fluendo.com>
11357
11358         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11359         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11360
11361 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11362
11363         * po/POTFILES.in:
11364           Update.
11365
11366 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11367
11368         * tests/check/Makefile.am:
11369         Gah! Also disable gconfvideosink from the tests, otherwise
11370         it will instantiate autovideosink, and dfbvideosink and
11371         leak on the buildbots.
11372
11373 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11374
11375         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11376         (gst_cdio_cdda_src_finalize):
11377         Make sure we always destroy our libcdio handle.
11378
11379 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11380
11381         * tests/check/Makefile.am:
11382         Disable autovideosink so the buildbots don't barf over memory
11383         leaked in the directfb sink.
11384
11385 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11386
11387         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11388         Chain up in dispose
11389
11390 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11391
11392         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11393         (gst_multipart_find_pad_by_mime):
11394         Use gst_pad_new_from_static_template instead of
11395         static_pad_template_get+pad_new.
11396
11397 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11398
11399         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11400         Catch the case where no clock has been set.
11401
11402 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11403
11404         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11405         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11406         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11407         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11408         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11409         (gst_gconf_audio_src_finalize), (do_toggle_element):
11410         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11411         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11412         (do_toggle_element):
11413         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11414         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11415         (gst_gconf_video_src_finalize), (do_toggle_element):
11416         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11417         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11418         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11419         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11420         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11421         (gst_shout2send_init), (gst_shout2send_finalize):
11422         * gst/debug/testplugin.c: (gst_test_class_init),
11423         (gst_test_finalize):
11424         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11425         (gst_flxdec_dispose):
11426         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11427         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11428         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11429         (gst_rtspsrc_finalize):
11430         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11431         * gst/rtsp/rtspextwms.h:
11432         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11433         (gst_smpte_finalize):
11434         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11435         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11436         (gst_udpsink_finalize):
11437         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11438         (gst_wavparse_sink_activate):
11439         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11440         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11441         (gst_oss_src_finalize):
11442         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11443         * sys/v4l2/gstv4l2object.h:
11444         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11445         (gst_v4l2src_finalize):
11446         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11447
11448         Fix a bunch of leaks shown by the newly-added states test.
11449
11450 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11451
11452         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11453         Use gst_pad_new_from_static_template instead of 
11454         static_pad_template_get+pad_new.
11455
11456 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11459
11460         * ext/libcaca/Makefile.am:
11461         * gst/debug/Makefile.am:
11462           Don't mix tabs and spaces (#414168).
11463
11464 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11465
11466         * tests/check/generic/.cvsignore:
11467           Ignore files to please buildbot.
11468
11469 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11470
11471         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11472         (gst_wavparse_stream_data):
11473           Unbreak my previous commit (swapped nominator & denominator). Tim,
11474           thanks for spotting.
11475
11476 2007-03-02  Wim Taymans  <wim@fluendo.com>
11477
11478         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11479         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11480         (gst_cdio_cdda_src_finalize):
11481         Small code cleanups.
11482         Don't use pad_alloc as the base class cannot deal with the error codes.
11483
11484 2007-03-02  Wim Taymans  <wim@fluendo.com>
11485
11486         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11487         (gst_udpsrc_create):
11488         Fix doc.
11489
11490 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11491
11492         Patch by: René Stadler <mail@renestadler.de>
11493
11494         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11495         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11496         (gst_wavparse_stream_data):
11497           Handle rounding better to not drop last sample frame. Fixes #356692
11498
11499 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11500
11501         * tests/check/Makefile.am:
11502         Disable cacasink from the states check too - it also calls exit(1)
11503         on us when it can't find a terminal to talk to.
11504
11505 2007-03-02  Wim Taymans  <wim@fluendo.com>
11506
11507         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11508
11509         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11510         (gst_udpsrc_create), (gst_udpsrc_set_property),
11511         (gst_udpsrc_get_property):
11512         * gst/udp/gstudpsrc.h:
11513         Add support to strip proprietary headers. Fixes #350296.
11514
11515 2007-03-02  Wim Taymans  <wim@fluendo.com>
11516
11517         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11518         Fix compilation.
11519
11520 2007-03-02  Wim Taymans  <wim@fluendo.com>
11521
11522         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11523
11524         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11525         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11526         (gst_rtp_mp2t_depay_set_property),
11527         (gst_rtp_mp2t_depay_get_property):
11528         * gst/rtp/gstrtpmp2tdepay.h:
11529         Add support to strip off proprietary headers. Fixes #350278.
11530
11531 2007-03-02  Wim Taymans  <wim@fluendo.com>
11532
11533         * ext/hal/hal.c:
11534         Fix compilation.
11535
11536 2007-03-02  Wim Taymans  <wim@fluendo.com>
11537
11538         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11539         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11540         (gst_sunaudiosrc_open):
11541         * sys/sunaudio/gstsunaudiosrc.h:
11542         Remove device-name from GstSunAudioSrc. Fixes #412597.
11543
11544 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11545
11546         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11547         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11548         Having NULL as UDI previously selected the default sink/src. Change
11549         this back but mention it in the debug output.
11550         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11551         (gst_hal_get_oss_element), (gst_hal_get_string),
11552         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11553         (gst_hal_get_audio_src):
11554         * ext/hal/hal.h:
11555         Refactor a bit, check all error conditions, greatly improve debugging
11556         and fix some possible memory leaks. Also implement OSS support
11557         and allow specifying an UDI that points to a real device. For this the
11558         child device which supports ALSA (preferred) or OSS is used.
11559         As a side effect this makes it impossible now to get a alsasink in
11560         halaudiosrc and a alsasrc in halaudiosink.
11561
11562 2007-03-01  Wim Taymans  <wim@fluendo.com>
11563
11564         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11565         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11566         Errors from the udp sources are not fatal unless all of them are in
11567         error.
11568
11569 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11570
11571         * tests/check/Makefile.am:
11572         Disable aasink in the states test. I suspect this is the element that
11573         is calling exit(1) when it can't proceed.
11574
11575 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11576
11577         * tests/check/Makefile.am:
11578         Draw plugins in from the build tree sys/ dir, rather than picking
11579         up the already installed versions.
11580
11581 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11582
11583         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11584         Error out correctly when getting xcontext fails.
11585
11586 2007-03-01  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11589         Make state change to PAUSED NO_PREROLL because that's what it will be in
11590         the future and rtspsrc relies on it.
11591
11592         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11593         (gst_rtspsrc_change_state):
11594         Don't error out when we don't get an error from the state change
11595         function.
11596
11597 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11598
11599         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11600         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11601           Check if the device UDI is set before trying to query HAL
11602           about it and give a useful error message if it wasn't set.
11603         * ext/hal/hal.c: (gst_hal_get_string):
11604           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11605           gives an assertion failure in D-Bus when running with
11606           DBUS_FATAL_WARNINGS=1.
11607
11608 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11609
11610         * configure.ac:
11611           Convert to new AG_GST style.
11612
11613 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11614
11615         * tests/check/Makefile.am:
11616         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11617           add test for states
11618
11619 2007-02-28  Wim Taymans  <wim@fluendo.com>
11620
11621         * tests/check/elements/.cvsignore:
11622         Add new videofilter check to .cvsignore.
11623
11624 2007-02-28  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11627         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11628         (gst_avi_demux_loop), (gst_avi_demux_chain):
11629         Fix combined flow return. Fixes #412608.
11630
11631 2007-02-28  Wim Taymans  <wim@fluendo.com>
11632
11633         * gst/videofilter/Makefile.am:
11634         Dist header..
11635
11636 2007-02-28  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst/videofilter/gstgamma.h:
11639         Add header too.
11640
11641 2007-02-28  Wim Taymans  <wim@fluendo.com>
11642
11643         Patch by: Mark Nauwelaerts <manauw at skynet be>
11644
11645         * gst/videofilter/Makefile.am:
11646         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11647         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11648         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11649         (oil_tablelookup_u8), (gst_gamma_set_caps),
11650         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11651         Port gamma filter to 0.10. Fixes #412704.
11652
11653         * tests/check/Makefile.am:
11654         * tests/check/elements/videofilter.c: (setup_filter),
11655         (cleanup_filter), (check_filter), (GST_START_TEST),
11656         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11657         Add unit tests for videofilters.
11658
11659 2007-02-28  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/rtsp/URLS:
11662         Add another interesting test url.
11663
11664         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11665         Don't allow getting header fields from data packets.
11666
11667 2007-02-28  Michael Smith  <msmith@fluendo.com>
11668
11669         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11670         (gst_shout2send_init), (gst_shout2send_start),
11671         (gst_shout2send_set_property), (gst_shout2send_get_property):
11672         * ext/shout2/gstshout2.h:
11673           Add a property for username.
11674
11675 2007-02-27  Christian Schallerr <christian@fluendo.com>
11676
11677         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11678
11679 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11680
11681         * gst/rtsp/Makefile.am:
11682         Fix make check too.
11683
11684 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11685
11686         * gst/rtsp/base64.c: (util_base64_encode):
11687         * gst/rtsp/base64.h:
11688         Commit missing files for base64 encoding.
11689
11690 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11691
11692         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11693
11694         * configure.ac:
11695         * ext/annodex/Makefile.am:
11696         * ext/jpeg/Makefile.am:
11697         * ext/speex/Makefile.am:
11698         * gst/alpha/Makefile.am:
11699         * gst/cutter/Makefile.am:
11700         * gst/debug/Makefile.am:
11701         * gst/effectv/Makefile.am:
11702         * gst/goom/Makefile.am:
11703         * gst/level/Makefile.am:
11704         * gst/smpte/Makefile.am:
11705         * gst/videofilter/Makefile.am:
11706           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11707
11708 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11709
11710         * gst/rtsp/Makefile.am:
11711         * gst/rtsp/rtspconnection.c: (append_auth_header),
11712         (rtsp_connection_send), (rtsp_connection_set_auth):
11713         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11714         from icecast to replace it. Relicensed from GPL courtesy of Mike
11715         Smith.
11716
11717 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11718
11719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11720         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11721         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11722         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11723         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11724         (gst_rtspsrc_uri_set_uri):
11725         * gst/rtsp/gstrtspsrc.h:
11726         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11727         (append_auth_header), (rtsp_connection_send),
11728         (rtsp_connection_free), (rtsp_connection_set_auth):
11729         * gst/rtsp/rtspconnection.h:
11730         * gst/rtsp/rtspdefs.h:
11731         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11732         * gst/rtsp/rtspurl.h:
11733
11734         Implement simple Basic Authentication support so that urls like
11735         rtsp://user:pass@hostname/rtspstream work on hosts that require
11736         authentication.
11737
11738 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11739
11740         * sys/v4l2/gstv4l2object.c:
11741         * sys/v4l2/gstv4l2tuner.c:
11742         * sys/v4l2/v4l2_calls.c:
11743         Fix segfault when oppening a radio device.
11744         
11745 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11746
11747         * gst/level/gstlevel.c: (gst_level_set_caps),
11748         (gst_level_transform_ip):
11749         * sys/v4l2/README:
11750         * tests/check/elements/level.c: (GST_START_TEST):
11751           Fix level for multi-channel case.
11752
11753 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11754
11755         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11756         (gst_level_transform_ip):
11757         * gst/level/gstlevel.h:
11758           Use function pointer for process function and add process functions
11759           for float audio.
11760
11761 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11762
11763         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11764         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11765         (gst_v4l2src_capture_init):
11766           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11767           fixes #407369
11768
11769 2007-02-18  Wim Taymans  <wim@fluendo.com>
11770
11771         * gst/rtp/Makefile.am:
11772         * gst/rtp/gstrtp.c: (plugin_init):
11773         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11774         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11775         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11776         (gst_rtp_mp2t_pay_plugin_init):
11777         * gst/rtp/gstrtpmp2tpay.h:
11778         Added simple mpeg transport stream payloader.
11779
11780 2007-02-16  Wim Taymans  <wim@fluendo.com>
11781
11782         * gst/rtsp/URLS:
11783         Add example H264 rtsp url.
11784
11785         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11786         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11787         Don't convert values to lowercase or we might mess up base64 encoded
11788         properties.
11789
11790 2007-02-16  Wim Taymans  <wim@fluendo.com>
11791
11792         * gst/rtp/README:
11793         Fix case of string params.
11794
11795         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11796         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11797         Fix depayloader, support more packet types.
11798         Add sync codes to make sure the packetizer can do its job.
11799
11800         * gst/rtp/gstrtpmp4gdepay.c:
11801         * gst/rtp/gstrtpmp4gpay.c:
11802         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11803         Fix caps case again.
11804
11805 2007-02-15  Wim Taymans  <wim@fluendo.com>
11806
11807         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11808         Set right caps on output buffers.
11809
11810 2007-02-14  Wim Taymans  <wim@fluendo.com>
11811
11812         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11813         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11814         Clear stack allocated SDPMedia struct before calling _init() on it.
11815         Clarify this in the docs as well.
11816
11817 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11818
11819         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11820         (do_change_child):
11821         Don't reset the profile when going switching states, as it makes
11822         the element non-reusable.
11823
11824 2007-02-14  Wim Taymans  <wim@fluendo.com>
11825
11826         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11827         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11828         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11829         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11830         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11831         (sdp_parse_line):
11832         * gst/rtsp/sdpmessage.h:
11833         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11834         Fix memory management of SDP messages. Fixes #407793.
11835
11836 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11837
11838         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11839
11840         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11841         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11842
11843 2007-02-14  Wim Taymans  <wim@fluendo.com>
11844
11845         Patch by: jp.liu <jp_liu at astrocom dot cn>
11846
11847         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11848         Fix parsing of password field in url. Fixes #407797.
11849
11850 2007-02-14  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11853         (gst_wavparse_reset), (gst_wavparse_init),
11854         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11855         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11856         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11857         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11858         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11859         (gst_wavparse_loop), (gst_wavparse_chain),
11860         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11861         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11862         (plugin_init):
11863         * gst/wavparse/gstwavparse.h:
11864         Update docs.
11865         Use boilerplate.
11866         Various code cleanups.
11867         When the bitrate is not known (bps == 0 or compressed formats) let
11868         downstream element guestimate the duration and position and don't
11869         generate timestamps or durations. Fixes #405213.
11870         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11871         error flowreturn upstream.
11872
11873 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11874
11875         * ext/gconf/Makefile.am:
11876         * ext/gconf/gconf.c: (gst_gconf_get_string),
11877         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11878         (gst_gconf_render_bin_with_default):
11879         * ext/gconf/gconf.h:
11880         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11881         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11882         (gst_gconf_audio_sink_dispose), (do_change_child),
11883         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11884         (cb_change_child), (gst_gconf_audio_sink_change_state):
11885         * ext/gconf/gstgconfaudiosink.h:
11886         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11887         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11888         (gst_switch_sink_init), (gst_switch_sink_dispose),
11889         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11890         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11891         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11892         * ext/gconf/gstswitchsink.h:
11893         * gst/autodetect/gstautoaudiosink.c:
11894         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11895         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11896         (gst_auto_audio_sink_detect):
11897         * gst/autodetect/gstautovideosink.c:
11898         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11899         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11900         (gst_auto_video_sink_detect):
11901         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11902         and a child that implements the GConf key monitoring. The end goal of
11903         this is an audio sink that can be changed on the fly, but at the 
11904         moment it still only changes on the next READY transition.
11905
11906 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11907
11908         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11909         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11910         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11911         (gst_avi_demux_calculate_durations_from_index),
11912         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11913         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11914         (gst_avi_demux_loop):
11915           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11916
11917 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11918
11919         * configure.ac:
11920         * docs/plugins/Makefile.am:
11921           Add crossreferences to glib/gobject/gstream docs.
11922
11923 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * gst/monoscope/Makefile.am:
11926         * gst/monoscope/gstmonoscope.c:
11927           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11928           (but no LIBS, since we only use defines from the headers).
11929
11930 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11933
11934         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11935         (gst_wavparse_stream_data):
11936           Fix massive memory leak when operating in streaming mode due to
11937           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11938           Fixes #407057.
11939
11940 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11941
11942         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11943         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11944         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11945         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11946         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11947         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11948         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11949         (gst_avi_demux_calculate_durations_from_index),
11950         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11951         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11952         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11953         * gst/avi/gstavidemux.h:
11954           Save some memory (8%) by repacking the index entry structure (more to
11955           come). Add more FIXMEs to questionable parts.
11956
11957 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11958
11959         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11960         (gst_v4l2src_get_caps):
11961         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11962         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11963         (gst_v4l2src_capture_init):
11964           More FIXME comments and messaging changes.
11965
11966 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11967
11968         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11969         (gst_goom_change_state):
11970         * gst/goom/gstgoom.h:
11971           Improved docs and use GST_DEBUG_FUNCPTR.
11972
11973         * gst/level/gstlevel.c: (gst_level_class_init):
11974           Use GST_DEBUG_FUNCPTR.
11975
11976         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11977         (gst_monoscope_chain), (gst_monoscope_change_state):
11978           Improved docs source cleanups.
11979
11980 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11981
11982         * gst/debug/Makefile.am:
11983         * gst/debug/gstdebug.c: (plugin_init):
11984         * gst/debug/gstpushfilesrc.c:
11985         * gst/debug/gstpushfilesrc.h:
11986           Add code for a pushfilesrc element that implements a pushfile:// URI
11987           handler, to make debugging push-mode operation of demuxer/decoders
11988           that support both easier in connection with seek/playbin/etc.
11989           The element isn't registered at the moment.
11990
11991 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11992
11993         * gst/avi/gstavimux.c:
11994           Comment a #if 0 in caps template definition as VS6 seems to 
11995         do not support it.
11996         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11997           Use gst_guint64_to_gdouble for conversion.
11998         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11999           Move variables declaration before the first instruction.
12000         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
12001           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
12002           And don't include netdb.h for G_OS_WIN32
12003         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
12004           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
12005           by VS6 then use an other way to initialize SDPMedia structure.
12006         * gst/udp/gstdynudpsink.h:
12007         * gst/udp/gstdynudpnetutils.h:
12008           Do not include <sys/time.h> for G_OS_WIN32
12009         * gst/udp/gstudpsrc.c:
12010           Define socklen_t as int for G_OS_WIN32
12011         * win/common/config.h.in:
12012           Undef HAVE_NETINET_IN_H
12013         * win32/vs6/gst_plugins_good.dsw:
12014         * win32/vs6/libgstrtp.dsp:
12015         * win32/vs6/libgstrtsp.dsp:
12016         * win32/vs6/libgstautogen.dsp:
12017         * win32/vs6/libgstaudiofx.dsp:
12018         * win32/vs6/libgstudp.dsp:
12019           Add and update project files.
12020         * win32/common/gstudp-enumtypes.c:
12021         * win32/common/gstudp-enumtypes.h:
12022           Add a copy of udp enumtypes to win32/common as in core 
12023           and base.
12024         
12025 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
12026
12027         * configure.ac:
12028           Activate monoscope when building with --enable-experimental. Fix
12029           --enable-external configure switch description.
12030
12031         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
12032         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
12033           Help gst-indent.
12034
12035 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
12038           Explicitly cast result of pointer arithmetic to integer in order to
12039           avoid compiler warnings on some 64-bit systems. Should fix #406018.
12040
12041 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
12042
12043         * gst/debug/progressreport.c:
12044           Some more docs.
12045
12046 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         * docs/plugins/inspect/plugin-rtp.xml:
12049           Update for new elements.
12050
12051         * gst/debug/progressreport.h:
12052           Commit newly-created header file as well.
12053
12054 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12055
12056         * docs/plugins/Makefile.am:
12057         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12058         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12059         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12060         * gst/debug/Makefile.am:
12061         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
12062         (gst_progress_report_do_query), (gst_progress_report_report):
12063           Make progressreport element post messages with the current progress
12064           on the bus. Also add some basic docs for it.
12065
12066 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * ext/hal/hal.c: (gst_hal_get_string):
12069         * ext/hal/hal.h:
12070           Some small cleanups; deal with errors when parsing the HAL ALSA
12071           capabilities a bit better.
12072
12073 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12074
12075         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12076           Let's try this again and use the right cast this time.
12077
12078 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12079
12080         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12081           Add cast to avoid compiler warnings with older GLib versions
12082           where the nick/name members in GEnumValue are not declared as
12083           constant strings.
12084
12085 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12088         (gst_gconf_render_bin_from_key),
12089         (gst_gconf_get_default_audio_sink):
12090         * ext/gconf/gconf.h:
12091         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12092         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12093         (gst_gconf_audio_sink_get_property):
12094           In gconfaudiosink, get the right key as the old key in do_toggle
12095           (ie. one dependent on the profile selected). Log some more stuff so
12096           we can see what's actually going on.
12097
12098 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12099
12100         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12101         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12102         (gst_audio_amplify_set_process_function),
12103         (gst_audio_amplify_setup):
12104         * gst/audiofx/audioamplify.h:
12105         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12106         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12107         * gst/audiofx/audioinvert.h:
12108         Some small cleanups and port both elements to the new GstAudioFilter
12109         base class to save a few lines of common code.
12110         * gst/audiofx/Makefile.am:
12111         Link against libgstaudio for the above changes
12112
12113 2007-01-29  Wim Taymans  <wim@fluendo.com>
12114
12115         * tests/check/elements/.cvsignore:
12116         Some more ignores.
12117
12118 2007-01-26  Wim Taymans  <wim@fluendo.com>
12119
12120         Patch by: charles <charlesg3 at gmail dot com>
12121
12122         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12123         (set_shout_metadata), (gst_shout2send_event):
12124         * ext/shout2/gstshout2.h:
12125         Properly handle tags in shout2send. Fixes #399825.
12126
12127 2007-01-25  Wim Taymans  <wim@fluendo.com>
12128
12129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12130         (gst_rtspsrc_activate_streams):
12131         Convert SDP fields to upper/lowercase following the rules in the SDP to
12132         caps document. 
12133
12134 2007-01-25  Wim Taymans  <wim@fluendo.com>
12135
12136         * gst/rtp/README:
12137         * gst/rtp/gstrtpilbcdepay.c:
12138         * gst/rtp/gstrtpilbcpay.c:
12139         * gst/rtp/gstrtpmp4gdepay.c:
12140         * gst/rtp/gstrtpmp4gpay.c:
12141         * gst/rtp/gstrtpspeexdepay.c:
12142         * gst/rtp/gstrtpspeexpay.c:
12143         * gst/rtp/gstrtpsv3vdepay.c:
12144         * gst/rtp/gstrtptheoradepay.c:
12145         * gst/rtp/gstrtptheorapay.c:
12146         * gst/rtp/gstrtpvorbisdepay.c:
12147         * gst/rtp/gstrtpvorbispay.c:
12148         Fix case of encoding-name and key/value pairs to match the document.
12149         This is to make interoperation with SDP case-insensitive as required by
12150         the relevant RFCs.
12151
12152 2007-01-25  Wim Taymans  <wim@fluendo.com>
12153
12154         * configure.ac:
12155         Bump required -core/-base to CVS
12156
12157 2007-01-25  Wim Taymans  <wim@fluendo.com>
12158
12159         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12160         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12161         * gst/rtp/gstrtpL16pay.h:
12162         Fill up to MTU using adapter.
12163         Timestamp rtp packets.
12164
12165 2007-01-25  Edward Hervey  <edward@fluendo.com>
12166
12167         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12168         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12169         Use G_GSIZE_FORMAT in print statements for portability.
12170         Fixes build on macosx.
12171
12172 2007-01-24  Wim Taymans  <wim@fluendo.com>
12173
12174         * gst/rtp/Makefile.am:
12175         * gst/rtp/gstrtp.c: (plugin_init):
12176         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12177         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12178         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12179         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12180         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12181         (gst_rtp_L16_depay_plugin_init):
12182         * gst/rtp/gstrtpL16depay.h:
12183         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12184         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12185         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12186         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12187         (gst_rtp_L16_pay_plugin_init):
12188         * gst/rtp/gstrtpL16pay.h:
12189         Port and enable raw audio payloader/depayloader. Needs a bit more work
12190         on the payloader side.
12191
12192 2007-01-24  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12195         (gst_rtspsrc_stream_configure_transport),
12196         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12197         * gst/rtsp/gstrtspsrc.h:
12198         Only unblock the udp pads when we linked and activated them all.
12199         Fixes #395688.
12200
12201 2007-01-24  Wim Taymans  <wim@fluendo.com>
12202
12203         * gst/rtp/Makefile.am:
12204         * gst/rtp/gstrtp.c: (plugin_init):
12205         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12206         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12207         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12208         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12209         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12210         * gst/rtp/gstrtpac3depay.h:
12211         Added simple AC3 depayloader (RFC 4184).
12212
12213         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12214         Fix a leak.
12215
12216 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12217
12218         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12219
12220         * gst/audiofx/Makefile.am:
12221         * gst/audiofx/audioamplify.c:
12222         (gst_audio_amplify_clipping_method_get_type),
12223         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12224         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12225         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12226         (gst_audio_amplify_set_caps),
12227         (gst_audio_amplify_transform_int_clip),
12228         (gst_audio_amplify_transform_int_wrap_negative),
12229         (gst_audio_amplify_transform_int_wrap_positive),
12230         (gst_audio_amplify_transform_float_clip),
12231         (gst_audio_amplify_transform_float_wrap_negative),
12232         (gst_audio_amplify_transform_float_wrap_positive),
12233         (gst_audio_amplify_transform_ip):
12234         * gst/audiofx/audioamplify.h:
12235         * gst/audiofx/audiofx.c: (plugin_init):
12236         Add new element "audioamplify". This allows scaling of raw audio
12237         samples, similar to the "volume" element, but provides different modes
12238         for clipping and allows unlimited amplification. It's mainly targeted
12239         for creative sound design and not as a replacement of the "volume"
12240         element. Fixes #397162
12241         * docs/plugins/Makefile.am:
12242         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12243         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12244         * docs/plugins/gst-plugins-good-plugins.args:
12245         * docs/plugins/inspect/plugin-audiofx.xml:
12246         Add docs for audioamplify and integrate them into the build system
12247         * tests/check/Makefile.am:
12248         * tests/check/elements/audioamplify.c: (setup_amplify),
12249         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12250         Add fairly extensive unit test suite for audioamplify
12251
12252 2007-01-24  Wim Taymans  <wim@fluendo.com>
12253
12254         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12255         Unblock pads after adding the pads to the element so that autopluggers
12256         get a change to link something. Possibly fixes #395688.
12257
12258 2007-01-24  Wim Taymans  <wim@fluendo.com>
12259
12260         * gst/rtp/gstrtpamrdepay.c:
12261         * gst/rtp/gstrtpgsmdepay.c:
12262         * gst/rtp/gstrtph263pdepay.c:
12263         * gst/rtp/gstrtph263ppay.c:
12264         * gst/rtp/gstrtph264depay.c:
12265         * gst/rtp/gstrtpilbcdepay.c:
12266         * gst/rtp/gstrtpmp2tdepay.c:
12267         * gst/rtp/gstrtpmp4gdepay.c:
12268         * gst/rtp/gstrtpmp4gpay.c:
12269         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12270         * gst/rtp/gstrtpmp4vpay.c:
12271         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12272         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12273         (gst_rtp_mpa_depay_process):
12274         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12275         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12276         * gst/rtp/gstrtppcmadepay.c:
12277         * gst/rtp/gstrtppcmudepay.c:
12278         * gst/rtp/gstrtpspeexdepay.c:
12279         * gst/rtp/gstrtpspeexpay.c:
12280         * gst/rtp/gstrtpsv3vdepay.c:
12281         * gst/rtp/gstrtptheoradepay.c:
12282         * gst/rtp/gstrtptheorapay.c:
12283         * gst/rtp/gstrtpvorbisdepay.c:
12284         * gst/rtp/gstrtpvorbispay.c:
12285         Fix caps with payload numbers.
12286         Add some fixed payload numbers to caps when possible.
12287
12288 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12289
12290         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12291
12292         * gst/audiofx/Makefile.am:
12293         * gst/audiofx/audiofx.c: (plugin_init):
12294         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12295         (gst_audio_invert_class_init), (gst_audio_invert_init),
12296         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12297         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12298         (gst_audio_invert_transform_float),
12299         (gst_audio_invert_transform_ip):
12300         * gst/audiofx/audioinvert.h:
12301         Add new audiofx element "audioinvert". This element swaps the upper
12302         and lower half of samples and can be used for example for a
12303         wide-stereo effect. Fixes #396057
12304         * docs/plugins/Makefile.am:
12305         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12306         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12307         * docs/plugins/gst-plugins-good-plugins.args:
12308         * docs/plugins/inspect/plugin-audiofx.xml:
12309         Add docs for the audioinvert element and add them to the build system.
12310         * tests/check/Makefile.am:
12311         * tests/check/elements/audioinvert.c: (setup_invert),
12312         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12313         Add unit test suite for the audioinvert element.
12314
12315 2007-01-23  Wim Taymans  <wim@fluendo.com>
12316
12317         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12318         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12319         Parse config params as string and int.
12320         Parse and use AU header length
12321
12322 2007-01-23  Wim Taymans  <wim@fluendo.com>
12323
12324         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12325         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12326         * gst/smpte/gstmask.c: (_gst_mask_register):
12327         * gst/smpte/gstmask.h:
12328         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12329         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12330         (gst_smpte_paint_triangle_clock):
12331         constify some static structs.
12332         Don't update the mask if nothing changed to the params.
12333         Make sure we never draw outside of the picture. Fixes #398325.
12334
12335 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12338           Error out properly when pull_range fails while we're reading the
12339           headers, instead of just pausing the task silently. Fixes #399338.
12340
12341 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12342
12343         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12344           Some more sanity checks to make sure the input formats match and the
12345           input pads are actually negotiated, in case someone tries to feed
12346           buffers from fakesrc or filesrc. Fixes #398299.
12347           Also const-ify an array, just because we can.
12348
12349 2007-01-19  Edward Hervey  <edward@fluendo.com>
12350
12351         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12352         Ignore previous commit, that was only valid for widths and heights
12353         that are multiples of 4.
12354         Copy over size/stride macros from jpegdec. This allows the element
12355         to work with any width,height...
12356         ... but puts in evidence that the actual transformations only work
12357         with width/height that are multiples of 4.
12358
12359 2007-01-19  Edward Hervey  <edward@fluendo.com>
12360
12361         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12362         Allocate buffers of the right size.
12363         The proper size of a I420 buffer in bytes is:
12364         
12365             width * height * 3
12366             ------------------
12367                     2
12368
12369 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12372           Proxy getcaps on sink pads too, so that we either end up with the
12373           same dimensions on all pads or error out if that's not possible
12374           (seems to work even!). Fixes #398086, I think.
12375
12376 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12379         * docs/plugins/gst-plugins-good-plugins.args:
12380         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12381           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12382           fix integer properties with -1 as minimum value.
12383
12384         * docs/plugins/inspect/plugin-1394.xml:
12385         * docs/plugins/inspect/plugin-aasink.xml:
12386         * docs/plugins/inspect/plugin-alaw.xml:
12387         * docs/plugins/inspect/plugin-alpha.xml:
12388         * docs/plugins/inspect/plugin-alphacolor.xml:
12389         * docs/plugins/inspect/plugin-annodex.xml:
12390         * docs/plugins/inspect/plugin-apetag.xml:
12391         * docs/plugins/inspect/plugin-audiofx.xml:
12392         * docs/plugins/inspect/plugin-auparse.xml:
12393         * docs/plugins/inspect/plugin-autodetect.xml:
12394         * docs/plugins/inspect/plugin-avi.xml:
12395         * docs/plugins/inspect/plugin-cacasink.xml:
12396         * docs/plugins/inspect/plugin-cairo.xml:
12397         * docs/plugins/inspect/plugin-cdio.xml:
12398         * docs/plugins/inspect/plugin-cutter.xml:
12399         * docs/plugins/inspect/plugin-debug.xml:
12400         * docs/plugins/inspect/plugin-dv.xml:
12401         * docs/plugins/inspect/plugin-efence.xml:
12402         * docs/plugins/inspect/plugin-effectv.xml:
12403         * docs/plugins/inspect/plugin-esdsink.xml:
12404         * docs/plugins/inspect/plugin-flac.xml:
12405         * docs/plugins/inspect/plugin-flxdec.xml:
12406         * docs/plugins/inspect/plugin-gconfelements.xml:
12407         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12408         * docs/plugins/inspect/plugin-goom.xml:
12409         * docs/plugins/inspect/plugin-halelements.xml:
12410         * docs/plugins/inspect/plugin-icydemux.xml:
12411         * docs/plugins/inspect/plugin-id3demux.xml:
12412         * docs/plugins/inspect/plugin-jpeg.xml:
12413         * docs/plugins/inspect/plugin-level.xml:
12414         * docs/plugins/inspect/plugin-matroska.xml:
12415         * docs/plugins/inspect/plugin-mulaw.xml:
12416         * docs/plugins/inspect/plugin-multipart.xml:
12417         * docs/plugins/inspect/plugin-navigationtest.xml:
12418         * docs/plugins/inspect/plugin-ossaudio.xml:
12419         * docs/plugins/inspect/plugin-png.xml:
12420         * docs/plugins/inspect/plugin-rtp.xml:
12421         * docs/plugins/inspect/plugin-rtsp.xml:
12422         * docs/plugins/inspect/plugin-shout2send.xml:
12423         * docs/plugins/inspect/plugin-smpte.xml:
12424         * docs/plugins/inspect/plugin-speex.xml:
12425         * docs/plugins/inspect/plugin-taglib.xml:
12426         * docs/plugins/inspect/plugin-udp.xml:
12427         * docs/plugins/inspect/plugin-videobalance.xml:
12428         * docs/plugins/inspect/plugin-videobox.xml:
12429         * docs/plugins/inspect/plugin-videoflip.xml:
12430         * docs/plugins/inspect/plugin-videomixer.xml:
12431         * docs/plugins/inspect/plugin-wavenc.xml:
12432         * docs/plugins/inspect/plugin-wavparse.xml:
12433         * docs/plugins/inspect/plugin-ximagesrc.xml:
12434           Update to CVS.
12435
12436 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12437
12438         Patch by: Sebastian Dröge <slomo circular-chaos org>
12439
12440         * gst/audiofx/audiopanorama.c:
12441           Fix doc section name (Fixes #397946)
12442
12443 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12444
12445         * sys/v4l2/gstv4l2object.c:
12446         (gst_v4l2_object_install_properties_helper),
12447         (gst_v4l2_object_set_property_helper),
12448         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12449         * sys/v4l2/gstv4l2object.h:
12450         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12451         (gst_v4l2src_init), (gst_v4l2src_set_property),
12452         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12453         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12454         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12455         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12456         (gst_v4l2src_capture_deinit):
12457           Fix EIO handing when capturing. Add new property to specify the number of
12458           buffers to enque (and remove the borked num-buffers usage).
12459
12460 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12461
12462         Patch by: Sebastian Dröge <slomo circular-chaos org>
12463
12464         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12465         (gst_audio_panorama_set_process_function):
12466           Use a function array for process methods, add more docs and define the
12467           startindex of enums.
12468
12469 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         Patch by: Mark Nauwelaerts <manauw at skynet be>
12472
12473         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12474         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12475         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12476         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12477         (gst_avi_mux_riff_get_avi_header),
12478         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12479         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12480         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12481         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12482         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12483         (gst_avi_mux_change_state):
12484         * gst/avi/gstavimux.h:
12485         * tests/check/elements/avimux.c: (teardown_src_pad):
12486           Add support for more than one audio stream; write better AVIX
12487           header; refactor code a bit; don't announce vorbis caps on our audio
12488           sink pads since we don't support it anyway. Closes #379298.
12489
12490 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         Patch by: Sebastian Dröge <slomo circular-chaos org>
12493
12494         * gst/audiofx/audiopanorama.c:
12495         (gst_audio_panorama_method_get_type),
12496         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12497         (gst_audio_panorama_set_process_function),
12498         (gst_audio_panorama_set_property),
12499         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12500         (gst_audio_panorama_transform_m2s_int_simple),
12501         (gst_audio_panorama_transform_s2s_int_simple),
12502         (gst_audio_panorama_transform_m2s_float_simple),
12503         (gst_audio_panorama_transform_s2s_float_simple):
12504         * gst/audiofx/audiopanorama.h:
12505           Add 'method' property and provide a simple (non-psychoacustic)
12506           processing method (#394859).
12507
12508         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12509         (panorama_suite):
12510           Tests for new method.
12511
12512 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12513
12514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12515         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12516           Set correct caps on outgoing pulled buffers, or things blow up
12517           after recent core changes.
12518
12519 2007-01-11  Wim Taymans  <wim@fluendo.com>
12520
12521         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12522
12523         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12524         (gst_multipart_mux_request_new_pad),
12525         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12526         (gst_multipart_mux_change_state):
12527         Return FLOW errors ASAP. Fixes #394977.
12528         Misc cleanups.
12529
12530 2007-01-11  Wim Taymans  <wim@fluendo.com>
12531
12532         Patch by: Lutz Mueller <lutz at topfrose dot de>
12533
12534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12535         Check for stream pad before activating. 
12536
12537 2007-01-10  Wim Taymans  <wim@fluendo.com>
12538
12539         Patch by: Peter Kjellerstedt  <pkj at axis com>
12540
12541         * gst/rtsp/COPYING.MIT:
12542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12543         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12544         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12545         (gst_rtspsrc_stream_configure_transport),
12546         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12547         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12548         (gst_rtspsrc_parse_methods),
12549         (gst_rtspsrc_create_transports_string),
12550         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12551         (gst_rtspsrc_open), (gst_rtspsrc_close):
12552         * gst/rtsp/gstrtspsrc.h:
12553         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12554         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12555         (parse_request_line), (parse_line), (rtsp_connection_read),
12556         (rtsp_connection_close):
12557         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12558         (rtsp_method_as_text), (rtsp_header_as_text),
12559         (rtsp_status_as_text), (rtsp_find_header_field),
12560         (rtsp_find_method):
12561         * gst/rtsp/rtspdefs.h:
12562         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12563         (rtsp_ext_wms_configure_stream):
12564         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12565         (rtsp_message_new_request), (rtsp_message_init_request),
12566         (rtsp_message_new_response), (rtsp_message_init_response),
12567         (rtsp_message_init_data), (rtsp_message_unset),
12568         (rtsp_message_free), (rtsp_message_add_header),
12569         (rtsp_message_get_header), (rtsp_message_set_body),
12570         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12571         * gst/rtsp/rtspmessage.h:
12572         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12573         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12574         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12575         (sdp_message_dump):
12576         Allow url to be NULL to be able to use it for server connections.
12577         Can now send responses as well as requests.
12578         No longer hangs in an endless loop if EOF is received.
12579         Can now convert a status code to a text string.
12580         Return RTSP_HDR_INVALID for unknown headers.
12581         Return RTSP_INVALID for unknown methods.
12582         Copy CSeq and Session headers from the request.
12583         Only free memory corresponding to the currently set message type.
12584         Added const to function arguments as appropriate.
12585         Avoid a compiler warning when initializing nmedia.
12586         Use guint rather than gint to avoid compiler warnings.
12587         Fix crasher in wms extension.
12588         Factor out stream setup from open_connection.
12589         Delay activation of streams when actual data is received from the
12590         server, this prepares us to do proper protocol switching.
12591         Added new license.
12592         Fixes #380895.
12593
12594
12595 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         Patch by: Sebastian Dröge <slomo ubuntu com>
12598
12599         * docs/plugins/Makefile.am:
12600         * gst/audiofx/audiopanorama.c:
12601           Some small docs fixes (#394851).
12602
12603 2007-01-09  Wim Taymans  <wim@fluendo.com>
12604
12605         * gst/avi/gstavidemux.c:
12606         Fix docs.
12607
12608 2007-01-09  Wim Taymans  <wim@fluendo.com>
12609
12610         * gst/rtp/Makefile.am:
12611         * gst/rtp/gstrtp.c: (plugin_init):
12612         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12613         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12614         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12615         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12616         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12617         * gst/rtp/gstrtpmpvdepay.h:
12618           Added RFC 2250 MPEG Video Depayloader.
12619
12620         * gst/rtp/gstrtpL16depay.h:
12621         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12622         (gst_rtp_h263p_depay_process):
12623         Fix Header file. Small cleanups.
12624
12625         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12626         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12627         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12628         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12629         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12630         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12631         (gst_rtp_mp4v_depay_change_state):
12632         Remove usused code. Remove Adapter from state Change. Added debug.
12633
12634         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12635         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12636         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12637         * gst/rtp/gstrtpmpadepay.h:
12638         Subclass base depayloader.
12639         Added debug.
12640         Support static payload type assignment as well.
12641
12642         * gst/rtp/gstrtpmpapay.c:
12643         Fix caps.
12644
12645 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12648
12649         * ext/jpeg/gstjpegdec.c:
12650         * ext/jpeg/gstjpegenc.c:
12651         * ext/jpeg/smokecodec.c:
12652           These libjpeg callbacks should return a 'boolean' (unsigned char
12653           apparently) and not a 'gboolean' (which maps to gint). Fixes
12654           warnings when compiling with MingW (#393427).
12655
12656         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12657           Use ioctlsocket on win32.
12658
12659         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12660           Some printf format fixes for win32.
12661
12662 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12663
12664         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12665           Use gst_guint64_to_gdouble for conversion.
12666         * win32/vs6/libgstmatroska.dsp:
12667           Add zlib to the link.
12668         * win32/vs6/libgstvideobox.dsp:
12669           Update liboil library name (project is linked to 
12670           liboil-0.3-0.lib now).
12671           
12672 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12673
12674         * gst/matroska/Makefile.am:
12675           If zlib is available and used, we must link it explicitly for
12676           things to work on MingW (fixes #392855).
12677
12678 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * ext/esd/esdsink.c: (gst_esdsink_delay):
12681           Don't return bogus values when esd_get_delay() fails for some
12682           reason (#392189).
12683
12684 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * sys/ximage/gstximagesrc.c: (composite_pixel):
12687           Fix presumably copy'n'pasto for 16bpp depth.
12688
12689 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12690
12691         * gst/matroska/matroska-mux.c:
12692         (gst_matroska_mux_audio_pad_setcaps):
12693           The "signed" field in audio caps is of boolean type, trying to use
12694           gst_structure_get_int() to extract it will fail. Fixing this makes
12695           matroskamux accept raw audio input (#387121) (use at your own risk
12696           though, due to the matroska spec being not entirely useful in this
12697           respect).
12698           Also fix up raw audio structures in template caps so that they
12699           represent what our setcaps function will actually accept, so that
12700           converters know what to convert to.
12701           Finally, don't fail if there isn't an "endianness" field in 8-bit
12702           PCM caps.
12703
12704 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12705
12706         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12707         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12708         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12709         (teardown_cmmldec):
12710         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12711         (teardown_cmmlenc):
12712         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12713           reapply consistent pad (de)activation
12714
12715 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12716
12717         * configure.ac:
12718         Back to CVS
12719
12720         * gst-plugins-good.doap:
12721         Add 0.10.5 doap entry
12722
12723 === release 0.10.5 ===
12724
12725 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12726
12727         * configure.ac:
12728           releasing 0.10.5, "The Path of Thorns"
12729
12730 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12731
12732         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12733         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12734         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12735         (teardown_cmmldec):
12736         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12737         (teardown_cmmlenc):
12738         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12739           revert my freeze breakage
12740
12741 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12742
12743         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12744         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12745         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12746         (teardown_cmmldec):
12747         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12748         (teardown_cmmlenc):
12749         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12750           consistent pad (de)activation
12751
12752 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12753
12754         * configure.ac:
12755         * ext/Makefile.am:
12756         Disable LADPSA, as it has moved to the -bad module for the duration.
12757
12758 2006-12-18  Wim Taymans  <wim@fluendo.com>
12759
12760         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12761         (gst_signal_processor_event):
12762         Reset flow_state back to _OK after a flush stop so that we exit our
12763         error state after the flush. Fixes #374213
12764
12765 2006-12-16  David Schleef  <ds@schleef.org>
12766
12767         * sys/osxvideo/osxvideosink.h:
12768         * sys/osxvideo/osxvideosink.m:
12769           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12770
12771 2006-12-16  David Schleef  <ds@schleef.org>
12772
12773         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12774
12775         * sys/osxvideo/Makefile.am:
12776         * sys/osxvideo/osxvideosink.h:
12777         * sys/osxvideo/osxvideosink.m:
12778           Preliminary patch for porting osxvideosink
12779
12780 2006-12-16  Wim Taymans  <wim@fluendo.com>
12781
12782         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12783
12784         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12785         (gst_videomixer_set_master_geometry),
12786         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12787         (gst_videomixer_reset), (gst_videomixer_init),
12788         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12789         (gst_videomixer_release_pad), (gst_videomixer_collected),
12790         (gst_videomixer_change_state):
12791         Introduce some locking around the videomixer state so that it does not
12792         crash when adding/removing pads. Fixes #383043.
12793
12794 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * configure.ac:
12797           Make sure libcaca can actually be used instead of just checking for
12798           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12799           cross-compiling (fixes #384587).
12800
12801 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12802
12803         * Makefile.am:
12804         * gst-plugins-good.doap:
12805         * gst-plugins-good.spec.in:
12806           adding doap file
12807
12808 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * configure.ac:
12811           libflac-1.1.3 changed API again, but we can't build against it yet,
12812           so make sure our check doesn't use libflac-1.1.3 and add a comment
12813           to this effect.
12814
12815 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12816
12817         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12818         (gst_quarktv_planetable_clear):
12819           Add some NULL pointer checks (possibly related to #385623).
12820
12821 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12822
12823         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12824         (gst_tag_demux_chain):
12825         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12826           In streaming mode, if the first buffer we get doesn't have an
12827           offset, fix it up to be 0, otherwise trimming won't work later on
12828           and we'll be typefinding application/x-id3, which may result in
12829           decodebin plugging an endless number of id3demux elements as a
12830           consequence. Fixes #385031.
12831           
12832 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12833
12834         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12835           Ignore the buffer_time the sound device reports. Turns out it is 
12836           sometimes completely bogus and we're better off without it.
12837
12838 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12839
12840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12841         (gst_matroska_demux_video_caps):
12842         * gst/matroska/matroska-ids.c:
12843         (gst_matroska_track_init_video_context):
12844         * gst/matroska/matroska-ids.h:
12845           Try harder to extract the framerate for video tracks correctly and
12846           save it directly instead of converting it back and forth a few
12847           times. Mostly makes a difference for very small framerates (<1).
12848           Fixes #380199.
12849
12850 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12853         (gst_gconf_audio_src_dispose), (do_toggle_element):
12854         * ext/gconf/gstgconfaudiosrc.h:
12855           Remove gconf notify hook when the gconfaudiosrc element is
12856           destroyed, otherwise the callback may be called on an
12857           already-destroyed instance and bad things happen. Should fix
12858           #378184.
12859           Also ignore gconf key changes when the source is already running.
12860
12861 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12862
12863         Patch by: Sebastian Dröge  <mail at slomosnail de>
12864
12865         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12866           We need to be able to read and parse any possible floating point string
12867           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12868           will parse the former only in certain locales though, so we really need
12869           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12870           make sure we can parse either version at all times.
12871           Fixes #382982 for real.
12872
12873 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12874
12875         * sys/sunaudio/gstsunaudiomixerctrl.c:
12876         * sys/sunaudio/gstsunaudiosrc.c:
12877
12878         Use the sunaudio debug category.
12879
12880         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12881         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12882         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12883         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12884         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12885         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12886         (gst_sunaudiosink_reset):
12887         * sys/sunaudio/gstsunaudiosink.h:
12888
12889         Uses the sunaudio debug category for all debug output
12890         Implements the _delay() callback to synchronise video playback better
12891         Change the segtotal and segsize values back to the parent class 
12892           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12893           respectively)
12894         Measure the samples written to the device vs. played.
12895         Keep track of segments in the device by writing empty eof frames, and
12896         sleep using a GCond when we get too far ahead and risk overrunning the
12897         sink's ringbuffer.
12898
12899         Fixes: #360673
12900
12901 2006-12-08  Wim Taymans  <wim@fluendo.com>
12902
12903         Patch by: Sebastian Dröge  <mail at slomosnail de >
12904
12905         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12906         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12907         * gst/audiofx/audiopanorama.h:
12908         Fix audiopanorame with float samples. Fixes #383726.
12909
12910 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12911
12912         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12913         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12914         (gst_sunaudiosrc_reset):
12915
12916         Implement reset functions to unblock the src/sink more quickly on 
12917         state change requests.
12918         Patch by: Brian Cameron <brian dot cameron at sun com>
12919
12920 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12921
12922         * sys/sunaudio/gstsunaudiomixer.c:
12923         (gst_sunaudiomixer_change_state):
12924         Construct the correct mixer device name when the AUDIODEV env var
12925         is set.
12926
12927         Patch by: Jerry Tan <jerry.tan at sun dot com>
12928         Fixes: #383596
12929
12930 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12931
12932         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12933         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12934         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12935         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12936         Patch by: Jerry Tan <jerry.tan at sun dot com>
12937         Fixes: #349015
12938
12939 2006-12-07  Wim Taymans  <wim@fluendo.com>
12940
12941         * gst/smpte/gstmask.h:
12942         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12943         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12944         (gst_smpte_collected), (gst_smpte_set_property),
12945         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12946         * gst/smpte/gstsmpte.h:
12947         Port to 0.10 some more. 
12948         Added duration property to specify the duration of the transition.
12949         Make framerate a fraction.
12950         Deprecate fps property, we only use negotiated fps.
12951         Added docs.
12952         Fix collectpad usage.
12953         Reset state in READY.
12954         Send NEWSEGMENT event.
12955         Fix racy updates of object properties.
12956         Added debug category.
12957         Fixes #383323.
12958
12959 2006-12-06  Wim Taymans  <wim@fluendo.com>
12960
12961         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12962
12963         * gst/videomixer/videomixer.c:
12964         (gst_videomixer_set_master_geometry),
12965         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12966         Don't reset xpos and ypos in the setcaps function because causes
12967         unexpected behaviour.
12968         Fixes #382179.
12969
12970 2006-12-06  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12973         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12974         Keep track of the buffer timestamp in the collectdata member instead
12975         of modifying the buffer without making the metadata writable first.
12976         Fixes #382277.
12977
12978 2006-12-06  Wim Taymans  <wim@fluendo.com>
12979
12980         Patch by: Rob Taylor <robtaylor at floopily dot org>
12981
12982         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12983         If using multicast in udpsrc, bind to the multicast address rather than
12984         IN_ADDR_ANY.
12985         This allows the simultanous use of multiple udpsrcs listening on
12986         different multicat addresses. Without this all udpsrcs will receive all
12987         packets from all subscribed multicast addresses.
12988         Fixes #383001.
12989
12990 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12991
12992         * ext/taglib/gstid3v2mux.cc:
12993         Don't attempt to write a NULL frame into the ID3 tag set when the 
12994         createFrame method returned NULL.
12995         Fixes: #381857
12996         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12997
12998 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12999
13000         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13001         Use g_strtod() instead of sscanf to parse doubles, so that it will
13002         try parsing in the C locale if the current locale fails.
13003         Fixes: #382982
13004         Patch by: Sebastian Dröge  <mail at slomosnail de >
13005
13006 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
13007
13008         * win32/MANIFEST:
13009         Fix compilation on win32 under VS8
13010         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
13011         Partially fixes #381175
13012
13013 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
13014
13015         * gst/avi/gstavimux.c:
13016           accept all mpegversions,fixes #380825
13017           spotted by: Jerome Alet  
13018
13019 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
13020
13021         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
13022         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
13023         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
13024         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
13025           cleanup the error message a bit more
13026
13027 2006-11-28  Wim Taymans  <wim@fluendo.com>
13028
13029         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
13030         Fix width and height properties.
13031
13032         * ext/libcaca/gstcacasink.h:
13033         Fix compilation on newer libcaca that require us to include a new
13034         header. Fixes #379918.
13035
13036 2006-11-28  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
13039         * gst/rtsp/gstrtspsrc.h:
13040         * gst/rtsp/rtspext.h:
13041         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
13042         (rtsp_ext_wms_get_context):
13043         Add method so that extensions can choose to disable the setup of
13044         a stream.
13045         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
13046
13047 2006-11-27  Wim Taymans  <wim@fluendo.com>
13048
13049         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
13050
13051         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13052         Push header in a separate buffer instead of memcpy:ing all data.
13053         Change LF => CRLF in headers.
13054         Move trailing LF to header. Fixes #379792.
13055
13056 2006-11-27  Wim Taymans  <wim@fluendo.com>
13057
13058         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
13059         Small buffer overflow fix and improve debugging.
13060
13061 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13062
13063         * ext/esd/esdmon.h:
13064         * ext/esd/esdsink.h:
13065           remove obsolete _factory_init protos
13066
13067 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13068
13069         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
13070         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13071         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
13072         (gst_avi_demux_read_subindexes_push),
13073         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13074         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13075         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13076         (gst_avi_demux_massage_index),
13077         (gst_avi_demux_calculate_durations_from_index),
13078         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13079         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13080         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13081           remove dead code, tweak debugs statements, add comments, use
13082           _uint64_scale instead _uint64_scale_int when using guint64 values,
13083           small optimizations, reflow some error handling
13084
13085 2006-11-22  Edward Hervey  <edward@fluendo.com>
13086
13087         * po/.cvsignore:
13088         We never put .pot files in cvs. Let's ignore them all.
13089
13090 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13091
13092         * po/POTFILES.in:
13093           ... but better exclude files that aren't disted.
13094
13095 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * po/POTFILES.in:
13098           Add v4l2 source files to list of files with translations, so the
13099           strings are actually extracted (however bad they still may be).
13100
13101 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13102
13103         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13104           Minor clean-ups: const-ify static array, remove trailing comma from
13105           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13106
13107 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13108
13109         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13110         Make sure that g_free always gets called on the same pointer that was 
13111         returned by g_malloc.  Fixes #376594.
13112         Do not leak memory if decompressed size is wrong.
13113         Remove unneeded check of return value of g_malloc.
13114         Patch by: René Stadler <mail@renestadler.de>
13115
13116 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13117
13118         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13119           Add missing curly brackets.
13120
13121 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13122
13123         * sys/v4l2/v4l2src_calls.c:
13124         Fix capture_deinit.
13125
13126 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13129         (gst_matroska_mux_request_new_pad):
13130           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13131
13132         * tests/check/elements/matroskamux.c: (setup_src_pad),
13133         (setup_sink_pad), (GST_START_TEST):
13134         Activate pads before using them.
13135
13136 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13137
13138         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13139           Initialise variable to get rid of bogus compiler warning.
13140
13141 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13142
13143         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13144
13145         * gst/rtp/gstrtph263pay.c:
13146         * gst/rtp/gstrtph263pdepay.c:
13147         * gst/rtp/gstrtph263ppay.c:
13148           Specify H.263 variant and version in the caps (fixes #361637)
13149
13150 2006-11-15  Wim Taymans  <wim@fluendo.com>
13151
13152         * gst/rtsp/rtspconnection.c: (read_body):
13153         Don't set a data pointer to NULL and a size > 0 when we deal
13154         with empty packets.
13155
13156         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13157         (rtsp_message_init_response), (rtsp_message_init_data),
13158         (rtsp_message_unset), (rtsp_message_free),
13159         (rtsp_message_take_body):
13160         Check that we can't create invalid empty packets. 
13161
13162 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13165
13166         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13167         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13168         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13169         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13170         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13171         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13172         * gst/matroska/matroska-mux.h:
13173           Add basic tag writing support; implement releasing pads (#374658).
13174
13175 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13176
13177         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13178         (gst_matroska_demux_audio_caps):
13179           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13180
13181 2006-11-14  David Schleef  <ds@schleef.org>
13182
13183         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13184
13185 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13188
13189         * win32/vs8/gst-plugins-good.sln:
13190         * win32/vs8/libgst1394.vcproj:
13191         * win32/vs8/libgstaasink.vcproj:
13192         * win32/vs8/libgstalaw.vcproj:
13193         * win32/vs8/libgstalpha.vcproj:
13194         * win32/vs8/libgstalphacolor.vcproj:
13195         * win32/vs8/libgstannodex.vcproj:
13196         * win32/vs8/libgstapetag.vcproj:
13197         * win32/vs8/libgstaudiofx.vcproj:
13198         * win32/vs8/libgstauparse.vcproj:
13199         * win32/vs8/libgstautodetect.vcproj:
13200         * win32/vs8/libgstavi.vcproj:
13201         * win32/vs8/libgstcacasink.vcproj:
13202         * win32/vs8/libgstcdio.vcproj:
13203         * win32/vs8/libgstcutter.vcproj:
13204         * win32/vs8/libgstdv.vcproj:
13205         * win32/vs8/libgsteffectv.vcproj:
13206         * win32/vs8/libgstflac.vcproj:
13207         * win32/vs8/libgstflxdec.vcproj:
13208         * win32/vs8/libgstgoom.vcproj:
13209         * win32/vs8/libgsticydemux.vcproj:
13210         * win32/vs8/libgstid3demux.vcproj:
13211         * win32/vs8/libgstjpeg.vcproj:
13212         * win32/vs8/libgstladspa.vcproj:
13213         * win32/vs8/libgstlevel.vcproj:
13214         * win32/vs8/libgstmatroska.vcproj:
13215         * win32/vs8/libgstmikmod.vcproj:
13216         * win32/vs8/libgstmng.vcproj:
13217         * win32/vs8/libgstmonoscope.vcproj:
13218         * win32/vs8/libgstmulaw.vcproj:
13219         * win32/vs8/libgstmultipart.vcproj:
13220         * win32/vs8/libgstpng.vcproj:
13221         * win32/vs8/libgstrtp.vcproj:
13222         * win32/vs8/libgstrtsp.vcproj:
13223         * win32/vs8/libgstshout2.vcproj:
13224         * win32/vs8/libgstsmpte.vcproj:
13225         * win32/vs8/libgstspeex.vcproj:
13226         * win32/vs8/libgsttaglib.vcproj:
13227         * win32/vs8/libgstudp.vcproj:
13228         * win32/vs8/libgstvideobalance.vcproj:
13229         * win32/vs8/libgstvideobox.vcproj:
13230         * win32/vs8/libgstvideoflip.vcproj:
13231         * win32/vs8/libgstvideomixer.vcproj:
13232         * win32/vs8/libgstwavenc.vcproj:
13233         * win32/vs8/libgstwavparse.vcproj:
13234           Make end-of-line returns unixy, so that when the files are checked
13235           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13236           Hopefully fixes #366492.
13237
13238 2006-11-14  Wim Taymans  <wim@fluendo.com>
13239
13240         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13241         Disable init_frames delay timestamp adjustment, it does not
13242         seem to be needed at all. Fixes #369621.
13243
13244 2006-11-13  Wim Taymans  <wim@fluendo.com>
13245
13246         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13247
13248         * gst/videomixer/videomixer.c:
13249         (gst_videomixer_set_master_geometry),
13250         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13251         (gst_videomixer_collect_free), (gst_videomixer_reset),
13252         (gst_videomixer_init), (gst_videomixer_finalize),
13253         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13254         (gst_videomixer_collected), (gst_videomixer_change_state):
13255         Fix memleak by unref'ing collectpads instance (when finalizing)
13256         Implement releasing a request pad. Fixes #374479.
13257
13258 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13261
13262         * win32/vs8/gst-plugins-good.sln:
13263         * win32/vs8/libgst1394.vcproj:
13264         * win32/vs8/libgstaasink.vcproj:
13265         * win32/vs8/libgstalaw.vcproj:
13266         * win32/vs8/libgstalpha.vcproj:
13267         * win32/vs8/libgstalphacolor.vcproj:
13268         * win32/vs8/libgstannodex.vcproj:
13269         * win32/vs8/libgstapetag.vcproj:
13270         * win32/vs8/libgstaudiofx.vcproj:
13271         * win32/vs8/libgstauparse.vcproj:
13272         * win32/vs8/libgstautodetect.vcproj:
13273         * win32/vs8/libgstavi.vcproj:
13274         * win32/vs8/libgstcacasink.vcproj:
13275         * win32/vs8/libgstcdio.vcproj:
13276         * win32/vs8/libgstcutter.vcproj:
13277         * win32/vs8/libgstdv.vcproj:
13278         * win32/vs8/libgsteffectv.vcproj:
13279         * win32/vs8/libgstflac.vcproj:
13280         * win32/vs8/libgstflxdec.vcproj:
13281         * win32/vs8/libgstgoom.vcproj:
13282         * win32/vs8/libgsticydemux.vcproj:
13283         * win32/vs8/libgstid3demux.vcproj:
13284         * win32/vs8/libgstjpeg.vcproj:
13285         * win32/vs8/libgstladspa.vcproj:
13286         * win32/vs8/libgstlevel.vcproj:
13287         * win32/vs8/libgstmatroska.vcproj:
13288         * win32/vs8/libgstmikmod.vcproj:
13289         * win32/vs8/libgstmng.vcproj:
13290         * win32/vs8/libgstmonoscope.vcproj:
13291         * win32/vs8/libgstmulaw.vcproj:
13292         * win32/vs8/libgstmultipart.vcproj:
13293         * win32/vs8/libgstpng.vcproj:
13294         * win32/vs8/libgstrtp.vcproj:
13295         * win32/vs8/libgstrtsp.vcproj:
13296         * win32/vs8/libgstshout2.vcproj:
13297         * win32/vs8/libgstsmpte.vcproj:
13298         * win32/vs8/libgstspeex.vcproj:
13299         * win32/vs8/libgsttaglib.vcproj:
13300         * win32/vs8/libgstudp.vcproj:
13301         * win32/vs8/libgstvideobalance.vcproj:
13302         * win32/vs8/libgstvideobox.vcproj:
13303         * win32/vs8/libgstvideoflip.vcproj:
13304         * win32/vs8/libgstvideomixer.vcproj:
13305         * win32/vs8/libgstwavenc.vcproj:
13306         * win32/vs8/libgstwavparse.vcproj:
13307           Add VS8 project files (note that many of the plugins in ext are
13308           disabled by default). Fixes #366492.
13309
13310 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13311
13312         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13313           we do not translate debug messages
13314
13315 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13316
13317         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13318           fix categorisation, make short desc more explicit, remove unused code
13319           Fixes #372021
13320
13321 2006-11-08  Wim Taymans  <wim@fluendo.com>
13322
13323         * gst/rtp/gstrtpL16depay.c:
13324         * gst/rtp/gstrtpamrdepay.c:
13325         * gst/rtp/gstrtpamrpay.c:
13326         * gst/rtp/gstrtpgsmdepay.c:
13327         * gst/rtp/gstrtph263pay.c:
13328         * gst/rtp/gstrtph263pdepay.c:
13329         * gst/rtp/gstrtph263ppay.c:
13330         * gst/rtp/gstrtph264depay.c:
13331         * gst/rtp/gstrtpmp2tdepay.c:
13332         * gst/rtp/gstrtpmp4gdepay.c:
13333         * gst/rtp/gstrtpmp4gpay.c:
13334         * gst/rtp/gstrtpmp4vdepay.c:
13335         * gst/rtp/gstrtpmp4vpay.c:
13336         * gst/rtp/gstrtpmpadepay.c:
13337         * gst/rtp/gstrtpmpapay.c:
13338         * gst/rtp/gstrtppcmadepay.c:
13339         * gst/rtp/gstrtppcmapay.c:
13340         * gst/rtp/gstrtppcmudepay.c:
13341         * gst/rtp/gstrtppcmupay.c:
13342         * gst/rtp/gstrtpspeexdepay.c:
13343         * gst/rtp/gstrtpspeexpay.c:
13344         * gst/rtp/gstrtpsv3vdepay.c:
13345         Fix element descriptions.
13346
13347 2006-11-08  Wim Taymans  <wim@fluendo.com>
13348
13349         * gst/rtp/gstrtpvorbisdepay.c:
13350         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13351         Fix description.
13352         Small cleanup in the payloader.
13353
13354 2006-11-08  Wim Taymans  <wim@fluendo.com>
13355
13356         * gst/rtp/Makefile.am:
13357         * gst/rtp/gstrtp.c: (plugin_init):
13358         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13359         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13360         (gst_rtp_theora_depay_finalize),
13361         (gst_rtp_theora_depay_parse_configuration),
13362         (gst_rtp_theora_depay_setcaps),
13363         (gst_rtp_theora_depay_switch_codebook),
13364         (gst_rtp_theora_depay_process),
13365         (gst_rtp_theora_depay_set_property),
13366         (gst_rtp_theora_depay_get_property),
13367         (gst_rtp_theora_depay_change_state),
13368         (gst_rtp_theora_depay_plugin_init):
13369         * gst/rtp/gstrtptheoradepay.h:
13370         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13371         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13372         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13373         (gst_rtp_theora_pay_init_packet),
13374         (gst_rtp_theora_pay_flush_packet),
13375         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13376         (gst_rtp_theora_pay_handle_buffer),
13377         (gst_rtp_theora_pay_plugin_init):
13378         * gst/rtp/gstrtptheorapay.h:
13379         Add theora pay/depayloaders.
13380
13381 2006-11-06  Wim Taymans  <wim@fluendo.com>
13382
13383         * gst/rtp/Makefile.am:
13384         We depend on gsttag to generate the vorbis comments.
13385
13386         * gst/rtp/gstrtpvorbisdepay.c:
13387         (gst_rtp_vorbis_depay_parse_configuration),
13388         (gst_rtp_vorbis_depay_setcaps),
13389         (gst_rtp_vorbis_depay_switch_codebook),
13390         (gst_rtp_vorbis_depay_process):
13391         * gst/rtp/gstrtpvorbisdepay.h:
13392         Parse configuration string in the depayloader.
13393         Implement selecting and switching to a new codebook.
13394         Receiving vorbis over RTP now works.
13395
13396         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13397         (gst_rtp_vorbis_pay_init_packet),
13398         (gst_rtp_vorbis_pay_finish_headers),
13399         (gst_rtp_vorbis_pay_handle_buffer):
13400         * gst/rtp/gstrtpvorbispay.h:
13401         Set timestamps on outgoing buffers and RTP packets.
13402         Fix configuration string, prepend number of Packet headers.
13403         Fix encoding of ident string.
13404         Add delivery-method to caps.
13405         Streaming vorbis over RTP now works.
13406
13407 2006-11-06  Wim Taymans  <wim@fluendo.com>
13408
13409         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13410         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13411         (gst_rtp_vorbis_pay_handle_buffer):
13412         * gst/rtp/gstrtpvorbispay.h:
13413         Generate a valid configuration string in the caps based on the
13414         vorbis headers.
13415
13416 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13419         * ext/cdio/gstcdio.h:
13420         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13421           Move CD-TEXT utility function into common file so it can also be
13422           used by a future cdioparanoiasrc.
13423
13424 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13425         
13426         * sys/v4l2/Makefile.am:
13427         * sys/v4l2/gstv4l2object.c:
13428         * sys/v4l2/gstv4l2src.c:
13429         * sys/v4l2/gstv4l2xoverlay.c:
13430         * sys/v4l2/v4l2_calls.c:
13431         * sys/v4l2/v4l2src_calls.c:
13432         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13433         xoverlay code that is still not implemented.
13434
13435 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13438           We require a -base more recent than 0.10.9, so it's safe to use
13439           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13440
13441         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13442         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13443           Use _newsegment_full() now that we depend on a recent enough core.
13444
13445         * gst/wavparse/gstwavparse.c:
13446           Remove cruft that we don't need any longer now that we depend on
13447           a recent enough -base.
13448
13449 2006-10-31  Wim Taymans  <wim@fluendo.com>
13450
13451         * gst/rtp/Makefile.am:
13452         * gst/rtp/gstrtp.c: (plugin_init):
13453         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13454         (gst_rtpilbcpay_setcaps):
13455         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13456
13457 2006-10-31  Wim Taymans  <wim@fluendo.com>
13458
13459         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13460         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13461         Some small cleanups, use _scale.
13462
13463 2006-10-31  Wim Taymans  <wim@fluendo.com>
13464
13465         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13466         Use higher precision scale function.
13467
13468 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13469
13470         Patch by: Michal Benes  <michal dot benes at itonis tv>
13471
13472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13473         (gst_matroska_demux_read_track_encodings),
13474         (gst_matroska_decode_buffer):
13475           Fix several issues with encoded/compressed/encrypted/signed tracks;
13476           also, remove superfluous newline characters from some debug
13477           statements. (#366155)
13478
13479 2006-10-30  Wim Taymans  <wim@fluendo.com>
13480
13481         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13482         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13483         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13484         (gst_smokedec_change_state):
13485         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13486         (gst_smokeenc_init), (gst_smokeenc_finalize),
13487         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13488         (gst_smokeenc_resync), (gst_smokeenc_chain),
13489         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13490         (gst_smokeenc_change_state):
13491         Various cleanups, capsnego and leak fixes.
13492
13493 2006-10-30  Wim Taymans  <wim@fluendo.com>
13494
13495         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13496
13497         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13498         Fix videomixer so that it can handle any combination of framerates.
13499         Fixes #367221.
13500
13501 2006-10-28  Wim Taymans  <wim@fluendo.com>
13502
13503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13504         (gst_avi_demux_parse_file_header),
13505         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13506         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13507         (gst_avi_demux_chain):
13508         Fix position query for audio. also fixes timestamps in streaming
13509         mode and bug #364958.
13510         Small cleanups.
13511
13512 2006-10-27  Wim Taymans  <wim@fluendo.com>
13513
13514         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13515         * ext/libpng/gstpngenc.h:
13516         Fix strides. Fixes #364856.
13517         Cleanup capsnego.
13518         Set caps on outgoing buffers.
13519
13520 2006-10-18  Wim Taymans  <wim@fluendo.com>
13521
13522         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13523
13524         * gst/rtp/gstrtpgsmpay.c:
13525         * gst/rtp/gstrtph263pay.c:
13526         * gst/rtp/gstrtpmpapay.c:
13527         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13528         (gst_rtp_pcma_pay_handle_buffer):
13529         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13530         Add static payload numbers in addition to the dynamic ones.
13531         Fixes #361639.
13532
13533 2006-10-18  Wim Taymans  <wim@fluendo.com>
13534
13535         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13536         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13537         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13538         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13539         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13540         * gst/rtsp/rtspdefs.h:
13541         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13542         * gst/rtsp/rtspurl.h:
13543         Reuse already existing enum for lower transport.
13544         Add rtspt and rtspu protocols.
13545         Send redirect to rtspt when udp times out.
13546
13547 2006-10-18  Wim Taymans  <wim@fluendo.com>
13548
13549         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13550         (gst_wavparse_stream_data):
13551         Fix seeking some more, mostly for speed changes.
13552
13553 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13554
13555         Patch by: Fredrik Persson  <frepe at bredband net>
13556
13557         * sys/v4l2/gstv4l2tuner.c:
13558         * sys/v4l2/gstv4l2tuner.h:
13559           Fix _set_channel(): remove useless g_object_notify() for "channel"
13560           property that doesn't exist any longer and therefore now also
13561           useless redirect (#338818).
13562
13563 2006-10-17  Wim Taymans  <wim@fluendo.com>
13564
13565         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13566         Some drivers do not support unsetting the non-blocking flag once the
13567         device is opened. In those cases, close/open the device in
13568         non-blocking mode. Fixes #362673.
13569
13570 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13571
13572         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13573         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13574         (gst_v4l2src_get_fps):
13575           dear stefan, framespersecond is not frameperiod, reverting but adding
13576           comment
13577
13578 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13579
13580         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13581         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13582         (gst_v4l2src_get_fps):
13583           Numerator is numerator and denominator is denominator. Say that aloud
13584           5 times and retry after next beer.
13585
13586 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13587
13588         Patch by: Josep Torra Valles  <josep at fluendo com>
13589
13590         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13591         * ext/esd/esdsink.c: (gst_esdsink_write):
13592         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13593         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13594         (gst_flac_dec_send_newsegment):
13595         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13596         (gst_flac_enc_tell_callback):
13597         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13598         (smokecodec_parse_header), (smokecodec_decode):
13599         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13600         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13601         * gst/goom/Makefile.am:
13602         * gst/goom/gstgoom.c:
13603         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13604         * gst/rtsp/gstrtspsrc.c:
13605         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13606         * gst/udp/gstudpsink.c:
13607         * gst/udp/gstudpsrc.c:
13608         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13609         * sys/sunaudio/gstsunaudiomixertrack.h:
13610           Fix a bunch of problems discovered by the Forte compiler, mostly type
13611           mixups and pointer arithmetics with void pointers. Fixes #362603.
13612
13613 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * ext/speex/gstspeex.c: (plugin_init):
13616         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13617         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13618         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13619         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13620         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13621         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13622         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13623         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13624         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13625         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13626         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13627         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13628         * ext/speex/gstspeexenc.h:
13629           Miscellaneous clean-ups, among other things: speexenc => enc to
13630           enhance code readability; change speexenc => speex_enc; in chain
13631           function unref input buffer in case of error; take reference in
13632           event function; use boilerplate macro; use gst_pad_query_peer_*
13633           convenience functions.
13634
13635 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13636
13637         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13638         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13639         (gst_speexenc_set_header_on_caps):
13640           Fix some mem leaks.
13641
13642 2006-10-11  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst/rtsp/URLS:
13645         Added some other URL.
13646
13647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13648         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13649         (gst_rtspsrc_open), (gst_rtspsrc_play),
13650         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13651         * gst/rtsp/gstrtspsrc.h:
13652         Work on fallback to TCP connection when the UDP socket times out.
13653         Handler server requests, just reply with OK for now.
13654
13655         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13656         * gst/rtsp/rtspdefs.h:
13657         Added some more Real extension headers.
13658
13659         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13660         Fix parsing of urls with a ':' that is not part of the hostname:port
13661         part of the url.
13662
13663 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13664
13665         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13666         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13667         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13668           Activate pad before adding it to the already-running element.
13669
13670         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13671           Activate newly-created pad too.
13672
13673 2006-10-11  Wim Taymans  <wim@fluendo.com>
13674
13675         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13676
13677         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13678         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13679         (gst_udpsrc_start):
13680         Fix some leaks in caps and uris. Fixes #361252.
13681
13682 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13683
13684         * gst/wavparse/Makefile.am:
13685           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13686
13687 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13688
13689         * sys/v4l2/gstv4l2xoverlay.c:
13690         * sys/v4l2/gstv4l2xoverlay.h:
13691         Fix build as per the patch in #338818 comment 36.
13692
13693 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13694
13695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13696           Activate pads before adding them to the source.
13697
13698 2006-10-06  Wim Taymans  <wim@fluendo.com>
13699
13700         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13701         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13702         Activate pads before adding.
13703
13704 2006-10-06  Wim Taymans  <wim@fluendo.com>
13705
13706         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13707         (gst_multipart_find_pad_by_mime):
13708         Activate pads before adding.
13709
13710         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13711         BOILERPLATE sets parent_class for us.
13712
13713 2006-10-06  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13716         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13717         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13718         (gst_rtspsrc_alloc_udp_ports),
13719         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13720         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13721         (gst_rtspsrc_create_transports_string),
13722         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13723         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13724         * gst/rtsp/gstrtspsrc.h:
13725         Rework how the transport string is constructed, try to share channels
13726         and udp ports.
13727         Make most of the stuff less dependant on RTP as we are also going to use
13728         it for RDT.
13729         Add support for transport specific session managers.
13730
13731         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13732         Implement _flush().
13733
13734         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13735         * gst/rtsp/rtspdefs.h:
13736         Add generic error return code.
13737
13738         * gst/rtsp/rtspext.h:
13739         Add support for pluggable tranport strings.
13740
13741         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13742         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13743         (rtsp_ext_wms_get_context):
13744         Detect WMServer and activate the extension.
13745
13746         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13747         (rtsp_transport_get_manager), (rtsp_transport_parse):
13748         * gst/rtsp/rtsptransport.h:
13749         Added methods to get mime/manager for certain transports.
13750
13751 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13752
13753         * ext/cairo/gsttimeoverlay.c:
13754         (gst_cairo_time_overlay_update_font_height):
13755         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13756         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13757         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13758         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13759         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13760         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13761         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13762         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13763         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13764         (gst_avi_demux_stream_data):
13765         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13766         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13767         (gst_fenced_buffer_copy):
13768         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13769         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13771         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13772         (gst_rtspsrc_handle_message):
13773         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13774         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13775           Printf format fixes.
13776
13777 2006-10-04  Wim Taymans  <wim@fluendo.com>
13778
13779         * gst/rtsp/Makefile.am:
13780         Dist new .h file too.
13781
13782 2006-10-04  Wim Taymans  <wim@fluendo.com>
13783
13784         * gst/rtsp/Makefile.am:
13785         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13786         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13788         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13789         (gst_rtspsrc_parse_rtpmap),
13790         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13791         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13792         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13793         * gst/rtsp/gstrtspsrc.h:
13794         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13795         * gst/rtsp/rtspdefs.h:
13796         * gst/rtsp/rtspext.h:
13797         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13798         (rtsp_ext_wms_get_context):
13799         * gst/rtsp/rtspextwms.h:
13800         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13801         (rtsp_transport_parse):
13802         * gst/rtsp/rtsptransport.h:
13803         Factor out extension in separate module.
13804         Fix getcaps to filter against the padtemplate.
13805         Use Content-Base if the server gives one.
13806         Rework the transport parsing a bit for future extensions.
13807         Added some Real Header field definitions.
13808
13809 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13810
13811         * docs/plugins/Makefile.am:
13812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13814           added v4l2 stubs
13815         * gst-plugins-good.spec.in:
13816           add v4l2
13817
13818 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13821           Extract disc/album/medium number and count and try harder
13822           to extract track number/count.
13823
13824 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13825
13826         * configure.ac:
13827         * sys/Makefile.am:
13828           add build stuff for v4l2, needs --enable-experimental until
13829           the last bits are resolved
13830
13831 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13832
13833         * tests/check/Makefile.am:
13834           Disable autodetect test temporarily, so that the build bots
13835           update -bad and the ranks of unreliable video sinks in there.
13836
13837         * tests/check/elements/autodetect.c: (GST_START_TEST):
13838           Skip test if no usable videosink is found.
13839
13840 2006-09-29  Wim Taymans  <wim@fluendo.com>
13841
13842         * gst/rtsp/URLS:
13843         Add some more URLs.
13844
13845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13846         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13847         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13848         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13849         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13850         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13851         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13852         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13853         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13854         * gst/rtsp/gstrtspsrc.h:
13855         Add timeout property to control UDP timeouts.
13856         Fix error messages.
13857         Also start a loop function when operating in UDP mode so that we can
13858         do some more stuff async.
13859         Handle element messages from udpsrc to detect timeouts. If a timeout
13860         happens we currently generate an error.
13861         API: rtspsrc::timeout property.
13862
13863         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13864         (gst_udpsrc_create):
13865         Really implement the timeout in microseconds and not milliseconds.
13866
13867 2006-09-29  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13870         (gst_udpsrc_create), (gst_udpsrc_set_property),
13871         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13872         * gst/udp/gstudpsrc.h:
13873         Added property to post a message on timeout.
13874         Updated docs.
13875         When restarting the select, initialize the fdsets again.
13876         Init control sockets so we don't accidentally close a random socket.
13877         API: GstUDPSrc::timeout property
13878
13879 2006-09-29  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13882         Fix flag registration.
13883
13884         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13885         Reading 0 also means 'no more commands'
13886
13887 2006-09-29  Wim Taymans  <wim@fluendo.com>
13888
13889         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13890
13891         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13892         Fix possible infinite loop when shutting down, a read can also return
13893         0 to indicate no more messages are available. Fixes #358156.
13894
13895 2006-09-25  Wim Taymans  <wim@fluendo.com>
13896
13897         * gst/autodetect/gstautoaudiosink.c:
13898         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13899         (gst_auto_audio_sink_find_best):
13900         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13901         Small cleanups.
13902         don't try to set "sync" property when it is not available.
13903
13904 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         Patch by: Peter Kjellerstedt  <pkj at axis com>
13907
13908         * gst/alpha/gstalpha.c:
13909         * gst/rtp/gstrtpamrdepay.c:
13910         * gst/rtsp/gstrtspsrc.c:
13911         * gst/udp/gstudpsrc.c:
13912         * gst/videomixer/videomixer.c:
13913           Include stdlib.h in some more places, makes things compile
13914           with uClibc and -Werror (#357592).
13915
13916 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * ext/jpeg/gstjpegdec.c:
13919           Set minimum height to 8 (from 16), our code should handle
13920           that fine. Some of the buttons on the apple trailer site
13921           are apparently only 15 pixels high (see #357470).
13922
13923 2006-09-23  Wim Taymans  <wim@fluendo.com>
13924
13925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13926         (gst_rtspsrc_open):
13927         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13928         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13929         (rtsp_connection_receive):
13930         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13931         * gst/rtsp/rtspdefs.h:
13932         Improve error reporting.
13933
13934 2006-09-23  Wim Taymans  <wim@fluendo.com>
13935
13936         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13937         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13938         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13939         * gst/rtp/gstrtpdepay.c:
13940         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13941         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13942         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13943         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13944         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13945         (gst_rtp_mp2t_depay_plugin_init):
13946         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13947         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13948         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13949         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13950         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13951         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13952         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13953         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13954         Fix klass typos.
13955         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13956
13957 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13958
13959         * configure.ac:
13960           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13961
13962 2006-09-22  Wim Taymans  <wim@fluendo.com>
13963
13964         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13965         Don't check for a tag that is never there and check if we read the
13966         correct tag. Fixes seeking again.
13967         We must post an error when all pads are unlinked.
13968
13969 2006-09-22  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/rtp/Makefile.am:
13972         * gst/rtp/gstrtp.c: (plugin_init):
13973         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13974         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13975         (gst_rtp_vorbis_pay_reset_packet),
13976         (gst_rtp_vorbis_pay_init_packet),
13977         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13978         (gst_rtp_vorbis_pay_handle_buffer):
13979         More fixage, set endoder-params correctly in the payloader.
13980
13981 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13982
13983         * gst/autodetect/gstautoaudiosink.c:
13984         (gst_auto_audio_sink_base_init):
13985         * gst/autodetect/gstautovideosink.c:
13986         (gst_auto_video_sink_base_init):
13987           Make static pad templates static to appease valgrind's leak
13988           detector.
13989
13990         * tests/check/Makefile.am:
13991         * tests/check/elements/.cvsignore:
13992         * tests/check/elements/autodetect.c: (GST_START_TEST),
13993         (autodetect_suite):
13994           Add simple test for the ghostpad lockup on shutdown fixed in core
13995           CVS (audio bit disabled because it would need dozens of alsa
13996           suppressions and I'm too lazy to add those now).
13997
13998 2006-09-22  Wim Taymans  <wim@fluendo.com>
13999
14000         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
14001         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
14002         Small cleanups.
14003
14004         * gst/rtp/Makefile.am:
14005         * gst/rtp/gstrtp.c: (plugin_init):
14006         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
14007         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
14008         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
14009         (gst_rtp_vorbis_depay_process),
14010         (gst_rtp_vorbis_depay_set_property),
14011         (gst_rtp_vorbis_depay_get_property),
14012         (gst_rtp_vorbis_depay_change_state),
14013         (gst_rtp_vorbis_depay_plugin_init):
14014         * gst/rtp/gstrtpvorbisdepay.h:
14015         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
14016         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
14017         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
14018         (gst_rtp_vorbis_pay_flush_packet),
14019         (gst_rtp_vorbis_pay_append_buffer),
14020         (gst_rtp_vorbis_pay_handle_buffer),
14021         (gst_rtp_vorbis_pay_plugin_init):
14022         * gst/rtp/gstrtpvorbispay.h:
14023         Add experimental vorbis pay and depayloaders.
14024
14025 2006-09-21  Wim Taymans  <wim@fluendo.com>
14026
14027         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
14028         Fix profile-level-id parsing and setup.
14029
14030 2006-09-21  Wim Taymans  <wim@fluendo.com>
14031
14032         * gst/udp/README:
14033         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
14034         Update README, simple cleanup.
14035
14036 2006-09-21  Wim Taymans  <wim@fluendo.com>
14037
14038         * gst/rtp/README:
14039         Update README with some examples.
14040
14041         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
14042         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
14043         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
14044         (gst_rtp_mp4g_pay_setcaps):
14045         * gst/rtp/gstrtpmp4gpay.h:
14046         Make optional RTP parameters of type STRING, as required by the
14047         application/x-rtp caps specification.
14048
14049 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14050
14051         * gst/rtp/gstrtph263pdepay.c:
14052         * gst/rtp/gstrtph263ppay.c:
14053         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
14054         RTP header.
14055
14056 2006-09-20  Wim Taymans  <wim@fluendo.com>
14057
14058         * gst/rtp/Makefile.am:
14059         And makefile too.
14060
14061 2006-09-20  Wim Taymans  <wim@fluendo.com>
14062
14063         * gst/rtp/gstrtp.c: (plugin_init):
14064         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
14065         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
14066         (decode_base64), (gst_rtp_asf_depay_setcaps),
14067         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
14068         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
14069         (gst_rtp_asf_depay_plugin_init):
14070         * gst/rtp/gstrtpasfdepay.h:
14071         Added preliminary ASF depayloader.
14072
14073         * gst/rtp/gstrtph264depay.c: (decode_base64):
14074         Fix base64 decoding.
14075
14076 2006-09-20  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst/rtsp/URLS:
14079         Added some test URLS.
14080
14081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14082         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14083         * gst/rtsp/gstrtspsrc.h:
14084         When creating streams, give access to the complete SDP.
14085         Fix some leaks.
14086         Collect and merge global stream properties in stream caps.
14087         Preliminary support for WMServer.
14088
14089         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14090         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14091         (rtsp_connection_receive):
14092         * gst/rtsp/rtspconnection.h:
14093         Make connection interruptable.
14094         Refactor to make it reconnectable.
14095         Don't fail on short reads when reading data packets.
14096
14097         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14098         (rtsp_url_get_port):
14099         * gst/rtsp/rtspurl.h:
14100         Add methods for getting/setting the port.
14101
14102         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14103         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14104         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14105         (sdp_media_get_format), (sdp_parse_line),
14106         (sdp_message_parse_buffer):
14107         Fix headers. 
14108         Add methods for getting multiple attributes with the same name.
14109         Increase buffer size when parsing.
14110         Fix parsing of a=foo fields.
14111
14112         * gst/rtsp/test.c: (main):
14113         Update to new connection API.
14114
14115         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14116         (rtsp_message_init_response), (rtsp_message_init_data),
14117         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14118         * gst/rtsp/rtspmessage.h:
14119         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14120         * gst/rtsp/rtsptransport.h:
14121         * gst/rtsp/sdp.h:
14122         * gst/rtsp/sdpmessage.h:
14123         * gst/rtsp/gstrtsp.c:
14124         * gst/rtsp/gstrtsp.h:
14125         * gst/rtsp/gstrtpdec.c:
14126         * gst/rtsp/gstrtpdec.h:
14127         * gst/rtsp/rtsp.h:
14128         * gst/rtsp/rtspdefs.c:
14129         * gst/rtsp/rtspdefs.h:
14130         Dual licensed under MIT and LGPL now.
14131
14132 2006-09-19  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14135         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14136         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14137         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14138         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14139         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14140         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14141         * gst/rtsp/gstrtspsrc.h:
14142         Reorganize stream parsing and creation.
14143         Detect container formats in interleaved mode.
14144         Keep more state about the streams.
14145         Assume a server also supports PLAY if it does not say.
14146         Add unicast and interleaved properties to TCP transport requests to make
14147         some servers happy (WMServer).
14148
14149         * gst/rtsp/sdpmessage.h:
14150         Add some defines for the standard Bandwidth types.
14151
14152 2006-09-19  Wim Taymans  <wim@fluendo.com>
14153
14154         * gst/rtsp/test.c: (main):
14155         Fix build.
14156
14157 2006-09-19  Wim Taymans  <wim@fluendo.com>
14158
14159         * gst/wavparse/gstwavparse.c:
14160         Add ms-gsm to the src template.
14161
14162 2006-09-18  Wim Taymans  <wim@fluendo.com>
14163
14164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14165         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14166         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14167         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14168         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14169         * gst/rtsp/gstrtspsrc.h:
14170         Small cleanups, added documentation.
14171         Try to clean up the requests and responses.
14172         Refactor parsing the supported methods.
14173
14174         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14175         (rtsp_connection_create), (rtsp_connection_send),
14176         (parse_response_status), (parse_request_line),
14177         (rtsp_connection_receive), (rtsp_connection_close),
14178         (rtsp_connection_free):
14179         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14180         (rtsp_transport_init), (rtsp_transport_parse),
14181         (rtsp_transport_free):
14182         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14183         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14184         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14185         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14186         Use g_return_val some more.
14187
14188         * gst/rtsp/rtspdefs.h:
14189         Add more enum values to track initial states.
14190
14191         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14192         (rtsp_message_init_request), (rtsp_message_new_response),
14193         (rtsp_message_init_response), (rtsp_message_init_data),
14194         (rtsp_message_unset), (rtsp_message_free),
14195         (rtsp_message_add_header), (rtsp_message_remove_header),
14196         (rtsp_message_get_header), (rtsp_message_set_body),
14197         (rtsp_message_take_body), (rtsp_message_get_body),
14198         (rtsp_message_steal_body), (rtsp_message_dump):
14199         * gst/rtsp/rtspmessage.h:
14200         Reorder arguments, object goes as the first one.
14201         Use g_return_val some more.
14202
14203 2006-09-18  Wim Taymans  <wim@fluendo.com>
14204
14205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14206         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14207         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14208         * gst/rtsp/gstrtspsrc.h:
14209         Export sometimes source pad with correct caps on the template, create
14210         the ghostpad from the template.
14211         Remove RTCP template as we never expose RTCP.
14212         Protect against invalid body size.
14213         Avoid memcpy when creating the output buffer.
14214         Properly post an error and send EOS when the loop function is shut down.
14215
14216 2006-09-18  Wim Taymans  <wim@fluendo.com>
14217
14218         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14219
14220         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14221         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14222         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14223         * gst/rtsp/gstrtspsrc.h:
14224         Make sure we can never set an invalid location.
14225
14226         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14227         * gst/rtsp/rtspmessage.h:
14228         Added _steal_body method for future use.
14229
14230         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14231         Make freeing of NULL url return immediatly.
14232
14233 2006-09-18  Wim Taymans  <wim@fluendo.com>
14234
14235         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14236
14237         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14238         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14239         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14240         (gst_rtspsrc_change_state):
14241         * gst/rtsp/gstrtspsrc.h:
14242         Use boilerplate.
14243         Make rtspsrc subclass GstBin to make state changes easier.
14244         Add Range header field on the PLAY request.
14245
14246 2006-09-18  Wim Taymans  <wim@fluendo.com>
14247
14248         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14249
14250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14251         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14252         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14253         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14254         * gst/rtsp/rtspconnection.c: (inet_aton):
14255         Small cleanups.
14256         when multicast is selected as the transport, create UDP sources and
14257         connect to the multicast group.
14258         Move parsing and setting of caps to a common place.
14259         Fixes #349894.
14260
14261 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14262
14263         * ext/flac/gstflactag.c:
14264         * gst/alpha/gstalpha.c:
14265         * gst/debug/breakmydata.c:
14266         * gst/debug/negotiation.c:
14267         * gst/debug/testplugin.c:
14268         * gst/effectv/gstaging.c:
14269         * gst/effectv/gstdice.c:
14270         * gst/effectv/gstedge.c:
14271         * gst/effectv/gstquark.c:
14272         * gst/effectv/gstrev.c:
14273         * gst/effectv/gstshagadelic.c:
14274         * gst/effectv/gstvertigo.c:
14275         * gst/effectv/gstwarp.c:
14276         * gst/multipart/multipartdemux.c:
14277         * gst/multipart/multipartmux.c:
14278         * gst/videobox/gstvideobox.c:
14279         * gst/videofilter/gstgamma.c:
14280         * gst/videofilter/gstvideotemplate.c:
14281         * gst/videomixer/videomixer.c:
14282         * sys/sunaudio/gstsunaudiosrc.h:
14283         More G_OBJECT macro fixing.
14284
14285 2006-09-16  Wim Taymans  <wim@fluendo.com>
14286
14287         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14288
14289         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14290         Correctly set the dwLength in strh.
14291         With this patch, the file duration is now displayed correctly in window
14292         media player and the AVI plays completely. Fixes #356147
14293
14294 2006-09-15  Wim Taymans  <wim@fluendo.com>
14295
14296         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14297
14298         * sys/sunaudio/gstsunaudiomixerctrl.c:
14299         (gst_sunaudiomixer_ctrl_build_list):
14300         Set the output track as the MASTER so that the gnome-settings-daemon
14301         keybindings for changing the volume using the keyboard works.
14302         Fixes #356142.
14303
14304 2006-09-15  Wim Taymans  <wim@fluendo.com>
14305
14306         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14307         Fix documentation, it is not possible to control the framerate of jpegdec
14308         using filtered caps yet. Fixes #355210.
14309         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14310         stop when there is an error.
14311
14312 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14313
14314         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14315         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14316           Don't interpret a first buffer with an offset of NONE as
14317           'from the middle of the stream', but only a first buffer
14318           that has a valid buffer offset that's non-zero (see #345449).
14319
14320 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14321
14322         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14323         (gst_icydemux_typefind_or_forward):
14324         * gst/icydemux/gsticydemux.h:
14325           When we merge/collect multiple incoming buffers for typefinding
14326           purposes, keep an initial 0 offset on the first outgoing buffer
14327           as well (otherwise id3demux won't work right). Fixes #345449.
14328           Also Make buffer metadata writable before setting buffer caps.
14329
14330         * tests/check/elements/icydemux.c: (typefind_succeed),
14331         (cleanup_icydemux), (push_data), (GST_START_TEST),
14332         (icydemux_suite):
14333           Small test case for the above.
14334
14335 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14336
14337         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14338         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14339         (gst_avi_demux_stream_header_push),
14340         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14341         (gst_avi_demux_loop):
14342           More code reuse and better logging in _peek_chunk(). Reintroduce check
14343           for chunk sizes before reading them (avoid oom). Better handling for 
14344           invalid chunksizes when streaming.
14345
14346 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14347
14348         * gst/level/gstlevel.c: (gst_level_set_property):
14349         * gst/level/gstlevel.h:
14350           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14351           René Stadler
14352
14353 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14354
14355         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14356         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14357         (gst_avi_demux_stream_data):
14358           Revert one change to fix streaming avi (adapter size != data size).
14359
14360 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14361
14362         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14363
14364         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14365         (gst_matroska_demux_reset),
14366         (gst_matroska_demux_read_track_encodings),
14367         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14368         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14369         (gst_matroska_demux_subtitle_caps):
14370         * gst/matroska/matroska-ids.h:
14371           Add support for VOBSUB subtitle tracks and zlib-compressed
14372           tracks. Make sure we start on a keyframe after a seek. (#343348)
14373
14374 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14375
14376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14377         (gst_matroska_demux_push_flac_codec_priv_data),
14378         (gst_matroska_demux_push_xiph_codec_priv_data),
14379         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14380         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14381         * gst/matroska/matroska-ids.h:
14382           Add basic FLAC support (#311586), not perfect yet though, needs some
14383           tweaking in flacdec; also, seeking could be better.
14384           Do better bounds checking when deserialising vorbis stream headers
14385           to make sure we don't read beyond the end of the buffer on bad input.
14386
14387 2006-09-04  Wim Taymans  <wim@fluendo.com>
14388
14389         Patch by: Alessandro Decina <alessandro at nnva dot org>
14390
14391         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14392         Seeking back in a file containing a CMML stream errors out if the seek
14393         goes back up to the CMML headers. This is because after the seek the xml
14394         processing instruction <?xml ...?> is submitted to the xml parser again, 
14395         which results in an error. The attached patch fixes the problem. 
14396         Fixes #353908.
14397
14398         * ext/annodex/gstcmmlenc.h:
14399         Fix authors name.
14400
14401
14402 2006-08-28  Andy Wingo  <wingo@pobox.com>
14403
14404         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14405         New helper function to lessen the ifdefs.
14406         (GST_INFO_OBJECT): 
14407         (gst_dv1394src_iso_receive): Use it.
14408         (gst_dv1394src_create): Also use the control sockets in iec61883
14409         mode.
14410         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14411         handle for AVC operations; fixes #348233.
14412
14413 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14414
14415         * configure.ac:
14416         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14417         * docs/plugins/inspect/plugin-audiofx.xml:
14418         * docs/plugins/inspect/plugin-audiofxgood.xml:
14419         * gst/audiofx/Makefile.am:
14420         * gst/audiofx/audiofx.c:
14421         * gst/audiofxgood/.cvsignore:
14422         * gst/audiofxgood/Makefile.am:
14423         * gst/audiofxgood/audiofx.c:
14424         * gst/audiofxgood/audiopanorama.c:
14425         * gst/audiofxgood/audiopanorama.h:
14426           Rename again (audiofxgood -> audiofx).
14427
14428 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14429
14430         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14431         (gst_avi_demux_stream_scan):
14432           Initialze variables.
14433
14434 2006-08-25  Wim Taymans  <wim@fluendo.com>
14435
14436         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14437         (gst_avi_demux_init), (gst_avi_demux_finalize),
14438         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14439         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14440         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14441         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14442         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14443         (gst_avi_demux_massage_index),
14444         (gst_avi_demux_calculate_durations_from_index),
14445         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14446         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14447         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14448         (gst_avi_demux_change_state):
14449         * gst/avi/gstavidemux.h:
14450         More attempts to turn this into readable code.
14451         Don't leak adapters.
14452         Calculate duration according to index more efficiently.
14453         Don't try to act like we drive the pipeline in chain mode.
14454
14455 2006-08-25  Wim Taymans  <wim@fluendo.com>
14456
14457         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14458         Fix build.
14459
14460 2006-08-25  Wim Taymans  <wim@fluendo.com>
14461
14462         Patch by: Alessandro Decina <alessandro at nnva dot org>
14463
14464         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14465         Do some extra sanity checks.
14466         Fixes #350340.
14467
14468         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14469         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14470         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14471         Check if clip->start_time is valid before adding the clip to the
14472         track list.
14473         Reset enc->preamble going from PAUSED to READY.
14474         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14475         only used for EOS.
14476         Only post an error message if we were the one that created the fatal
14477         GstFlowReturn value.
14478
14479         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14480         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14481         Parse the seconds field of the npt-sec time format using %llu rather than
14482         %d and check that the value scaled by GST_SECOND doesn't overflow.
14483         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14484         Lookup a clip's track with clip->track rather than clip->id which
14485         makes no sense.
14486         Identify a clip by its track and start time and not its xml id.
14487         do some more input checking and make sure we don't do undefined shifts.
14488
14489         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14490         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14491         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14492         (push_clip), (push_empty_clip), (check_output_clip),
14493         (GST_START_TEST), (cmmldec_suite):
14494         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14495         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14496         (check_headers), (push_clip), (check_clip_times), (check_clip),
14497         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14498         Added some more checks.
14499
14500 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14501
14502         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14503         (gst_audio_panorama_set_property),
14504         (gst_audio_panorama_get_property),
14505         (gst_audio_panorama_transform_m2s_int),
14506         (gst_audio_panorama_transform_s2s_int),
14507         (gst_audio_panorama_transform_m2s_float),
14508         (gst_audio_panorama_transform_s2s_float):
14509         * gst/audiofxgood/audiopanorama.h:
14510         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14511           Make also the pan-property float (saves scaling and yields better
14512           resolution)
14513
14514 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14515
14516         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14517         (gst_audio_panorama_transform_m2s_float),
14518         (gst_audio_panorama_transform_s2s_float):
14519           ChangeLog surgery to add cymax's real name
14520
14521
14522 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14523
14524         Patch by: René Stadler <mail@renestadler.de>
14525
14526         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14527         (gst_audio_panorama_transform_m2s_int),
14528         (gst_audio_panorama_transform_s2s_int),
14529         (gst_audio_panorama_transform_m2s_float),
14530         (gst_audio_panorama_transform_s2s_float),
14531         (gst_audio_panorama_transform):
14532         * gst/audiofxgood/audiopanorama.h:
14533           Added float support
14534
14535 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14536
14537         * gst/audiofxgood/audiopanorama.c:
14538         (gst_audio_panorama_transform_m2s):
14539           Fix docs & debug category. Add Fixme for volume pan levels.
14540
14541 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14542
14543         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14544         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14545         (gst_avi_demux_stream_header_pull),
14546         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14547         (gst_avi_demux_chain):
14548           unbreak AVI index handling, some more debug, remove an obsolete
14549           adapter_flush that caused streaming to wander off in the wild
14550
14551 2006-08-24  Wim Taymans  <wim@fluendo.com>
14552
14553         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14554         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14555         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14556         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14557         (gst_avi_demux_calculate_durations_from_index),
14558         (gst_avi_demux_stream_header_push),
14559         (gst_avi_demux_stream_header_pull):
14560         * gst/avi/gstavidemux.h:
14561         Some more cleanups. 
14562         Fix totalFrames parsing in ODML.
14563         Disable use of index for length calculation in case of ODML as this is
14564         broken now.
14565
14566 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14567
14568         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14569           Use libgsttag helper function here too.
14570
14571 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14572
14573         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14574         (gst_avi_demux_init), (gst_avi_demux_dispose),
14575         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14576         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14577         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14578         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14579         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14580         (gst_avi_demux_parse_subindex),
14581         (gst_avi_demux_read_subindexes_push),
14582         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14583         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14584         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14585         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14586         (gst_avi_demux_stream_header_pull),
14587         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14588         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14589         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14590         (gst_avi_demux_change_state):
14591         * gst/avi/gstavidemux.h:
14592           Initial streaming support for avidemux (fixes #336465)
14593
14594 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14597           There is no taglibmux element ...
14598
14599         * gst/rtsp/gstrtspsrc.c:
14600           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14601           was complaining about unknown entity here.
14602
14603 2006-08-22  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14606         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14607         (gst_avi_demux_process_next_entry):
14608         * gst/avi/gstavidemux.h:
14609         Mark DISCONT.
14610         Remove old unused fields and reorder the struct a bit.
14611
14612 2006-08-22  Wim Taymans  <wim@fluendo.com>
14613
14614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14615         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14616         (gst_rtspsrc_pause):
14617         * gst/rtsp/gstrtspsrc.h:
14618         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14619         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14620         Small documentation updates.
14621
14622 2006-08-22  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14625         (gst_avi_demux_index_entry_for_time),
14626         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14627         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14628         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14629         (gst_avi_demux_next_data_buffer),
14630         (gst_avi_demux_calculate_durations_from_index),
14631         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14632         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14633         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14634         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14635         * gst/avi/gstavidemux.h:
14636         Precalc most of the duration query for each stream.
14637         Make seeking more correct.
14638         Use GstSegment to track position and duration.
14639         Code cleanups and leak fixes.
14640         Calculate correct total duration based on index length.
14641
14642 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14643
14644         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14645         (parse_insert_string_field):
14646           If strings in text fields are marked ISO8859-1, but contain
14647           valid UTF-8 already, then handle them as UTF-8 and ignore
14648           the encoding. (#351794)
14649
14650 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14651
14652         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14653         (gst_flac_dec_write), (gst_flac_dec_loop),
14654         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14655         (gst_flac_dec_src_query):
14656         * ext/flac/gstflacdec.h:
14657           Make flac-in-ogg work (#352100).
14658
14659 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14660
14661         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14662           Don't unref buffers of which we've already given away
14663           ownership to the adapter.
14664
14665 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14666
14667         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14668           Make metadata extraction actually work.
14669
14670         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14671         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14672         (gst_speexenc_chain):
14673           Fix metadata writing: replace old code which wrote completely
14674           broken tags with libgsttag-based code. Plus miscellaneous
14675           code cleanups (use static pad templates etc.) and a bunch
14676           of leak fixes.
14677
14678 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14679
14680         * gst/audiopanorama/.cvsignore:
14681         * gst/audiopanorama/Makefile.am:
14682         * gst/audiopanorama/audiofx.c:
14683         * gst/audiopanorama/audiopanorama.c:
14684         * gst/audiopanorama/audiopanorama.h:
14685           die! die! die! you should never have been there
14686
14687 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14688
14689         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14690         Fix invalid memory access in audiopanorama test suite.
14691
14692 2006-08-21  Edward Hervey  <edward@fluendo.com>
14693
14694         * tests/check/elements/.cvsignore:
14695         ignore built file
14696
14697 2006-08-21  Wim Taymans  <wim@fluendo.com>
14698
14699         * gst/rtp/Makefile.am:
14700         Fix the build again.
14701
14702 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14703
14704         * gst/audiofxgood/.cvsignore:
14705         * gst/audiofxgood/Makefile.am:
14706         * gst/audiofxgood/audiofx.c: (plugin_init):
14707         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14708         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14709         (gst_audio_panorama_set_property),
14710         (gst_audio_panorama_get_property),
14711         (gst_audio_panorama_get_unit_size),
14712         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14713         (gst_audio_panorama_transform_m2s),
14714         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14715         * gst/audiofxgood/audiopanorama.h:
14716           resubmit with the desired name *again*
14717
14718 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14719
14720         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14721         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14722           use g_assert in _get_unit_size
14723
14724 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14725
14726         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14727         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14728         * docs/plugins/inspect/plugin-audiofxgood.xml:
14729           cleanup -unused.txt to make it useful, add previously missing docs
14730
14731         * ext/Makefile.am:
14732           Quietly (accidentally) enable LADSPA for building by default, 
14733           despite the fact that it doesn't meet the plugin checklist.
14734             -- Added by Jan Schmidt 18 Dec 2006
14735
14736         * ext/esd/esdmon.c:
14737         * ext/esd/esdsink.c:
14738         * ext/esd/gstesd.c: (plugin_init):
14739           reflow to get rid of two external symbols
14740
14741         * gst/audiofxgood/audiofx.c: (plugin_init):
14742           re-add
14743
14744 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14745
14746         * configure.ac:
14747         * gst/audiofxgood/.cvsignore:
14748         * gst/audiofxgood/Makefile.am:
14749         * gst/audiofxgood/audiofx.c
14750         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14751         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14752         (gst_audio_panorama_set_property),
14753         (gst_audio_panorama_get_property),
14754         (gst_audio_panorama_get_unit_size),
14755         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14756         (gst_audio_panorama_transform_m2s),
14757         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14758         * gst/audiofxgood/audiopanorama.h:
14759         * tests/check/Makefile.am:
14760         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14761         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14762         (panorama_suite), (main):
14763         Add audiofxgood plugin with audiopanorama element
14764
14765 2006-08-18  Wim Taymans  <wim@fluendo.com>
14766
14767         * docs/plugins/Makefile.am:
14768         More Oss docs fixage. 
14769
14770 2006-08-18  Wim Taymans  <wim@fluendo.com>
14771
14772         * gst/rtp/Makefile.am:
14773         * gst/rtp/gstrtp.c: (plugin_init):
14774         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14775         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14776         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14777         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14778         (gst_rtp_sv3v_depay_get_property),
14779         (gst_rtp_sv3v_depay_change_state),
14780         (gst_rtp_sv3v_depay_plugin_init):
14781         * gst/rtp/gstrtpsv3vdepay.h:
14782         Added experimental SVQ3 depayloader.
14783
14784 2006-08-18  Edward Hervey  <edward@fluendo.com>
14785
14786         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14787         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14788         * ext/dv/gstdvdemux.h:
14789         When handling seek requests, don't send the newsegment event from the
14790         calling thread. Instead save it so it can be sent from the streaming
14791         thread.
14792
14793 2006-08-17  Wim Taymans  <wim@fluendo.com>
14794
14795         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14796
14797         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14798         Accept leading whitespace before the boundary
14799         This patch makes the demuxer allow some whitespace before the actual
14800         boundary. This makes the demuxer work with the ``old'' gstreamer
14801         multipartmuxer again (which placed an extra \n before the start
14802         of the stream) Fixes #349068.
14803
14804 2006-08-17  Wim Taymans  <wim@fluendo.com>
14805
14806         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14807         Error out on non-implemented stuff.
14808
14809 2006-08-16  Wim Taymans  <wim@fluendo.com>
14810
14811         Patch by: Andy Wingo <wingo at pobox dot com>
14812
14813         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14814         (gst_signal_processor_start), (gst_signal_processor_stop),
14815         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14816         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14817         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14818         (gst_signal_processor_change_state):
14819         Make ladspa elements reusable. Fixes #350006.
14820
14821 2006-08-16  Wim Taymans  <wim@fluendo.com>
14822
14823         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14824         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14825         names as possible. Fixes #349901.
14826
14827 2006-08-16  Wim Taymans  <wim@fluendo.com>
14828
14829         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14830         (gst_signal_processor_do_pushes):
14831         A push() gives away our refcount so we should not use the buffer on the
14832         pen anymore.
14833
14834 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14835
14836         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14837         (gst_oss_mixer_element_finalize):
14838           Don't leak device string.
14839
14840 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14841
14842         * configure.ac:
14843           Require CVS of GStreamer core and -base (for
14844           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14845
14846         * ext/taglib/gstid3v2mux.cc:
14847           Write extended comment tags properly (#348762).
14848
14849         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14850         (parse_comment_frame):
14851           Extract COMM frames into extended comments, which makes it
14852           easier to properly retain the description bit of the tag
14853           and maintain this information when re-tagging (#348762).
14854
14855 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * tests/check/Makefile.am:
14858           Don't try to run annodex unit tests if the annodex
14859           plugin has not been built (Fixes #351116).
14860
14861 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14862
14863         * gst/autodetect/gstautoaudiosink.c:
14864         (gst_auto_audio_sink_find_best):
14865           When we can't find a usable audiosink, don't error out,
14866           but use a fake sink instead and post a warning message
14867           on the bus (#341278).
14868
14869 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14870
14871         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14872         * sys/oss/gstosssink.c:
14873         * sys/oss/gstosssrc.c:
14874           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14875           ossmixer's new device property.
14876
14877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14879           Add docs for OSS elements.
14880
14881         * docs/plugins/inspect/plugin-aasink.xml:
14882         * docs/plugins/inspect/plugin-alaw.xml:
14883         * docs/plugins/inspect/plugin-alpha.xml:
14884         * docs/plugins/inspect/plugin-alphacolor.xml:
14885         * docs/plugins/inspect/plugin-annodex.xml:
14886         * docs/plugins/inspect/plugin-apetag.xml:
14887         * docs/plugins/inspect/plugin-auparse.xml:
14888         * docs/plugins/inspect/plugin-autodetect.xml:
14889         * docs/plugins/inspect/plugin-avi.xml:
14890         * docs/plugins/inspect/plugin-cacasink.xml:
14891         * docs/plugins/inspect/plugin-cairo.xml:
14892         * docs/plugins/inspect/plugin-cdio.xml:
14893         * docs/plugins/inspect/plugin-cutter.xml:
14894         * docs/plugins/inspect/plugin-debug.xml:
14895         * docs/plugins/inspect/plugin-dv.xml:
14896         * docs/plugins/inspect/plugin-efence.xml:
14897         * docs/plugins/inspect/plugin-effectv.xml:
14898         * docs/plugins/inspect/plugin-esdsink.xml:
14899         * docs/plugins/inspect/plugin-flac.xml:
14900         * docs/plugins/inspect/plugin-flxdec.xml:
14901         * docs/plugins/inspect/plugin-gconfelements.xml:
14902         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14903         * docs/plugins/inspect/plugin-goom.xml:
14904         * docs/plugins/inspect/plugin-halelements.xml:
14905         * docs/plugins/inspect/plugin-icydemux.xml:
14906         * docs/plugins/inspect/plugin-id3demux.xml:
14907         * docs/plugins/inspect/plugin-jpeg.xml:
14908         * docs/plugins/inspect/plugin-level.xml:
14909         * docs/plugins/inspect/plugin-matroska.xml:
14910         * docs/plugins/inspect/plugin-mulaw.xml:
14911         * docs/plugins/inspect/plugin-multipart.xml:
14912         * docs/plugins/inspect/plugin-navigationtest.xml:
14913         * docs/plugins/inspect/plugin-ossaudio.xml:
14914         * docs/plugins/inspect/plugin-png.xml:
14915         * docs/plugins/inspect/plugin-rtp.xml:
14916         * docs/plugins/inspect/plugin-rtsp.xml:
14917         * docs/plugins/inspect/plugin-shout2send.xml:
14918         * docs/plugins/inspect/plugin-smpte.xml:
14919         * docs/plugins/inspect/plugin-speex.xml:
14920         * docs/plugins/inspect/plugin-taglib.xml:
14921         * docs/plugins/inspect/plugin-udp.xml:
14922         * docs/plugins/inspect/plugin-videobalance.xml:
14923         * docs/plugins/inspect/plugin-videobox.xml:
14924         * docs/plugins/inspect/plugin-videoflip.xml:
14925         * docs/plugins/inspect/plugin-videomixer.xml:
14926         * docs/plugins/inspect/plugin-wavenc.xml:
14927         * docs/plugins/inspect/plugin-wavparse.xml:
14928         * docs/plugins/inspect/plugin-ximagesrc.xml:
14929           Update to CVS version.
14930           
14931 2006-08-16  Wim Taymans  <wim@fluendo.com>
14932
14933         * gst/rtp/gstrtpamrdepay.c:
14934         * gst/rtp/gstrtpmp4gdepay.c:
14935         Caps extra properties must be defined as strings for
14936         depayloaders because they are generated from an SDP.
14937
14938         * gst/rtp/Makefile.am:
14939         * gst/rtp/gstrtp.c: (plugin_init):
14940         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14941         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14942         (gst_rtp_h264_depay_finalize), (decode_base64),
14943         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14944         (gst_rtp_h264_depay_set_property),
14945         (gst_rtp_h264_depay_get_property),
14946         (gst_rtp_h264_depay_change_state),
14947         (gst_rtp_h264_depay_plugin_init):
14948         * gst/rtp/gstrtph264depay.h:
14949         Added basic, not completely functional RFC 3984 H264 depayloader.
14950
14951 2006-08-16  Wim Taymans  <wim@fluendo.com>
14952
14953         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14954         Add pads after setting them up.
14955
14956         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14957         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14958         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14959         (gst_rtspsrc_stream_setup_rtp),
14960         (gst_rtspsrc_stream_configure_transport),
14961         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14962         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14963         (gst_rtspsrc_pause):
14964         * gst/rtsp/gstrtspsrc.h:
14965         Fix interleaved mode.
14966          - Protect streaming with lock.
14967          - Combine flows
14968          - set caps on outgoing buffers.
14969          - strip trailing \0 from data packets.
14970          - Configure RTP/RTCP in stream.
14971         Use DEBUG_OBJECT more.
14972
14973 2006-08-16  Wim Taymans  <wim@fluendo.com>
14974
14975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14976         Turn a g_print into a DEBUG line.
14977
14978 2006-08-13  Wim Taymans  <wim@fluendo.com>
14979
14980         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14981         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14982         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14983         (gst_oss_mixer_element_get_property),
14984         (gst_oss_mixer_element_change_state):
14985         * sys/oss/gstossmixerelement.h:
14986         Small cleanups. Better error reporting.
14987         Add device property for the mixer instead of the hardcoded
14988         /dev/mixer. Fixes #350785.
14989         API: GstOssMixerElement::device property
14990
14991 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         Patch by: Jens Granseuer <jensgr at gmx net>
14994
14995         * gconf/Makefile.am:
14996           Make --disable-schemas work right (they still need
14997           to be copied to the installation directory, just not
14998           applied). Fixes #351347 (also #344100).
14999           
15000 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
15001
15002         * configure.ac: back to HEAD
15003
15004 === release 0.10.4 ===
15005
15006 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
15007
15008         * configure.ac:
15009           releasing 0.10.4, "Dear Leader"
15010
15011 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15012
15013         Patch by: Edward Hervey <edward@fluendo.com>
15014
15015         * configure.ac:
15016         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
15017         (gst_wavparse_stream_data):
15018         Send the newsegment event in the streaming thread.
15019         Fixes #347529
15020
15021 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
15024         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
15025         (gst_smokeenc_resync), (gst_smokeenc_chain):
15026           Refuse sink caps in the encoder if width or height is not a
15027           multiple of 16, the encoder does not support that yet (#349939);
15028           along the same lines, check the return value of the encoder
15029           setup function; also remove some debug log clutter.
15030
15031 2006-08-04  Andy Wingo  <wingo@pobox.com>
15032
15033         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
15034         whether a processor can work in place or not, and for keeping
15035         track of its state. Change the FlowReturn instance variable from
15036         "state" to "flow_state", all callers changed.
15037
15038         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
15039         (gst_signal_processor_start, gst_signal_processor_stop)
15040         (gst_signal_processor_cleanup): New functions to manage the
15041         processor's state.
15042         (gst_signal_processor_setcaps): start() as well as setup() here.
15043         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
15044         (gst_signal_processor_change_state): Stop and cleanup the
15045         processor as we go to NULL.
15046
15047         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
15048         INPLACE_BROKEN is not set.
15049
15050         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
15051         Do the alloc_buffer in bytes, not frames.
15052         
15053 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15054
15055         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
15056         Fix rgb masks when recording in < 24bpp.
15057
15058 2006-08-04  Andy Wingo  <wingo@pobox.com>
15059
15060         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
15061         (gst_signal_processor_prepare)
15062         (gst_signal_processor_update_inputs)
15063         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
15064         (gst_signal_processor_flush)
15065         (gst_signal_processor_sink_activate_push)
15066         (gst_signal_processor_src_activate_pull)
15067         (gst_signal_processor_change_state): Remove the last of the code
15068         that assumes that we process whole buffers at a time. Fix some
15069         debugging. Seems to work now in some cases.
15070         (gst_signal_processor_src_activate_pull): BPB
15071
15072 2006-08-01  Andy Wingo  <wingo@pobox.com>
15073
15074         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15075         Fix nframes-choosing.
15076         (gst_signal_processor_init): Init pending_in and pending_out.
15077
15078         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15079         more default sample rate, although we never check that the sample
15080         rate actually gets set. Something for the future.
15081         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15082         (gst_signal_processor_event): Refcount fixen.
15083         (gst_signal_processor_process): Pull the number of frames to
15084         process from the sizes of the buffers in the input pens.
15085         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15086         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15087         it instead of buffer_frames.
15088         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15089         to do_pulls.
15090         (gst_signal_processor_chain)
15091         (gst_signal_processor_sink_activate_push)
15092         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15093
15094         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15095
15096 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15097
15098         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15099         (gst_signal_processor_process):
15100           don't query buffer-frames from caps, add lots of debug-log,
15101           try fix for assert (#349189)
15102
15103 2006-07-31  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/udp/gstudpsrc.c:
15106         Fix docs.
15107
15108 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15109
15110         * ext/ladspa/gstsignalprocessor.c:
15111         (gst_signal_processor_add_pad_from_template),
15112         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15113         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15114         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15115         (gst_signal_processor_sink_activate_push),
15116         (gst_signal_processor_src_activate_pull),
15117         (gst_signal_processor_change_state):
15118          Add debugs logs here and there, add more error handling, add some
15119          FIXME comments, filed #349189
15120
15121 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15122
15123         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15124         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15125         Set caps on buffer correctly.  Fixes bug #349155.
15126
15127 2006-07-28  Wim Taymans  <wim@fluendo.com>
15128
15129         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15130
15131         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15132         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15133         (gst_multipart_demux_finalize), (get_line_end),
15134         (multipart_parse_header), (multipart_find_boundary),
15135         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15136         (gst_multipart_set_property), (gst_multipart_get_property):
15137         Uses GstAdapter instead of own buffering.
15138         Actually parses the mime-type correctly (In tests the mime-type was
15139         always "" with the old version).
15140         Uses the Content-length header if available to speed up things.
15141         Reliably autoscans the boundary name by default.
15142         Fixes #349068.
15143
15144         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15145         Don't start the stream with a \n.
15146
15147 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15148
15149         Patch by: Brian Cameron <brian dot cameron at sun com>
15150
15151         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15152           Open source with O_NONBLOCK (#349015).
15153
15154 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15155
15156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15157         (gst_avi_demux_massage_index):
15158         * gst/avi/gstavidemux.h:
15159           Whitespace fixes and more debug
15160
15161 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * gst/autodetect/gstautoaudiosink.c:
15164         (gst_auto_audio_sink_create_element_with_pretty_name),
15165         (gst_auto_audio_sink_find_best),
15166         (gst_auto_audio_sink_change_state):
15167           Get rid of old and unused magic sound-server properties stuff.
15168           Add suffix to child sink's name that makes it easy to see from
15169           the name alone which type it actually is (alsa, oss, esd, etc.).
15170
15171 2006-07-27  Wim Taymans  <wim@fluendo.com>
15172
15173         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15174         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15175         (gst_udpsrc_start):
15176         * gst/udp/gstudpsrc.h:
15177         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15178         not some sort of feature we enable.
15179
15180 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15181
15182         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15183           Use CLOSE_SOCKET() here instead of close() to maintain
15184           win32 workiness.
15185
15186 2006-07-27  Wim Taymans  <wim@fluendo.com>
15187
15188         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15189
15190         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15191         (gst_udpsrc_create), (gst_udpsrc_set_property),
15192         (gst_udpsrc_get_property), (gst_udpsrc_start):
15193         * gst/udp/gstudpsrc.h:
15194         Added "buffer-size" property to control the kernel receive buffer size.
15195         Update documentation.
15196         Small cleanups. Fixes #348752.
15197         API: buffer-size property
15198
15199 2006-07-26  Wim Taymans  <wim@fluendo.com>
15200
15201         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15202
15203         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15204         (gst_rtp_pcma_pay_handle_buffer):
15205         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15206         (gst_rtp_pcmu_pay_handle_buffer):
15207         Fix timestamp calculation on outgoing RTP packets.
15208         Fixes #348675.
15209
15210 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15211
15212         * ext/taglib/gstid3v2mux.cc:
15213           Fix writing of comment frames (should be COMM not TCOM),
15214           is still sub-optimal though, since we don't retain or
15215           extract the comment descriptions properly (#334375,
15216           also see #334375).
15217
15218 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15219
15220         * gst/wavparse/gstwavparse.c:
15221           #define 'fact' RIFF chunk if we are not compiling against
15222           -base CVS (we don't want to depend on -base CVS for this
15223           one define only, and also not for release order reasons).
15224
15225 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * ext/taglib/gstid3v2mux.cc:
15228           Handle multiple tags of the same type properly. Re-inject
15229           unparsed ID3v2 frames that we get as binary blobs from
15230           id3demux into the tag again so we don't lose information
15231           when retagging (#334375).
15232
15233 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15234
15235         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15236           Document newly-added properties properly, so that there is a
15237           'Since: 0.10.4' in the plugin docs. Convert some property
15238           names into canonical GObject style (GObject will do that
15239           internally anyway).
15240
15241 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15242
15243         * gst/id3demux/id3tags.c:
15244         (id3demux_add_id3v2_frame_blob_to_taglist):
15245           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15246           well, and add the version to the blob's buffer caps, since that
15247           information will be needed for deserialisation later on (#348644).
15248
15249 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15250
15251         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15252         (gst_avi_demux_parse_stream):
15253          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15254          indentation and spacing.
15255
15256 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         * docs/plugins/Makefile.am:
15259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15260         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15261         * docs/plugins/gst-plugins-good-plugins.args:
15262         * docs/plugins/inspect/plugin-1394.xml:
15263         * docs/plugins/inspect/plugin-aasink.xml:
15264         * docs/plugins/inspect/plugin-alaw.xml:
15265         * docs/plugins/inspect/plugin-alpha.xml:
15266         * docs/plugins/inspect/plugin-alphacolor.xml:
15267         * docs/plugins/inspect/plugin-annodex.xml:
15268         * docs/plugins/inspect/plugin-apetag.xml:
15269         * docs/plugins/inspect/plugin-auparse.xml:
15270         * docs/plugins/inspect/plugin-autodetect.xml:
15271         * docs/plugins/inspect/plugin-avi.xml:
15272         * docs/plugins/inspect/plugin-cacasink.xml:
15273         * docs/plugins/inspect/plugin-cairo.xml:
15274         * docs/plugins/inspect/plugin-cdio.xml:
15275         * docs/plugins/inspect/plugin-cutter.xml:
15276         * docs/plugins/inspect/plugin-debug.xml:
15277         * docs/plugins/inspect/plugin-dv.xml:
15278         * docs/plugins/inspect/plugin-efence.xml:
15279         * docs/plugins/inspect/plugin-effectv.xml:
15280         * docs/plugins/inspect/plugin-esdsink.xml:
15281         * docs/plugins/inspect/plugin-flac.xml:
15282         * docs/plugins/inspect/plugin-flxdec.xml:
15283         * docs/plugins/inspect/plugin-gconfelements.xml:
15284         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15285         * docs/plugins/inspect/plugin-goom.xml:
15286         * docs/plugins/inspect/plugin-halelements.xml:
15287         * docs/plugins/inspect/plugin-icydemux.xml:
15288         * docs/plugins/inspect/plugin-id3demux.xml:
15289         * docs/plugins/inspect/plugin-jpeg.xml:
15290         * docs/plugins/inspect/plugin-level.xml:
15291         * docs/plugins/inspect/plugin-matroska.xml:
15292         * docs/plugins/inspect/plugin-mulaw.xml:
15293         * docs/plugins/inspect/plugin-multipart.xml:
15294         * docs/plugins/inspect/plugin-navigationtest.xml:
15295         * docs/plugins/inspect/plugin-ossaudio.xml:
15296         * docs/plugins/inspect/plugin-png.xml:
15297         * docs/plugins/inspect/plugin-rtp.xml:
15298         * docs/plugins/inspect/plugin-rtsp.xml:
15299         * docs/plugins/inspect/plugin-shout2send.xml:
15300         * docs/plugins/inspect/plugin-smpte.xml:
15301         * docs/plugins/inspect/plugin-speex.xml:
15302         * docs/plugins/inspect/plugin-udp.xml:
15303         * docs/plugins/inspect/plugin-videobalance.xml:
15304         * docs/plugins/inspect/plugin-videobox.xml:
15305         * docs/plugins/inspect/plugin-videoflip.xml:
15306         * docs/plugins/inspect/plugin-videomixer.xml:
15307         * docs/plugins/inspect/plugin-wavenc.xml:
15308         * docs/plugins/inspect/plugin-wavparse.xml:
15309         * docs/plugins/inspect/plugin-ximagesrc.xml:
15310           Update files to CVS/Prerelease version, add esdsink docs.
15311
15312         * ext/esd/esdsink.c:
15313           Add gtk-doc blurb.
15314
15315         * gst/rtp/gstrtpmp4vpay.c:
15316           Fix typo in element description.
15317
15318 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15319
15320         * ext/esd/esdsink.c: (gst_esdsink_open),
15321         (gst_esdsink_factory_init):
15322           Prevent libesd from auto-spawning a sound daemon if it
15323           is not already running. Now that we don't do evil stuff
15324           like that any longer we can give esdsink a rank so that
15325           autoaudiosink will try it as well if all other audio
15326           sinks fail (#343051).
15327
15328 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15329
15330         * ext/esd/Makefile.am:
15331           Oops, need to remove README from EXTRA_DIST as well.
15332
15333 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15334
15335         * ext/esd/README:
15336           Remove, it contains nothing useful anyway.
15337
15338         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15339         (gst_esdsink_delay):
15340           Some small clean-ups; use GST_BOILERPLATE etc.
15341
15342 2006-07-24  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/law/alaw-decode.c: (alawdec_getcaps):
15345         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15346         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15347         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15348         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15349
15350 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15351
15352         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15353         (gst_wavparse_other), (gst_wavparse_perform_seek),
15354         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15355         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15356         (gst_wavparse_pad_query):
15357         * gst/wavparse/gstwavparse.h:
15358           Use information from 'fact' chunk for length calculation of compressed
15359           samples. Calculate bps if bogus value is found in wav header (embeded
15360           mp2/mp3).
15361           
15362
15363 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15364
15365         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15366
15367         * configure.ac:
15368         * gst/udp/Makefile.am:
15369         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15370         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15371         * gst/udp/gstdynudpsink.h:
15372         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15373         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15374         * gst/udp/gstmultiudpsink.h:
15375         * gst/udp/gstudp.c: (plugin_init):
15376         * gst/udp/gstudpsink.h:
15377         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15378         (gst_udpsrc_start), (gst_udpsrc_stop):
15379         * gst/udp/gstudpsrc.h:
15380         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15381         (gst_udp_net_utils_win32_wsa_startup):
15382         * gst/udp/gstudpnetutils.h:
15383           Port udp plugin to win32 (#345288).
15384
15385 2006-07-24  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15388         Remove unwanted DEBUG line.
15389
15390 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15391
15392         * gst/id3demux/gstid3demux.c: (plugin_init):
15393         * gst/id3demux/id3tags.c:
15394         (id3demux_add_id3v2_frame_blob_to_taglist):
15395         * gst/id3demux/id3tags.h:
15396           On second thought, it might be wiser and more efficient
15397           not to do tag registration from a streaming thread.
15398
15399 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15400
15401         * gst/id3demux/id3tags.c:
15402         (id3demux_add_id3v2_frame_blob_to_taglist),
15403         (id3demux_id3v2_frames_to_tag_list):
15404           Put ID3v2 frames we can't parse as binary blobs into private
15405           tags, so that they are not lost when retagging, at least once
15406           id3v2mux has been taught to re-inject those frames again.
15407           See bug #334375.
15408
15409 2006-07-21  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15412         (gst_avi_demux_process_next_entry):
15413         Fix some leaks.
15414
15415         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15416         Don't use \n in debug lines.
15417
15418 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15419
15420         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15421         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15422           Add annodex and icydemux, cleanup the sections a bit
15423
15424 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15425
15426         Patch by: Alex Lancaster <alexl at users sourceforge net>
15427
15428         * ext/taglib/gstid3v2mux.cc:
15429           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15430           ID3v2 TSSE frames (#347898).
15431
15432 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15433
15434         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15435           Respect mpegversion for "video/mpeg" and give message in case of
15436           unhandled versions.
15437
15438 2006-07-17  Wim Taymans  <wim@fluendo.com>
15439
15440         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15441         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15442         (gst_pngdec_chain), (gst_pngdec_sink_event),
15443         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15444         (gst_pngdec_sink_activate_push):
15445         * ext/libpng/gstpngdec.h:
15446         Use statically allocated segment instead of leaking.
15447         Various cleanups.
15448         Fix flush and seek handling.
15449
15450 2006-07-16  Wim Taymans  <wim@fluendo.com>
15451
15452         * gst/rtp/Makefile.am:
15453         * gst/rtp/gstrtp.c: (plugin_init):
15454         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15455         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15456         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15457         (gst_rtp_mp4g_depay_set_property),
15458         (gst_rtp_mp4g_depay_get_property),
15459         (gst_rtp_mp4g_depay_change_state),
15460         (gst_rtp_mp4g_depay_plugin_init):
15461         * gst/rtp/gstrtpmp4gdepay.h:
15462         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15463         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15464         (gst_rtp_mp4g_pay_flush):
15465         Added simple generic mpeg4 depayloader.
15466         Fix generic mpeg4 payloader.
15467
15468 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15471           Don't try doing state changes on a NULL pointer.
15472
15473 2006-07-14  Wim Taymans  <wim@fluendo.com>
15474
15475         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15476
15477         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15478         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15479         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15480         * gst/rtp/gstrtpamrdepay.h:
15481         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15482         Fixes #321191
15483
15484 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15485
15486         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15487         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15488         Fix segfault when moving mouse pointer to the bottom right corner.
15489
15490 2006-07-12  Wim Taymans  <wim@fluendo.com>
15491
15492         * gst/rtp/Makefile.am:
15493         * gst/rtp/gstrtp.c: (plugin_init):
15494         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15495         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15496         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15497         (gst_rtp_mp2t_depay_set_property),
15498         (gst_rtp_mp2t_depay_get_property),
15499         (gst_rtp_mp2t_depay_change_state),
15500         (gst_rtp_mp2t_depay_plugin_init):
15501         * gst/rtp/gstrtpmp2tdepay.h:
15502         Added mpeg2 TS depayloader. Closing #347234.
15503
15504 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15505
15506         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15507           Remove g_assert that shouldn't be there and was triggered
15508           after trying to open a device that doesn't exist or can't
15509           be opened for some other reason (#347972).
15510
15511 2006-07-10  Edward Hervey  <edward@fluendo.com>
15512
15513         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15514         (gst_avi_demux_stream_header), (push_tag_lists):
15515         * gst/avi/gstavidemux.h:
15516         Don't push tag events found by gst_riff_parse_info() before outputting
15517         GST_EVENT_NEWSEGMENT.
15518
15519 2006-07-10  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/rtsp/Makefile.am:
15522         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15523         (rtsp_connection_close):
15524         * gst/rtsp/rtspdefs.h:
15525         replaced closesocket and close in code with one CLOSE_SOCKET. 
15526         Some more cleanups. Fixes #345301.
15527
15528 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15529
15530         * gst/autodetect/gstautoaudiosink.c:
15531           Fix example pipeline in docs.
15532
15533 2006-07-10  Wim Taymans  <wim@fluendo.com>
15534
15535         Patch by: Rob Taylor <robtaylor at floopily dot org>
15536
15537         * gst/udp/gstmultiudpsink.c: (join_multicast),
15538         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15539         If a destination is added before the stream is set to PAUSED, the
15540         multicast group is not joined as the socket is not created yet. 
15541         Also TTL and LOOP should also be set. Fixes #346921.
15542
15543 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15544
15545         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15546         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15547         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15548         (gst_ximage_src_init):
15549         * sys/ximage/gstximagesrc.h:
15550         Fix use-damage property to actually work :)
15551         Add startx, starty, endx, endy properties so screencasts other than full
15552         screen ones can work.
15553
15554 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15555
15556         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15557         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15558         (gst_ximage_src_class_init), (gst_ximage_src_init):
15559         * sys/ximage/gstximagesrc.h:
15560         Add use_damage property to offer ability to choose whether to use
15561         XDamage or not.
15562
15563 2006-07-07  Wim Taymans  <wim@fluendo.com>
15564
15565         * gst/goom/filters.c: (zoomFilterSetResolution):
15566         Avoid goom coredumping by clearing memory. 
15567         Fixes 345679.
15568
15569 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15570
15571         * win32/vs6/libgstid3demux.dsp:
15572         Add a link to libgsttag-0.10.lib.
15573
15574 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15575
15576         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15577         (gst_tag_demux_read_range):
15578         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15579         (gst_id3demux_read_range):
15580           Don't return FLOW_UNEXPECTED when a buffer is before
15581           the start of the stream (which might happen with
15582           large ID3v2 tags if the tag reading was done pullrange
15583           based and we then switched to push mode later on).
15584           Fixes regression introduced by commit from June 29th.
15585
15586 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         * ext/taglib/gstid3v2mux.cc:
15589           Make UTF-8 the default encoding when writing string
15590           tags (before, our UTF-8 strings would automatically
15591           be converted to ISO-8859-1 by taglib and written as
15592           ISO-8859-1 fields if that was possible).
15593
15594         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15595         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15596         (test_taglib_id3mux_with_tags):
15597           Add test case that makes sure our UTF-8 strings have
15598           actually been written into the tag as UTF-8.
15599
15600 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15601
15602         * configure.ac:
15603           Let's try that again.
15604
15605 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * configure.ac:
15608           Disable monoscope plugin for now until it fulfills
15609           all the requirements.
15610
15611 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         * configure.ac:
15614         * gst/monoscope/Makefile.am:
15615         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15616         (gst_monoscope_class_init), (gst_monoscope_init),
15617         (gst_monoscope_finalize), (gst_monoscope_reset),
15618         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15619         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15620         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15621         (gst_monoscope_change_state), (plugin_init):
15622         * gst/monoscope/gstmonoscope.h:
15623           Port monoscope visualisation to 0.10.
15624
15625 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15628         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15629           Return FLOW_UNEXPECTED when at the end of the file, not
15630           FLOW_ERROR. Fixes 'internal stream error' errors that
15631           would sometimes occur in totem when scrubbing to the
15632           end of an ID3v1 tagged mp3 file.
15633
15634 2006-07-03  Edward Hervey  <edward@fluendo.com>
15635
15636         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15637         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15638         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15639         * ext/libpng/gstpngdec.h:
15640         Implement buffer clipping/dropping using GstSegment.
15641         This provides accurate seeking.
15642
15643 2006-07-03  Edward Hervey  <edward@fluendo.com>
15644
15645         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15646         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15647         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15648         (gst_avi_demux_process_next_entry), (push_tag_lists),
15649         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15650         * gst/avi/gstavidemux.h:
15651         Proper aggregation of each stream's GstFlowReturn in order to figure out
15652         whether the task should stop or not.
15653         Don't send inline events before pushing out a NEW_SEGMENT, more
15654         specifically for GST_TAG_EVENT.
15655         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15656         sub-indexes.
15657
15658 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15659
15660         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15661
15662         * sys/sunaudio/gstsunaudiomixerctrl.c:
15663         (gst_sunaudiomixer_ctrl_build_list):
15664           Move "Monitor" slider to input tab so it works more like
15665           sdtaudiocontrol, which is what people on Solaris are used
15666           to using for their mixer program (#346259).
15667
15668 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15669
15670         * tests/check/elements/level.c: (GST_START_TEST):
15671           fix a leak, clean up at the end
15672
15673 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15674
15675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15676         (gst_matroska_demux_send_event),
15677         (gst_matroska_demux_loop_stream_parse_id):
15678         * gst/matroska/matroska-ids.h:
15679           Send tag event after newsegment event.
15680
15681 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15682
15683         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15684         (gst_id3demux_read_range):
15685           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15686           certain cases where a read beyond the end of the file is
15687           requested. Fixes #345930.
15688
15689         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15690         (gst_tag_demux_read_range):
15691           Fix same issue here as well.
15692
15693 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15694
15695         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15696         
15697         Fix hypothetical crash.
15698
15699 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15702
15703         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15704           Do not modify the ports value. If the user has turned off the
15705           built-in speakers, then we should not reset it in the prepare
15706           function, since this causes the built-in speakers to turn
15707           back on anytime the user changes a track in totem, rhythmbox,
15708           etc. (#346066).
15709
15710 2006-06-23  Wim Taymans  <wim@fluendo.com>
15711
15712         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15713         Fix double caps unref when negotiation fails.
15714
15715 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15716
15717         * ext/annodex/gstcmmldec.c:
15718         * ext/annodex/gstcmmlenc.c:
15719         * ext/annodex/gstcmmlparser.c:
15720         * ext/dv/gstdvdec.c:
15721         * ext/dv/gstdvdemux.c:
15722         * ext/gdk_pixbuf/pixbufscale.c:
15723         * ext/jpeg/gstjpegenc.c:
15724         * ext/jpeg/gstsmokedec.c:
15725         * ext/jpeg/gstsmokeenc.c:
15726         * ext/libpng/gstpngdec.c:
15727         * ext/libpng/gstpngenc.c:
15728         * ext/speex/gstspeexenc.c:
15729         * gst/alpha/gstalphacolor.c:
15730         * gst/cutter/gstcutter.c:
15731         * gst/debug/gstnavigationtest.c:
15732         * gst/icydemux/gsticydemux.c:
15733         * gst/level/gstlevel.c:
15734         * gst/multipart/multipart.c:
15735         * gst/rtp/gstrtpamrpay.c:
15736         * gst/rtp/gstrtpdepay.c:
15737         * gst/rtp/gstrtpilbcpay.c:
15738         * gst/rtp/gstrtpmp4gpay.c:
15739         * gst/rtp/gstrtpmp4vpay.c:
15740         * gst/rtsp/gstrtpdec.c:
15741         * gst/rtsp/gstrtspsrc.c:
15742         * gst/udp/gstdynudpsink.c:
15743         * gst/udp/gstmultiudpsink.c:
15744         * gst/udp/gstudpsrc.c:
15745         * gst/videobox/gstvideobox.c:
15746         * gst/videofilter/gstvideoflip.c:
15747           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15748           plus two minor macro fixes.
15749
15750 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15751
15752         * gst/matroska/matroska-demux.c:
15753         (gst_matroska_demux_check_subtitle_buffer),
15754         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15755         (gst_matroska_demux_subtitle_caps):
15756         * gst/matroska/matroska-ids.c:
15757         (gst_matroska_track_init_subtitle_context):
15758         * gst/matroska/matroska-ids.h:
15759           Try to fix up broken matroska files containing subtitle
15760           streams with non-UTF8 character encodings (courtesy of
15761           mkvmerge) using either the encoding specified in the
15762           GST_SUBTITLE_ENCODING environment variable or the
15763           current locale's character set if it is non-UTF8.
15764           Fixes #337076.
15765
15766 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15767
15768         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15769           Set image type from APIC frame as "image-type" field
15770           of GST_TAG_IMAGE buffer caps (#344605).
15771
15772 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15773
15774         * ext/flac/Makefile.am:
15775         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15776         (gst_flac_dec_reset_decoders),
15777         (gst_flac_dec_setup_seekable_decoder),
15778         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15779         (gst_flac_dec_metadata_callback),
15780         (gst_flac_dec_metadata_callback_seekable),
15781         (gst_flac_dec_metadata_callback_stream),
15782         (gst_flac_dec_error_callback),
15783         (gst_flac_dec_error_callback_seekable),
15784         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15785         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15786         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15787         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15788         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15789         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15790         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15791         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15792         (gst_flac_dec_sink_activate_push),
15793         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15794         * ext/flac/gstflacdec.h:
15795           Support chain-based operation, should make flac-over-DAAP
15796           work (#340492).
15797
15798 2006-06-20  Wim Taymans  <wim@fluendo.com>
15799
15800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15801         Doc updates, merge some unused symbols.
15802
15803 2006-06-20  Wim Taymans  <wim@fluendo.com>
15804
15805         * docs/plugins/Makefile.am:
15806         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15807         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15808         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15809         * gst/rtsp/gstrtspsrc.c:
15810         * gst/rtsp/gstrtspsrc.h:
15811         Added documentation for the rtsp plugin. Fixes #345393.
15812
15813 2006-06-20  Wim Taymans  <wim@fluendo.com>
15814
15815         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15816         (rtsp_connection_close), (rtsp_connection_free):
15817         Use better G_OS_* macros. Fixes #345301 some more.
15818
15819 2006-06-20  Wim Taymans  <wim@fluendo.com>
15820
15821         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15822
15823         * sys/sunaudio/Makefile.am:
15824         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15825         * sys/sunaudio/gstsunaudiomixerctrl.c:
15826         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15827         (gst_sunaudiomixer_ctrl_list_tracks),
15828         (gst_sunaudiomixer_ctrl_get_volume),
15829         (gst_sunaudiomixer_ctrl_set_volume),
15830         (gst_sunaudiomixer_ctrl_set_mute),
15831         (gst_sunaudiomixer_ctrl_set_record):
15832         * sys/sunaudio/gstsunaudiomixerctrl.h:
15833         * sys/sunaudio/gstsunaudiomixertrack.c:
15834         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15835         * sys/sunaudio/gstsunaudiomixertrack.h:
15836         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15837         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15838         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15839         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15840         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15841         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15842         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15843         (gst_sunaudiosrc_reset):
15844         * sys/sunaudio/gstsunaudiosrc.h:
15845         Add a SunAudio source plugin.
15846         Support stereo and right/left channel gain in the mixer plugin.
15847         Support the RECORD flag so that you can switch between line-input and
15848         microphone in gnome-volume-control.
15849         Code cleanups like using an enumerator for track number instead of an 
15850         integer. Fixes #344923.
15851
15852 2006-06-20  Wim Taymans  <wim@fluendo.com>
15853
15854         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15855
15856         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15857         (rtsp_connection_close):
15858         Make RTSP plugin compile on windows. Fixes #345301.
15859         Some changes to original patch to catch errors better.
15860         use ifdef WIN32 instead of ifndef.
15861
15862 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15863
15864         * configure.ac:
15865         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15866
15867 2006-06-18  Edward Hervey  <edward@fluendo.com>
15868
15869         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15870         After a failed buffer alloc, we need to abort the jpeg decoding (it
15871         started when parsing headers to figure out how many bytes we need
15872         to request downstream).
15873
15874 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15877
15878         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15879           Make sure we don't read beyond the end of the file (#345232).
15880
15881 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * configure.ac:
15884           Fix --disable-external (can't set conditionals conditionally,
15885           #343602).
15886
15887 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         * autogen.sh:
15890         * configure.ac:
15891         * docs/Makefile.am:
15892           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15893
15894         * docs/plugins/Makefile.am:
15895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15896         * docs/plugins/inspect/plugin-taglib.xml:
15897           Add/fix apev2mux docs.
15898
15899 2006-06-14  Wim Taymans  <wim@fluendo.com>
15900
15901         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15902         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15903         (gst_dvdec_change_state):
15904         Reset segment info on flush.
15905         Alloc segment in _init, free in _finalize.
15906
15907         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15908         Don't send segments twice.
15909
15910 2006-06-14  Wim Taymans  <wim@fluendo.com>
15911
15912         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15913         Respect segment.stop. Fixes #342592.
15914
15915 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15916
15917         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15918           No language specified means the implied language is English
15919           according to the matroska spec (partially fixes #344708);
15920           add some more debug output.
15921
15922 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15923
15924         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15925         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15926         (gst_wavparse_chain):
15927           When operating chain-based, don't make any assumptions about the
15928           chunking of the incoming data and make streaming work on days other
15929           than the second Thursday after a full moon. Also fix up debug
15930           messages here and there and make use of the most excellent new
15931           gst_pad_query_peer_duration() utility function.
15932           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15933
15934         * gst/wavparse/gstwavparse.h:
15935           Remove trailing comma after last enum value, some compilers don't
15936           like that.
15937
15938 2006-06-13  Wim Taymans  <wim@fluendo.com>
15939
15940         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15941         Handle premature EOS gracefully.
15942
15943 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15944
15945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15946           Prevent out of bounds array access when scrubbing towards
15947           the end of the file between the last index entry and the
15948           end. Fixes occasional 'start <= stop' newsegment event
15949           assertions when scrubbing in MJPEG files.
15950
15951 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         * tests/check/elements/.cvsignore:
15954           And another one.
15955
15956 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15959         (scan_encoded_string), (parse_picture_frame):
15960           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15961
15962         * configure.ac:
15963           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15964           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15965
15966 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15967
15968         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15969           gratuitous comment changes
15970         * tests/check/elements/level.c: (GST_START_TEST):
15971           fix level test leaks
15972
15973 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15974
15975         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15976         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15977           Use gst_pad_query_peer_duration() utility function here.
15978
15979 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15980
15981         * autogen.sh:
15982           require am17
15983         * configure.ac:
15984         * ext/annodex/Makefile.am:
15985         * ext/cdio/Makefile.am:
15986         * ext/dv/Makefile.am:
15987         * ext/esd/Makefile.am:
15988         * ext/flac/Makefile.am:
15989         * ext/gdk_pixbuf/Makefile.am:
15990         * ext/ladspa/Makefile.am:
15991         * ext/libcaca/Makefile.am:
15992         * ext/speex/Makefile.am:
15993         * ext/taglib/Makefile.am:
15994         * sys/oss/Makefile.am:
15995         * sys/sunaudio/Makefile.am:
15996         * sys/ximage/Makefile.am:
15997           clean up build further
15998
15999 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16000
16001         * gconf/Makefile.am:
16002           Honour --disable-schemas-install configure option. Fixes #344100.
16003
16004 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16005
16006         * tests/examples/level/Makefile.am:
16007           Add -lm to LIBS for pow() function, don't assume one of our
16008           dependencies (such as libxml-2.0) drags it in automatically
16009           (#343603).
16010
16011 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
16012
16013         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
16014
16015         * configure.ac:
16016           We should use $SED and not $(SED) in configure.ac (#343678).
16017
16018 2006-06-09  Wim Taymans  <wim@fluendo.com>
16019
16020         Patch by: Brian Cameron <brian dot cameron at sun dot com>
16021
16022         * sys/sunaudio/gstsunaudiomixerctrl.c:
16023         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
16024         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
16025         (gst_sunaudiomixer_ctrl_set_mute):
16026         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
16027         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
16028         (gst_sunaudiosink_write):
16029         Attached find a patch that fixes a number of bugs with the SunAudio
16030         mixer plugin and fixes #344101:
16031         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
16032            tracks onto the tracklist causing gnome-volume-control's preferences
16033            dialog to be messed up and would core dump if you checked/unchecked
16034            any item.
16035         2. We weren't previously setting the MUTE flag properly.  Fixing this
16036            makes gnome-volume-control work better.
16037         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
16038            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
16039            gnome-volume-control look better.
16040         Also some minor cleanup in gstsunaudiosink.c.
16041
16042 2006-06-09  Wim Taymans  <wim@fluendo.com>
16043
16044         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
16045         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
16046         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
16047         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
16048         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
16049         * ext/jpeg/gstjpegdec.h:
16050         API: Added IDCT method property
16051         Small cleanups.
16052         Avoid dynamic allocation of trivial fixed structure.
16053         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
16054
16055 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16056
16057         * configure.ac:
16058         We now require libraw1394 >= 1.1.0 and that version onwards all
16059         have .pc files.
16060
16061 2006-06-02  Edward Hervey  <edward@fluendo.com>
16062
16063         * gst/law/alaw-decode.c: (alawdec_getcaps): 
16064         Trying to get items from an ANY or EMPTY caps is ... stupid.
16065
16066 2006-06-02  Edward Hervey  <edward@fluendo.com>
16067
16068         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
16069         (gst_dvdec_chain), (gst_dvdec_change_state):
16070         * ext/dv/gstdvdec.h:
16071         Added GstSegment handling, now implements dropping/clipping.
16072
16073 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
16074
16075         * ext/aalib/gstaasink.h:
16076         * ext/annodex/gstcmmldec.h:
16077         * ext/cairo/gsttimeoverlay.h:
16078         * ext/dv/gstdvdec.h:
16079         * ext/dv/gstdvdemux.h:
16080         * ext/esd/esdmon.h:
16081         * ext/esd/esdsink.h:
16082         * ext/flac/gstflacenc.h:
16083         * ext/gconf/gstgconfaudiosink.h:
16084         * ext/gconf/gstgconfaudiosrc.h:
16085         * ext/gconf/gstgconfvideosink.h:
16086         * ext/gconf/gstgconfvideosrc.h:
16087         * ext/gdk_pixbuf/gstgdkanimation.h:
16088         * ext/gdk_pixbuf/pixbufscale.h:
16089         * ext/hal/gsthalaudiosink.h:
16090         * ext/hal/gsthalaudiosrc.h:
16091         * ext/jpeg/gstjpegenc.h:
16092         * ext/jpeg/gstsmokedec.h:
16093         * ext/jpeg/gstsmokeenc.h:
16094         * ext/libcaca/gstcacasink.h:
16095         * ext/libmng/gstmngdec.h:
16096         * ext/libmng/gstmngenc.h:
16097         * ext/libpng/gstpngdec.h:
16098         * ext/libpng/gstpngenc.h:
16099         * ext/raw1394/gstdv1394src.h:
16100         * ext/speex/gstspeexenc.h:
16101         * gst/autodetect/gstautoaudiosink.h:
16102         * gst/autodetect/gstautovideosink.h:
16103         * gst/avi/gstavidemux.h:
16104         * gst/cutter/gstcutter.h:
16105         * gst/debug/efence.h:
16106         * gst/debug/gstnavigationtest.h:
16107         * gst/debug/gstnavseek.h:
16108         * gst/flx/gstflxdec.h:
16109         * gst/goom/gstgoom.h:
16110         * gst/icydemux/gsticydemux.h:
16111         * gst/id3demux/gstid3demux.h:
16112         * gst/law/alaw-decode.h:
16113         * gst/law/alaw-encode.h:
16114         * gst/law/mulaw-decode.h:
16115         * gst/law/mulaw-encode.h:
16116         * gst/matroska/matroska-mux.h:
16117         * gst/median/gstmedian.h:
16118         * gst/oldcore/gstaggregator.h:
16119         * gst/oldcore/gstfdsink.h:
16120         * gst/oldcore/gstmd5sink.h:
16121         * gst/oldcore/gstmultifilesrc.h:
16122         * gst/oldcore/gstpipefilter.h:
16123         * gst/oldcore/gstshaper.h:
16124         * gst/oldcore/gststatistics.h:
16125         * gst/rtp/gstasteriskh263.h:
16126         * gst/rtp/gstrtpL16depay.h:
16127         * gst/rtp/gstrtpL16pay.h:
16128         * gst/rtp/gstrtpamrdepay.h:
16129         * gst/rtp/gstrtpamrpay.h:
16130         * gst/rtp/gstrtpdepay.h:
16131         * gst/rtp/gstrtpgsmdepay.h:
16132         * gst/rtp/gstrtpgsmpay.h:
16133         * gst/rtp/gstrtph263pay.h:
16134         * gst/rtp/gstrtph263pdepay.h:
16135         * gst/rtp/gstrtph263ppay.h:
16136         * gst/rtp/gstrtpmp4gpay.h:
16137         * gst/rtp/gstrtpmp4vdepay.h:
16138         * gst/rtp/gstrtpmp4vpay.h:
16139         * gst/rtp/gstrtpmpadepay.h:
16140         * gst/rtp/gstrtpmpapay.h:
16141         * gst/rtp/gstrtppcmadepay.h:
16142         * gst/rtp/gstrtppcmapay.h:
16143         * gst/rtp/gstrtppcmudepay.h:
16144         * gst/rtp/gstrtppcmupay.h:
16145         * gst/rtp/gstrtpspeexdepay.h:
16146         * gst/rtp/gstrtpspeexpay.h:
16147         * gst/rtsp/gstrtpdec.h:
16148         * gst/rtsp/gstrtspsrc.h:
16149         * gst/smpte/gstsmpte.h:
16150         * gst/udp/gstdynudpsink.h:
16151         * gst/udp/gstmultiudpsink.h:
16152         * gst/udp/gstudpsink.h:
16153         * gst/udp/gstudpsrc.h:
16154         * gst/videofilter/gstvideobalance.h:
16155         * gst/videofilter/gstvideoflip.h:
16156         * sys/oss/gstossdmabuffer.h:
16157         * sys/oss/gstossmixerelement.h:
16158         * sys/oss/gstosssink.h:
16159         * sys/oss/gstosssrc.h:
16160         * sys/osxvideo/osxvideosink.h:
16161         * sys/sunaudio/gstsunaudiomixer.h:
16162         * sys/sunaudio/gstsunaudiosink.h:
16163         * sys/ximage/gstximagesrc.h:
16164         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16165
16166 2006-05-31  Wim Taymans  <wim@fluendo.com>
16167
16168         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16169         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16170         (gst_goom_src_setcaps), (gst_goom_src_event),
16171         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16172         (gst_goom_change_state):
16173         * gst/goom/gstgoom.h:
16174         Handle QoS.
16175         Handle flushing, discont and events.
16176         Fix timestamps and various other cleanups.
16177
16178 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16179
16180         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16181         Fix bus reset when using libiec61883
16182
16183 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16184
16185         * configure.ac:
16186         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16187         * ext/raw1394/Makefile.am:
16188         Add CFLAGS.
16189         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16190         New method, to receive using libiec61883.
16191         (gst_dv1394src_iso_receive),
16192         #ifdef'd out if libiec61883 is present.
16193         (gst_dv1394src_bus_reset),
16194         Get userdata correctly if using libiec61883. 
16195         (gst_dv1394src_create),
16196         When using libiec61883, only poll one fd and no need to read.
16197         (gst_dv1394src_discover_avc_node),
16198         Replace g_warnings.
16199         (gst_dv1394src_start),
16200         Create new handle when we know which dv port.  More reliable
16201         than setting port on an existing handle.  Initialise libiec61883.
16202         (gst_dv1394src_stop):
16203         If using libiec61883, then cleanup its handle properly.
16204         * ext/raw1394/gstdv1394src.h:
16205         Add libiec61883 handle.
16206
16207 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16208
16209         * gst/avi/gstavidemux.c:
16210           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16211         * win32/MANIFEST:
16212           sort file listing
16213         * win32/vs6/libgstavi.dsp:
16214           add gstavimux.c to the project
16215         * win32/vs6/libgstid3demux.dsp:
16216           add link to zlib library
16217         * win32/vs6/libgstmatroska.dsp:
16218           add matroska-ids.c to the project
16219
16220 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         Patch by: Sebastian Dröge  <mail at slomosnail de >
16223
16224         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16225         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16226         * ext/taglib/Makefile.am:
16227         * ext/taglib/gstapev2mux.cc:
16228         * ext/taglib/gstapev2mux.h:
16229         * ext/taglib/gstid3v2mux.cc:
16230         * ext/taglib/gsttaglibmux.c: (plugin_init):
16231         * ext/taglib/gsttaglibmux.h:
16232           Add apev2mux element (#343122).
16233         
16234         * tests/check/Makefile.am:
16235         * tests/check/elements/apev2mux.c:
16236         (test_taglib_apev2mux_create_tags),
16237         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16238         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16239         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16240         (apev2mux_suite), (main):
16241           Add unit test for apev2mux element.
16242
16243 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16244
16245         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16246         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16247         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16248           GST_PTR_FORMAT should be used to print caps in debug statements.
16249
16250 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16251
16252         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16253
16254         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16255         (ape_demux_parse_tags):
16256           Some clean-ups and additions: map APE 'file' tag to
16257           GST_TAG_LOCATION (#343123); add support for extracting
16258           the track count and clean up parsing a bit (#343127).
16259
16260 2006-05-28  Edward Hervey  <edward@fluendo.com>
16261
16262         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16263         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16264
16265 2006-05-28  Edward Hervey  <edward@fluendo.com>
16266
16267         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16268         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16269         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16270         * ext/jpeg/gstjpegdec.h:
16271         Clip outgoing buffers according to currently configured segment.
16272
16273 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * ext/taglib/gstid3v2mux.cc:
16276           Handle  writing of track-count or album-volume-count without
16277           track-number or albume-volume-number (in this case the number
16278           will just be set to 0).
16279
16280         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16281           It would be nice if we actually checked the values received for
16282           track/album-volume number/count in  _check_tags(), rather than
16283           setting them again ...
16284
16285 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16288           A track/volume number or count of 0 does not make sense,
16289           just ignore it along with negative numbers (a tag might
16290           only contain a track count without a track number).
16291
16292 2006-05-27  Edward Hervey  <edward@fluendo.com>
16293
16294         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16295         (gst_jpeg_dec_sink_event):
16296         Abort decompression when receiving FLUSH_STOP. This should avoid
16297         issues when interrupting decoding with flushes.
16298
16299 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16300
16301         * ext/flac/gstflac.c:
16302           Don't #include file we don't dist any longer.
16303
16304 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * README:
16307           Replace current README (containing the release notes from
16308           some 0.9.x version) with a proper README taken from the core.
16309
16310 2006-05-24  Wim Taymans  <wim@fluendo.com>
16311
16312         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16313         Implement EOS correctly by either posting
16314         SEGMENT_DONE or pushing an EOS message depending
16315         on the seek type. Fixes #342592
16316
16317 2006-05-24  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16320         * gst/law/alaw-decode.h:
16321         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16322         * gst/law/alaw-encode.h:
16323         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16324         * gst/law/mulaw-decode.h:
16325         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16326         * gst/law/mulaw-encode.h:
16327         Some cleanups in the chain functions.
16328         Remove some GStreamer 0.0.2 bits.
16329
16330 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16333
16334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16335           gst_collect_pads_stop() needs to be called before chaining up
16336           to the parent class (#342734).
16337
16338 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16339
16340         * ext/flac/Makefile.am:
16341         * ext/flac/flac_compat.h:
16342         * ext/flac/gstflac.c:
16343         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16344         * ext/flac/gstflacenc.c:
16345           Remove backwards compatibility cruft for dealing with FLAC API
16346           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16347
16348 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16349
16350         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16351         (gst_matroska_demux_push_xiph_codec_priv_data),
16352         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16353         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16354         * gst/matroska/matroska-ids.h:
16355         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16356         (gst_matroska_mux_video_pad_setcaps),
16357         (xiph3_streamheader_to_codecdata),
16358         (vorbis_streamheader_to_codecdata),
16359         (theora_streamheader_to_codecdata),
16360         (gst_matroska_mux_audio_pad_setcaps),
16361         (gst_matroska_mux_write_data):
16362           Add support for muxing/demuxing theora video (#342448; too bad
16363           none of the usual linux players can actually play this). Playback
16364           in GStreamer will require additional changes to theoradec in -base.
16365           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16366           cleanups.
16367
16368 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16371         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16372           Fix crashes when the horizontal subsampling is 1.
16373           Fixes #342097.
16374
16375 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16378
16379         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16380         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16381         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16382         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16383         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16384         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16385         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16386         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16387         (gst_avi_mux_change_state):
16388         * gst/avi/gstavimux.h:
16389           Some enhancements for avimux (#342526):
16390            - add odml (large file) index support
16391            - store codec init data (e.g. huffyuv)
16392            - miscellaneous other fixes/cleanups
16393
16394 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16395
16396         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16397         Don't output any tag when we encounter a negative track number - the
16398         tag type is uint, so we end up outputting huge positive numbers
16399         instead. (Fixes: #342029)
16400
16401 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16402
16403         * configure.ac:
16404           update for new GSTPB_PLUGINS_DIR
16405
16406 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16407
16408         * rtp/gst/gstrtph263pay.c:
16409         Properly set static caps for H263 at 34.
16410
16411 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16412
16413         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16414
16415         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16416           Merge event tags and tag setter tags correctly (#339918). Also,
16417           don't leak taglist in case of an error.
16418           
16419 2006-05-17  Edward Hervey  <edward@fluendo.com>
16420
16421         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16422         We can only do caps intersection if the othercaps are non-empty and not
16423         ANY. Else we return the pad template (base_caps).
16424
16425 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16426
16427         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16428           Fix crash when outputting debugging information for certain
16429           pictures (always good to use the right struct member for
16430           the number of records in an array).
16431
16432 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16435
16436         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16437         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16438         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16439         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16440         (gst_ebml_read_float), (gst_ebml_read_ascii),
16441         (gst_ebml_read_binary):
16442           Don't create unnecessary sub-buffers all the time. Dramatically
16443           improves performance with multiple concurrently running
16444           matroskademux instances (#341818) (and avoids doing
16445           unnecessarily inefficient things in the general case).
16446
16447 2006-05-16  Edward Hervey  <edward@fluendo.com>
16448
16449         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16450         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16451         return value of gst_pad_push_event().
16452
16453 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16454
16455         * gst/autodetect/gstautoaudiosink.c:
16456         (gst_auto_audio_sink_find_best):
16457         * gst/autodetect/gstautovideosink.c:
16458         (gst_auto_video_sink_find_best):
16459         Make the name of the child element be based on the name of the
16460         parent, so that debug output is more useful.
16461         
16462         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16463         (parse_insert_string_field), (parse_split_strings):
16464         Rework string parsing to always walk over BOM markers in UTF16
16465         strings, using the endianness indicated by the innermost one,
16466         then trying the opposite endianness if that fails to convert
16467         to valid UTF-8. Fixes #341774
16468
16469 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16470
16471         Patch from: Matthieu <matthieu at fluendo dot com>
16472
16473         * ext/libpng/Makefile.am:
16474         Add LIBPNG_CFLAGS.
16475
16476 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16477
16478         * ext/taglib/gstid3v2mux.cc:
16479           Add support for writing images (APIC frames) into ID3v2
16480           tags (picture type always set to 'other' for now though).
16481
16482 2006-05-14  Michael Smith  <msmith@fluendo.com>
16483
16484         * gst/wavparse/gstwavparse.c:
16485           Update docs; wavparse implements push and pull modes.
16486
16487 2006-05-12  Wim Taymans  <wim@fluendo.com>
16488
16489         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16490         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16491         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16492         Ooops, bitten by the copy-and-paste design paradigm, fixes
16493         seek again.
16494
16495 2006-05-12  Wim Taymans  <wim@fluendo.com>
16496
16497         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16498         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16499         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16500         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16501         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16502         (gst_avi_demux_massage_index),
16503         (gst_avi_demux_calculate_durations_from_index),
16504         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16505         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16506         (gst_avi_demux_loop):
16507         * gst/avi/gstavidemux.h:
16508         Some cleanups, prepare to use GstSegment.
16509         Fix error in entry walking code.
16510         Fix VBR detection.
16511         Smarter timestamp calculation code.
16512         Uniform error/eos handling.
16513
16514 2006-05-12  Michael Smith  <msmith@fluendo.com>
16515
16516         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16517         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16518           Fix use of uninitialised values if we're NOT seeking in ready.
16519           Fix typos.
16520
16521 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * gst/wavparse/Makefile.am:
16524           Add CFLAGS and LIBS for libgstbase, fixes build on
16525           Cygwin (#341489).
16526
16527 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16530           Some more debug info. No need to check whether the string
16531           returned by g_convert() is really UTF-8 - either it is or
16532           we get NULL returned.
16533
16534 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16535
16536         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16537           Fix parsing of numeric genre strings some more, by ensuring that
16538           we only try and parse strings that a) Start with '(' and b) Consist
16539           only of digits.
16540           Also, when finding an escaping '((' sequence, bust it back to '(' by
16541           swallowing the first parenthesis
16542
16543 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16544
16545         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16546         (gst_esdsink_open), (gst_esdsink_close):
16547         * ext/esd/esdsink.h:
16548           Move the esd_get_server_info() into gst_esdsink_open() and fail
16549           with a decent error message on errors.
16550
16551 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16554         (gst_esdmon_channels_get_type):
16555         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16556         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16557         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16558         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16559         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16560         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16561         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16562         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16563         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16564         * gst/videomixer/videomixer.c:
16565         (gst_video_mixer_background_get_type):
16566           Const-ify GEnumValue arrays.
16567
16568 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16571
16572         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16573         (gst_avi_mux_do_video_buffer):
16574           Work around gst_buffer_make_metadata_writable() bug that
16575           results in avimux marking all frames in the index as
16576           keyframes (#340859).
16577           
16578 2006-05-08  Wim Taymans  <wim@fluendo.com>
16579
16580         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16581         Make parsing of urls suck slightly less.
16582
16583 2006-05-08  Edward Hervey  <edward@fluendo.com>
16584
16585         * autogen.sh: (CONFIGURE_DEF_OPT): 
16586         libtoolize on Darwin/MacOSX is called glibtoolize.
16587
16588 2006-05-08  Wim Taymans  <wim@fluendo.com>
16589
16590         Patch by: Jens Granseuer <jensgr at gmx dot net>
16591
16592         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16593         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16594         C89 compliance fixes. Fixes #340980
16595
16596 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16597
16598         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16599         * ext/flac/gstflacdec.h:
16600           Handle segment seeks that include the end of the file as stop point
16601           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16602           message instead of an EOS event in case we're in segment seek
16603           mode (fixes #340699).
16604           
16605 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16606
16607         * ext/cairo/gsttextoverlay.c:
16608         * ext/flac/gstflacdec.c:
16609         * ext/gdk_pixbuf/pixbufscale.c:
16610         * gst/apetag/gstapedemux.c:
16611         * gst/debug/breakmydata.c:
16612         * gst/debug/testplugin.c:
16613         * gst/matroska/ebml-write.c:
16614         * gst/multipart/multipartdemux.c:
16615         * sys/osxaudio/gstosxaudiosink.c:
16616         * sys/osxaudio/gstosxaudiosrc.c:
16617         Add semicolons after GST_BOILERPLATE[_FULL] so that
16618         indent doesn't mess up following lines.
16619
16620 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16623
16624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16625           Don't leak caps when freeing the stream context (#340623).
16626
16627 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16628
16629         * configure.ac:
16630           Back to CVS
16631
16632 === release 0.10.3 ===
16633
16634 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16635
16636         * configure.ac:
16637           releasing 0.10.3, "Desplazado"
16638
16639 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16640
16641         * gst/matroska/matroska-mux.c:
16642         (gst_matroska_mux_stream_is_vorbis_header),
16643         (gst_matroska_mux_write_data):
16644           Don't strcmp() NULL strings.
16645           Only start new clusters on video keyframes, not on any
16646           random audio buffer that doesn't have the DELTA_UNIT
16647           flag set (fixes 'make check' again).
16648
16649 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16652
16653         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16654         (gst_matroska_mux_stream_is_vorbis_header),
16655         (gst_matroska_mux_write_data):
16656           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16657           value and then dead-lock when muxing vorbis audio streams
16658           (the three vorbis header buffers carry no timestamp, and it
16659           would try to mux these after all video buffers). Fixes #340346.
16660
16661           Improve clustering: start a new cluster also whenever we get
16662           a keyframe.     
16663
16664 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16665
16666         * win32/common/config.h:
16667         * win32/MANIFEST
16668           add the generated file as well
16669
16670 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16671
16672         * Makefile.am:
16673         * configure.ac:
16674         * win32/common/config.h.in:
16675           add win32 stuff
16676
16677 2006-05-03  Michael Smith  <msmith@fluendo.com>
16678
16679         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16680           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16681           SUCKS.
16682
16683 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16684
16685         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16686         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16687         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16688           don't leak caps-string
16689
16690 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16691
16692         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16693         (gst_id3demux_sink_activate):
16694           Let core insert default error message for TYPE_NOT_FOUND
16695           errors, it's just as good as our own and has the added
16696           bonus of being translated.
16697
16698 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16699
16700         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16701         (gst_tag_demux_sink_event):
16702         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16703         (gst_id3demux_sink_event):
16704           Post an error message when we get an EOS event and were not
16705           able to find out the type of stream.
16706
16707         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16708         (test_taglib_id3mux_with_tags):
16709           Decrease num-buffers to 16 per iteration again, otherwise the
16710           many memcpy()s and reallocations in the test will hammer slow
16711           CPUs completely and make the test timeout.
16712
16713 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16714
16715         * configure.ac:
16716           figure out where plugins-base plugins are
16717         * tests/check/Makefile.am:
16718           use plugins-base plugins, so we have typefind functions
16719         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16720           increase num-buffers, this makes sure the test errors out instead
16721           of timing out when no typefind functions are present
16722
16723 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16724
16725         * docs/plugins/Makefile.am:
16726           also check .cc files for gtk-doc markup
16727         * configure.ac:
16728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16730         * tests/check/Makefile.am:
16731         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16732         * ext/Makefile.am:
16733         * ext/taglib/Makefile.am:
16734         * ext/taglib/gstid3v2mux.h:
16735         * ext/taglib/gsttaglibmux.c:
16736         * ext/taglib/gsttaglibmux.h:
16737           move taglib-based id3v2muxer to -good.  Fixes #336110.
16738
16739 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16740
16741         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16742           ... and fix multichannel/WAVFORMATEX support again.
16743
16744 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16745
16746         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16747         (gst_wavparse_class_init), (gst_wavparse_dispose),
16748         (gst_wavparse_reset), (gst_wavparse_init),
16749         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16750         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16751         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16752         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16753         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16754         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16755         (gst_wavparse_stream_data), (gst_wavparse_loop),
16756         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16757         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16758         (gst_wavparse_change_state), (plugin_init):
16759         * gst/wavparse/gstwavparse.h:
16760           Add push (streaming) mode to wavparse (fixes #337625)
16761
16762 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16763
16764         * configure.ac:
16765         * tests/Makefile.am:
16766           add ximagesrc icles test
16767
16768 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16769
16770         * configure.ac:
16771         * docs/plugins/Makefile.am:
16772         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16773         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16774         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16775         (gst_cmml_enc_push_clip):
16776         * sys/Makefile.am:
16777         * sys/ximage/Makefile.am:
16778         * sys/ximage/gstximagesrc.c:
16779           Move ximagesrc plug-in to good after review.  Fixes #336756.
16780
16781 2006-04-28  Michael Smith  <msmith@fluendo.com>
16782
16783         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16784         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16785         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16786         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16787         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16788         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16789         * gst/icydemux/gsticydemux.h:
16790           Fix event handling: cache events when typefinding and forward later.
16791
16792 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16793
16794         * sys/osxaudio/gstosxaudiosink.c:
16795         (plugin_init):
16796          Register osxaudiosrc to the plugin.
16797         * sys/osxaudio/gstosxaudiosrc.c:
16798         (gst_osx_audio_src_osxelement_do_init),
16799         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16800         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16801         (gst_osx_audio_src_get_property),
16802         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16803         (gst_osx_audio_src_osxelement_init):
16804         * sys/osxaudio/gstosxaudiosrc.h:
16805           Port of osxaudiosrc to 0.10.
16806         * sys/osxaudio/Makefile.am:
16807           Add osxaudiosrc
16808
16809 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16810
16811         * sys/osxaudio/gstosxringbuffer.c:
16812         * sys/osxaudio/gstosxringbuffer.h:
16813           Forgot to commit earlier, part of the OSX audio plugin port
16814
16815 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16816
16817         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16818         (parse_split_strings):
16819           Recognise and skip any byte order marker (BOM) in
16820           UTF-16 strings.
16821
16822 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16823
16824         * docs/plugins/Makefile.am:
16825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16826         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16827         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16828         * docs/plugins/inspect/plugin-avi.xml:
16829         * gst/avi/gstavidemux.c:
16830         * gst/avi/gstavimux.c:
16831           Add docs for both avidemux and avimux.
16832
16833 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16836
16837         * gst/avi/Makefile.am:
16838         * gst/avi/gstavi.c: (plugin_init):
16839         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16840         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16841         (gst_avi_mux_class_init), (gst_avi_mux_init),
16842         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16843         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16844         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16845         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16846         (gst_avi_mux_riff_get_avix_header),
16847         (gst_avi_mux_riff_get_video_header),
16848         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16849         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16850         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16851         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16852         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16853         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16854         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16855         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16856         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16857         (gst_avi_mux_change_state):
16858         * gst/avi/gstavimux.h:
16859           Port AVI muxer to GStreamer-0.10 (#332031).
16860
16861         * tests/check/Makefile.am:
16862         * tests/check/elements/avimux.c:
16863         * tests/check/elements/.cvsignore:
16864           Add unit test for AVI muxer.
16865
16866 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16867
16868         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16869         (gst_wavparse_class_init), (gst_wavparse_reset),
16870         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16871         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16872         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16873         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16874         (gst_wavparse_stream_data), (gst_wavparse_loop),
16875         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16876         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16877         (plugin_init):
16878         * gst/wavparse/gstwavparse.h:
16879           reverted patch #337625 for the price of 1 hour sleep
16880
16881 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16882
16883         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16884         (gst_wavparse_class_init), (gst_wavparse_reset),
16885         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16886         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16887         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16888         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16889         (gst_wavparse_stream_data), (gst_wavparse_loop),
16890         (gst_wavparse_chain), (plugin_init):
16891         * gst/wavparse/gstwavparse.h:
16892           correct partial implementation of push mode
16893           (from my last commit)
16894
16895 2006-04-26  Wim Taymans  <wim@fluendo.com>
16896
16897         * ext/esd/esdsink.c:
16898         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16899         it is not in esd.h
16900
16901 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16904         (gst_au_parse_class_init), (gst_au_parse_init),
16905         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16906         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16907         (gst_au_parse_chain), (gst_au_parse_src_convert),
16908         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16909         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16910         (gst_au_parse_change_state):
16911         * gst/auparse/gstauparse.h:
16912           Rewrite auparse to suck a little bit less: make source pad
16913           dynamic, so decodebin/playbin work with non-raw formats
16914           like alaw/mulaw; add query function for duration/position
16915           queries; check whether we have enough data before attempting
16916           to parse the header (instead of crashing when that is not the
16917           case); work around audioconvert sucking by swapping endianness
16918           to the native endianness ourselves for float formats; send
16919           initial newsegment event. Fixes #161712.
16920
16921 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16922
16923         * sys/osxaudio/Makefile.am:
16924         * sys/osxaudio/gstosxaudioelement.c:
16925         (gst_osx_audio_element_get_type),
16926         (gst_osx_audio_element_class_init):
16927         * sys/osxaudio/gstosxaudioelement.h:
16928         * sys/osxaudio/gstosxaudiosink.c:
16929         (gst_osx_audio_sink_osxelement_do_init),
16930         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16931         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16932         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16933         (gst_osx_audio_sink_create_ringbuffer),
16934         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16935         (plugin_init):
16936         * sys/osxaudio/gstosxaudiosink.h:
16937         Port of osxaudiosink to 0.10
16938
16939 2006-04-26  Wim Taymans  <wim@fluendo.com>
16940
16941         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16942         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16943         the size of the ringbuffer. This should fix hangs with older 
16944         esd sound servers.
16945
16946 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16947
16948         * ext/aalib/gstaasink.c:
16949         * ext/annodex/gstcmmldec.c:
16950         * ext/annodex/gstcmmlenc.c:
16951         * ext/cairo/gsttextoverlay.c:
16952         * ext/cairo/gsttimeoverlay.c:
16953         * ext/cdio/gstcdiocddasrc.c:
16954         * ext/dv/gstdvdec.c:
16955         * ext/dv/gstdvdemux.c:
16956         * ext/esd/esdmon.c:
16957         * ext/esd/esdsink.c:
16958         * ext/flac/gstflacenc.c:
16959         * ext/flac/gstflactag.c:
16960         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16961         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16962         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16963         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16964         * ext/gdk_pixbuf/pixbufscale.c:
16965         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16966         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16967         * ext/jpeg/gstjpegdec.c:
16968         * ext/jpeg/gstjpegenc.c:
16969         * ext/jpeg/gstsmokedec.c:
16970         * ext/jpeg/gstsmokeenc.c:
16971         * ext/libcaca/gstcacasink.c:
16972         * ext/libmng/gstmngdec.c:
16973         * ext/libmng/gstmngenc.c:
16974         * ext/libpng/gstpngdec.c:
16975         * ext/libpng/gstpngenc.c:
16976         * ext/mikmod/gstmikmod.c:
16977         * ext/raw1394/gstdv1394src.c:
16978         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16979         * ext/shout2/gstshout2.h:
16980         * ext/speex/gstspeexdec.c:
16981         * ext/speex/gstspeexenc.c:
16982         * gst/alpha/gstalpha.c:
16983         * gst/alpha/gstalphacolor.c:
16984         * gst/apetag/gstapedemux.c:
16985         * gst/auparse/gstauparse.c:
16986         * gst/autodetect/gstautoaudiosink.c:
16987         (gst_auto_audio_sink_base_init):
16988         * gst/autodetect/gstautovideosink.c:
16989         (gst_auto_video_sink_base_init):
16990         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16991         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16992         * gst/cutter/gstcutter.c:
16993         * gst/debug/breakmydata.c:
16994         * gst/debug/efence.c:
16995         * gst/debug/gstnavigationtest.c:
16996         * gst/debug/gstnavseek.c:
16997         * gst/debug/negotiation.c:
16998         * gst/debug/progressreport.c:
16999         * gst/debug/testplugin.c:
17000         * gst/effectv/gstaging.c:
17001         * gst/effectv/gstdice.c:
17002         * gst/effectv/gstedge.c:
17003         * gst/effectv/gstquark.c:
17004         * gst/effectv/gstrev.c:
17005         * gst/effectv/gstshagadelic.c:
17006         * gst/effectv/gstvertigo.c:
17007         * gst/effectv/gstwarp.c:
17008         * gst/flx/gstflxdec.c:
17009         * gst/goom/gstgoom.c:
17010         * gst/icydemux/gsticydemux.c:
17011         * gst/id3demux/gstid3demux.c:
17012         * gst/interleave/deinterleave.c:
17013         * gst/interleave/interleave.c:
17014         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17015         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17016         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17017         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17018         * gst/level/gstlevel.c:
17019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17020         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17021         * gst/median/gstmedian.c:
17022         * gst/monoscope/gstmonoscope.c:
17023         * gst/multipart/multipartdemux.c:
17024         * gst/multipart/multipartmux.c:
17025         * gst/oldcore/gstaggregator.c:
17026         * gst/oldcore/gstfdsink.c:
17027         * gst/oldcore/gstmd5sink.c:
17028         * gst/oldcore/gstmultifilesrc.c:
17029         * gst/oldcore/gstpipefilter.c:
17030         * gst/oldcore/gstshaper.c:
17031         * gst/oldcore/gststatistics.c:
17032         * gst/rtp/gstasteriskh263.c:
17033         * gst/rtp/gstrtpL16depay.c:
17034         * gst/rtp/gstrtpL16pay.c:
17035         * gst/rtp/gstrtpamrdepay.c:
17036         * gst/rtp/gstrtpamrpay.c:
17037         * gst/rtp/gstrtpdepay.c:
17038         * gst/rtp/gstrtpgsmpay.c:
17039         * gst/rtp/gstrtph263pay.c:
17040         * gst/rtp/gstrtph263pdepay.c:
17041         * gst/rtp/gstrtph263ppay.c:
17042         * gst/rtp/gstrtpilbcdepay.c:
17043         * gst/rtp/gstrtpmp4gpay.c:
17044         * gst/rtp/gstrtpmp4vdepay.c:
17045         * gst/rtp/gstrtpmp4vpay.c:
17046         * gst/rtp/gstrtpmpadepay.c:
17047         * gst/rtp/gstrtpmpapay.c:
17048         * gst/rtp/gstrtppcmadepay.c:
17049         * gst/rtp/gstrtppcmapay.c:
17050         * gst/rtp/gstrtppcmudepay.c:
17051         * gst/rtp/gstrtppcmupay.c:
17052         * gst/rtp/gstrtpspeexdepay.c:
17053         * gst/rtp/gstrtpspeexpay.c:
17054         * gst/rtsp/gstrtpdec.c:
17055         * gst/rtsp/gstrtspsrc.c:
17056         * gst/smpte/gstsmpte.c:
17057         * gst/udp/gstdynudpsink.c:
17058         * gst/udp/gstmultiudpsink.c:
17059         * gst/udp/gstudpsink.c:
17060         * gst/udp/gstudpsrc.c:
17061         * gst/videobox/gstvideobox.c:
17062         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17063         * gst/videofilter/gstvideobalance.c:
17064         * gst/videofilter/gstvideoflip.c:
17065         * gst/videofilter/gstvideotemplate.c:
17066         (gst_videotemplate_base_init):
17067         * gst/videomixer/videomixer.c:
17068         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17069         (gst_wavparse_class_init), (gst_wavparse_dispose),
17070         (gst_wavparse_reset), (gst_wavparse_init),
17071         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
17072         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
17073         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
17074         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17075         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17076         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17077         (gst_wavparse_change_state):
17078         * gst/wavparse/gstwavparse.h:
17079         * sys/oss/gstossmixerelement.c:
17080         * sys/oss/gstosssink.c:
17081         * sys/oss/gstosssrc.c:
17082         * sys/osxaudio/gstosxaudioelement.c:
17083         * sys/osxaudio/gstosxaudiosink.c:
17084         * sys/osxaudio/gstosxaudiosrc.c:
17085         * sys/sunaudio/gstsunaudiomixer.c:
17086         * sys/sunaudio/gstsunaudiosink.c:
17087           Define GstElementDetails as const and also static (when defined as
17088           global)
17089
17090 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17091
17092         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17093           Source pad has fixed caps. If we don't set this, bad
17094           things happen when the window is resized.
17095
17096 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17097
17098         * gst/matroska/Makefile.am:
17099         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17100         (gst_matroska_demux_handle_src_event):
17101         * gst/matroska/matroska-ids.c:
17102         (gst_matroska_track_init_video_context),
17103         (gst_matroska_track_init_audio_context),
17104         (gst_matroska_track_init_subtitle_context),
17105         (gst_matroska_track_init_complex_context):
17106         * gst/matroska/matroska-ids.h:
17107           Handle case where the TrackType ebml chunk does not come before the
17108           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17109           events.
17110
17111 2006-04-25  Wim Taymans  <wim@fluendo.com>
17112
17113         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17114         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17115         It's codec_data, not codec_info.
17116
17117 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17120
17121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17122           Handle codec_data for VfW compatibility codec IDs (#339451)
17123
17124         * gst/matroska/matroska-mux.c:
17125         (gst_matroska_mux_video_pad_setcaps):
17126           Same here, handle codec_data and add additional caps we can handle
17127           now to the pad template (huffyuv, dv and h263 video) (#339451)
17128
17129 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17130
17131         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17132
17133         * gst/matroska/matroska-mux.c:
17134         (gst_matroska_mux_create_buffer_header),
17135         (gst_matroska_mux_write_data):
17136           Fix timestamping of B-frames, use signed integers, do
17137           some rounding (#339678).
17138
17139 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17140
17141         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17142         just make it compile with --disable-gst-debug.
17143
17144 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17145
17146         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17147         Fix a bad conversion using gst_guint64_to_gdouble.
17148         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17149         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17150         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17151     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17152         mistake.
17153
17154 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17155
17156         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17157         Use gst_guint64_to_gdouble for conversions
17158         * win32/vs6/gst_plugins_good.dsw:
17159         * win32/vs6/libgsticydemux.dsp:
17160         Add a project file for icydemux
17161
17162 2006-04-21  Wim Taymans  <wim@fluendo.com>
17163
17164         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17165
17166         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17167         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17168         When splitting audio chunks, the block alignment is not taken in
17169         consideration, so the smaller chunks could be of size which is 
17170         not a multiple of the block alignment. Fixes #336904
17171
17172 2006-04-21  Wim Taymans  <wim@fluendo.com>
17173
17174         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17175         Use scale functions
17176
17177 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17178
17179         * ext/dv/gstdv.c: (plugin_init):
17180           Fix build.
17181
17182 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17183
17184         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17185         (gst_progress_report_class_init), (gst_progress_report_init),
17186         (gst_progress_report_do_query), (gst_progress_report_report),
17187         (gst_progress_report_set_property),
17188         (gst_progress_report_get_property):
17189           Add 'format' property to force querying to a particular format.
17190
17191 2006-04-21  Andy Wingo  <wingo@pobox.com>
17192
17193         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17194         best, on big endian systems. Drop its rank in that case. OTOH on
17195         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17196
17197 2006-04-21  Michael Smith  <msmith@fluendo.com>
17198
17199         * configure.ac:
17200         * gst/icydemux/Makefile.am:
17201         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17202         (gst_icydemux_base_init), (gst_icydemux_class_init),
17203         (gst_icydemux_reset), (gst_icydemux_init),
17204         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17205         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17206         (unicodify), (gst_icydemux_unicodify),
17207         (gst_icydemux_parse_and_send_tags),
17208         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17209         (gst_icydemux_chain), (gst_icydemux_change_state),
17210         (gst_icydemux_send_tag_event), (plugin_init):
17211         * gst/icydemux/gsticydemux.h:
17212         * tests/check/Makefile.am:
17213         * tests/check/elements/icydemux.c: (typefind_succeed),
17214         (plugin_init), (icydemux_found_pad), (create_icydemux),
17215         (cleanup_icydemux), (push_data), (GST_START_TEST),
17216         (icydemux_suite), (main):
17217           Add icydemux, and tests.
17218
17219 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17222           Post SEGMENT_DONE message in TIME format.
17223
17224 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17225
17226         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17227
17228         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17229         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17230           Fix index creation when we have to scan the file to create
17231           an index. There may be other types of RIFF 'LIST' chunks than
17232           'movi' and we need to skip them properly as well or we'll end up
17233           reading garbage (#336889). Some other cosmetic changes.
17234           
17235 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17236
17237         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17238         (gst_flac_dec_handle_seek_event):
17239           Add support for segment seeks (fixes #338290). Also demote
17240           some recurring debug message from DEBUG to LOG level.
17241
17242 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17243
17244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17245         (gst_matroskademux_do_index_seek),
17246         (gst_matroska_demux_handle_seek_event),
17247         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17248         * gst/matroska/matroska-ids.h:
17249           Set DISCONT flag on first buffer after a discontinuity.
17250           Fix newsegment events sent when seeking and honour KEY_UNIT
17251           seek flag. Create pad with bogus caps if we don't recognise
17252           the stream codec id.
17253
17254         * gst/matroska/matroska-demux.h:
17255           Fix GObject macros.
17256
17257 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17258
17259         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17260
17261         * gst/matroska/matroska-demux.c:
17262         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17263           Handle end of segment properly when set; don't dead-lock when
17264           posting start of segment message when doing a segment seek.
17265           Fixes #338810.
17266
17267 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17268
17269         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17270         (gst_matroska_demux_plugin_init):
17271           Make mpeg2 aac audio work: create artificial private codec data
17272           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17273           Also call gst_riff_init(). Partially fixes #338767.
17274
17275 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17278         (gst_wavenc_class_init), (gst_wavenc_init),
17279         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17280         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17281         (gst_wavenc_chain), (gst_wavenc_change_state):
17282         * gst/wavenc/gstwavenc.h:
17283           Set caps on first outgoing buffer, so that it doesn't error out
17284           immediately with a non-negotiated error (#338716). Rewrite and
17285           clean up a bit; fix setcaps function to parse things properly;
17286           fix sink caps (8bit audio is unsigned and doesn't have depth);
17287           use boilerplate macros; remove unused properties stuff.
17288
17289 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17290
17291         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17292           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17293           handle MJPEG streams and might be autoplugged for those if the
17294           user doesn't have jpegdec installed (resulting in a cryptic error
17295           message about huffman tables). Better to disable JPEG decoding here
17296           and let the user figure out that she needs to install jpegdec.
17297
17298 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17301         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17302         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17303         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17304           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17305           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17306           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17307           debug messages. Fix boilerplate macros.
17308
17309 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17312         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17313           No need to special-case for Gdk-2.0 any longer, we require
17314           Gdk 2.2 or newer; minor clean-ups.
17315
17316 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17317
17318         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17319         (gst_shout2send_class_init), (gst_shout2send_init),
17320         (set_shout_metadata), (gst_shout2send_set_metadata),
17321         (gst_shout2send_event), (gst_shout2send_start),
17322         (gst_shout2send_connect), (gst_shout2send_stop),
17323         (gst_shout2send_render), (gst_shout2send_set_property),
17324         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17325         (plugin_init):
17326         * ext/shout2/gstshout2.h:
17327         * po/POTFILES.in:
17328           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17329           change function; use GST_ELEMENT_ERROR for error reporting, not
17330           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17331           will cause crashes or assertion failures; remove (unused) "sync"
17332           property, basesink already has such a property; misc. other
17333           minor fixes and cleanups.
17334
17335 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17336
17337         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17338         * ext/esd/gstesd.c: (plugin_init):
17339         * po/POTFILES.in:
17340           Add translatable error message for when we cannot
17341           connect to the sound server, as "Cannot open resource
17342           for writing" isn't really an acceptable message to show
17343           to the user in this case.
17344
17345 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17346
17347         * sys/oss/gst-i18n-plugin.h:
17348           Remove bogus file that doesn't belong here.
17349
17350 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17351
17352         Patch by: Philippe Valembois
17353
17354         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17355         (gst_shout2send_set_metadata), (gst_shout2send_event),
17356         (gst_shout2send_render), (gst_shout2send_change_state):
17357         * ext/shout2/gstshout2.h:
17358           Handle tags being received before the connection to
17359           the server is established properly (see #338636).
17360
17361 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17364           Don't crash in case the connection to the server fails:
17365           don't set pointer to NULL by assigning FALSE; error out
17366           properly by using GST_ELEMENT_ERROR and returning
17367           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17368           before resetting the pointer.
17369
17370 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17371
17372         * gst/id3demux/id3tags.c:
17373         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17374         (Fixes #338713)
17375
17376 2006-04-12  Wim Taymans  <wim@fluendo.com>
17377
17378         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17379         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17380         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17381         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17382         (gst_gdk_pixbuf_chain):
17383         Some cleanups.
17384         Added RGBA as a possible output format.
17385         Correctly free the supported mimetypes.
17386         deprecate silent arg, it's not used.
17387         Return result from _alloc_buffer to peer.
17388
17389 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17390
17391         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17392           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17393           overwriting GST_BUFFER_MALLOCDATA.
17394
17395 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17396
17397         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17398         (user_endrow_callback), (user_end_callback),
17399         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17400         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17401         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17402         * ext/libpng/gstpngdec.h:
17403           Handle more than one frame if the content is framed,
17404           like with png-in-quicktime (#331917).
17405
17406 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17407
17408         * sys/oss/Makefile.am:
17409         * sys/oss/common.h:
17410         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17411         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17412         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17413         (gst_oss_src_unprepare):
17414           - the user-visible error strings were in the wrong category
17415           - and the messages were not marked for translation
17416           - which is actually a good thing, because they were exactly
17417             the kind of message you would never want anyone to see
17418           - the macros were using variables that didn't exist in the macro
17419             arguments
17420           - and they were obviously copied from each other and then modified
17421           - so a common header makes sense
17422
17423 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17426           Don't try to modify read-only data.
17427
17428         * gst/matroska/matroska-demux.c:
17429         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17430           Fix comment (won't crash any longer now).
17431
17432 2006-04-10  Michael Smith  <msmith@fluendo.com>
17433
17434         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17435           Use copies of header buffers for caps to avoid circular refcounting
17436           problems (as in theoradec, vorbisdec).
17437
17438         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17439           Fix a typo in test that meant it was testing the wrong thing.
17440
17441         * tests/check/elements/cmmlenc.c: (check_headers):
17442           Fix refcount checks now that we use buffer-copies for caps.
17443
17444 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17447         (gst_matroska_demux_handle_seek_event),
17448         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17449         (gst_matroska_demux_subtitle_caps),
17450         (gst_matroska_demux_plugin_init):
17451           Use static pad templates with ANY caps for audio and video
17452           source pads and get rid of a lot of unnecessary (and partially
17453           broken) code for the template caps. Clean up caps finding
17454           functions. Fixes playback of audio files/streams that do not
17455           contain the sample rate and/or number of channels in the audio
17456           context (happens a lot with vorbis/mp3 .mka files it seems).
17457           Fixes #337183.
17458           Also add myself to copyright holders.
17459
17460 2006-04-10  Michael Smith  <msmith@fluendo.com>
17461
17462         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17463           Use g_list_delete_link () instead of g_list_remove_link () so that
17464           we free the link as well as the contained data.
17465
17466 2006-04-10  Wim Taymans  <wim@fluendo.com>
17467
17468         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17469
17470         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17471         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17472         (gst_avi_demux_stream_header):
17473         Fix some crashers with empty chunks. (Fixes #337749)
17474
17475 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17476
17477         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17478           use G_GINT64_CONSTANT for INT64 constants
17479         * gst/videofilter/gstvideobalance.c:
17480           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17481         * win32/vs6/libgstavi.dsp:
17482          add missing libraries for the link and remove avimux.c from
17483          the project as it isn't ported to 0.10 yet
17484         
17485 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17486
17487         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17488           Even better would be if we actually did the right thing
17489           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17490
17491 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17492
17493         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17494           Can't just replace 1LL with 1L here just because MSVC doesn't
17495           support it, as it might lead to incorrect results when doing the
17496           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17497           force a 64-bit constant in a way that all compilers are happy with.
17498
17499 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17500
17501         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17502         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17503         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17505         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17506         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17507         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17508         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17509         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17510         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17511         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17512         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17513         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17514         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17515         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17516         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17517         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17518         * gst/debug/efence.c: (gst_efence_class_init):
17519         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17520         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17521         * gst/goom/gstgoom.c: (gst_goom_class_init):
17522         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17523         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17524         * gst/interleave/interleave.c: (interleave_class_init):
17525         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17526         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17527         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17528         * gst/median/gstmedian.c: (gst_median_class_init):
17529         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17530         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17531         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17532         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17533         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17534         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17535         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17536         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17537         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17538         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17539         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17540         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17541         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17542         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17543         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17544         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17545         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17546         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17547         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17548         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17549         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17550         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17551         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17552         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17553         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17554         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17555         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17556         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17557         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17558         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17559         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17560         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17561         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17562         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17563         * sys/osxaudio/gstosxaudioelement.c:
17564         (gst_osxaudioelement_class_init):
17565         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17566         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17567         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17568         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17569
17570 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17571
17572         * ext/mikmod/gstmikmod.h:
17573         * gst/level/gstlevel.h:
17574         Fix more broken GObject macros
17575
17576 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17577
17578         * ext/annodex/gstcmmldec.h:
17579         * ext/annodex/gstcmmlenc.h:
17580         * ext/annodex/gstcmmltag.h:
17581         * ext/cairo/gsttextoverlay.h:
17582         * ext/ladspa/gstsignalprocessor.h:
17583         * gst/matroska/ebml-read.h:
17584         * gst/matroska/ebml-write.h:
17585         * sys/osxaudio/gstosxaudioelement.h:
17586         Fix broken GObject macros
17587
17588 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17591           Don't try to seek beyond the end of the file (would
17592           occasionally display error dialogs in totem when seeking
17593           to the end) (#335869). Will still throw an error though
17594           if the file is truncated and the total_samples value in
17595           the stream header is wrong.
17596
17597 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17598
17599         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17600         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17601         (gst_flac_dec_metadata_callback):
17602         * ext/flac/gstflacdec.h:
17603           If the stream header doesn't contain the total number of samples,
17604           search for the last flac frame at the end of the file and calculate
17605           the total duration from that frame's offset (fixes #337609).
17606
17607 2006-04-07  Edward Hervey  <edward@fluendo.com>
17608
17609         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17610         Don't unref the GstPadTemplate returned by
17611         gst_element_class_get_pad_template().
17612
17613 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17616
17617         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17618         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17619         * sys/sunaudio/gstsunaudiosink.h:
17620           Use spec->segsize and spec->segtotal in the prepare function
17621           to initialise the ring buffer instead of using the buffer-time
17622           property (#337421).
17623
17624 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17625
17626         * configure.ac:
17627           Bump core requirements to CVS for gst_pad_query_peer_duration()
17628           which is used by speexdec.
17629
17630 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         * ext/speex/gstspeex.c: (plugin_init):
17633         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17634         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17635         (speex_get_sink_query_types), (speex_dec_sink_query),
17636         (speex_get_src_query_types), (speex_dec_src_query),
17637         (speex_dec_src_event), (speex_dec_sink_event),
17638         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17639         (speex_dec_chain_parse_data), (speex_dec_chain),
17640         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17641         (speex_dec_change_state):
17642         * ext/speex/gstspeexdec.h:
17643           Fix seeking and duration queries (#337033); clean up and
17644           refactor a bit.
17645
17646 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17647
17648         * ext/raw1394/gstdv1394src.c:
17649           distinguish between device not found and could not open for
17650           reading
17651
17652 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17653
17654         * Makefile.am:
17655         * configure.ac:
17656         * pkgconfig/.cvsignore:
17657         * pkgconfig/Makefile.am:
17658         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17659           add a .pc file so other modules can use good plugins in tests
17660
17661 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17662
17663         * configure.ac:
17664           clean up, use AS_VERSION and AS_NANO
17665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17666           use PACKAGE_VERSION define
17667         * po/af.po:
17668         * po/az.po:
17669         * po/cs.po:
17670         * po/en_GB.po:
17671         * po/hu.po:
17672         * po/it.po:
17673         * po/nb.po:
17674         * po/nl.po:
17675         * po/or.po:
17676         * po/sq.po:
17677         * po/sr.po:
17678         * po/sv.po:
17679         * po/uk.po:
17680         * po/vi.po:
17681           updated
17682
17683 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17684
17685         * ext\jpeg\smokecodec.c:
17686           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17687         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17688           move first instruction after all variables declarations
17689         * gst\alpha\gstalpha.c:
17690         * gst\effectv\gstshagadelic.c:
17691         * gst\smpte\paint.c:
17692         * gst\videofilter\gstvideobalance.c:
17693           define M_PI if it's not defined (it's not defined on WIN32)
17694         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17695         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17696         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17697         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17698         (gst_matroska_demux_video_caps):
17699         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17700         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17701           use gst_guint64_to_gdouble for conversions
17702         * gst\goom\filters.c: (setPixelRGB_):
17703           fix a debug which was using undefined variable
17704         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17705         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17706           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17707         * win32/vs6:
17708           add vs6 projects files for most of plugins-good
17709         
17710 2006-03-30  j^  <j@bootlab.org>
17711
17712         * ext/aalib/gstaasink.c:
17713         * ext/annodex/gstcmmldec.c:
17714         * ext/annodex/gstcmmlenc.c:
17715         * ext/cairo/gsttextoverlay.c:
17716         * ext/cairo/gsttimeoverlay.c:
17717         * ext/cdio/gstcdiocddasrc.c:
17718         * ext/dv/gstdvdec.c:
17719         * ext/esd/esdmon.c:
17720         * ext/esd/esdsink.c:
17721         * ext/flac/gstflacdec.c:
17722         * ext/flac/gstflacenc.c:
17723         * ext/flac/gstflactag.c:
17724         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17725         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17726         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17727         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17728         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17729         * ext/gdk_pixbuf/pixbufscale.c:
17730         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17731         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17732         * ext/jpeg/gstjpegdec.c:
17733         * ext/jpeg/gstjpegenc.c:
17734         * ext/jpeg/gstsmokedec.c:
17735         * ext/jpeg/gstsmokeenc.c:
17736         * ext/libcaca/gstcacasink.c:
17737         * ext/libmng/gstmngdec.c:
17738         * ext/libmng/gstmngenc.c:
17739         * ext/libpng/gstpngdec.c:
17740         * ext/libpng/gstpngenc.c:
17741         * ext/mikmod/gstmikmod.c:
17742         * ext/raw1394/gstdv1394src.c:
17743         * ext/shout2/gstshout2.c:
17744         * ext/speex/gstspeexdec.c:
17745         * ext/speex/gstspeexenc.c:
17746         * gst/alpha/gstalpha.c:
17747         * gst/alpha/gstalphacolor.c:
17748         * gst/auparse/gstauparse.c:
17749         * gst/autodetect/gstautoaudiosink.c:
17750         (gst_auto_audio_sink_base_init):
17751         * gst/autodetect/gstautovideosink.c:
17752         (gst_auto_video_sink_base_init):
17753         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17754         * gst/cutter/gstcutter.c:
17755         * gst/debug/breakmydata.c:
17756         * gst/debug/efence.c:
17757         * gst/debug/gstnavigationtest.c:
17758         * gst/debug/negotiation.c:
17759         * gst/debug/progressreport.c:
17760         * gst/debug/testplugin.c:
17761         * gst/effectv/gstaging.c:
17762         * gst/effectv/gstdice.c:
17763         * gst/effectv/gstedge.c:
17764         * gst/effectv/gstquark.c:
17765         * gst/effectv/gstrev.c:
17766         * gst/effectv/gstvertigo.c:
17767         * gst/effectv/gstwarp.c:
17768         * gst/flx/gstflxdec.c:
17769         * gst/goom/gstgoom.c:
17770         * gst/interleave/deinterleave.c:
17771         * gst/interleave/interleave.c:
17772         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17773         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17774         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17775         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17776         * gst/level/gstlevel.c:
17777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17778         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17779         * gst/median/gstmedian.c:
17780         * gst/monoscope/gstmonoscope.c:
17781         * gst/multipart/multipartdemux.c:
17782         * gst/multipart/multipartmux.c:
17783         * gst/oldcore/gstmd5sink.c:
17784         * gst/oldcore/gstmultifilesrc.c:
17785         * gst/oldcore/gstpipefilter.c:
17786         * gst/oldcore/gstshaper.c:
17787         * gst/oldcore/gststatistics.c:
17788         * gst/rtp/gstasteriskh263.c:
17789         * gst/rtp/gstrtpL16depay.c:
17790         * gst/rtp/gstrtpL16pay.c:
17791         * gst/rtp/gstrtpamrdepay.c:
17792         * gst/rtp/gstrtpamrpay.c:
17793         * gst/rtp/gstrtpdepay.c:
17794         * gst/rtp/gstrtpgsmpay.c:
17795         * gst/rtp/gstrtph263pay.c:
17796         * gst/rtp/gstrtph263pdepay.c:
17797         * gst/rtp/gstrtph263ppay.c:
17798         * gst/rtp/gstrtpmp4gpay.c:
17799         * gst/rtp/gstrtpmp4vdepay.c:
17800         * gst/rtp/gstrtpmp4vpay.c:
17801         * gst/rtp/gstrtpmpadepay.c:
17802         * gst/rtp/gstrtpmpapay.c:
17803         * gst/rtp/gstrtppcmadepay.c:
17804         * gst/rtp/gstrtppcmapay.c:
17805         * gst/rtp/gstrtppcmudepay.c:
17806         * gst/rtp/gstrtppcmupay.c:
17807         * gst/rtp/gstrtpspeexdepay.c:
17808         * gst/rtp/gstrtpspeexpay.c:
17809         * gst/rtsp/gstrtpdec.c:
17810         * gst/smpte/gstsmpte.c:
17811         * gst/videobox/gstvideobox.c:
17812         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17813         * gst/videofilter/gstvideobalance.c:
17814         * gst/videofilter/gstvideoflip.c:
17815         * gst/videofilter/gstvideotemplate.c:
17816         (gst_videotemplate_base_init):
17817         * gst/videomixer/videomixer.c:
17818         * gst/wavenc/gstwavenc.c:
17819         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17820          better/unified long descriptions
17821          Fixed #336602
17822          Some cleanups to auparse, don't send multiple newsegments.
17823
17824 2006-03-29  Wim Taymans  <wim@fluendo.com>
17825
17826         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17827
17828         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17829         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17830         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17831         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17832         * ext/dv/gstdvdemux.h:
17833         Seek in READY patch. Only works for pull based mode.
17834         Fixes #323880
17835
17836 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17837
17838         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17839         (gst_gdk_pixbuf_event):
17840           Fix two crashers: don't unref the same caps twice, and
17841           set pixbuf loader to NULL after freeing it.
17842
17843 2006-03-27  Wim Taymans  <wim@fluendo.com>
17844
17845         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17846         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17847         (gst_speexenc_chain):
17848         * ext/speex/gstspeexenc.h:
17849         Don't leak adapter.
17850         A push *always* takes ownership of the buffer, even on
17851         errors.
17852         Small cleanups.
17853
17854 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17857           Create source pad without leaking.
17858
17859 2006-03-24  Wim Taymans  <wim@fluendo.com>
17860
17861         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17862         * ext/flac/gstflacdec.h:
17863         * ext/flac/gstflacenc.h:
17864         Spifify a bit.
17865         Fix deadly lock order error in seeking code, STREAM_LOCK
17866         cannot be taken within LOCK and the streaming variables are
17867         protected with the STREAM_LOCK anyway.
17868
17869 2006-03-24  Wim Taymans  <wim@fluendo.com>
17870
17871         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17872         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17873         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17874         this patch combines the global init_frames with the stream
17875         init_frames. Rationale being that the global delay should 
17876         be subtracted from any stream delay.
17877         Fixes #335858.
17878
17879 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17880
17881         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17882         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17883         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17884         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17885         use DEBUG_FUNCPTR for collectpads
17886
17887 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17888
17889         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17890           Don't crash when encoding images where the number of rows isn't
17891           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17892
17893 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17894
17895         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17896         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17897         * gst/interleave/interleave.c: (interleave_change_state):
17898         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17899           More state change function fixes.
17900
17901 2006-03-23  Wim Taymans  <wim@fluendo.com>
17902
17903         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17904         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17905         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17906         (gst_esdsink_delay), (gst_esdsink_reset):
17907         * ext/esd/esdsink.h:
17908         Fix esd choppy playback by configuring audiosink
17909         correctly. Fixes #325191
17910
17911 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17912
17913         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17914           Make state change function thread-safe.
17915
17916 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17917
17918         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17919         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17920           Don't try to read beyond the end of the file just because
17921           the header claims a bigger size (like with truncated files).
17922
17923 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17924
17925         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17926         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17927         (gst_wavparse_stream_data), (gst_wavparse_loop):
17928         * gst/wavparse/gstwavparse.h:
17929           Delay source pad creation until we have the first chunk of
17930           media data, so the we can examine the data and adjust the
17931           caps accordingly if required. This makes playback of .wav
17932           files with DTS-declared-as-PCM content work (#313266).
17933
17934 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17935
17936         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17937         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17938         Don't attempt typefinding on too-short buffers that have been
17939         completely trimmed away. (Fixes #330239)
17940
17941         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17942         Improve the debug output
17943
17944 2006-03-21  Wim Taymans  <wim@fluendo.com>
17945
17946         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17947         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17948         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17949         (gst_esdsink_set_property), (gst_esdsink_get_property):
17950         Some cleanups.
17951         Reset fd to -1 when we close them.
17952
17953 2006-03-21  Wim Taymans  <wim@fluendo.com>
17954
17955         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17956         the OPTIONS request result is optional so don't
17957         fail on it.
17958
17959 2006-03-21  Edward Hervey  <edward@fluendo.com>
17960
17961         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17962         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17963         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17964         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17965         (gst_wavparse_change_state):
17966         gcc 4.1 unreferenced pointer fixes.
17967
17968 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17969
17970         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17971
17972         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17973           Fix block alignment calculation. Alignment should be done before
17974           adding the byte offset where the data starts (#335231).
17975
17976 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17977
17978         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17979           Ensure that we set correct caps on buffers that are transferred
17980           direct from the input.
17981
17982 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17983
17984         * gst/goom/filters.c: (zoomFilterDestroy):
17985         * gst/goom/goom_core.c: (goom_close):
17986           Free filter data when cleaning up. (Fixes: #334995)
17987
17988 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17989
17990         * configure.ac:
17991           Don't compile udp and rtsp plugins on win32 (mingw) or other
17992           systems that don't have <sys/socket.h> for some reason (#316203).
17993
17994 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17995
17996         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17997         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17998         * ext/raw1394/gstdv1394src.h:
17999           Change bus reset handler so it reports useful information such as
18000           whether the device being used connected or disconnected
18001
18002 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
18003
18004         * gst/id3demux/id3v2frames.c:
18005         (parse_relative_volume_adjustment_two):
18006           We only care about gain and peak data for the master volume.
18007
18008 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
18009
18010         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18011         (parse_id_string), (parse_unique_file_identifier),
18012         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
18013           Read replay gain tags (#323721).
18014
18015 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
18016
18017         * configure.ac:
18018           Bump requirements to gst-plugins-base CVS because
18019           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
18020
18021 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18022
18023         * rtp/gst/gstrtppcmadepay.c:
18024         Fixed one of the caps in the code from mulaw to alaw.
18025
18026 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
18027
18028         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
18029           Ensure that we set caps on the buffers we pass.
18030
18031         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18032         (gst_id3demux_sink_activate):
18033           Ensure that we set caps on the buffers we pass.
18034
18035           Use STREAM, TYPE_NOT_FOUND as the error class when
18036           typefinding fails.
18037
18038 2006-03-15  Edward Hervey  <edward@fluendo.com>
18039
18040         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
18041         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
18042         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
18043         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
18044         (gst_jpeg_dec_setcaps):
18045         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18046         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
18047         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
18048         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
18049         (gst_mngdec_src_getcaps):
18050         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18051         (gst_pngdec_caps_create_and_set):
18052         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
18053         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
18054         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
18055         * gst/alpha/gstalpha.c: (gst_alpha_init):
18056         * gst/auparse/gstauparse.c: (gst_au_parse_init):
18057         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
18058         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
18059         * gst/cutter/gstcutter.c: (gst_cutter_init):
18060         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18061         (gst_efence_checkgetrange):
18062         * gst/debug/negotiation.c: (gst_negotiation_init):
18063         * gst/flx/gstflxdec.c: (gst_flxdec_init):
18064         * gst/goom/gstgoom.c: (gst_goom_init):
18065         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
18066         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
18067         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
18068         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
18069         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
18070         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
18071         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
18072         * gst/smpte/gstsmpte.c: (gst_smpte_init):
18073         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18074         (gst_wavparse_create_sourcepad):
18075         Fix memleak with gst_static_pad_template_get().
18076         This uses gst_pad_new_from_static_template() instead.
18077         Fixes #333512
18078
18079 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * configure.ac:
18082           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18083           used by id3demux.
18084
18085         * gst/id3demux/gstid3demux.c: (plugin_init):
18086         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18087         (parse_user_text_identification_frame),
18088         (parse_unique_file_identifier):
18089           Add support for UFID and TXXX frames and extract musicbrainz tags.
18090
18091 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18092
18093         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18094           Catch short reads, like they might happen with truncated
18095           files (see #305279); remove unnecessary indentation.
18096
18097 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18098
18099         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18100           Fix DIB image inversion for pictures with a
18101           depth != 8 (#305279).
18102
18103 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18104
18105         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18106         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18107         * ext/jpeg/gstjpegdec.h:
18108           Fix durations on outgoing buffers after seeking
18109           in MJPEG files (#334083); some minor clean-ups.
18110
18111 2006-03-13  Wim Taymans  <wim@fluendo.com>
18112
18113         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18114         (gst_wavparse_change_state):
18115         Implement seek in READY (re-fixes #327658)
18116
18117 2006-03-13  Wim Taymans  <wim@fluendo.com>
18118
18119         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18120         * ext/esd/esdmon.c: (gst_esdmon_get):
18121         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18122         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18123         (gst_gdk_pixbuf_sink_getcaps):
18124         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18125         (gst_jpegenc_setcaps):
18126         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18127         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18128         (gst_smokeenc_setcaps):
18129         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18130         (gst_mngdec_src_getcaps):
18131         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18132         (gst_mngenc_chain):
18133         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18134         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18135         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18136         (speex_dec_src_event), (speex_dec_chain):
18137         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18138         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18139         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18140         (gst_negotiation_pad_link), (gst_negotiation_chain):
18141         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18142         (gst_flxdec_chain):
18143         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18144         (deinterleave_chain):
18145         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18146         * gst/median/gstmedian.c: (gst_median_link):
18147         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18148         (gst_monoscope_chain):
18149         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18150         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18151         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18152         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18153         close #333784 unref the result of gst_pad_get_parent()
18154         by: Christophe Fergeau.
18155
18156 2006-03-09  Wim Taymans  <wim@fluendo.com>
18157
18158         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18159         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18160         Handle events in push mode better, can now do non-flushing
18161         seeks in push mode as well.
18162
18163 2006-03-07  Wim Taymans  <wim@fluendo.com>
18164
18165         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18166         Applied patch from Kai Vehmanen, fixes #333624.
18167
18168 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18169
18170         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18171         Implement paletted and grayscale png files handling.
18172         (#150363).
18173
18174 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18175
18176         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18177         (gst_speexenc_chain):
18178           fix a tag list assert
18179           follow gst-plugins-base/ext/ogg/README; set OFFSET
18180           and OFFSET_END.  Muxes correctly with gst-plugins-base
18181           > 0.9.3
18182
18183 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18184
18185         * gst/id3demux/Makefile.am:
18186         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18187         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18188           Use new typefind helper functions here as well, and
18189           do typefinding in pull-mode if upstream supports that.
18190
18191 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18192
18193         * sys/sunaudio/gstsunaudiomixerctrl.c:
18194         (gst_sunaudiomixer_ctrl_get_volume),
18195         (gst_sunaudiomixer_ctrl_set_volume):
18196         * sys/sunaudio/gstsunaudiomixertrack.c:
18197         (gst_sunaudiomixer_track_new):
18198           Remove unused variables, breaks build from CVS
18199           with -Werror (#333392, patch by: Benjamin Pineau)
18200
18201 2006-03-03  Wim Taymans  <wim@fluendo.com>
18202
18203         * docs/plugins/Makefile.am:
18204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18205         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18206         Added wavparse docs.
18207
18208         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18209         (gst_wavparse_reset), (gst_wavparse_init),
18210         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18211         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18212         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18213         (gst_wavparse_stream_data), (gst_wavparse_loop),
18214         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18215         (gst_wavparse_change_state):
18216         * gst/wavparse/gstwavparse.h:
18217         Implement seek in READY (fixes #327658)
18218         Added docs and did some cleanups.
18219
18220 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18221
18222         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18223         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18224         (gst_avi_demux_calculate_durations_from_index),
18225         (gst_avi_demux_stream_header):
18226         * gst/avi/gstavidemux.h:
18227           If we have an index, use a duration based on the index instead
18228           of blindly trusting the information in the stream headers
18229           (fixes #331817).
18230
18231 2006-03-03  Wim Taymans  <wim@fluendo.com>
18232
18233         * docs/plugins/Makefile.am:
18234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18236         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18237         Added smoke and jpeg to the docs.
18238
18239         * ext/jpeg/Makefile.am:
18240         * ext/jpeg/gstjpeg.c: (plugin_init):
18241         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18242         * ext/jpeg/gstjpegenc.h:
18243         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18244         (gst_smokedec_chain):
18245         * ext/jpeg/gstsmokedec.h:
18246         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18247         * ext/jpeg/gstsmokeenc.h:
18248         * ext/jpeg/smokecodec.h:
18249         Port smokedec (fixes #331905).
18250         Added some docs.
18251         Some cleanups.
18252
18253 2006-03-03  Wim Taymans  <wim@fluendo.com>
18254
18255         * docs/plugins/Makefile.am:
18256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18258         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18259         Added videobalance and videoflip to the docs.
18260
18261         * gst/videofilter/Makefile.am:
18262         * gst/videofilter/gstvideobalance.c:
18263         (gst_video_balance_update_tables_planar411),
18264         (gst_video_balance_is_passthrough),
18265         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18266         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18267         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18268         (gst_video_balance_finalize), (gst_video_balance_class_init),
18269         (gst_video_balance_init), (gst_video_balance_interface_supported),
18270         (gst_video_balance_interface_init),
18271         (gst_video_balance_colorbalance_list_channels),
18272         (gst_video_balance_colorbalance_set_value),
18273         (gst_video_balance_colorbalance_get_value),
18274         (gst_video_balance_colorbalance_init),
18275         (gst_video_balance_set_property), (gst_video_balance_get_property),
18276         (gst_video_balance_get_type), (plugin_init):
18277         * gst/videofilter/gstvideobalance.h:
18278         Ported to 0.10. (Fixes #326160)
18279         Added docs.
18280
18281         * gst/videofilter/gstvideoflip.c:
18282         * gst/videofilter/gstvideoflip.h:
18283         Added docs.
18284
18285 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18286
18287         * configure.ac:
18288           Bump requirements to current core and -base CVS
18289           (core for new typefind helper API, and -base for the
18290           WAVFORMATEX support that was added to libgstriff and
18291           is needed by wavparse).
18292         
18293         * gst/apetag/Makefile.am:
18294         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18295         (gst_tag_demux_sink_activate):
18296           Use new typefind helpers for typefinding instead of our
18297           home-grown stuff; also, do typefinding in pull-mode if
18298           upstream supports that.
18299
18300 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18301
18302         Reviewed by: Christian Schaller <christian@fluendo.com>
18303
18304         This patch fixes bug: 329107
18305
18306         This Changelog entry is for a commit done on February 17
18307
18308         * ext/gconf/gconf.c
18309         * ext/gconf/gconf.h
18310         * ext/gconf/gstgconfaudiosink.c
18311         * ext/gconf/gstgconfaudiosink.h
18312         * gconf/gstreamer.schemas.in
18313
18314 2006-02-28  Wim Taymans  <wim@fluendo.com>
18315
18316         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18317         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18318         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18319         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18320         Use DEBUG_OBJECT more.
18321
18322 2006-02-28  Wim Taymans  <wim@fluendo.com>
18323
18324         * docs/plugins/Makefile.am:
18325         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18326         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18327         Added dvdec and dvdemux to docs.
18328
18329         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18330         Added docs.
18331         Check frame sizes so we don't crash when don't have enough
18332         data.
18333         Send nice error messages on error.
18334
18335         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18336         (gst_dvdemux_class_init), (gst_dvdemux_init),
18337         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18338         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18339         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18340         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18341         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18342         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18343         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18344         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18345         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18346         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18347         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18348         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18349         * ext/dv/gstdvdemux.h:
18350         Added docs.
18351         Implement pull mode.
18352         Fix memleaks.
18353         Reduce memcpy for the video demuxing.
18354
18355 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18356
18357         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18358         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18359         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18360         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18361           Add a little extra debug. Make the decoder not return NOT_LINKED,
18362           as we want to continue decoding all CMML and emitting tags.
18363
18364 2006-02-27  Michael Smith  <msmith@fluendo.com>
18365
18366         * ext/annodex/gstskeltag.c:
18367         * ext/annodex/gstskeltag.h:
18368           Deleted; these files aren't used any more either.
18369
18370 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18371
18372         * ext/Makefile.am: Fix dist-check.
18373
18374 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18375
18376         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18377         memleak.
18378
18379 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18380
18381         * ext/annodex/Makefile.am:
18382         * ext/annodex/gstannodex.c:
18383         * ext/annodex/gstcmmldec.c:
18384         * ext/annodex/gstcmmlenc.c:
18385         * ext/annodex/gstcmmlparser.c:
18386         * ext/annodex/gstcmmlparser.h:
18387         * ext/annodex/gstcmmlutils.c:
18388         * tests/check/elements/cmmldec.c:
18389         * tests/check/elements/cmmlenc.c:
18390           Fix a memleak in gst_cmml_track_list_add_clip.
18391           Handle overflows in clip's start and end times.
18392           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18393           Do not parse junk at the end of a CMML preamble buffer.
18394           Register a libxml error handler to not print stuff on stderr.
18395           Check for bad clip start and end times in the testsuites.
18396
18397 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18398
18399         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18400         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18401         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18402         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18403         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18404         possible memleaks.
18405
18406 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18407
18408         * tests/check/Makefile.am:
18409         * tests/check/elements/cmmldec.c:
18410         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18411         the plugins-base tags.
18412
18413 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18414
18415         * ext/Makefile.am: Re-enable module.
18416
18417 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18418
18419         * tests/check/Makefile.am: Forgot to remove that test.
18420
18421 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18422
18423         * ext/annodex/Makefile.am:
18424         * ext/annodex/gstannodex.c: (plugin_init):
18425         * ext/annodex/gstcmmldec.c:
18426         * ext/annodex/gstskeldec.c:
18427         * ext/annodex/gstskeldec.h:
18428         * tests/check/Makefile.am:
18429         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18430
18431 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18432
18433         * tests/check/Makefile.am: Disable those checks as well.
18434
18435 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18436
18437         * ext/Makefile.am: Disable annodex for now until we figure out
18438         how to make it build.
18439         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18440         Add a rule to your checklist : "please try to at least build 
18441         what you are going to commit into -good, or if you are too lazy
18442         to do that, please check that the buildbots are not crying because
18443         of your commit."
18444
18445 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18446
18447         * configure.ac:
18448         * ext/Makefile.am:
18449         * ext/gdk_pixbuf/Makefile.am:
18450         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18451         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18452         * ext/gdk_pixbuf/pixbufscale.c:
18453         * ext/gdk_pixbuf/pixbufscale.h:
18454           Gdkpixbuf ported from 0.8 to 0.10 by
18455           Renato Filho <renato.filho@indt.org.br>.
18456           gst_loader and gdkpixbufanimation still need port.
18457
18458 2006-02-24  Michael Smith  <msmith@fluendo.com>
18459
18460         * configure.ac:
18461         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18462         * ext/Makefile.am:
18463         * ext/annodex/Makefile.am:
18464         * ext/annodex/gstannodex.c:
18465         * ext/annodex/gstannodex.h:
18466         * ext/annodex/gstcmmldec.c:
18467         * ext/annodex/gstcmmldec.h:
18468         * ext/annodex/gstcmmlenc.c:
18469         * ext/annodex/gstcmmlenc.h:
18470         * ext/annodex/gstcmmlparser.c:
18471         * ext/annodex/gstcmmlparser.h:
18472         * ext/annodex/gstcmmltag.c:
18473         * ext/annodex/gstcmmltag.h:
18474         * ext/annodex/gstcmmlutils.c:
18475         * ext/annodex/gstcmmlutils.h:
18476         * ext/annodex/gstskeldec.c:
18477         * ext/annodex/gstskeldec.h:
18478         * ext/annodex/gstskeltag.c:
18479         * ext/annodex/gstskeltag.h:
18480         * tests/check/Makefile.am:
18481         * tests/check/elements/cmmldec.c:
18482         * tests/check/elements/cmmlenc.c:
18483         * tests/check/elements/skeldec.c:
18484           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18485           Includes tests & docs, oh my! Passes Thomas's -good checklist
18486           entirely. Wow.
18487
18488 2006-02-24  Michael Smith  <msmith@fluendo.com>
18489
18490         * autogen.sh:
18491           Check for automake 1.9 as well.
18492
18493 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18494
18495         * ext/flac/gstflacenc.c:
18496           Change min. sample rate to 8kHz to match flacdec's.
18497           
18498 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18499
18500         * ext/cdio/Makefile.am:
18501           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18502           required for Cygwin, see #317048)
18503
18504         * gst/rtp/gstasteriskh263.c:
18505           Cygwin has includes for both the unix network socket API
18506           and the windows API, but only one can be included, so fix
18507           includes to only use one or the other, prefering the unxi
18508           one (#317048).
18509
18510 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18511
18512         * rtp/gst/gstrtppcmadepay.c:
18513         * rtp/gst/gstrtppcmadepay.h:
18514         * rtp/gst/gstgstrtppcmapay.c:
18515         * rtp/gst/gstgstrtppcmapay.h:
18516         * rtp/gst/gstrtppcmudepay.c:
18517         * rtp/gst/gstrtppcmudepay.h:
18518         * rtp/gst/gstrtppcmupay.c:
18519         * rtp/gst/gstrtppcmupay.h:
18520         * rtp/gst/Makefile.am:
18521         * rtp/gst/gstrtp.c:
18522         * rtp/gst/README:
18523         Separated the G711 payloaders/depayloaders into separate elements for
18524         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18525
18526 2006-02-22  Wim Taymans  <wim@fluendo.com>
18527
18528         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18529         (gst_dvdec_change_state):
18530         * ext/dv/gstdvdec.h:
18531         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18532         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18533         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18534         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18535         (gst_dvdemux_flush), (gst_dvdemux_chain),
18536         (gst_dvdemux_change_state):
18537         * ext/dv/gstdvdemux.h:
18538         Ueber spiffify some more, added debug category.
18539         Use _scale.
18540         Use segments, respect playback rate from newsegment.
18541         Fix refcount issue.
18542
18543 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18544
18545         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18546         (gst_signal_processor_process):
18547         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18548         enabled for the build, but it helps me win the feature-count
18549         competitions ooh yeah.
18550
18551 2006-02-19  Wim Taymans  <wim@fluendo.com>
18552
18553         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18554         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18555         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18556         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18557         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18558         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18559         Use scaling code for added precission and more correct stop
18560         position in case scale==0.
18561
18562 2006-02-19  Wim Taymans  <wim@fluendo.com>
18563
18564         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18565         (gst_flxdec_chain):
18566         * gst/flx/gstflxdec.h:
18567         Implement DURATION query.
18568
18569 2006-02-19  Wim Taymans  <wim@fluendo.com>
18570
18571         * gst/flx/flx_color.h:
18572         * gst/flx/flx_fmt.h:
18573         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18574         (gst_flxdec_src_query_handler), (flx_decode_color),
18575         (gst_flxdec_chain):
18576         * gst/flx/gstflxdec.h:
18577         Set MALLOCDATA for the temp buffers so we don't leak.
18578         Some debug cleanups.
18579         Consume all data in the adapter before leaving the chain
18580         function. Fixes #330678.
18581
18582 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18583
18584         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18585         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18586          Handle 0 data size in otherwise valid frames.
18587          Handle numeric strings in 2.4.0 even when not in parentheses 
18588
18589 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18590
18591         * gst/matroska/matroska-demux.c:
18592         (gst_matroska_demux_subtitle_caps),
18593         (gst_matroska_demux_plugin_init):
18594         * gst/matroska/matroska-ids.h:
18595           Recognise SSA/ASS and USF subtitle formats and
18596           set proper caps when they are found.
18597
18598 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18599
18600         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18601         (gst_jpeg_dec_chain):
18602           Fix invalid memory access for some odd-sized images
18603           (see image contained in quicktime stream in #327083);
18604           use g_malloc() instead of g_alloca().
18605
18606 2006-02-17  Wim Taymans  <wim@fluendo.com>
18607
18608         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18609         Patch from Sebastien Cote, fixes #319884
18610
18611 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18612
18613         * ext/cdio/gstcdio.c: (plugin_init):
18614           Init debug category (#331253).
18615
18616 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18619           Pass extra_data to gst_riff_create_audio_caps(), so that
18620           WAVEFORMATEX stuff works. Post audio codec name and post
18621           it as taglist on the bus. Allow up to 8 channesl for raw
18622           PCM in the source pad template caps.
18623
18624 2006-02-16  Wim Taymans  <wim@fluendo.com>
18625
18626         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18627         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18628         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18629         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18630         (gst_multipart_set_property), (gst_multipart_get_property):
18631         Applied #318663. Gives quite a few false positives in
18632         autoscan mode, but it's better than nothing. Not closing yet.
18633
18634 2006-02-16  Wim Taymans  <wim@fluendo.com>
18635
18636         * docs/plugins/Makefile.am:
18637         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18638         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18639         * docs/plugins/gst-plugins-good-plugins.args:
18640         * docs/plugins/inspect/plugin-udp.xml:
18641         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18642         (gst_udpsrc_start):
18643         Update documentation.
18644         Fix args.
18645
18646 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18647
18648         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18649         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18650         frame size. (Fixes #331368)
18651
18652 2006-02-16  Wim Taymans  <wim@fluendo.com>
18653
18654         * gst/rtsp/README:
18655         Updated README.
18656
18657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18658         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18659         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18660         * gst/rtsp/gstrtspsrc.h:
18661         Make sure the RTP port is an even port an try to allocate 
18662         another if not.
18663         Added retry property to control max retries for port allocation.
18664         Make sure RTCP port is RTP port+1.
18665         Cleanup when port allocation fails.
18666         Fixes #319183.
18667         
18668 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18669
18670         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18671           Don't ignore return value of the parent class's state
18672           change function (#331385, patch by: Wouter Paesen).
18673
18674 2006-02-15  Wim Taymans  <wim@fluendo.com>
18675
18676         * configure.ac:
18677         * docs/plugins/Makefile.am:
18678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18680         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18681         * ext/Makefile.am:
18682         * ext/hal/Makefile.am:
18683         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18684         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18685         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18686         (do_toggle_element), (gst_hal_audio_sink_set_property),
18687         (gst_hal_audio_sink_get_property),
18688         (gst_hal_audio_sink_change_state):
18689         * ext/hal/gsthalaudiosink.h:
18690         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18691         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18692         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18693         (do_toggle_element), (gst_hal_audio_src_set_property),
18694         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18695         * ext/hal/gsthalaudiosrc.h:
18696         * ext/hal/gsthalelements.c: (plugin_init):
18697         * ext/hal/gsthalelements.h:
18698         * ext/hal/hal.c: (gst_hal_get_string),
18699         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18700         (gst_hal_get_audio_src):
18701         * ext/hal/hal.h:
18702         Add HAL sound device wrapper plugins. Closes #329106
18703
18704 2006-02-15  Wim Taymans  <wim@fluendo.com>
18705
18706         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18707         Add comment in a fultile attempt to stop the copy-and-paste 
18708         paradigm leading to duplication of bad code.
18709
18710         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18711         Mime parameters have to be checked case insensitive
18712
18713 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18714
18715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18716           Advance stream time for lagging subtitle streams by sending
18717           newsegment events with the update flag set.
18718
18719 2006-02-14  Edward Hervey  <edward@fluendo.com>
18720
18721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18722         There can be bogus data before the hdrl LIST tag in the RIFF header.
18723         It's hard to say if it's not respecting the AVI specifications or not,
18724         but since Google Video is producing AVIs like that and the other player
18725         don't seem to complain, I guess we should do the same.
18726
18727 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18728
18729         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18730         (parse_split_strings):
18731         Add more validation to ensure that a char encoding conversion
18732         produced a valid UTF-8 string.
18733
18734 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18735
18736         Reviewed by: Edward Hervey  <edward@fluendo.com>
18737
18738         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18739         Properly handle end of segment. Closes #330885.
18740
18741 2006-02-13  Wim Taymans  <wim@fluendo.com>
18742
18743         * gst/rtp/gstrtpmp4gpay.h:
18744         For got to commit this one.
18745
18746 2006-02-12  Wim Taymans  <wim@fluendo.com>
18747
18748         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18749         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18750         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18751         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18752         * gst/rtp/gstrtpmp4gpay.h:
18753         Make more things work.
18754         Handle ACC config strings.
18755
18756 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18759           set timestamps if no incoming timestamps set
18760
18761 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18764         (gst_tag_demux_do_typefind):
18765           ... and fix the very same leaks in GstTagDemux.
18766
18767 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18768
18769         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18770         (gst_id3demux_do_typefind):
18771         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18772         <jonathan at kaolin dot wh9 dot net>)
18773
18774 2006-02-10  Wim Taymans  <wim@fluendo.com>
18775
18776         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18777         First set options, then set caps or else the baseclass
18778         will not know about the options, duh.
18779
18780 2006-02-10  Wim Taymans  <wim@fluendo.com>
18781
18782         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18783         (gst_rtp_mp4v_pay_setcaps):
18784         Don't waste time looking for a config string if we have codec_info
18785         on the incomming caps.
18786
18787 2006-02-10  Wim Taymans  <wim@fluendo.com>
18788
18789         * gst/rtp/README:
18790         Say something about case-sensitivity of caps vs mime-attributes.
18791
18792         * gst/rtp/Makefile.am:
18793         * gst/rtp/gstrtp.c: (plugin_init):
18794         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18795         (gst_rtp_amr_pay_handle_buffer):
18796         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18797         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18798         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18799         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18800         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18801         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18802         (gst_rtp_mp4g_pay_plugin_init):
18803         * gst/rtp/gstrtpmp4gpay.h:
18804         Added beginnings of mpeg4-generic payloader (RFC 3640)
18805
18806 2006-02-09  Wim Taymans  <wim@fluendo.com>
18807
18808         * gst/rtsp/Makefile.am:
18809         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18810         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18811         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18812         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18813         (gst_rtpdec_change_state):
18814         * gst/rtsp/gstrtpdec.h:
18815         * gst/rtsp/gstrtsp.c: (plugin_init):
18816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18817         * gst/rtsp/rtspconnection.c: (read_body),
18818         (rtsp_connection_receive):
18819         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18820         Resurected rtpdec to make rtspsrc happy again.
18821         Skip attributes from the session id.
18822         Don't crash when dumping a message with an empty body.
18823
18824
18825 2006-02-09  Wim Taymans  <wim@fluendo.com>
18826
18827         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18828         Added more meaningfull warnings when something goes wrong.
18829         Clear F bit on outgoing AMR packets.
18830
18831         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18832         (gst_rtp_amr_pay_handle_buffer):
18833         Added debugging category
18834         Support payloading of multiple AMR frames.
18835
18836         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18837         Added some debugging.
18838
18839 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18840
18841         * configure.ac:
18842           Back to CVS
18843
18844 === release 0.10.2 ===
18845
18846 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18847
18848         * configure.ac:
18849           releasing 0.10.2, "Papa was a rolling stone"
18850
18851 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18852
18853         * configure.ac:
18854           Bump core and plugins-base requirement to 0.10.2.2
18855           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18856
18857 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18858
18859         * ext/flac/gstflac.c: (plugin_init):
18860         * ext/speex/gstspeex.c: (plugin_init):
18861           Register musicbrainz tags.
18862
18863 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18864
18865         * ext/gconf/gconf.h:
18866           Remove declaration of function that no longer exists.
18867
18868 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18869
18870         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18871         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18872         Make shout2 work for non ogg streams
18873
18874 2006-02-06  Wim Taymans  <wim@fluendo.com>
18875
18876         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18877         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18878         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18879         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18880         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18881         * gst/udp/gstmultiudpsink.h:
18882         Updated docs.
18883         Added properties bytes-served, bytes_to_serve.
18884         Post proper error messages,
18885         Emit client added signal too.
18886
18887 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18888
18889         * docs/plugins/Makefile.am:
18890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18892         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18893         (gst_multiudpsink_get_stats):
18894           adding docs for multiudpsink
18895
18896 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18897
18898         * gst/level/gstlevel.c: (gst_level_transform_ip):
18899           peak below decay is not necessarily an error, so don't ERROR log
18900
18901 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18902
18903         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18904         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18905         (gst_ebml_write_seek):
18906         * gst/matroska/ebml-write.h:
18907           Make sure we send a newsegment event in BYTES format
18908           before sending buffers (#328531).
18909
18910 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18911
18912         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18913         (gst_dvdemux_sink_query):
18914         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18915         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18916         (speex_dec_src_query):
18917         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18918         (gst_speexenc_sink_query):
18919         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18920         * gst/matroska/matroska-demux.c:
18921         (gst_matroska_demux_get_src_query_types),
18922         (gst_matroska_demux_handle_src_query):
18923         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18924         (gst_wavparse_pad_query):
18925           Pass unhandled queries upstream instead of just dropping
18926           them (#326446). Update query type arrays here and there.
18927
18928 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18929
18930         * tests/check/elements/matroskamux.c: (setup_src_pad):
18931           Collectpads in core got changed and now also holds a
18932           reference to any pad that is part of it. Fix refcount
18933           checks in test case accordingly.
18934
18935 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18936
18937         * gst/apetag/gstapedemux.h:
18938           Fix include, for now GstTagDemux is in the apetag dir.
18939
18940 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18941
18942         * docs/plugins/Makefile.am:
18943         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18944         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18945         * docs/plugins/inspect/plugin-cdio.xml:
18946           Add cdio plugin to docs.
18947
18948         * ext/cdio/gstcdiocddasrc.c:
18949           Add gtk-doc blurb.
18950
18951         * ext/cdio/gstcdio.c:
18952           The plugin is called 'cdio' not 'cddio'.
18953
18954 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18955
18956         * configure.ac:
18957         * docs/plugins/Makefile.am:
18958         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18959         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18960         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18961         * docs/plugins/inspect/plugin-apetag.xml:
18962         * gst/apetag/Makefile.am:
18963         * gst/apetag/gstapedemux.c:
18964         * gst/apetag/gstapedemux.h:
18965         * gst/apetag/gsttagdemux.c:
18966         * gst/apetag/gsttagdemux.h:
18967           Add APE tag demuxer (#325649).
18968
18969 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18970
18971         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18972         (gst_gconf_get_default_video_sink),
18973         (gst_gconf_get_default_audio_src),
18974         (gst_gconf_get_default_video_src):
18975         * ext/gconf/gconf.h:
18976         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18977         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18978         (do_toggle_element):
18979         * ext/gconf/gstgconfaudiosink.h:
18980         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18981         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18982         (do_toggle_element):
18983         * ext/gconf/gstgconfaudiosrc.h:
18984         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18985         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18986         (do_toggle_element):
18987         * ext/gconf/gstgconfvideosink.h:
18988         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18989         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18990         (do_toggle_element):
18991         * ext/gconf/gstgconfvideosrc.h:
18992           Ignore changing the GConf key to "". Ignore GConf key updates
18993           that don't actually change the string.
18994           For now, ignore the GConf key when the state is > READY, as
18995           it breaks streaming. Sometime it will be nice to bring the
18996           new sink online even mid-stream, by sending NEWSEGMENT info
18997           and possibly prerolling.
18998           (Fixes #326736)
18999
19000 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
19001
19002         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
19003         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
19004         (zoomFilterSetResolution), (zoomFilterDestroy),
19005         (zoomFilterFastRGB), (pointFilter):
19006         * gst/goom/filters.h:
19007         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
19008         (goom_update), (goom_close):
19009         * gst/goom/goom_core.h:
19010         * gst/goom/goom_tools.h:
19011         * gst/goom/graphic.c:
19012         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19013         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
19014         * gst/goom/gstgoom.h:
19015         * gst/goom/lines.c: (goom_lines):
19016         * gst/goom/lines.h:
19017           Make goom reentrant by moving all important static variables
19018           into instance structures.
19019           (Fixes #329181)
19020
19021 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
19024         (gst_avi_demux_all_source_pads_unlinked),
19025         (gst_avi_demux_process_next_entry):
19026         * gst/avi/gstavidemux.h:
19027           Third attempt, use gst_pad_is_linked() this time.
19028
19029 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
19030
19031         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19032         (parse_split_strings):
19033         Adjust for data length indicators when parsing (Fixes #329810)
19034         Fix stupid bug parsing UTF-8 tag text.
19035         Output tag strings with multiple fields as multiple tags, so the
19036         app gets all the data.
19037
19038 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
19039
19040         * ext/flac/gstflacenc.c:
19041         Fixed a bug add in last commit, where no event is send. Thanks Tim to
19042         show me.
19043         
19044 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
19045
19046         * ext/flac/gstflacenc.c:
19047         * gst/matroska/ebml-read.c:
19048         Just make it compile with --disable-gst-debug.
19049
19050 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
19051
19052         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
19053         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
19054         (id3v2_genre_fields_to_taglist):
19055           Never output a tag with a null contents string.
19056
19057 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19058
19059         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
19060           Only pause if all pads are unlinked AND we've tried to send data
19061           on all of them at least once.
19062
19063 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19064
19065         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
19066         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
19067           Make loop function/task pause itself when all source pads are
19068           unlinked.
19069
19070 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19071
19072         * configure.ac:
19073         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
19074           Use new functions from core to render a bin from a
19075           string. Fixes build. Up requirements to core CVS.
19076
19077 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19078
19079         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19080           Don't push buffers into the adapter that we are going to
19081           push downstream again without framing anyway. Also, the
19082           adaptor takes ownership of buffers put into it (fixes
19083           auparse pushing invalid buffers for .au files with
19084           ADPCM contents). Finally, set caps on all outgoing buffers.
19085
19086 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19087
19088         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19089         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19090         (gst_id3demux_send_tag_event):
19091         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19092         Someone should kick my butt. Remove ID3v1 tags from the end of the
19093         file.
19094
19095         Improve error messages. Send the TAG message as soon as we complete
19096         typefinding, instead of waiting until we send the first buffer.
19097         Downstream tag event is still sent before the first buffer.
19098
19099 2006-01-27  Jan Gerber  <j@bootlab.org>
19100
19101         Reviewed by: Andy Wingo <wingo@pobox.com>
19102
19103         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19104         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19105         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19106         to not have warings flooding stderr. this is the suggested way
19107         also used in dvgrab and kino. (#328336)
19108
19109 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19110
19111         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19112         (gst_oss_sink_init), (gst_oss_sink_finalise):
19113           Free the device name string when finalised.
19114
19115 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19116
19117         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19118           Don't put function calls in g_return_if_fail() statements,
19119           or they'll be replaced with NOOPs if someone compiles with
19120           G_DISABLE_CHECKS defined.
19121           
19122 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19123
19124         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19125         Never trust ANY information encoded in a media file, especially
19126         when it's giving you sizes. (Fixes #328452)
19127
19128 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19129
19130         * gst/rtp/gstrtpg711pay.c:
19131         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19132         bug #325148.
19133
19134 2006-01-23  Edward Hervey  <edward@fluendo.com>
19135
19136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19137         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19138         * gst/matroska/matroska-ids.h:
19139         Added recognition of Real Audio and Video streams in matroska demuxer.
19140
19141 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19142
19143         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19144           Remove errant break statement, and fix compilation with
19145           older GCC.
19146
19147 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19148
19149         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19150
19151         * sys/sunaudio/gstsunaudiomixerctrl.c:
19152         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19153           Export functions that are needed in other parts of the code,
19154           makes the mixer actually work; adjust magic minimum buffer-time
19155           value from 3ms to 5ms to work around stuttering during mp3
19156           playback (#327765).
19157
19158 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19159
19160         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19161
19162         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19163         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19164           Fix possible deadlock in matroska muxer (#327825).
19165
19166 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19167
19168         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19169         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19170         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19171         * gst/rtsp/sdpmessage.h:
19172         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19173         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19174           C89 fixes: declare variables at the beginning of a block and
19175           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19176           <jensgr at gmx dot net>).
19177
19178 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19179
19180         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19181         * gst/id3demux/id3tags.h:
19182         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19183         (parse_comment_frame), (parse_text_identification_frame),
19184         (id3v2_tag_to_taglist), (id3v2_are_digits),
19185         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19186         (parse_split_strings), (free_tag_strings):
19187           Rewrite parsing of text tags to handle multiple NULL terminated
19188           strings. Parse numeric genre strings and ID3v2 type
19189           "(3)(6)Alternative" style genre strings.
19190           Parse dates that are only YYYY or YYYY-mm format.
19191           (Fixes #328241 and #322154)
19192
19193 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19194
19195         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19196           Don't forget to initialize liboil, otherwise our oil functions
19197           will crash (fixes #327871; patch by: Christoph Burghardt
19198           <hawkes at web dot de>).
19199
19200 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19201
19202         * configure.ac:
19203           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19204           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19205           patch by: Brian Cameron <brian dot cameron at sun dot com>
19206
19207 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19208
19209         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19210         * ext/cdio/gstcdio.h:
19211         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19212           Fix build for libcdio versions >= 76; give slightly lower rank
19213           than cdparanoia.
19214
19215 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19216
19217         * configure.ac:
19218         * ext/Makefile.am:
19219         * ext/cdio/Makefile.am:
19220         * ext/cdio/gstcdio.c:
19221         * ext/cdio/gstcdio.h:
19222         * ext/cdio/gstcdiocddasrc.c:
19223         * ext/cdio/gstcdiocddasrc.h:
19224           Port libcdio cdda source, formerly known as cddasrc, now known as
19225           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19226           but that's not tested (fixes #317658).
19227
19228 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19229
19230         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19231           Fix conversion from TIME to BYTES format (fixes #326864;
19232           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19233
19234 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19235
19236         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19237           Fix compilation of id3demux when zlib is not present.
19238           (Fixes #326602; patch by: Sergey Scobich)
19239
19240 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * ext/esd/Makefile.am:
19243           Add $(ESD_CFLAGS), otherwise build will fail for folks
19244           with libesd in a non-standard prefix (#327009).
19245
19246 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * configure.ac:
19249           back to HEAD
19250
19251 === release 0.10.1 ===
19252
19253 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19254
19255         * configure.ac:
19256           releasing 0.10.1, "Li"
19257
19258 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19259
19260           patch by: Wim Taymans
19261
19262         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19263           fix memleak.  Fixes #326618
19264
19265 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19266
19267           patch by: Mike Smith
19268
19269         * gst/level/gstlevel.c: (gst_level_message_new),
19270         (gst_level_message_append_channel):
19271           Fix memleak.  Fixes #326612
19272
19273 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19274
19275         * configure.ac:
19276           prereleasing
19277         * po/af.po:
19278         * po/az.po:
19279         * po/cs.po:
19280         * po/en_GB.po:
19281         * po/hu.po:
19282         * po/it.po:
19283         * po/nb.po:
19284         * po/nl.po:
19285         * po/or.po:
19286         * po/sq.po:
19287         * po/sr.po:
19288         * po/sv.po:
19289         * po/uk.po:
19290         * po/vi.po:
19291           update translations
19292
19293 2006-01-10  Michael Smith  <msmith@fluendo.com>
19294
19295         * gst/level/gstlevel.c: (gst_level_class_init),
19296         (gst_level_dispose):
19297           Don't leak filter arrays.
19298
19299 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19300
19301         reviewed by: Christian Schaller <uraeus@gnome.org>
19302         
19303         * configure.ac:
19304         * gst-plugins-good.spec.in:
19305         * sys/Makefile.am:
19306         * sys/sunaudio/Makefile.am:
19307         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19308         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19309         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19310         (gst_sunaudiomixer_change_state):
19311         * sys/sunaudio/gstsunaudiomixer.h:
19312         * sys/sunaudio/gstsunaudiomixerctrl.c:
19313         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19314         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19315         (gst_sunaudiomixer_ctrl_list_tracks),
19316         (gst_sunaudiomixer_ctrl_get_volume),
19317         (gst_sunaudiomixer_ctrl_set_volume),
19318         (gst_sunaudiomixer_ctrl_set_mute),
19319         (gst_sunaudiomixer_ctrl_set_record):
19320         * sys/sunaudio/gstsunaudiomixerctrl.h:
19321         * sys/sunaudio/gstsunaudiomixertrack.c:
19322         (gst_sunaudiomixer_track_class_init),
19323         (gst_sunaudiomixer_track_init), (fill_labels),
19324         (gst_sunaudiomixer_track_new):
19325         * sys/sunaudio/gstsunaudiomixertrack.h:
19326         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19327         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19328         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19329         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19330         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19331         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19332         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19333         * sys/sunaudio/gstsunaudiosink.h:
19334
19335         Add SunAudio plugin - tested to make sure it doesn't break
19336         the build under GNU/Linux.      
19337
19338 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19339
19340         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19341         * gst-plugins-good/gst/udp/gstudpsrc.c:
19342         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19343         overrides the port or multicast parameters. Fixes bugs #323021.
19344         API addition: adds GstUDPSrc::sockfd property   
19345
19346 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19347
19348         * ext/gconf/Makefile.am:
19349         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19350         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19351         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19352         (do_toggle_element), (cb_toggle_element),
19353         (gst_gconf_audio_src_change_state):
19354         * ext/gconf/gstgconfaudiosrc.h:
19355         * ext/gconf/gstgconfelements.c: (plugin_init):
19356         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19357         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19358         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19359         (do_toggle_element), (cb_toggle_element),
19360         (gst_gconf_video_src_change_state):
19361         * ext/gconf/gstgconfvideosrc.h:
19362           Add new gconfaudiosrc and gconfvideosrc elements
19363           (needed for gnome-sound-recorder).
19364
19365 2006-01-06  Edward Hervey  <edward@fluendo.com>
19366
19367         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19368         Add gst_element_no_more_pads() for proper decodebin behaviour.
19369         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19370         (parse_text_identification_frame), (parse_split_strings):
19371         Failure to decode some tags is not a GST_ERROR() but a
19372         GST_WARNING()
19373         When iterating over a chunk of text, check that we haven't gone too
19374         far.
19375
19376 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19377
19378         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19379         (plugin_init):
19380           call oil_init() when using liboil
19381
19382 2006-01-04  Wim Taymans  <wim@fluendo.com>
19383
19384         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19385         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19386         Fix leaks.
19387
19388 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19389
19390         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19391
19392         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19393         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19394         (gst_flac_dec_change_state):
19395           Don't g_assert() where we should just return FALSE; remove
19396           unnecessary g_assert(); initialize some fields properly in
19397           state change function (fixes #325504). Also, use
19398           GST_DEBUG_OBJECT in two more places.
19399
19400 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19401
19402         * configure.ac:
19403           also remove smoothwave's Makefile.am
19404         * docs/plugins/Makefile.am:
19405           fix plugin docs
19406
19407 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19408
19409         * tests/examples/Makefile.am:
19410           added missing Makefile.am
19411
19412 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19413
19414         * configure.ac:
19415         * gst/level/Makefile.am:
19416         * gst/level/level-example.c:
19417         * tests/Makefile.am:
19418         * tests/examples/level/Makefile.am:
19419         * tests/examples/level/level-example.c: (message_handler), (main):
19420           moved level-example to tests/examples/level-example
19421         * tests/old/examples/level/demo.c: (main):
19422         * tests/old/examples/level/plot.c: (main):
19423           some initial fixes
19424
19425 2005-12-29  Michael Smith  <msmith@fluendo.com>
19426
19427         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19428         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19429         * gst/udp/gstmultiudpsink.h:
19430           Track packets sent per client in addition to bytes sent; provide
19431           this info through get-stats signal
19432
19433 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19434
19435         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19436           Can't use gst_object_unref() on a GstAdapter (#325191).
19437
19438 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19439
19440         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19441         If a broken tag has 0 bytes payload, at least still skip
19442         the 10 byte header
19443
19444 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19445
19446         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19447         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19448         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19449         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19450           Making these depayloaders (H263+ and mpeg4 video) inherit from
19451           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19452
19453 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19454
19455         * docs/plugins/gst-plugins-good-plugins.args:
19456         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19457         Regenerate the plugin hiearchy.
19458
19459 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19460
19461         * docs/plugins/Makefile.am:
19462         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19463         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19464         * docs/plugins/gst-plugins-good-plugins.args:
19465         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19466         (gst_id3demux_base_init), (gst_id3demux_class_init),
19467         (gst_id3demux_chain):
19468         * gst/id3demux/gstid3demux.h:
19469           Add documentation for id3demux.
19470           Don't fail if the first buffer is not at offset 0, just
19471           attempt to typefind and do pass through
19472           Rename the gst_type function from gst_gst_id3demux..
19473
19474 2005-12-20  Michael Smith  <msmith@fluendo.com>
19475
19476         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19477         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19478         (gst_multiudpsink_get_stats):
19479         * gst/udp/gstmultiudpsink.h:
19480           Collect statistics; return them from get_stats.
19481
19482 2005-12-19  Edward Hervey  <edward@fluendo.com>
19483
19484         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19485         Stupid signedness issue...
19486
19487 2005-12-19  Edward Hervey  <edward@fluendo.com>
19488
19489         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19490         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19491         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19492         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19493         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19494         Construct index for indexless files.
19495         Make sure pad/buffers are correctly reset to NULL once we don't need
19496         them anymore, else we get lovely segfaults/assertions.
19497         * gst/wavparse/gstwavparse.c:
19498         Yes, you can have 96KHz audio and wma in wav :(
19499
19500 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19501
19502         * configure.ac:
19503           Check for optional dependency on zlib for id3demux
19504
19505         * gst/id3demux/Makefile.am:
19506         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19507         (gst_id3demux_base_init), (gst_id3demux_class_init),
19508         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19509         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19510         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19511         (gst_id3demux_set_property), (gst_id3demux_get_property),
19512         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19513         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19514         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19515         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19516         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19517         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19518         (simple_find_peek), (simple_find_suggest),
19519         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19520         (plugin_init):
19521         * gst/id3demux/gstid3demux.h:
19522         * gst/id3demux/id3tags.c: (read_synch_uint),
19523         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19524         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19525         (id3demux_id3v2_frames_to_tag_list):
19526         * gst/id3demux/id3tags.h:
19527         * gst/id3demux/id3v2.4.0-frames.txt:
19528         * gst/id3demux/id3v2.4.0-structure.txt:
19529         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19530         (parse_comment_frame), (parse_text_identification_frame),
19531         (id3v2_tag_to_taglist), (parse_split_strings):
19532           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19533           otherwise it discards them. Works on my test files. 
19534
19535         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19536           Don't send EOS to a non-existing srcpad
19537           The debug category can be static
19538
19539 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19540
19541         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19542         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19543         * gst/multipart/multipartdemux.c:
19544           change some char* into char[]
19545
19546 2005-12-16  Wim Taymans  <wim@fluendo.com>
19547
19548         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19549         (gst_wavparse_other), (gst_wavparse_perform_seek),
19550         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19551         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19552         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19553         * gst/wavparse/gstwavparse.h:
19554         Use GstSegment to implement more seeking features.
19555
19556 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19557
19558         * gst/rtsp/rtspconnection.c:
19559           Add <netinet/in.h> include and move <arpa/inet.h> include
19560           to make things work on OpenBSD as well (fixes #323717;
19561           patch by: Benjamin Pineau)
19562
19563 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19564
19565         * gst/rtp/gstrtpspeexdepay.c:
19566         * gst/rtp/gstrtpspeexpay.c:
19567         Set clock rate to be fixed in 8000. It fixes bug #324012.
19568
19569 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19570
19571         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19572         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19573         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19574         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19575         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19576         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19577         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19578         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19579         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19580         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19581         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19582         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19583         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19584         * gst-plugins-good/gst/rtp/README:
19585         Fixed payload range in payloder caps. Removed payload range completely
19586         from depayloaders as they don't require payload type in their caps.
19587         In effect, there isn't any specific payload type for any given codec,
19588         only suggestions.
19589         Fixes bug #324011.
19590
19591 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19592
19593         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19594         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19595         (gst_videomixer_collected): Code cleanup and re-enabling 
19596         queued time validity check for correct EOS handling.
19597
19598 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19599
19600         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19601         (gst_oss_mixer_element_get_property),
19602         (gst_oss_mixer_element_change_state):
19603         Add 'device-name' property and fix state change function.
19604
19605 2005-12-13  Edward Hervey  <edward@fluendo.com>
19606
19607         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19608         If the speed of the file is null in the header, set the frame_time to
19609         the default setting of GST_SECOND / 70. Which is the default
19610         frame_delay for .fli files as stated in this document :
19611         http://www.compuphase.com/flic.htm
19612         Would be nice to have the time conversion done properly too (duration =
19613         flxh->frames * flxdec->frame_time)
19614
19615 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19616
19617         * docs/plugins/Makefile.am:
19618         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19619         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19620         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19621         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19622         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19623         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19624         documentation for videomixer on my way with a funny sample
19625         pipeline.
19626
19627 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19628
19629         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19630         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19631         (gst_videomixer_update_queues), (gst_videomixer_collected):
19632         Fix caps negotiation. (#323896)
19633
19634 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19635
19636         * gst/matroska/matroska-demux.c:
19637         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19638           Set correct timestamps on audio laces, fixes playback of mp3 from
19639                 matroska.
19640
19641 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19642
19643         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19644         (gst_au_parse_class_init), (gst_au_parse_init),
19645         (gst_au_parse_dispose), (gst_au_parse_chain),
19646         (gst_au_parse_change_state), (plugin_init):
19647         * gst/auparse/gstauparse.h:
19648           Use gst_object_unref() for GstObjects instead of
19649           g_object_unref() and fix a mem leak in a debug
19650           statement; while we're at it, also borgify, use
19651           boilerplate macros and clean up a little bit.
19652
19653 2005-12-11  Edward Hervey  <edward@fluendo.com>
19654
19655         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19656         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19657         Added pull mode.
19658
19659 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19660
19661         * gst/goom/gstgoom.c:
19662         * gst/level/level-example.c: (main):
19663         * gst/smoothwave/demo-osssrc.c: (main):
19664           Use audiotestsrc instead of sinesrc (#323798).
19665
19666 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19667
19668         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19669           more debug-func-ptr usage
19670
19671 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19672
19673         * gst/flx/flx_color.c: (flx_colorspace_convert):
19674         * gst/flx/flx_color.h:
19675         * gst/flx/flx_fmt.h:
19676         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19677         * gst/flx/gstflxdec.h:
19678           Now flxdec works on big-endian machines as well.
19679
19680 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19681
19682         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19683         (gst_fenced_buffer_copy):
19684           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19685           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19686           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19687           and use GST_DEBUG_FUNCPTR for pad functions.
19688
19689 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19690
19691         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19692         (gst_flac_dec_class_init), (gst_flac_dec_init),
19693         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19694         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19695         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19696         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19697         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19698         (gst_flac_dec_change_state):
19699         * ext/flac/gstflacdec.h:
19700           Rewrite flacdec a bit, so that even seeking might work now. Most
19701           importantly, don't act upon any flow return values we get, just tell
19702           the decoder everything's dandy and act on the flow return values
19703           later on in the loop function. We don't want to mess up the internal
19704           decoder state for non-fatal things like flushing pads etc. Other
19705           than that, use GstSegment (segment seeks don't work yet though, but
19706           should be easy to add), use boilerplate macros, drop the superfluous
19707           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19708           lots of other things.
19709
19710 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19711
19712         * configure.ac:
19713           Update comment in OSS includes check.
19714
19715         * sys/oss/gstossdmabuffer.c:
19716         * sys/oss/gstosshelper.c:
19717         * sys/oss/gstossmixer.c:
19718         * sys/oss/gstossmixertrack.c:
19719         * sys/oss/gstosssink.c:
19720         * sys/oss/gstosssrc.c:
19721         * sys/oss/oss_probe.c:
19722           Don't assume the OSS soundcard.h include is always in
19723           the sys/ directory. Instead, use the existing defines
19724           from config.h to include the right file. Fixes
19725           compilation on OpenBSD 3.8 (#323718).
19726
19727 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19730         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19731         * docs/plugins/inspect/plugin-1394.xml:
19732         * docs/plugins/inspect/plugin-aasink.xml:
19733         * docs/plugins/inspect/plugin-alaw.xml:
19734         * docs/plugins/inspect/plugin-alpha.xml:
19735         * docs/plugins/inspect/plugin-alphacolor.xml:
19736         * docs/plugins/inspect/plugin-auparse.xml:
19737         * docs/plugins/inspect/plugin-autodetect.xml:
19738         * docs/plugins/inspect/plugin-avi.xml:
19739         * docs/plugins/inspect/plugin-cacasink.xml:
19740         * docs/plugins/inspect/plugin-cairo.xml:
19741         * docs/plugins/inspect/plugin-cutter.xml:
19742         * docs/plugins/inspect/plugin-debug.xml:
19743         * docs/plugins/inspect/plugin-dv.xml:
19744         * docs/plugins/inspect/plugin-efence.xml:
19745         * docs/plugins/inspect/plugin-effectv.xml:
19746         * docs/plugins/inspect/plugin-esdsink.xml:
19747         * docs/plugins/inspect/plugin-flac.xml:
19748         * docs/plugins/inspect/plugin-flxdec.xml:
19749         * docs/plugins/inspect/plugin-gconfelements.xml:
19750         * docs/plugins/inspect/plugin-goom.xml:
19751         * docs/plugins/inspect/plugin-jpeg.xml:
19752         * docs/plugins/inspect/plugin-level.xml:
19753         * docs/plugins/inspect/plugin-matroska.xml:
19754         * docs/plugins/inspect/plugin-mulaw.xml:
19755         * docs/plugins/inspect/plugin-multipart.xml:
19756         * docs/plugins/inspect/plugin-navigationtest.xml:
19757         * docs/plugins/inspect/plugin-ossaudio.xml:
19758         * docs/plugins/inspect/plugin-png.xml:
19759         * docs/plugins/inspect/plugin-rtp.xml:
19760         * docs/plugins/inspect/plugin-rtsp.xml:
19761         * docs/plugins/inspect/plugin-shout2send.xml:
19762         * docs/plugins/inspect/plugin-smpte.xml:
19763         * docs/plugins/inspect/plugin-speex.xml:
19764         * docs/plugins/inspect/plugin-udp.xml:
19765         * docs/plugins/inspect/plugin-videobox.xml:
19766         * docs/plugins/inspect/plugin-videoflip.xml:
19767         * docs/plugins/inspect/plugin-videomixer.xml:
19768         * docs/plugins/inspect/plugin-wavenc.xml:
19769         * docs/plugins/inspect/plugin-wavparse.xml:
19770         * ext/flac/gstflac.c: (plugin_init):
19771         * ext/flac/gstflacdec.c: (flacdec_get_type),
19772         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19773         (gst_flac_dec_init), (gst_flac_dec_finalize),
19774         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19775         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19776         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19777         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19778         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19779         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19780         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19781         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19782         * ext/flac/gstflacdec.h:
19783         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19784         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19785         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19786         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19787         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19788         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19789         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19790         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19791         (gst_flac_enc_change_state):
19792         * ext/flac/gstflacenc.h:
19793           borgify and fix up documentation
19794
19795 2005-12-09  Michael Smith  <msmith@fluendo.com>
19796
19797         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19798           Accept a wider range of flac files, more closely matching flac spec.
19799
19800 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19801
19802         * docs/plugins/Makefile.am: Add multipart elements.
19803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19804         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19805         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19806         * gst/multipart/multipartdemux.c:
19807         * gst/multipart/multipartmux.c: Add docs.
19808
19809 2005-12-07  Edward Hervey  <edward@fluendo.com>
19810
19811         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19812         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19813         (gst_avi_demux_invert):
19814         Memleak and crasher fixes.
19815         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19816         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19817         Memleak fixes
19818
19819 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19820
19821         * ext/aalib/gstaasink.h:
19822         * ext/cairo/gsttextoverlay.h:
19823         * ext/dv/gstdvdec.h:
19824         * ext/dv/gstdvdemux.c:
19825         * ext/dv/gstdvdemux.h:
19826         * ext/esd/esdsink.h:
19827         * ext/flac/flac_compat.h:
19828         * ext/flac/gstflacdec.h:
19829         * ext/flac/gstflacenc.h:
19830         * ext/gconf/gconf.h:
19831         * ext/gconf/gstgconfaudiosink.h:
19832         * ext/gconf/gstgconfvideosink.h:
19833         * ext/gdk_pixbuf/gstgdkanimation.h:
19834         * ext/jpeg/gstjpegdec.h:
19835         * ext/jpeg/smokecodec.h:
19836         * ext/jpeg/smokeformat.h:
19837         * ext/ladspa/gstsignalprocessor.h:
19838         * ext/ladspa/search.c: (LADSPAPluginSearch):
19839         * ext/ladspa/utils.h:
19840         * ext/libmng/gstmng.c:
19841         * ext/libmng/gstmngdec.h:
19842         * ext/libmng/gstmngenc.c:
19843         * ext/libmng/gstmngenc.h:
19844         * ext/libpng/gstpng.c:
19845         * ext/libpng/gstpngenc.c:
19846         * ext/libpng/gstpngenc.h:
19847         * ext/shout2/gstshout2.h:
19848         * ext/speex/gstspeexdec.h:
19849         * ext/speex/gstspeexenc.c:
19850         * ext/speex/gstspeexenc.h:
19851         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19852         * gst/autodetect/gstautoaudiosink.h:
19853         * gst/autodetect/gstautovideosink.h:
19854         * gst/avi/gstavidemux.h:
19855         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19856         (gst_cutter_set_property), (gst_cutter_get_caps):
19857         * gst/cutter/gstcutter.h:
19858         * gst/debug/tests.c: (md5_process_block):
19859         * gst/debug/tests.h:
19860         * gst/effectv/gstwarp.c:
19861         * gst/flx/flx_fmt.h:
19862         * gst/flx/gstflxdec.h:
19863         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19864         (zoomFilterFastRGB):
19865         * gst/goom/filters.h:
19866         * gst/goom/goom_tools.h:
19867         * gst/law/alaw-encode.c:
19868         * gst/level/gstlevel.c:
19869         * gst/level/gstlevel.h:
19870         * gst/matroska/ebml-write.h:
19871         * gst/matroska/matroska-demux.h:
19872         * gst/matroska/matroska-ids.h:
19873         * gst/matroska/matroska-mux.h:
19874         * gst/monoscope/convolve.c: (convolve_match):
19875         * gst/monoscope/convolve.h:
19876         * gst/multipart/multipartmux.c:
19877         * gst/oldcore/gstaggregator.c:
19878         * gst/oldcore/gstaggregator.h:
19879         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19880         * gst/oldcore/gstmd5sink.h:
19881         * gst/oldcore/gstmultifilesrc.c:
19882         * gst/oldcore/gstmultifilesrc.h:
19883         * gst/oldcore/gstpipefilter.h:
19884         * gst/oldcore/gstshaper.h:
19885         * gst/rtp/gstrtpL16depay.h:
19886         * gst/rtp/gstrtpL16pay.h:
19887         * gst/rtp/gstrtpdepay.h:
19888         * gst/rtp/gstrtpmp4vpay.c:
19889         * gst/rtp/gstrtpmp4vpay.h:
19890         * gst/rtsp/gstrtspsrc.c:
19891         * gst/rtsp/gstrtspsrc.h:
19892         * gst/rtsp/rtspconnection.h:
19893         * gst/rtsp/rtspdefs.h:
19894         * gst/rtsp/rtspmessage.h:
19895         * gst/rtsp/rtsptransport.h:
19896         * gst/rtsp/rtspurl.c:
19897         * gst/rtsp/rtspurl.h:
19898         * gst/rtsp/sdpmessage.c:
19899         * gst/rtsp/sdpmessage.h:
19900         * gst/smpte/barboxwipes.c:
19901         * gst/smpte/gstmask.h:
19902         * gst/smpte/gstsmpte.h:
19903         * gst/smpte/paint.c:
19904         * gst/smpte/paint.h:
19905         * gst/udp/gstdynudpsink.h:
19906         * gst/udp/gstmultiudpsink.h:
19907         * gst/udp/gstudpsink.c:
19908         * gst/udp/gstudpsink.h:
19909         * gst/udp/gstudpsrc.c:
19910         * gst/videomixer/videomixer.c:
19911         * gst/wavenc/riff.h:
19912         * gst/wavparse/gstwavparse.h:
19913         * sys/oss/gstossdmabuffer.h:
19914         * sys/oss/gstossmixer.h:
19915         * sys/oss/gstossmixerelement.h:
19916         * sys/oss/gstossmixertrack.h:
19917         * sys/oss/gstosssink.c:
19918         * sys/oss/gstosssink.h:
19919         * sys/oss/gstosssrc.c:
19920         * sys/oss/gstosssrc.h:
19921         * sys/osxaudio/gstosxaudioelement.h:
19922         * sys/osxaudio/gstosxaudiosink.h:
19923         * sys/osxaudio/gstosxaudiosrc.h:
19924           expand tabs
19925
19926 === release 0.10.0 ===
19927
19928 2005-12-05   <thomas (at) apestaart (dot) org>
19929
19930         * configure.ac:
19931           releasing 0.10.0, "Abondance"
19932
19933 2005-12-05  Andy Wingo  <wingo@pobox.com>
19934
19935         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19936         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19937         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19938         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19939         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19940         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19941         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19942         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19943         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19944         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19945         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19946         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19947         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19948         * gst/goom/gstgoom.c: (gst_goom_chain):
19949         * gst/matroska/matroska-demux.c:
19950         (gst_matroska_demux_push_vorbis_codec_priv_data),
19951         (gst_matroska_demux_add_wvpk_header):
19952         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19953         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19954         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19955         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19956         alloc_buffer changes.
19957
19958 2005-12-05  Michael Smith  <msmith@fluendo.com>
19959
19960         * docs/plugins/gst-plugins-good-plugins.args:
19961           Remove args for plugins that aren't in -good.
19962
19963 === release 0.9.7 ===
19964
19965 2005-12-01   <thomas (at) apestaart (dot) org>
19966
19967         * configure.ac:
19968           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19969
19970 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19971
19972         * docs/plugins/.cvsignore:
19973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19974         * docs/plugins/inspect/plugin-multipart.xml:
19975         * docs/plugins/inspect/plugin-rtp.xml:
19976           add multipart plugin to docs
19977
19978 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19979
19980         * configure.ac:
19981         * ext/Makefile.am:
19982         * ext/pango/Makefile.am:
19983         * ext/pango/gstclockoverlay.c:
19984         * ext/pango/gstclockoverlay.h:
19985         * ext/pango/gsttextoverlay.c:
19986         * ext/pango/gsttextoverlay.h:
19987         * ext/pango/gsttextrender.c:
19988         * ext/pango/gsttextrender.h:
19989         * ext/pango/gsttimeoverlay.c:
19990         * ext/pango/gsttimeoverlay.h:
19991           move pango to base
19992
19993 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19994
19995         * gst/rtp/Makefile.am:
19996         * gst/rtp/gstrtpL16depay.c:
19997         * gst/rtp/gstrtpL16depay.h:
19998         * gst/rtp/gstrtpL16parse.c:
19999         * gst/rtp/gstrtpL16parse.h:
20000         * gst/rtp/gstrtpgsmdepay.c:
20001         * gst/rtp/gstrtpgsmdepay.h:
20002         * gst/rtp/gstrtpgsmparse.c:
20003         * gst/rtp/gstrtpgsmparse.h:
20004           parsers are depayers
20005
20006 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20007
20008         * gst/rtp/Makefile.am:
20009         * gst/rtp/gstasteriskh263.c:
20010         * gst/rtp/gstrtp.c:
20011         * gst/rtp/gstrtpL16enc.c:
20012         * gst/rtp/gstrtpL16enc.h:
20013         * gst/rtp/gstrtpL16parse.c:
20014         * gst/rtp/gstrtpL16parse.h:
20015         * gst/rtp/gstrtpL16pay.c:
20016         * gst/rtp/gstrtpL16pay.h:
20017         * gst/rtp/gstrtpamrdec.c:
20018         * gst/rtp/gstrtpamrdec.h:
20019         * gst/rtp/gstrtpamrdepay.c:
20020         * gst/rtp/gstrtpamrdepay.h:
20021         * gst/rtp/gstrtpamrenc.c:
20022         * gst/rtp/gstrtpamrenc.h:
20023         * gst/rtp/gstrtpamrpay.c:
20024         * gst/rtp/gstrtpamrpay.h:
20025         * gst/rtp/gstrtpdec.c:
20026         * gst/rtp/gstrtpdec.h:
20027         * gst/rtp/gstrtpdepay.c:
20028         * gst/rtp/gstrtpdepay.h:
20029         * gst/rtp/gstrtpg711dec.c:
20030         * gst/rtp/gstrtpg711dec.h:
20031         * gst/rtp/gstrtpg711depay.c:
20032         * gst/rtp/gstrtpg711depay.h:
20033         * gst/rtp/gstrtpg711enc.c:
20034         * gst/rtp/gstrtpg711enc.h:
20035         * gst/rtp/gstrtpg711pay.c:
20036         * gst/rtp/gstrtpg711pay.h:
20037         * gst/rtp/gstrtpgsmenc.c:
20038         * gst/rtp/gstrtpgsmenc.h:
20039         * gst/rtp/gstrtpgsmparse.c:
20040         * gst/rtp/gstrtpgsmparse.h:
20041         * gst/rtp/gstrtpgsmpay.c:
20042         * gst/rtp/gstrtpgsmpay.h:
20043         * gst/rtp/gstrtph263enc.c:
20044         * gst/rtp/gstrtph263enc.h:
20045         * gst/rtp/gstrtph263pay.c:
20046         * gst/rtp/gstrtph263pay.h:
20047         * gst/rtp/gstrtph263pdec.c:
20048         * gst/rtp/gstrtph263pdec.h:
20049         * gst/rtp/gstrtph263pdepay.c:
20050         * gst/rtp/gstrtph263pdepay.h:
20051         * gst/rtp/gstrtph263penc.c:
20052         * gst/rtp/gstrtph263penc.h:
20053         * gst/rtp/gstrtph263ppay.c:
20054         * gst/rtp/gstrtph263ppay.h:
20055         * gst/rtp/gstrtpmp4vdec.c:
20056         * gst/rtp/gstrtpmp4vdec.h:
20057         * gst/rtp/gstrtpmp4vdepay.c:
20058         * gst/rtp/gstrtpmp4vdepay.h:
20059         * gst/rtp/gstrtpmp4venc.c:
20060         * gst/rtp/gstrtpmp4venc.h:
20061         * gst/rtp/gstrtpmp4vpay.c:
20062         * gst/rtp/gstrtpmp4vpay.h:
20063         * gst/rtp/gstrtpmpadec.c:
20064         * gst/rtp/gstrtpmpadec.h:
20065         * gst/rtp/gstrtpmpadepay.c:
20066         * gst/rtp/gstrtpmpadepay.h:
20067         * gst/rtp/gstrtpmpaenc.c:
20068         * gst/rtp/gstrtpmpaenc.h:
20069         * gst/rtp/gstrtpmpapay.c:
20070         * gst/rtp/gstrtpmpapay.h:
20071         * gst/rtp/gstrtpspeexdec.c:
20072         * gst/rtp/gstrtpspeexdec.h:
20073         * gst/rtp/gstrtpspeexdepay.c:
20074         * gst/rtp/gstrtpspeexdepay.h:
20075         * gst/rtp/gstrtpspeexenc.c:
20076         * gst/rtp/gstrtpspeexenc.h:
20077         * gst/rtp/gstrtpspeexpay.c:
20078         * gst/rtp/gstrtpspeexpay.h:
20079           Do burger's rename for rtp payloaders and depayloaders
20080
20081 2005-11-30  Wim Taymans  <wim@fluendo.com>
20082
20083         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20084         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20085         * ext/dv/gstdvdemux.h:
20086         Fix seeking in dvdemux again, add some more debug info.
20087
20088 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20089
20090         * configure.ac:
20091           fix tests
20092
20093 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20094
20095         * PORTED_09:
20096         * docs/random/PORTED_09:
20097           move
20098         * tests/Makefile.am:
20099           add
20100         * win32/gst.sln:
20101           remove
20102
20103 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20104
20105         * Makefile.am:
20106         * check/.cvsignore:
20107         * check/Makefile.am:
20108         * check/elements/.cvsignore:
20109         * check/elements/level.c:
20110         * check/elements/matroskamux.c:
20111         * configure.ac:
20112         * examples/Makefile.am:
20113         * examples/capsfilter/Makefile.am:
20114         * examples/capsfilter/capsfilter1.c:
20115         * examples/gob/Makefile.am:
20116         * examples/gob/gst-identity2.gob:
20117         * examples/gstplay/.cvsignore:
20118         * examples/gstplay/Makefile.am:
20119         * examples/gstplay/player.c:
20120         * examples/indexing/.cvsignore:
20121         * examples/indexing/Makefile.am:
20122         * examples/indexing/indexmpeg.c:
20123         * examples/level/Makefile.am:
20124         * examples/level/README:
20125         * examples/level/demo.c:
20126         * examples/level/plot.c:
20127         * examples/stats/Makefile.am:
20128         * examples/stats/mp2ogg.c:
20129         * examples/switch/.cvsignore:
20130         * examples/switch/Makefile.am:
20131         * examples/switch/switcher.c:
20132           move under tests/
20133
20134 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20135
20136         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20137         (gst_text_render_class_init), (resize_bitmap),
20138         (gst_text_render_render_text), (gst_text_render_setcaps),
20139         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20140         (gst_text_render_chain), (gst_text_render_finalize),
20141         (gst_text_render_init), (gst_text_render_set_property):
20142         * ext/pango/gsttextrender.h:
20143           Add missing files.
20144
20145 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20146
20147         * configure.ac:
20148         * ext/Makefile.am:
20149         * ext/pango/Makefile.am:
20150         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20151         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20152         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20153         * ext/pango/gstclockoverlay.h:
20154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20155         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20156         (gst_text_overlay_finalize), (gst_text_overlay_init),
20157         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20158         (gst_text_overlay_text_pad_linked),
20159         (gst_text_overlay_text_pad_unlinked),
20160         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20161         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20162         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20163         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20164         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20165         (gst_text_overlay_change_state), (plugin_init):
20166         * ext/pango/gsttextoverlay.h:
20167         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20168         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20169         (gst_time_overlay_class_init), (gst_time_overlay_init):
20170         * ext/pango/gsttimeoverlay.h:
20171           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20172           and add background shading and text wrapping modes. Make 
20173           timoverlay derive from textoverlay. Also add new clockoverlay
20174           element.
20175
20176 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20177
20178         * gst/udp/Makefile.am: Moved to netbuffer.
20179
20180 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20181
20182         * configure.ac:
20183         * PORTED_O9:
20184         * gst/multipart/Makefile.am:
20185         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20186         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20187         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20188         (gst_multipart_demux_change_state),
20189         (gst_multipart_demux_plugin_init):
20190         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20191         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20192         (gst_multipart_mux_sinkconnect),
20193         (gst_multipart_mux_request_new_pad),
20194         (gst_multipart_mux_handle_src_event),
20195         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20196         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20197         0.9.
20198
20199 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20200
20201         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20202         * gst/debug/gstnavigationtest.h:
20203         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20204         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20205         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20206         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20207         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20208         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20209         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20210         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20211         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20212         (gst_video_flip_get_type):
20213         * gst/videofilter/gstvideoflip.h:
20214           update for symbols change
20215
20216 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20217
20218         * gst/udp/gstdynudpsink.c:
20219         * gst/udp/gstudpsrc.c:
20220           the old gstnet lib was renamed gstnetbuffer (#322257)
20221
20222 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20223
20224         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20225         (gst_text_overlay_collected):
20226           Actually render the text from the text pad.
20227
20228 2005-11-29  Edward Hervey  <edward@fluendo.com>
20229
20230         * gst/debug/gstnavseek.c: (gst_navseek_event):
20231         * gst/debug/progressreport.c: (gst_progress_report_event):
20232         Update for GstBaseTransform event virtual method
20233
20234 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20235
20236         * ext/cairo/Makefile.am:
20237           no need to link to videofilter
20238
20239 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20240
20241         * gst/debug/Makefile.am:
20242         * gst/debug/gstnavigationtest.h:
20243         * gst/effectv/Makefile.am:
20244         * gst/effectv/gstaging.c:
20245         * gst/effectv/gstdice.c:
20246         * gst/effectv/gstedge.c:
20247         * gst/effectv/gstquark.c:
20248         * gst/effectv/gstrev.c:
20249         * gst/effectv/gstshagadelic.c:
20250         * gst/effectv/gstvertigo.c:
20251         * gst/effectv/gstwarp.c:
20252         * gst/videofilter/Makefile.am:
20253         * gst/videofilter/gstvideofilter.c:
20254         * gst/videofilter/gstvideofilter.h:
20255         * gst/videofilter/gstvideoflip.h:
20256           remove the videofilter library and link to the one in base
20257
20258 2005-11-28  Edward Hervey  <edward@fluendo.com>
20259
20260         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20261         Useless check now we're setting the current entry correctly.
20262
20263 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20264
20265         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20266         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20267         (gst_jpegenc_change_state):
20268           Don't leak input buffer in chain function (fixes #322667); make 
20269           state change function thread-safe; don't repeat the current function
20270           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20271           gst_pad_alloc_buffer(); misc. minor cleanups.
20272
20273 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20274
20275         * gst/matroska/matroska-mux.c:
20276         (gst_matroska_mux_video_pad_setcaps):
20277         Look for pixel-aspect-ratio in caps, not pixel_width and
20278         pixel_height (Fixes: #322645)
20279
20280 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20281
20282         * gst/matroska/matroska-mux.c:
20283         (gst_matroska_mux_video_pad_setcaps):
20284         From Michal Benes:
20285         frame duration should be GST_SECOND / framerate, not
20286         GST_SECOND * framerate. (Fixes: #322643)
20287
20288 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20289
20290         * configure.ac:
20291           fix up GST_PLUGIN_LDFLAGS
20292         * gst/rtsp/rtspconnection.c:
20293           fix includes (see #317043)
20294         * gst/videofilter/Makefile.am:
20295           stop installing this library
20296
20297 2005-11-26  Edward Hervey  <edward@fluendo.com>
20298
20299         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20300         Handle the case where the incoming Video dv stream doesn't have
20301         a pixel aspect ratio set.
20302
20303 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20304
20305         * docs/plugins/Makefile.am:
20306         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20307         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20308         * ext/flac/gstflacdec.c:
20309           document flacdec
20310
20311 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20312
20313         * docs/plugins/Makefile.am:
20314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20316         * docs/plugins/inspect/plugin-autodetect.xml:
20317         * ext/cairo/gstcairo.c: (plugin_init):
20318         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20319         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20320         (gst_text_overlay_init), (gst_text_overlay_font_init),
20321         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20322         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20323         (gst_text_overlay_text_pad_linked),
20324         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20325         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20326         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20327         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20328         (gst_text_overlay_change_state):
20329         * ext/cairo/gsttextoverlay.h:
20330         * ext/cairo/gsttimeoverlay.c:
20331         (gst_cairo_time_overlay_update_font_height),
20332         (gst_cairo_time_overlay_set_caps),
20333         (gst_cairo_time_overlay_get_unit_size),
20334         (gst_cairo_time_overlay_print_smpte_time),
20335         (gst_cairo_time_overlay_transform),
20336         (gst_cairo_time_overlay_base_init),
20337         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20338         (gst_cairo_time_overlay_get_type):
20339         * ext/cairo/gsttimeoverlay.h:
20340           do some name borgifying
20341           document
20342
20343 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20344
20345         * docs/plugins/Makefile.am:
20346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20348         * gst/autodetect/gstautoaudiosink.c:
20349         (gst_auto_audio_sink_base_init):
20350         * gst/autodetect/gstautovideosink.c:
20351         (gst_auto_video_sink_base_init),
20352         (gst_auto_video_sink_factory_filter):
20353           documenting auto*sink
20354           using strstr for the video sink lookup, class field is not ordered
20355         * docs/plugins/inspect/plugin-1394.xml:
20356         * docs/plugins/inspect/plugin-aasink.xml:
20357         * docs/plugins/inspect/plugin-alaw.xml:
20358         * docs/plugins/inspect/plugin-alpha.xml:
20359         * docs/plugins/inspect/plugin-alphacolor.xml:
20360         * docs/plugins/inspect/plugin-auparse.xml:
20361         * docs/plugins/inspect/plugin-autodetect.xml:
20362         * docs/plugins/inspect/plugin-avi.xml:
20363         * docs/plugins/inspect/plugin-cacasink.xml:
20364         * docs/plugins/inspect/plugin-cairo.xml:
20365         * docs/plugins/inspect/plugin-cutter.xml:
20366         * docs/plugins/inspect/plugin-debug.xml:
20367         * docs/plugins/inspect/plugin-dv.xml:
20368         * docs/plugins/inspect/plugin-efence.xml:
20369         * docs/plugins/inspect/plugin-effectv.xml:
20370         * docs/plugins/inspect/plugin-esdsink.xml:
20371         * docs/plugins/inspect/plugin-flac.xml:
20372         * docs/plugins/inspect/plugin-flxdec.xml:
20373         * docs/plugins/inspect/plugin-gconfelements.xml:
20374         * docs/plugins/inspect/plugin-goom.xml:
20375         * docs/plugins/inspect/plugin-jpeg.xml:
20376         * docs/plugins/inspect/plugin-level.xml:
20377         * docs/plugins/inspect/plugin-matroska.xml:
20378         * docs/plugins/inspect/plugin-mulaw.xml:
20379         * docs/plugins/inspect/plugin-navigationtest.xml:
20380         * docs/plugins/inspect/plugin-ossaudio.xml:
20381         * docs/plugins/inspect/plugin-png.xml:
20382         * docs/plugins/inspect/plugin-rtp.xml:
20383         * docs/plugins/inspect/plugin-rtsp.xml:
20384         * docs/plugins/inspect/plugin-shout2send.xml:
20385         * docs/plugins/inspect/plugin-smpte.xml:
20386         * docs/plugins/inspect/plugin-speex.xml:
20387         * docs/plugins/inspect/plugin-udp.xml:
20388         * docs/plugins/inspect/plugin-videobox.xml:
20389         * docs/plugins/inspect/plugin-videoflip.xml:
20390         * docs/plugins/inspect/plugin-videomixer.xml:
20391         * docs/plugins/inspect/plugin-wavenc.xml:
20392         * docs/plugins/inspect/plugin-wavparse.xml:
20393           update for HEAD version
20394
20395 2005-11-25  Michael Smith  <msmith@fluendo.com>
20396
20397         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20398           Patch from Sebastien Cote to close control sockets in udpsrc.
20399
20400 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20401
20402         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20403         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20404         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20405         (gst_quarktv_base_init), (gst_quarktv_class_init),
20406         (gst_quarktv_init): Flush the planes list on reverse caps
20407         negotiation. This was crashing because of differently sized
20408         buffers.
20409
20410 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20411
20412         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20413         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20414         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20415         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20416         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20417         (gst_videoflip_set_property), (gst_videoflip_base_init),
20418         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20419         correctly, fix identity flipping, convert navigation event 
20420         correctly again.
20421
20422 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20423
20424         * configure.ac: back to HEAD
20425
20426 === release 0.9.6 ===
20427
20428 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20429
20430         * configure.ac:
20431           releasing 0.9.6, "Everything's Not Lost"
20432
20433 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20434
20435         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20436         Oops, initialise the framerate GValue
20437
20438 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20439
20440         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20441         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20442         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20443         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20444         (gst_timeoverlay_get_type):
20445         * ext/cairo/gsttimeoverlay.h:
20446         * gst/debug/Makefile.am:
20447         * gst/debug/gstnavigationtest.c:
20448         (gst_navigationtest_handle_src_event),
20449         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20450         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20451         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20452         (gst_navigationtest_init), (gst_navigationtest_get_type),
20453         (plugin_init):
20454         * gst/debug/gstnavigationtest.h:
20455         * gst/effectv/Makefile.am:
20456         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20457         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20458         (gst_agingtv_base_init), (gst_agingtv_class_init),
20459         (gst_agingtv_init), (gst_agingtv_get_type):
20460         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20461         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20462         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20463         (gst_dicetv_get_type):
20464         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20465         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20466         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20467         (gst_edgetv_get_type):
20468         * gst/effectv/gsteffectv.c:
20469         * gst/effectv/gsteffectv.h:
20470         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20471         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20472         (gst_quarktv_change_state), (gst_quarktv_base_init),
20473         (gst_quarktv_class_init), (gst_quarktv_init),
20474         (gst_quarktv_get_type):
20475         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20476         (gst_revtv_get_unit_size), (gst_revtv_transform),
20477         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20478         (gst_revtv_get_type):
20479         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20480         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20481         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20482         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20483         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20484         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20485         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20486         (gst_vertigotv_init), (gst_vertigotv_get_type):
20487         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20488         (gst_warptv_get_unit_size), (gst_warptv_transform),
20489         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20490         (gst_warptv_get_type):
20491         * gst/videofilter/Makefile.am:
20492         * gst/videofilter/gstvideobalance.c:
20493         * gst/videofilter/gstvideobalance.h:
20494         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20495         (gst_videofilter_class_init), (gst_videofilter_init):
20496         * gst/videofilter/gstvideofilter.h:
20497         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20498         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20499         (gst_videoflip_flip), (gst_videoflip_transform),
20500         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20501         (gst_videoflip_base_init), (gst_videoflip_class_init),
20502         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20503         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20504         BaseTransform, it's just a place holder for now and every video
20505         effect plugin has been ported to use BaseTransform features 
20506         directly. QuarkTV was fixed too (was broken), navigationtest works
20507         and best for the end, videoflip converts navigation events depending
20508         on flip method ! Fixes #320953
20509
20510 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20511
20512         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20513         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20514         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20515         (gst_goom_src_negotiate), (gst_goom_chain):
20516         * gst/matroska/matroska-mux.c:
20517         (gst_matroska_mux_video_pad_setcaps):
20518         * sys/osxvideo/osxvideosink.m:
20519           Fixes for API changes
20520
20521 2005-11-23  Michael Smith <msmith@fluendo.com>
20522
20523         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20524         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20525         * ext/jpeg/gstjpegdec.h:
20526         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20527         * ext/jpeg/gstjpegenc.h:
20528         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20529         (gst_smokeenc_resync):
20530         * ext/jpeg/gstsmokeenc.h:
20531           JPEG fractiony goodness.
20532
20533 2005-11-22  Michael Smith <msmith@fluendo.com>
20534
20535         * gst/goom/filters.c:
20536         * gst/goom/graphic.h:
20537           Fix compilation by making some functions static inline instead of
20538           extern inline, matching the way they're used.
20539
20540 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20541
20542         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20543         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20544         * ext/cairo/gsttextoverlay.h:
20545         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20546         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20547         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20548         (gst_pngdec_caps_create_and_set):
20549         * ext/libpng/gstpngdec.h:
20550         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20551         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20552         * gst/avi/gstavimux.c: (gst_avimux_init),
20553         (gst_avimux_vidsinkconnect):
20554         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20555         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20556         (gst_goom_src_negotiate), (gst_goom_chain):
20557         * gst/goom/gstgoom.h:
20558         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20559         * gst/matroska/matroska-mux.c:
20560         (gst_matroska_mux_video_pad_setcaps):
20561         * sys/osxvideo/osxvideosink.h:
20562         * sys/osxvideo/osxvideosink.m:
20563           More fractional framerate conversions 
20564
20565 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20566
20567         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20568         * gst/debug/gstnavigationtest.c:
20569         (gst_navigationtest_handle_src_event):
20570         * gst/videofilter/gstvideofilter.c:
20571         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20572         (gst_videofilter_init):
20573         * gst/videofilter/gstvideofilter.h:
20574           Convert to fractional framerates.
20575
20576 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20577
20578         * ext/aalib/gstaasink.c:
20579         * ext/dv/gstdvdec.c:
20580         * ext/esd/esdmon.c:
20581         * ext/flac/gstflacenc.c:
20582         * ext/gdk_pixbuf/pixbufscale.c:
20583         * ext/libcaca/gstcacasink.c:
20584         * ext/shout2/gstshout2.c:
20585         * gst/alpha/gstalpha.c:
20586         * gst/oldcore/gstaggregator.c:
20587         * gst/oldcore/gstshaper.c:
20588         * gst/smpte/barboxwipes.c:
20589         * gst/smpte/gstsmpte.c:
20590         * gst/videobox/gstvideobox.c:
20591         * gst/videofilter/gstvideoflip.c:
20592         * gst/videomixer/videomixer.c:
20593           fix up more enums
20594
20595 2005-11-22  Michael Smith <msmith@fluendo.com>
20596
20597         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20598         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20599         (gst_videomixer_update_queues):
20600           Fractional framerates, videomixer.
20601
20602 2005-11-22  Michael Smith <msmith@fluendo.com>
20603
20604         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20605         * ext/dv/gstdvdec.h:
20606         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20607         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20608         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20609         (gst_dvdemux_flush):
20610         * ext/dv/gstdvdemux.h:
20611           Fractional framerates for DV. 
20612
20613 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * gst/autodetect/gstautoaudiosink.c:
20616         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20617         * gst/autodetect/gstautovideosink.c:
20618         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20619           Use gst_plugin_feature_list_free() to free feature list and
20620           in the case of autovideosink free the list at all. Also
20621           miscellaneous cosmetic fixes.
20622
20623 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20624
20625         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20626         (gst_cutter_set_property), (gst_cutter_get_caps):
20627           copy calculation code from level; remove use of some audio
20628           functions
20629
20630 2005-11-22  Andy Wingo  <wingo@pobox.com>
20631
20632         * Update for gst_tag_setter API changes.
20633
20634 2005-11-22  Andy Wingo  <wingo@pobox.com>
20635
20636         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20637         (gst_dvdemux_demux_frame)
20638         * ext/flac/gstflacdec.c (gst_flacdec_write)
20639         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20640         (gst_flacenc_sink_event)
20641         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20642         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20643         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20644         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20645         * gst/auparse/gstauparse.c (gst_auparse_chain)
20646         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20647         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20648         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20649         (gst_avi_demux_handle_seek)
20650         * gst/goom/gstgoom.c (gst_goom_event)
20651         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20652         * gst/matroska/matroska-demux.c
20653         (gst_matroska_demux_handle_seek_event)
20654         (gst_matroska_demux_loop_stream_parse_id)
20655         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20656         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20657         (gst_wavparse_stream_headers): Run update-funcnames.
20658
20659 2005-11-22  Edward Hervey  <edward@fluendo.com>
20660
20661         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20662         (gst_dv1394src_init), (gst_dv1394src_dispose),
20663         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20664         (gst_dv1394src_uri_set_uri):
20665         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20666         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20667         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20668         URIHandler interface and element properties are now properly
20669         synchronized for DV1394src and UDPSrc
20670
20671 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20672
20673         * ext/flac/Makefile.am:
20674         * ext/speex/Makefile.am:
20675           libgsttagedit has been renamed to libgsttag.
20676
20677 2005-11-21  Wim Taymans  <wim@fluendo.com>
20678
20679         * gst/rtsp/rtspconnection.c: (read_body):
20680         Apply patch from Sebastien Cote to fix #319184.
20681
20682 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20683
20684         * configure.ac:
20685         * gst/cutter/Makefile.am:
20686         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20687         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20688         (gst_cutter_set_property), (gst_cutter_get_property),
20689         (plugin_init), (gst_cutter_get_caps):
20690           port cutter
20691         * gst/level/gstlevel.c:
20692           fix up plugin details
20693
20694 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20695
20696         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20697         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20698         (gst_flacdec_src_event):
20699         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20700         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20701         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20702         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20703         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20704         (gst_flxdec_sink_event_handler):
20705         * gst/matroska/matroska-demux.c:
20706         (gst_matroska_demux_handle_seek_event):
20707         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20708           Update for stream lock API changes: don't take stream log
20709           in sink event handlers any longer and change GST_STREAM_LOCK
20710           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20711           functions.
20712
20713 2005-11-21  Michael Smith <msmith@fluendo.com>
20714
20715         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20716           gst_object_unref, not g_object_unref
20717
20718 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20719
20720         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20721         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20722           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20723
20724 2005-11-21  Michael Smith <msmith@fluendo.com>
20725
20726         * gst/auparse/Makefile.am:
20727         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20728         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20729         (gst_auparse_change_state):
20730         * gst/auparse/gstauparse.h:
20731           Partially fix #161712. playbin still doesn't work on these files,
20732           (on the bug report, Andy says we aren't typefinding it for some
20733           reason?) but at least auparse isn't totally busted like it was before.
20734
20735 2005-11-21  Andy Wingo  <wingo@pobox.com>
20736
20737         * *.h:
20738         * *.c: Ran scripts/update-macros. Oh yes.
20739
20740 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20741
20742         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20743           Filler events are gone for now, comment out section generating
20744           them.
20745
20746 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20747
20748         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20749         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20750         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20751         * sys/osxvideo/osxvideosink.m:
20752           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20753           (#322027)
20754
20755 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20756
20757         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20758         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20759         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20760         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20761         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20762         (gst_avi_demux_stream_data):
20763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20764         * gst/wavenc/gstwavenc.c: (write_metadata):
20765         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20766         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20767         Fixes for GST_FOURCC_FORMAT API change.
20768
20769 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20770
20771         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20772         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20773         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20774         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20775         (gst_text_overlay_change_state):
20776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20777         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20778         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20779         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20780         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20781         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20782         (gst_videomixer_change_state):
20783           Fix for collect pads API change. Also fix textoverlay state
20784           change function.
20785
20786 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20787
20788         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20789         GST_PAD_IS_USABLE by something approaching it.
20790
20791 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20792
20793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20794         API changes.
20795         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20796         but also fix the code that was not checking return values from
20797         pad_push neither using pad_alloc_buffer.
20798
20799 2005-11-18  Edward Hervey  <edward@fluendo.com>
20800
20801         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20802         (gst_pngenc_chain):
20803         Added debug category
20804         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20805         goes to EOS.
20806
20807 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20808
20809         * gst/rtp/Makefile.am
20810         * gst/rtp/gstrtp.c
20811         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20812         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20813         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20814         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20815         * gst/rtp/gstrtpg711enc.h:
20816         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20817         * gst/rtp/gstrtpspeexenc.c:
20818         * gst/rtp/gstrtpspeexenc.h:
20819         * gst/rtp/gstrtpspeexdec.c:
20820         * gst/rtp/gstrtpspeexdec.h:
20821         Created Speex payloader and depayloader; Optimize G711 payloader to
20822         use adapter and send packets until MTU size.
20823
20824 2005-11-16  Wim Taymans  <wim@fluendo.com>
20825
20826         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20827         Fix leak in check.
20828
20829 2005-11-16  Wim Taymans  <wim@fluendo.com>
20830
20831         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20832         Fix state change.
20833
20834 2005-11-16  Andy Wingo  <wingo@pobox.com>
20835
20836         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20837         (gst_udpsrc_create): Move comment.
20838
20839 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20840
20841         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20842
20843         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20844           When seeking, seek to closest index entry at or before the requested
20845           seek position, not just the closest one (#321001).
20846
20847 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20848
20849         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20850         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20851           Invert DIB images again (see #132341).
20852
20853 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20854
20855         * configure.ac:
20856           rework configure.ac file
20857         * ext/aalib/gstaasink.c:
20858         * ext/cairo/gstcairo.c:
20859         * ext/dv/gstdv.c:
20860         * ext/esd/gstesd.c:
20861         * ext/flac/gstflac.c:
20862         * ext/gconf/gstgconfelements.c:
20863         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20864         * ext/jpeg/gstjpeg.c:
20865         * ext/ladspa/gstladspa.c:
20866         * ext/libcaca/gstcacasink.c:
20867         * ext/libmng/gstmng.c:
20868         * ext/libpng/gstpng.c:
20869         * ext/mikmod/gstmikmod.c:
20870         * ext/pango/gsttextoverlay.c:
20871         * ext/pango/gsttimeoverlay.c:
20872         * ext/raw1394/gst1394.c:
20873         * ext/speex/gstspeex.c:
20874         * gst/alpha/Makefile.am:
20875         * gst/alpha/gstalpha.c:
20876         * gst/alpha/gstalphacolor.c:
20877         * gst/auparse/gstauparse.c:
20878         * gst/autodetect/gstautoaudiosink.c:
20879         (gst_auto_audio_sink_factory_filter),
20880         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20881         * gst/autodetect/gstautodetect.c:
20882         * gst/avi/gstavi.c:
20883         * gst/cutter/gstcutter.c:
20884         * gst/debug/efence.c:
20885         * gst/debug/gstdebug.c:
20886         * gst/debug/gstnavigationtest.c:
20887         * gst/effectv/gsteffectv.c:
20888         * gst/flx/gstflxdec.c:
20889         * gst/goom/gstgoom.c:
20890         * gst/interleave/plugin.c:
20891         * gst/law/alaw.c:
20892         * gst/law/mulaw.c:
20893         * gst/level/gstlevel.c:
20894         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20895         * gst/matroska/matroska.c:
20896         * gst/median/gstmedian.c:
20897         * gst/monoscope/gstmonoscope.c:
20898         * gst/multipart/multipart.c:
20899         * gst/oldcore/gstelements.c:
20900         * gst/rtp/gstrtp.c:
20901         * gst/rtsp/gstrtsp.c:
20902         * gst/smoothwave/gstsmoothwave.c:
20903         * gst/smpte/gstsmpte.c:
20904         * gst/udp/gstudp.c:
20905         * gst/videobox/gstvideobox.c:
20906         * gst/videofilter/gstgamma.c:
20907         * gst/videofilter/gstvideobalance.c:
20908         * gst/videofilter/gstvideoflip.c:
20909         * gst/videofilter/gstvideotemplate.c:
20910         * gst/videomixer/videomixer.c:
20911         * gst/wavenc/gstwavenc.c:
20912         * gst/wavparse/gstwavparse.c:
20913         * sys/oss/gstossaudio.c:
20914         * sys/osxaudio/gstosxaudio.c:
20915           update GST_PLUGIN_DEFINE
20916         * gst/rtp/Makefile.am:
20917         * gst/rtp/gstasteriskh263.c:
20918           check for htons/htonl headers and possibly link to winsock2 lib
20919
20920 2005-11-12  Edward Hervey  <edward@fluendo.com>
20921
20922         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20923         Only GST_DEBUG() information on the valid components.
20924
20925 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * configure.ac: back to HEAD
20928
20929 === release 0.9.5 ===
20930
20931 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20932
20933         * configure.ac:
20934           releasing 0.9.5, "Phone Alarm"
20935
20936 2005-11-11  Edward Hervey  <edward@fluendo.com>
20937
20938         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20939         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20940         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20941         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20942         (gst_avi_demux_loop):
20943         * gst/avi/gstavidemux.h:
20944         Yeah, implement proper seeking. Exact seeking and segment seeking.
20945         Still need to do some checks for segment_stop.
20946
20947 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20948
20949         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20950
20951         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20952           Don't try to ready buffer duration from buffer that we don't
20953           own any  longer and that might already have been unreffed.
20954           (#321136)
20955
20956 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20957
20958         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20959         (flx_decode_delta_flc), (gst_flxdec_chain):
20960         Attempting to optimize the code for embedded systems.
20961
20962 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20963
20964         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20967           Don't re-use already closed file descriptor. (#320920)
20968
20969 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20970
20971         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20972         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20973         (gst_oss_sink_prepare):
20974         * sys/oss/gstosssink.h:
20975           Cache probed caps; fix debug output for SET_PARAM macros.
20976
20977 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20978
20979         * ext/cairo/Makefile.am:
20980         * ext/cairo/gstcairo.c: (plugin_init):
20981         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20982         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20983         (gst_text_overlay_init), (gst_text_overlay_font_init),
20984         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20985         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20986         (gst_text_overlay_text_pad_linked),
20987         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20988         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20989         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20990         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20991         (gst_text_overlay_change_state):
20992         * ext/cairo/gsttextoverlay.h:
20993           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20994           property and redo positioning. Doesn't handle upstream renegotiation
20995           yet though.
20996
20997 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20998
20999         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
21000         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
21001         (gst_avi_demux_loop):
21002           No need to take the STREAM_LOCK in the loop function. Improve
21003           some debug messages. Don't leak pad names in debug messages.
21004
21005 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
21006
21007         * gst/matroska/matroska-demux.c:
21008         (gst_matroska_demux_push_vorbis_codec_priv_data),
21009         (gst_matroska_demux_add_wvpk_header):
21010           Don't error out when the source pad isn't linked.
21011
21012 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
21013
21014         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
21015         (gst_gconf_audio_sink_change_state):
21016         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
21017         (gst_gconf_video_sink_change_state):
21018           Fix state change functions here as well and set kid
21019           to NULL state before removing it.
21020
21021 2005-11-01  Edward Hervey  <edward@fluendo.com>
21022
21023         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
21024         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
21025         Added proper event handlind, 
21026         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
21027         ignored),
21028         and don't set a duration of 0 for buffers otherwise they are discarded
21029         by GstBaseSink.
21030
21031         GstWavEnc needs some serious loving, after going through the code I'm
21032         really wondering how this can stay in -good ...
21033
21034 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21035
21036         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
21037         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
21038         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
21039         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
21040         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
21041         (gst_matroska_mux_collected):
21042           Fix leaks and invalid memory access as reported by valgrind
21043
21044 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21045
21046         Patch by: Michal Benes <michal.benes@xeris.cz>
21047
21048         * check/Makefile.am:
21049         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
21050         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
21051         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21052           add a unit test for matroskamux
21053           fix the bugs that the unit test exposed
21054
21055 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
21056
21057         * gst/autodetect/gstautoaudiosink.c:
21058         (gst_auto_audio_sink_class_init),
21059         (gst_auto_audio_sink_change_state):
21060         * gst/autodetect/gstautovideosink.c:
21061         (gst_auto_video_sink_class_init),
21062         (gst_auto_video_sink_change_state):
21063           Fix state change function and use GST_DEBUG_FUNCPTR in
21064           class_init.
21065
21066 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21067
21068         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21069
21070         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
21071         (gst_ebml_write_reset), (gst_ebml_write_element_new):
21072         * gst/matroska/ebml-write.h:
21073         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
21074           Set timestamps on outgoing ebml headers as well, so that the
21075           element after matroskamux can get the timestamp already when
21076           reading the first ebml element and doesn't have to wait for
21077           the actual data buffer for that (#320308).
21078           
21079 2005-10-31  Andy Wingo  <wingo@pobox.com>
21080
21081         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21082         (gst_videomixer_pad_link): Kill some memleaks.
21083         (gst_videomixer_pad_get_property): Style fix.
21084         (gst_videomixer_pad_set_property): Style fix.
21085         (gst_videomixer_pad_init): Style fix.
21086         (gst_videomixer_update_queues): Kill memleak.
21087         (gst_videomixer_loop): Kill memleak.
21088         (gst_videomixer_collected): Kill memleak.
21089
21090 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21091
21092         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21093         gst_auparse_change_state:
21094         Just some cleanup.
21095
21096 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21097
21098         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21099         Add checks to GST_FLOW_NOT_LINKED for values returned
21100         from gst_pad_push.
21101         
21102 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21103
21104         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21105         (gst_rtpg711dec_process):
21106         * gst/rtp/gstrtpgsmenc.c:
21107         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21108         are never set. This is important for the g711 to work with burger's rtpbin
21109         element.
21110
21111 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21112
21113         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21114         (gst_speexenc_push_buffer):
21115         Add checks for return values from gst_pad_push and
21116         gst_pad_alloc_buffer.
21117
21118 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21119
21120         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21121
21122         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21123         (gst_matroska_demux_parse_info),
21124         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21125         (gst_matroska_demux_parse_cluster):
21126         * gst/matroska/matroska-ids.h:
21127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21128         (gst_matroska_mux_init), (gst_matroska_mux_start),
21129         (gst_matroska_mux_create_buffer_header),
21130         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21131         (gst_matroska_mux_get_property):
21132         * gst/matroska/matroska-mux.h:
21133           Add SimpleBlock support to matroska demuxer and muxer (part of
21134           Matroska v2). (#319731)
21135
21136 2005-10-28  Wim Taymans  <wim@fluendo.com>
21137
21138         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21139         (gst_jpeg_dec_change_state):
21140         * ext/jpeg/gstjpegdec.h:
21141         Cleanups. Don't create caps for every chain.
21142
21143 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21144
21145         * gst/law/alaw-encode.c: (gst_alawenc_init),
21146         (alawenc_setcaps), (gst_alawenc_chain)
21147         * gst/law/alaw-encode.h:
21148         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21149         (mulawenc_setcaps), (gst_mulawenc_chain)
21150         * gst/law/mulaw-encode.h:
21151         Set timestamp on buffer and it allows RTP G711 elements
21152         work properly.
21153
21154 2005-10-27  Wim Taymans  <wim@fluendo.com>
21155
21156         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21157         Set correct format on oss instead of a silly value. 
21158
21159 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21160
21161         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21162         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21163         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21164         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21165         I420 rendering as well, doesn't bring much for my platform.
21166         Might help on some other platforms.
21167
21168 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21169
21170         * gst/rtp/gstrtpgsmenc.c:
21171         * gst/rtp/gstrtpgsmparse.c:
21172         Declaring the padtemplate correctly.
21173
21174 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21175
21176         * gst/rtp/gstrtpg711dec.c:
21177         * gst/rtp/gstrtpg711enc.c:
21178         * gst/rtp/gstrtpgsmenc.c:
21179         * gst/rtp/gstrtpgsmparse.c:
21180         Setting the proper copyright notice.
21181
21182 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21183
21184         * gst/videobox/Makefile.am: Use liboil.
21185         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21186         (gst_video_box_set_property), (gst_video_box_transform_caps),
21187         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21188         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21189         using liboil. Will dot the same to I420 border generation
21190         tomorrow.
21191
21192 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21193
21194         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21195         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21196         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21197         * gst/rtp/gstrtpg711dec.h:
21198         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21199         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21200         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21201         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21202         (gst_rtpgsmenc_handle_buffer):
21203         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21204         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21205         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21206         * gst/rtp/gstrtpgsmparse.h:
21207         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21208         inherits from the basertpdepayloader.
21209
21210 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21211
21212         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21213         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21214         (gst_video_box_ayuv): Removing this forgotten debug.
21215
21216 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21217
21218         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21219         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21220         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21221
21222 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21223
21224         * sys/oss/gstossaudio.c:
21225         * sys/oss/gstossdmabuffer.c:
21226         * sys/oss/gstosshelper.c:
21227         * sys/oss/gstossmixer.c:
21228         * sys/oss/gstossmixerelement.c:
21229         * sys/oss/gstossmixertrack.c:
21230         * sys/oss/gstosssink.c:
21231         * sys/oss/gstosssrc.c:
21232           Actually use the 'oss' debug category we register.
21233
21234 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21235
21236         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21237         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21238         Use gst_pad_get_parent and drop the ref that was added through
21239         that call.
21240
21241 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21242
21243         * gst/rtp/gstrtpgsmenc.c:
21244           Fix compilation
21245
21246 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21247
21248         * gst/rtp/gstrtpg711dec.c
21249         Just removed a couple of lines of weird code used during
21250         development/test time.
21251
21252 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21253
21254         * gst/rtp/Makefile.am
21255         * gst/rtp/gstrtp.c
21256         * gst/rtp/gstrtpg711enc.c
21257         * gst/rtp/gstrtpg711enc.h
21258         * gst/rtp/gstrtpg711dec.c
21259         * gst/rtp/gstrtpg711dec.h
21260         Created G711 payloader and depayloader (it supports mulaw and alaw
21261         (dec)encoders)
21262
21263 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21264
21265         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21266         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21267         Doh ! I introduced wingo's bug again ! Sorry...
21268
21269 2005-10-25  Christian Schaller <christian@fluendo.com> 
21270
21271         * gst/rtp/Makefile.am: add missing header files for disting
21272
21273 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21274
21275         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21276         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21277         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21278         (gst_rtpgsmenc_handle_buffer):
21279         * gst/rtp/gstrtpgsmenc.h:
21280         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21281         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21282         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21283         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21284         * gst/rtp/gstrtpgsmparse.h:
21285         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21286
21287 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21288
21289         * ext/libpng/gstpngdec.c: (user_info_callback),
21290         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21291         a newsegment event, move some redundant code in a single place.
21292
21293 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21294
21295         * ext/libpng/gstpngdec.c: (user_info_callback),
21296         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21297         hack to get correct colors order when we have a png image with
21298         alpha channel.
21299
21300 2005-10-24  Edward Hervey  <edward@fluendo.com>
21301
21302         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21303         Call gst_element_no_more_pads when there will be no more pads.
21304
21305 2005-10-24  Wim Taymans  <wim@fluendo.com>
21306
21307         * gst/rtp/Makefile.am:
21308         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21309         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21310         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21311         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21312         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21313         (gst_asteriskh263_plugin_init):
21314         * gst/rtp/gstasteriskh263.h:
21315         * gst/rtp/gstrtp.c: (plugin_init):
21316         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21317         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21318         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21319         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21320         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21321         (gst_rtph263enc_plugin_init):
21322         * gst/rtp/gstrtph263enc.h:
21323         Added two new payloaders, an RFC 2190 payloader for h263 and
21324         a payload convertor for an asterisk server.
21325
21326 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21327
21328         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21329           Set bytes_per_sample correctly (is not always 4, but 
21330           depends on width and number of channels).
21331
21332 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21333
21334         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21335         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21336         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21337         (gst_flacenc_sink_event), (gst_flacenc_chain),
21338         (gst_flacenc_set_property), (gst_flacenc_get_property),
21339         (gst_flacenc_change_state):
21340         * ext/flac/gstflacenc.h:
21341           Fix seeking, so that flacenc can rewrite the header with the
21342           correct duration and amount of samples and all that at EOS;
21343           also set timestamps and granulepos on outgoing buffers; add
21344           debug category; fix state change function.
21345           
21346 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21347
21348         * gst/videomixer/videomixer.c: Don't restrict video geometry
21349         from 16 to 4096.
21350
21351 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21352
21353         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21354         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21355         Fix caps negotiation correctly, add debugging category.
21356
21357 2005-10-24  Christian Schaller  <christian@fluendo.com>
21358
21359         * configure.ac: Port over Thomas's change from base listing all plugins
21360
21361 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21362
21363         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21364         a sink pad.
21365
21366 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21367
21368         * configure.ac:
21369         * docs/upload.mak:
21370           back to HEAD
21371
21372 === release 0.9.4 ===
21373
21374 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         * configure.ac:
21377           Releasing 0.9.4, "Dromiceiomimus"
21378
21379 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21380
21381         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21382         (gst_speexenc_src_query):
21383           Add position and duration query, fix query type function.
21384           
21385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21386         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21387           Let's not set non-fixed caps on source pads.
21388
21389 2005-10-21  Wim Taymans  <wim@fluendo.com>
21390
21391         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21392         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21393         (gst_avi_demux_handle_seek):
21394         Set correct stream_time in newsegment event.
21395         avi can also handle a duration query now.
21396
21397 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21398
21399         * gst/matroska/matroska-demux.c:
21400         (gst_matroska_demux_handle_src_query),
21401         (gst_matroska_demux_handle_seek_event),
21402         (gst_matroska_demux_loop_stream_parse_id):
21403           Fix duration query; fix basetime in newsegment event after
21404           seek; fix duration in initial newsegment event.
21405
21406         * gst/matroska/matroska-mux.c:
21407         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21408           Extract number of channels and samplerate from vorbis headers;
21409           add some debug messages when querying the durations of the
21410           input streams.
21411
21412 2005-10-20  Wim Taymans  <wim@fluendo.com>
21413
21414         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21415         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21416         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21417         Set stream time correctly in newsegment.
21418
21419 2005-10-20  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21422         Correctly fill in the stream time.
21423
21424 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21425
21426         * check/elements/level.c: (GST_START_TEST):
21427         * gst/level/gstlevel.c: (gst_level_message_new):
21428         * gst/level/level-example.c: (message_handler):
21429           use ELEMENT messages instead
21430
21431 2005-10-19  Wim Taymans  <wim@fluendo.com>
21432
21433         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21434         (gst_dvdemux_src_query):
21435         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21436         (gst_flacdec_src_query):
21437         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21438         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21439         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21440         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21441         * gst/debug/progressreport.c: (gst_progress_report_report):
21442         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21443         * gst/matroska/matroska-demux.c:
21444         (gst_matroska_demux_handle_src_query):
21445         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21446         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21447         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21448         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21449         (gst_wavparse_srcpad_event):
21450         API change fix.
21451
21452 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21453
21454         * gst/goom/filters.c:
21455         * gst/goom/graphic.h:
21456         * gst/goom/lines.c:
21457           Make inline functions either 'static inline' or 'extern inline',
21458           otherwise the Forte compiler apparently won't inline them (#317300).
21459
21460 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21461
21462         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21463         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21464         (user_info_callback), (user_endrow_callback), (user_end_callback),
21465         (user_read_data), (gst_pngdec_caps_create_and_set),
21466         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21467         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21468         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21469         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21470         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21471         very nice and handle push/pull based model. if you have filesrc
21472         connected to it, it will do random access to load the png file.
21473         If you have a network source that can't do _getrange, it does 
21474         progressive loading through the chain function.
21475         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21476         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21477         thanks to Master Wim Taymans ;-)
21478
21479 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21480
21481         * gst/matroska/Makefile.am:
21482         * gst/matroska/ebml-read.c:
21483         * gst/matroska/ebml-read.h:
21484         * gst/matroska/matroska-demux.c:
21485         * gst/matroska/matroska-demux.h:
21486         * gst/matroska/matroska.c: (plugin_init):
21487           Ported matroska demuxer to 0.9.
21488
21489 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21490
21491         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21492
21493         * gst/matroska/matroska-mux.c:
21494         (gst_matroska_mux_video_pad_setcaps),
21495         (gst_matroska_mux_audio_pad_setcaps):
21496           Fix mpeg4 input handling (#318847); also, while we're at it,
21497           fix media type for Motion-JPEG: should be image/jpeg.
21498
21499 2005-10-18  Wim Taymans  <wim@fluendo.com>
21500
21501         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21502         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21503         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21504         Fix for segment-start/stop API change.
21505
21506 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21507
21508         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21509         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21510         way.
21511
21512 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21513
21514         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21515         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21516         output declared in transform_caps.
21517
21518 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21519
21520         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21521
21522 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21523
21524         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21525         (gst_video_box_get_unit_size): Fix wrong size calculations and
21526         implement get_unit_size correctly.
21527
21528 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21529
21530         * configure.ac:
21531           Enable flx plugin.
21532
21533         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21534           Fix gcc4 signedness issue.
21535
21536 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21537
21538         * configure.ac: Adding videomixer.
21539         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21540         (user_read_data), (gst_pngdec_chain): More debugging.
21541         * gst/alpha/Makefile.am: Adding alphacolor
21542         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21543         (gst_alpha_color_class_init), (gst_alpha_color_init),
21544         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21545         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21546         (plugin_init): Ported to 0.9 using in place base tranform.
21547         * gst/videomixer/Makefile.am:
21548         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21549         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21550         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21551         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21552         (gst_videomixer_init), (gst_videomixer_getcaps),
21553         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21554         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21555         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21556         to 0.9 using collectpads.
21557
21558 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21559
21560         * configure.ac:
21561         * gst/flx/Makefile.am:
21562         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21563         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21564         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21565         * gst/flx/gstflxdec.h:
21566         flx plugin ported to 0.9
21567
21568 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21571           use new gst_version_string()
21572
21573 2005-10-16  Andy Wingo  <wingo@pobox.com>
21574
21575         * configure.ac: GLIB_CHECK.
21576
21577 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21578
21579         * ext/libpng/Makefile.am:
21580         * ext/libpng/gstpng.c: (plugin_init):
21581         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21582         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21583         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21584
21585 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21586
21587         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21588
21589         * configure.ac:
21590         * gst/matroska/Makefile.am:
21591         * gst/matroska/ebml-ids.h:
21592         * gst/matroska/ebml-write.c:
21593         * gst/matroska/ebml-write.h:
21594         * gst/matroska/matroska-ids.h:
21595         * gst/matroska/matroska-mux.c:
21596         * gst/matroska/matroska-mux.h:
21597         * gst/matroska/matroska.c: (plugin_init):
21598           Port matroska muxer to 0.9 (#318847).
21599
21600 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21601
21602         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21603         (comment_init), (comment_add):
21604           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21605           use GST_READ_UINT32_LE() and friends rather than the private
21606           implementation of those same macros.
21607
21608 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21609
21610         * examples/stats/mp2ogg.c:
21611           more typo fixes
21612
21613 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21614
21615         * examples/indexing/indexmpeg.c: (main):
21616         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21617         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21618         * ext/esd/esdmon.h:
21619         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21620         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21621         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21622         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21623         * gst/avi/gstavimux.c: (gst_avimux_init):
21624         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21625         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21626         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21627         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21628         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21629         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21630         * gst/oldcore/gstmultifilesrc.h:
21631         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21632         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21633         (gst_pipefilter_change_state):
21634         * gst/oldcore/gstpipefilter.h:
21635         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21636         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21637         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21638         * sys/osxaudio/gstosxaudiosink.h:
21639         * sys/osxaudio/gstosxaudiosrc.h:
21640           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21641           moved bitshift from macro to enum definition
21642
21643 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21644
21645         * ext/Makefile.am:
21646         * ext/cairo/Makefile.am:
21647         * ext/cairo/gstcairo.c: (plugin_init):
21648         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21649         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21650         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21651         * ext/cairo/gsttimeoverlay.h:
21652           update of cairo-based timeoverlay to 1.0 Cairo API
21653           doesn't work yet for resizing of output sink
21654
21655 2005-10-11  Wim Taymans  <wim@fluendo.com>
21656
21657         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21658         newsegment API fix.
21659
21660 2005-10-11  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21663         (gst_dvdemux_demux_frame):
21664         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21665         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21666         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21667         (gst_avi_demux_handle_seek):
21668         * gst/goom/gstgoom.c: (gst_goom_event):
21669         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21670         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21671         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21672         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21673         (gst_wavparse_srcpad_event):
21674         newsegment API update.
21675
21676 2005-10-11  Andy Wingo  <wingo@pobox.com>
21677
21678         * ext/speex/gstspeexenc.c: Signedness cleanups.
21679
21680 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21681
21682         * PORTED_09:
21683         * ext/speex/Makefile.am:
21684         * ext/speex/gstspeex.c:
21685         * ext/speex/gstspeexenc.c:
21686         Speexenc ported to 0.9
21687
21688 2005-10-10  Wim Taymans  <wim@fluendo.com>
21689
21690         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21691         (gst_oss_sink_init), (gst_oss_sink_set_property),
21692         (gst_oss_sink_get_property), (gst_oss_sink_open),
21693         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21694         * sys/oss/gstosssink.h:
21695         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21696         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21697         (gst_oss_src_prepare):
21698         Cleanups, make device configurable in the sink, handle and report
21699         errors.
21700
21701 2005-10-10  Wim Taymans  <wim@fluendo.com>
21702
21703         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21704         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21705         Make sure element is NULL before removing from the bin.
21706
21707 2005-10-07  Andy Wingo  <wingo@pobox.com>
21708
21709         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21710         block forever in a read().
21711         (gst_dv1394src_bus_reset): Post a message when the cable is
21712         unplugged.
21713         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21714         (gst_dv1394src_bus_reset): Don't unref the message.
21715
21716         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21717         hacking. The only change should be that the state change stuff was
21718         put into basesrc's start() and stop() routines, which coalesces
21719         some steps.
21720
21721 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21722
21723         * configure.ac:
21724           Add check for mmap
21725           
21726         * gst/debug/Makefile.am:
21727           Only compile efence plugin on systems that have mmap.
21728
21729 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21730
21731         * gst/debug/Makefile.am:
21732         * gst/debug/breakmydata.c:
21733         * gst/debug/gstdebug.c:
21734         * gst/debug/gstnavigationtest.c:
21735         * gst/debug/gstnavseek.c: 
21736         * gst/debug/gstnavseek.h:
21737         * gst/debug/progressreport.c: 
21738         * gst/debug/testplugin.c:
21739           Port progressreport, navseek, navigationtest, testsink and
21740           breakmydata.
21741
21742 2005-10-05  Edward Hervey  <edward@fluendo.com>
21743
21744         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21745         (gst_dvdemux_src_query):
21746         Fixes for better conversion
21747
21748 2005-10-04  Michael Smith <msmith@fluendo.com>
21749
21750         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21751         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21752         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21753         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21754           Set state of elements to NULL before removing from bins.
21755           Set state of test element to NULL if we failed to move it to READY
21756
21757 2005-10-04  Edward Hervey  <edward@fluendo.com>
21758
21759         * ext/dv/Makefile.am:
21760         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21761         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21762         Corrected the query function for position so it doesn't forget what
21763         format was asked, and calls the conversion functions on the correct pad.
21764
21765 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21766
21767         * configure.ac:
21768           back to development
21769
21770 === release 0.9.3 ===
21771
21772 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * configure.ac:
21775           Releasing 0.9.3, "Aramis"
21776
21777 2005-10-03  Andy Wingo  <wingo@pobox.com>
21778
21779         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21780         error returns.
21781
21782 2005-10-02  Andy Wingo  <wingo@pobox.com>
21783
21784         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21785
21786         * ext/flac/gstflacenc.c: Ported to 0.9.
21787
21788         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21789
21790         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21791         and link to gsttagedit. Enable flacenc.
21792
21793         * ext/flac/gstflacdec.c: Re-enable tag reading.
21794
21795 2005-09-30  Wim Taymans  <wim@fluendo.com>
21796
21797         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21798         * gst/rtp/gstrtpgsmparse.c:
21799         * gst/rtp/gstrtph263penc.c:
21800         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21801         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21802         (gst_rtpmp4venc_set_property):
21803         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21804         Various class and caps fixes from Andre Magalhaes (andrunko)
21805
21806 2005-09-29  Wim Taymans  <wim@fluendo.com>
21807
21808         * gst/level/level-example.c: (main):
21809         Update for new bus API.
21810
21811 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21812
21813         * configure.ac:
21814           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21815           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21816
21817 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21818
21819         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21820           Fix playback of mono streams (bytes_per_sample should be set
21821           from the sample width and the number of channels negotiated,
21822           and not just be set to 4) (#317338)
21823
21824 2005-09-26  Wim Taymans  <wim@fluendo.com>
21825
21826         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21827         (gst_rtpmpaenc_handle_buffer):
21828         Set buffer duration correctly.
21829
21830 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21831
21832         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21833         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21834         (gst_avi_demux_change_state):
21835           Don't crash when encountering a stream with an unknown fourcc or
21836           codec id. Instead, create a pad of type video/x-avi-unknown or
21837           audio/x-avi-unknown, which as a side-effect also results in less
21838           confusing error messages in players ('no decoder' vs. 'no streams');
21839           minor fixes to state change function and class_init function.
21840
21841 2005-09-24  Wim Taymans  <wim@fluendo.com>
21842
21843         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21844         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21845         These are sinks.
21846
21847 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21848
21849         * check/elements/level.c: (GST_START_TEST):
21850           fix test for new GstClockTime use
21851         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21852         (gst_level_transform_ip):
21853         * gst/level/gstlevel.h:
21854           fix up the decay peak, ensuring the decay peak is never lower
21855           than the peak for that interval
21856
21857 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * docs/plugins/gst-plugins-good-plugins.args:
21860         * docs/plugins/inspect/plugin-alpha.xml:
21861         * docs/plugins/inspect/plugin-rtp.xml:
21862         * gst/level/gstlevel.c: (gst_level_set_caps),
21863         (gst_level_transform_ip):
21864           updating docs
21865
21866 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * Makefile.am:
21869         * check/elements/level.c: (GST_START_TEST):
21870         * gst/level/Makefile.am:
21871         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21872         (gst_level_set_property), (gst_level_get_property),
21873         (gst_level_set_caps), (gst_level_message_new),
21874         (gst_level_transform_ip):
21875         * gst/level/gstlevel.h:
21876         * gst/level/level-example.c: (message_handler), (main):
21877           convert to using GstClockTime for all time values, finally.
21878
21879 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * gst/auparse/Makefile.am:
21882         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21883           fix up build
21884         * configure.ac:
21885         * ext/cairo/Makefile.am:
21886         * ext/dv/Makefile.am:
21887         * ext/esd/Makefile.am:
21888         * ext/flac/Makefile.am:
21889         * ext/gconf/Makefile.am:
21890         * ext/gdk_pixbuf/Makefile.am:
21891         * ext/jpeg/Makefile.am:
21892         * ext/ladspa/Makefile.am:
21893         * ext/libcaca/Makefile.am:
21894         * ext/libmng/Makefile.am:
21895         * ext/libpng/Makefile.am:
21896         * ext/mikmod/Makefile.am:
21897         * ext/pango/Makefile.am:
21898         * ext/raw1394/Makefile.am:
21899         * ext/shout2/Makefile.am:
21900         * ext/speex/Makefile.am:
21901         * gst/alpha/Makefile.am:
21902         * gst/autodetect/Makefile.am:
21903         * gst/avi/Makefile.am:
21904         * gst/cutter/Makefile.am:
21905         * gst/debug/Makefile.am:
21906         * gst/effectv/Makefile.am:
21907         * gst/flx/Makefile.am:
21908         * gst/goom/Makefile.am:
21909         * gst/interleave/Makefile.am:
21910         * gst/law/Makefile.am:
21911         * gst/matroska/Makefile.am:
21912         * gst/median/Makefile.am:
21913         * gst/monoscope/Makefile.am:
21914         * gst/multipart/Makefile.am:
21915         * gst/oldcore/Makefile.am:
21916         * gst/rtp/Makefile.am:
21917         * gst/rtsp/Makefile.am:
21918         * gst/smoothwave/Makefile.am:
21919         * gst/smpte/Makefile.am:
21920         * gst/videobox/Makefile.am:
21921         * gst/videofilter/Makefile.am:
21922         * gst/videomixer/Makefile.am:
21923         * gst/wavenc/Makefile.am:
21924         * gst/wavparse/Makefile.am:
21925         * sys/oss/Makefile.am:
21926         * sys/osxaudio/Makefile.am:
21927         * sys/osxvideo/Makefile.am:
21928           fix up GST_LIBS use
21929
21930 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * gst/auparse/Makefile.am:
21933         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21934           fix build of auparse
21935
21936 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21937
21938         * configure.ac:
21939         * PORTED_09:
21940         * gst/auparse/gstauparse.c:
21941         * gst/auparse/gstauparse.h:
21942         Auparse ported to 0.9.
21943
21944 2005-09-22  Wim Taymans  <wim@fluendo.com>
21945
21946         * gst/rtp/TODO:
21947         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21948         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21949         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21950         (gst_rtpmp4venc_set_property):
21951         * gst/rtp/gstrtpmp4venc.h:
21952         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21953         * gst/rtp/gstrtpmpaenc.h:
21954         Use is_filled to both check MTU and max-ptime of base class.
21955
21956 2005-09-22  Wim Taymans  <wim@fluendo.com>
21957
21958         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21959         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21960         (gst_rtpmp4venc_set_property):
21961         Don't fragment packets with multiple frames.
21962
21963 2005-09-22  Wim Taymans  <wim@fluendo.com>
21964
21965         * gst/rtp/TODO:
21966         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21967         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21968         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21969         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21970         (gst_rtpmp4venc_get_property):
21971         * gst/rtp/gstrtpmp4venc.h:
21972         Remove g_print.
21973         Update TODO
21974         Make payload encoder a bit smarter and more correct with
21975         timestamps.
21976         Added option in payloader to include config string in-band.
21977
21978 2005-09-21  Wim Taymans  <wim@fluendo.com>
21979
21980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21981         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21982         (gst_rtspsrc_send):
21983         Strip spaces for key/value pairs.
21984
21985 2005-09-21  Wim Taymans  <wim@fluendo.com>
21986
21987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21988         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21989         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21990         (gst_rtspsrc_change_state):
21991         More SDP parsing and caps setting.
21992         Do NO_PREROLL differently.
21993         add pads only after negotiated.
21994
21995         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21996         (gst_udpsrc_getcaps):
21997         Implement the getcaps function.
21998
21999 2005-09-21  Wim Taymans  <wim@fluendo.com>
22000
22001         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
22002         (gst_rtpamrdec_chain):
22003         Handle multiple AMr packets per payload. Handle CRC and
22004         parse ILL/ILP.
22005
22006         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
22007         Make caps params strings for easy SDP mapping.
22008         
22009         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
22010         Handle capsnego better.
22011
22012         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
22013         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
22014         Generate and parse config string in the caps.
22015
22016 2005-09-21  Wim Taymans  <wim@fluendo.com>
22017
22018         * gst/rtp/README:
22019         Update README
22020
22021         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
22022         Make extra params as strings.
22023
22024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
22025         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
22026         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
22027         Make state change return NO_PREROLL as this is a live
22028         source.
22029
22030         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22031         Don't unref old caps when NULL.
22032
22033 2005-09-20  Wim Taymans  <wim@fluendo.com>
22034
22035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
22036         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
22037         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
22038         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
22039         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
22040         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
22041         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
22042         * gst/rtsp/sdpmessage.h:
22043         Add URI handler.
22044         Parse SDP and create caps.
22045
22046 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22047
22048         * gst/alpha/gstalpha.c:
22049           fix element description
22050
22051 2005-09-19  Wim Taymans  <wim@fluendo.com>
22052
22053         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
22054         Don't check payload for now.
22055
22056 2005-09-19  Wim Taymans  <wim@fluendo.com>
22057
22058         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
22059         (gst_wavparse_init), (gst_wavparse_parse_file_header),
22060         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
22061         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
22062         (gst_wavparse_loop), (gst_wavparse_pad_convert),
22063         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
22064         (gst_wavparse_change_state):
22065         * gst/wavparse/gstwavparse.h:
22066         Fix wavparse some more.
22067
22068 2005-09-19  Wim Taymans  <wim@fluendo.com>
22069
22070         * check/elements/level.c: (GST_START_TEST):
22071         Fix for bus API change.
22072
22073 2005-09-19  Wim Taymans  <wim@fluendo.com>
22074
22075         * gst/level/level-example.c: (main):
22076         Fix for new bus API.
22077
22078         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22079         Set caps on pads.
22080
22081 2005-09-15  Wim Taymans  <wim@fluendo.com>
22082
22083         * gst/rtp/Makefile.am:
22084         * gst/rtp/README:
22085         * gst/rtp/gstrtp.c: (plugin_init):
22086         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22087         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22088         (gst_rtpamrdec_change_state):
22089         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22090         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22091         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22092         * gst/rtp/gstrtpamrenc.h:
22093         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22094         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22095         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22096         * gst/rtp/gstrtpgsmenc.h:
22097         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22098         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22099         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22100         (gst_rtpgsmparse_change_state):
22101         * gst/rtp/gstrtpgsmparse.h:
22102         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22103         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22104         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22105         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22106         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22107         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22108         * gst/rtp/gstrtph263penc.h:
22109         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22110         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22111         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22112         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22113         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22114         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22115         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22116         * gst/rtp/gstrtpmp4venc.h:
22117         * gst/rtp/gstrtpmpadec.c:
22118         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22119         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22120         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22121         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22122         * gst/rtp/gstrtpmpaenc.h:
22123         Updates to payloader/depayloaders, make payloaders use
22124         the base classes.
22125         Updated README with suggested RTP caps and how to convert
22126         to/from SDP.
22127         Added config descriptor in mp4v payloader.
22128
22129 2005-09-15  Andy Wingo  <wingo@pobox.com>
22130
22131         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22132         * gst/autodetect/gstautovideosink.c
22133         (gst_auto_video_sink_find_best): Update for new registry API.
22134
22135 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22136
22137         * common/c-to-xml.py:
22138         * common/gtk-doc-plugins.mak:
22139           a simple py script to generate valid xml from a C example
22140           probably also need to strip an MIT license when we decide
22141         * docs/plugins/Makefile.am:
22142         * gst/level/Makefile.am:
22143         * gst/level/gstlevel.c: (gst_level_init):
22144         * gst/level/level-example.c: (message_handler), (main):
22145           add an example to level that will show up in the docs
22146         * gst/rtp/TODO:
22147           add a note for the future
22148
22149 2005-09-14  Michael Smith <msmith@fluendo.com>
22150
22151         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22152           Actually define the debug object being used in wavenc. Fixes #316205
22153
22154 2005-09-14  Michael Smith <msmith@fluendo.com>
22155
22156         * gst/smpte/Makefile.am:
22157           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22158           needed to build on windows (bug 316204)
22159
22160 2005-09-12  Andy Wingo  <wingo@pobox.com>
22161
22162         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22163
22164 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22165
22166         * configure.ac:
22167         * gst/fdsrc/Makefile.am:
22168         * gst/fdsrc/gstfdsrc.c:
22169         * gst/fdsrc/gstfdsrc.h:
22170           Move fdsrc back into gstreamer core elements.
22171
22172         * gst/level/gstlevel.c: (gst_level_class_init),
22173         (gst_level_transform_ip):
22174         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22175           Basetransform changes.
22176
22177 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22178
22179         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22180         * ext/jpeg/smokecodec.c: (find_best_size):
22181           fix compiler warnings
22182
22183 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22184
22185         * gst-plugins-good.spec.in:
22186           spec file fixes
22187         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22188         (gst_multiudpsink_render), (gst_multiudpsink_add),
22189         (gst_multiudpsink_clear):
22190           it actually helps to actually stream if we hook up the
22191           "add" signal to an actual implementation
22192         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22193           some debugging
22194
22195 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22196
22197         * ext/jpeg/Makefile.am:
22198         * ext/jpeg/gstjpeg.c
22199         * ext/jpeg/gstjpegenc.c:
22200         * ext/jpeg/gstsmokeenc.c:
22201
22202 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22203
22204         * ext/flac/gstflacdec.c:
22205         * ext/flac/gstflacenc.c:
22206         * ext/flac/gstflactag.c:
22207         * ext/speex/gstspeexenc.c:
22208           gsttaginterface.h -> gsttagsetter.h
22209
22210 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22211
22212         * configure.ac:
22213         * gst/debug/Makefile.am:
22214         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22215         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22216         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22217         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22218         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22219           Port to 0.9 and re-enable efence plugin.
22220
22221 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22222
22223         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22224         (gst_flacdec_write), (gst_flacdec_convert_src):
22225         * ext/flac/gstflacdec.h:
22226           Add support for flac files with 24/32 bits per sample; and misc.
22227           minor clean-ups. Seeking is still partly broken (for me at least).
22228
22229 2005-09-06  Wim Taymans  <wim@fluendo.com>
22230
22231         * gst/rtp/Makefile.am:
22232         * gst/rtp/gstrtp.c: (plugin_init):
22233         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22234         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22235         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22236         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22237         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22238         (gst_rtpmp4vdec_plugin_init):
22239         * gst/rtp/gstrtpmp4vdec.h:
22240         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22241         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22242         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22243         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22244         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22245         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22246         * gst/rtp/gstrtpmp4venc.h:
22247         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22248         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22249         Added mpeg4 video payload encoder/decoder.
22250         Added some docs in mpa payloader.
22251
22252 === release 0.9.1 ===
22253
22254 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * NEWS:
22257         * README:
22258         * RELEASE:
22259         * autogen.sh:
22260         * configure.ac:
22261           releasing 0.9.1, "Blondie"
22262
22263 2005-09-05  Andy Wingo  <wingo@pobox.com>
22264
22265         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22266         here from the state change handler, so we fire signals without
22267         holding the state lock.
22268
22269 2005-09-02  Andy Wingo  <wingo@pobox.com>
22270
22271         * All plugins updated for element state changes.
22272
22273 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22274
22275         * Makefile.am:
22276         * check/.cvsignore:
22277         * check/Makefile.am:
22278         * check/elements/.cvsignore:
22279         * check/elements/level.c: (setup_level), (cleanup_level),
22280         (GST_START_TEST), (level_suite), (main):
22281           add a test for level
22282         * common/release.mak:
22283           move the enum checking to release.mak
22284         * configure.ac:
22285           add valgrind and check checking
22286         * gst/level/gstlevel.c: (gst_level_transform):
22287         * gst/level/gstlevel.h:
22288           fix Andy's cast bug
22289           convert a field to int
22290           fix the arithmetic to int when checking for emit so that a
22291           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22292
22293 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22294
22295         * Makefile.am:
22296         * configure.ac:
22297           add docs to build
22298         * common/plugins.xsl:
22299           wrap Description into a refsect2
22300         * docs/Makefile.am:
22301         * docs/plugins/Makefile.am:
22302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22304         * gst/goom/Makefile.am:
22305         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22306         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22307         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22308         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22309         (gst_goom_change_state):
22310         * gst/goom/gstgoom.h:
22311           GstGOOM -> GstGoom
22312           add an example launch line
22313         * gst/level/gstlevel.h:
22314         * gst/monoscope/gstmonoscope.c:
22315           cleanups
22316
22317 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22318
22319         * configure.ac:
22320         * docs/plugins/Makefile.am:
22321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22322         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22323         * docs/plugins/gst-plugins-good-plugins.types:
22324           document elements and plugins.  Shazam !
22325
22326 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22327
22328         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22329           be found under doc/random/ChangeLog-0.8