gst/spectrum/gstspectrum.*: Implement a simple compensation algorithm for rounding...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-19  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state),
4         (gst_spectrum_transform_ip):
5         * gst/spectrum/gstspectrum.h:
6         Implement a simple compensation algorithm for rounding errors.
7         This makes sure that a spectrum message is posted on the bus
8         every interval nanoseconds. Fixes bug #567955.
9
10 2009-01-15  Michael Smith <msmith@songbirdnest.com>
11
12         * sys/osxaudio/Makefile.am:
13           Link against CoreServices (needed for osx 10.4) and fix up the linker
14           flags. Fixes #567853.
15
16 2009-01-15  Wim Taymans  <wim.taymans@collabora.co.uk>
17
18         * gst/qtdemux/qtdemux.c: (qtdemux_parse_segments):
19         Catch invalid and commonly wrong playback rates in the elst atoms.
20         Fixes #567800.
21
22 2009-01-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
23
24         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
25         Don't call gst_fft_f32_free() with NULL to prevent a
26         crash. Fixes bug #567642.
27
28 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
31         * gst/spectrum/gstspectrum.h:
32         Use correct types for frame/fft counters and some minor
33         cleanup.
34
35 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
36
37         Patch by: Lennart Poettering <lennart at poettering dot net>
38
39         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
40         (gst_pulseprobe_free):
41         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
42
43 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
44
45         * gst/spectrum/Makefile.am:
46         * gst/spectrum/README:
47         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
48         (gst_spectrum_class_init), (gst_spectrum_init),
49         (gst_spectrum_reset_state), (gst_spectrum_finalize),
50         (gst_spectrum_set_property), (gst_spectrum_start),
51         (gst_spectrum_stop), (gst_spectrum_setup),
52         (gst_spectrum_transform_ip):
53         * gst/spectrum/gstspectrum.h:
54         Post a spectrum message on the bus for every interval, even
55         if the interval is small than the length of the FFT.
56         Fixes bug #567642.
57
58         Major cleanup of the spectrum element.
59
60 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
61
62         * configure.ac:
63         * gst/audiofx/Makefile.am:
64         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
65         (gst_audio_fir_filter_class_init),
66         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
67         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
68         (gst_audio_fir_filter_set_property),
69         (gst_audio_fir_filter_get_property):
70         * gst/audiofx/audiofirfilter.h:
71         * gst/audiofx/audiofx.c: (plugin_init):
72         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
73         (gst_audio_iir_filter_class_init),
74         (gst_audio_iir_filter_update_coefficients),
75         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
76         (gst_audio_iir_filter_finalize),
77         (gst_audio_iir_filter_set_property),
78         (gst_audio_iir_filter_get_property):
79         * gst/audiofx/audioiirfilter.h:
80         Add audioiirfilter and audiofirfilter elements which allow
81         generic IIR/FIR filters to be implemented by providing the
82         filter coefficients. Fixes bug #567577.
83
84         * docs/plugins/Makefile.am:
85         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
86         * docs/plugins/gst-plugins-good-plugins-sections.txt:
87         * docs/plugins/gst-plugins-good-plugins.args:
88         * docs/plugins/gst-plugins-good-plugins.hierarchy:
89         * docs/plugins/gst-plugins-good-plugins.signals:
90         * docs/plugins/inspect/plugin-alaw.xml:
91         * docs/plugins/inspect/plugin-audiofx.xml:
92         * docs/plugins/inspect/plugin-avi.xml:
93         * docs/plugins/inspect/plugin-flac.xml:
94         * docs/plugins/inspect/plugin-mulaw.xml:
95         * docs/plugins/inspect/plugin-video4linux2.xml:
96         * docs/plugins/inspect/plugin-wavparse.xml:
97         Add documentation for the audioiirfilter and audiofirfilter
98         elements.
99
100         * tests/check/Makefile.am:
101         * tests/check/elements/audiofirfilter.c: (on_message),
102         (on_rate_changed), (on_handoff), (GST_START_TEST),
103         (audiofirfilter_suite):
104         * tests/check/elements/audioiirfilter.c: (on_message),
105         (on_rate_changed), (on_handoff), (GST_START_TEST),
106         (audioiirfilter_suite):
107         * tests/examples/Makefile.am:
108         * tests/examples/audiofx/Makefile.am:
109         * tests/examples/audiofx/firfilter-example.c: (on_message),
110         (on_rate_changed), (main):
111         * tests/examples/audiofx/iirfilter-example.c: (on_message),
112         (on_rate_changed), (main):
113         Add unit tests and example applications for the two filter
114         elements.
115
116 2009-01-13  Michael Smith <msmith@songbirdnest.com>
117
118         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
119         * gst/qtdemux/qtdemux.c:
120           Fix format string for guint64.
121
122 2009-01-13  Michael Smith <msmith@songbirdnest.com>
123
124         * sys/osxaudio/Makefile.am:
125           osxaudio plugin now requires AudioUnit framework, so link against that.
126           Clean up tabs v spaces while I'm there.
127
128 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
131         (print_stats), (main):
132         Add some example code for printing the RTP manager stats.
133
134 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
137         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
138         (gst_audio_cheb_band_set_property):
139         * gst/audiofx/audiochebband.h:
140         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
141         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
142         (gst_audio_cheb_limit_set_property):
143         * gst/audiofx/audiocheblimit.h:
144         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
145         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
146         (gst_audio_wsincband_set_property):
147         * gst/audiofx/audiowsincband.h:
148         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
149         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
150         (gst_audio_wsinclimit_set_property):
151         * gst/audiofx/audiowsinclimit.h:
152         Use a custom mutex for protecting the instance fields instead of
153         the GstObject lock. Using the latter can lead to deadlocks, especially
154         with the FIR filters when updating the latency.
155
156 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
157
158         * gst/audiofx/Makefile.am:
159         * gst/audiofx/audiofxbasefirfilter.c:
160         (gst_audio_fx_base_fir_filter_dispose),
161         (gst_audio_fx_base_fir_filter_base_init),
162         (gst_audio_fx_base_fir_filter_class_init),
163         (gst_audio_fx_base_fir_filter_init),
164         (gst_audio_fx_base_fir_filter_push_residue),
165         (gst_audio_fx_base_fir_filter_setup),
166         (gst_audio_fx_base_fir_filter_transform),
167         (gst_audio_fx_base_fir_filter_start),
168         (gst_audio_fx_base_fir_filter_stop),
169         (gst_audio_fx_base_fir_filter_query),
170         (gst_audio_fx_base_fir_filter_query_type),
171         (gst_audio_fx_base_fir_filter_event),
172         (gst_audio_fx_base_fir_filter_set_kernel):
173         * gst/audiofx/audiofxbasefirfilter.h:
174         * gst/audiofx/audiofxbaseiirfilter.c:
175         Implement a base class for generic audio FIR filters.
176
177         * gst/audiofx/audiowsincband.c:
178         (gst_gst_audio_wsincband_mode_get_type),
179         (gst_gst_audio_wsincband_window_get_type),
180         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
181         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
182         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
183         (gst_audio_wsincband_get_property):
184         * gst/audiofx/audiowsincband.h:
185         * gst/audiofx/audiowsinclimit.c:
186         (gst_audio_wsinclimit_mode_get_type),
187         (gst_audio_wsinclimit_window_get_type),
188         (gst_audio_wsinclimit_base_init),
189         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
190         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
191         (gst_audio_wsinclimit_set_property),
192         (gst_audio_wsinclimit_get_property):
193         * gst/audiofx/audiowsinclimit.h:
194         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
195         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
196         Use this new base class for audiowsincband and audiowsinclimit.
197         Also cleanup both elements.
198
199 2009-01-08  Michael Smith <msmith@songbirdnest.com>
200
201         * gst/qtdemux/qtdemux.c:
202           In push mode, error out if we get EOS before we've created any srcpads.
203           Handle (in pull mode) some files that have a truncated moov atom where
204           the final sub-atom is a 'free' atom and the contents of that are not
205           present in the file.
206
207 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
208
209         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
210         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
211         Some cleanups, refactoring and minor enhancements in caps handling.
212
213         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
214         (gst_matroska_mux_init), (gst_matroska_pad_reset),
215         (gst_matroska_pad_free), (gst_matroska_mux_reset),
216         (gst_matroska_mux_video_pad_setcaps),
217         (gst_matroska_mux_request_new_pad):
218         * tests/check/elements/matroskamux.c: (teardown_src_pad):
219         Only remove, release or reset what is appropriate upon state change.
220
221 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * ext/pulse/pulsesink.c:
224         * ext/pulse/pulsesink.h:
225         Use a mutex to protect the current stream pointer, and ignore
226         callbacks for stream objects that have been destroyed already.
227         Fixes problems with unprepare/prepare cycles caused by the input
228         caps changing, without reintroducing bug #556986.
229
230 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
231
232         * sys/v4l2/gstv4l2src.c:
233         Remove () from translateable string, so that it makes more sense.
234
235 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
236
237         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
238         Minor fix/cleanup in header field calculation.
239
240 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
241
242         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
243         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
244         * gst/matroska/matroska-mux.h:
245         Remove internal taglist and fully use tagsetter interface.
246
247 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
248
249         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
250         (gst_avi_mux_riff_get_avi_header):
251         * gst/avi/gstavimux.h:
252         Ensure header size invariance during subsequent rewrite by using
253         tags snapshot.
254
255 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
256
257         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
258         Don't wait for the pulse mainloop when destroying the stream.
259         Fixes a deadlock when the pulsedaemon goes away while pulsesink
260         is PLAYING. Fixes bug #556986.
261
262 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
263
264         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
265                   Luotao Fu <l dot fu at pengutronix dot de>
266
267         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
268         (gst_v4l2_get_caps_info):
269         Add support for grayscale v4l2 devices. Fixes bug #566616.
270
271 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
272
273         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
274         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
275         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
276         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
277         * gst/qtdemux/qtdemux.h:
278         * gst/qtdemux/quicktime.c: (plugin_init):
279         Streamline tag handling and pass unparsed tags as binary blob
280         in private tag.
281
282 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         * gst/audiofx/Makefile.am:
285         * gst/audiofx/audiofxbaseiirfilter.c:
286         (gst_audio_fx_base_iir_filter_base_init),
287         (gst_audio_fx_base_iir_filter_dispose),
288         (gst_audio_fx_base_iir_filter_class_init),
289         (gst_audio_fx_base_iir_filter_init),
290         (gst_audio_fx_base_iir_filter_calculate_gain),
291         (gst_audio_fx_base_iir_filter_set_coefficients),
292         (gst_audio_fx_base_iir_filter_setup), (process),
293         (gst_audio_fx_base_iir_filter_transform_ip),
294         (gst_audio_fx_base_iir_filter_stop):
295         * gst/audiofx/audiofxbaseiirfilter.h:
296         Implement a base class for IIR filters.
297
298         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
299         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
300         (generate_coefficients), (gst_audio_cheb_band_set_property),
301         (gst_audio_cheb_band_setup):
302         * gst/audiofx/audiochebband.h:
303         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
304         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
305         (generate_coefficients), (gst_audio_cheb_limit_set_property),
306         (gst_audio_cheb_limit_setup):
307         * gst/audiofx/audiocheblimit.h:
308         Use the IIR filter base class for the chebyshev filters.
309
310 2009-01-02  Michael Smith <msmith@songbirdnest.com>
311
312           Patch by: Justin Karnegas <justin@affinix.com> and
313                     Michael Smith <msmith@songbirdnest.com>
314         * sys/osxaudio/gstosxaudio.c:
315         * sys/osxaudio/gstosxaudioelement.c:
316         * sys/osxaudio/gstosxaudioelement.h:
317         * sys/osxaudio/gstosxaudiosink.c:
318         * sys/osxaudio/gstosxaudiosink.h:
319         * sys/osxaudio/gstosxaudiosrc.c:
320         * sys/osxaudio/gstosxaudiosrc.h:
321         * sys/osxaudio/gstosxringbuffer.c:
322         * sys/osxaudio/gstosxringbuffer.h:
323           Rewrite osxaudio to work more flexibly and more reliably, using a
324           different abstraction layer of coreaudio that is the recommended way of
325           doing low-level audio I/O on OSX.
326           Fixes byg #564948.
327
328 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
329
330         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
331         Add example RTP transcoding pipeline from any file decodedable with
332         uridecodebin.
333
334 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
335
336         * tests/examples/rtp/.cvsignore:
337         * tests/examples/rtp/Makefile.am:
338         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
339         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
340         Add two C examples of using gstrtpbin as a sender and a receiver.
341
342 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
343
344         * ChangeLog:
345         Remove conflict marker from ChangeLog
346
347 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
348
349         Patch by: j^ <j at oil21.org>
350
351         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
352         (qtdemux_audio_caps):
353         Add codec mapping for xvid, fmp4 and ac3 tracks.
354         Fixes #565850
355
356 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
357
358         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
359         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
360         (gst_smokeenc_chain), (gst_smokeenc_change_state):
361         * ext/jpeg/gstsmokeenc.h:
362         Implement getcaps function.
363         Set caps on the pad and on all outgoing buffers.
364         Fixes #565441.
365
366 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
367
368         * ext/pulse/pulsemixerctrl.c:
369           And remove temporary comment pointing to the bug ticket.
370
371         * gst/avi/gstavimux.c:
372           Move reoccuring logging to LOG and log instance too.
373
374 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
375
376         * ext/pulse/pulsemixerctrl.c:
377           Don't leak the pa_operation.
378
379 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
380
381         * configure.ac:
382           Require core cvs.
383
384 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
385
386         * gst/avi/gstavimux.c:
387           Rename api from _flush to _reset_tags. 
388
389 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
390
391         * gst/avi/gstavimux.c:
392           Use new tagsetter api to flush tags.
393
394 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
395
396         * tests/check/elements/deinterleave.c: (deinterleave_suite):
397         Increase timeout to 3 minutes to prevent timeouts.
398
399 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
400
401         * tests/check/elements/interleave.c: (interleave_suite):
402         Increase timeout to 3 minutes to prevent timeouts.
403
404 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
405
406         * gst/avi/gstavimux.c:
407         * gst/avi/gstavimux.h:
408           Totally remove the internal taglists and fully use tagsetter.
409
410 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
411
412         * gst/avi/gstavimux.c:
413           Instead of filtering wrongly just use the mergemode. Applications is
414           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
415           avi for real (I hope). Everyone chime in, before I fix the others.
416
417 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
418
419         * ext/pulse/pulsemixerctrl.c:
420           Add note about memleak.
421
422 2008-12-13  Edward Hervey  <bilboed@gmail.com>
423
424         * m4/Makefile.am:
425         A couple more .m4 that aren't shipped anymore with gettext 0.17.
426
427 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
428
429         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
430         (gst_flac_dec_init):
431         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
432         (gst_alaw_dec_init):
433         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
434         (gst_alaw_enc_init):
435         * gst/law/alaw.c: (plugin_init):
436         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
437         (gst_mulawdec_init):
438         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
439         (gst_mulawenc_init):
440         * gst/law/mulaw.c: (plugin_init):
441         Switch to using GstStaticPadTemplate.
442         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
443         Don't forget to free the addrinfo structure.
444         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
445         (gst_wavparse_sink_activate):
446         Don't forget to unref the GstAdapter.
447
448 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
449
450         * m4/Makefile.am:
451         inttypes.m4 hasn't been available since gettext-0.15, and since we now
452         require gettext >= 0.17 ... we can remove it from the list of files to
453         dist.
454
455 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
456
457         * gst/avi/gstavidemux.c:
458           More logging.
459
460         * gst/avi/gstavimux.c:
461           Handle more metadata fields. Better estimate of metadata size. Don't
462           merge received tags, if application has specified tags using
463           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
464
465 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
466
467         * tests/check/Makefile.am:
468         Also ignore pulsemixer for the states unit test.
469
470 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
471
472         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
473         Add an EOI marker at the end of the jpeg frame when it's missing.
474         Fixes #563056.
475
476 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
477
478         * tests/check/elements/videocrop.c: (check_1x1_buffer):
479         Update the unit test for the new color values for BT.601 red.
480         Fixes bug #563510.
481
482 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
483
484         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
485           Restore previous behaviour of not passing QoS and navigation
486           events upstream, which presumably wasn't meant to be changed.
487
488 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
489
490         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
491         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
492         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
493         (gst_dvdemux_chain), (gst_dvdemux_loop),
494         (gst_dvdemux_change_state):
495         Add srcpads only when needed and remove them again when going
496         back to READY. This prevents stalled pipelines if there's no
497         audio inside the DV stream, which happens for many MXF files.
498
499 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
500
501         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
502         (run_server):
503         The ports in libsoup are unsigned integers and not signed
504         integers.
505
506 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
507
508         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
509         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
510         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
511         (gst_dvdemux_chain), (gst_dvdemux_loop),
512         (gst_dvdemux_change_state):
513         Add srcpads only when they're needed. If we add all pads in any
514         case we will get a stalling audio pad if the stream contains
515         no audio, which is the case for many MXF files.
516
517 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
518
519         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
520         Forward all events upstream unless it's something we really
521         don't handle. This fixes latency configuration of pipelines.
522
523 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * ext/dv/gstdv.c: (plugin_init):
526         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
527         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
528         Really call dv_init() exactly one time, not one time for
529         the demuxer and one time for the decoder.
530
531 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
532
533         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
534         Copy incomming timestamp to outgoing packets.
535
536 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
537
538         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
539         (gst_rtp_mp4v_pay_event):
540         Don't try to push packets before we could find a valid config
541         startcode. Fixes #563509.
542
543 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
544
545         Patch by: Brian Cameron <brian.cameron at sun dot com>
546
547         * sys/sunaudio/gstsunaudiomixerctrl.c:
548         (gst_sunaudiomixer_ctrl_open):
549         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
550
551 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
552
553         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
554
555         * configure.ac:
556         Make usage of libv4l optional by a configure parameter.
557         Fixes bug #563504.
558
559 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
560
561         * docs/plugins/Makefile.am:
562         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
564         * docs/plugins/gst-plugins-good-plugins.args:
565         * docs/plugins/gst-plugins-good-plugins.hierarchy:
566         * docs/plugins/gst-plugins-good-plugins.interfaces:
567         * docs/plugins/inspect/plugin-1394.xml:
568         * docs/plugins/inspect/plugin-aasink.xml:
569         * docs/plugins/inspect/plugin-alaw.xml:
570         * docs/plugins/inspect/plugin-alpha.xml:
571         * docs/plugins/inspect/plugin-alphacolor.xml:
572         * docs/plugins/inspect/plugin-annodex.xml:
573         * docs/plugins/inspect/plugin-apetag.xml:
574         * docs/plugins/inspect/plugin-audiofx.xml:
575         * docs/plugins/inspect/plugin-auparse.xml:
576         * docs/plugins/inspect/plugin-autodetect.xml:
577         * docs/plugins/inspect/plugin-avi.xml:
578         * docs/plugins/inspect/plugin-cacasink.xml:
579         * docs/plugins/inspect/plugin-cairo.xml:
580         * docs/plugins/inspect/plugin-cutter.xml:
581         * docs/plugins/inspect/plugin-debug.xml:
582         * docs/plugins/inspect/plugin-dv.xml:
583         * docs/plugins/inspect/plugin-efence.xml:
584         * docs/plugins/inspect/plugin-effectv.xml:
585         * docs/plugins/inspect/plugin-equalizer.xml:
586         * docs/plugins/inspect/plugin-esdsink.xml:
587         * docs/plugins/inspect/plugin-flac.xml:
588         * docs/plugins/inspect/plugin-flxdec.xml:
589         * docs/plugins/inspect/plugin-gamma.xml:
590         * docs/plugins/inspect/plugin-gconfelements.xml:
591         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
592         * docs/plugins/inspect/plugin-goom.xml:
593         * docs/plugins/inspect/plugin-goom2k1.xml:
594         * docs/plugins/inspect/plugin-halelements.xml:
595         * docs/plugins/inspect/plugin-icydemux.xml:
596         * docs/plugins/inspect/plugin-id3demux.xml:
597         * docs/plugins/inspect/plugin-interleave.xml:
598         * docs/plugins/inspect/plugin-jpeg.xml:
599         * docs/plugins/inspect/plugin-level.xml:
600         * docs/plugins/inspect/plugin-matroska.xml:
601         * docs/plugins/inspect/plugin-monoscope.xml:
602         * docs/plugins/inspect/plugin-mulaw.xml:
603         * docs/plugins/inspect/plugin-multifile.xml:
604         * docs/plugins/inspect/plugin-multipart.xml:
605         * docs/plugins/inspect/plugin-navigationtest.xml:
606         * docs/plugins/inspect/plugin-ossaudio.xml:
607         * docs/plugins/inspect/plugin-png.xml:
608         * docs/plugins/inspect/plugin-pulseaudio.xml:
609         * docs/plugins/inspect/plugin-quicktime.xml:
610         * docs/plugins/inspect/plugin-replaygain.xml:
611         * docs/plugins/inspect/plugin-rtp.xml:
612         * docs/plugins/inspect/plugin-rtsp.xml:
613         * docs/plugins/inspect/plugin-shout2send.xml:
614         * docs/plugins/inspect/plugin-smpte.xml:
615         * docs/plugins/inspect/plugin-soup.xml:
616         * docs/plugins/inspect/plugin-spectrum.xml:
617         * docs/plugins/inspect/plugin-speex.xml:
618         * docs/plugins/inspect/plugin-taglib.xml:
619         * docs/plugins/inspect/plugin-udp.xml:
620         * docs/plugins/inspect/plugin-video4linux2.xml:
621         * docs/plugins/inspect/plugin-videobalance.xml:
622         * docs/plugins/inspect/plugin-videobox.xml:
623         * docs/plugins/inspect/plugin-videocrop.xml:
624         * docs/plugins/inspect/plugin-videoflip.xml:
625         * docs/plugins/inspect/plugin-videomixer.xml:
626         * docs/plugins/inspect/plugin-wavenc.xml:
627         * docs/plugins/inspect/plugin-wavpack.xml:
628         * docs/plugins/inspect/plugin-wavparse.xml:
629         * docs/plugins/inspect/plugin-ximagesrc.xml:
630         * gst/matroska/matroska-demux.c:
631         * gst/matroska/matroska-demux.h:
632         * gst/matroska/matroska-mux.c:
633         * gst/matroska/matroska-mux.h:
634         Add documentation for matroskamux and matroskademux and
635         update the inspection xml files.
636
637 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
638
639         * configure.ac:
640         Apparently AC_CONFIG_MACRO_DIR breaks when using more
641         than one macro directory, reverting last change.
642
643 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
644
645         * configure.ac:
646         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
647         our M4 macros.
648
649 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
650
651         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
652         Provide the parameters that are required for the format string
653         to fix a compiler warning.
654
655 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
656
657         * gst/autodetect/gstautoaudiosrc.c:
658           Fix classification.
659
660 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
661
662         Patch by: Cygwin Ports maintainer
663                   <yselkowitz at users dot sourceforge dot net>
664
665         * autogen.sh:
666         * configure.ac:
667         Require gettext 0.17 because older versions don't mix with libtool
668         2.2. At build time an older gettext version will still work.
669         Fixes bug #556091.
670
671 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
672
673         Patch by: Peter Kjellerstedt <pkj at axis com>
674
675         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
676         Make gst_multiudpsink_render() ignore errors from sendto() instead of
677         breaking streaming. Emit a warning instead. Fixes #562572.
678
679 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
680
681         Patch by: Ron McOuat <rmcouat at smartt dot com>
682
683         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
684         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
685         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
686         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
687         * ext/soup/gstsouphttpsrc.h:
688         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
689         (digest_auth_cb), (run_test), (GST_START_TEST),
690         (souphttpsrc_suite), (run_server):
691         Add support for basic and digest authentication in souphttpsrc.
692         Fixes bug #561775.
693
694 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
695
696         Patch by: Pepijn Van Eeckhoudt
697                       <pepijn dot vaneeckhoudt at luciad dot com>
698
699         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
700         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
701         * gst/wavenc/gstwavenc.h:
702         * gst/wavenc/riff.h:
703         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
704
705 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         Patch by: 이문형 <iwings at gmail dot com>
708
709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
710         Prevent further read/write actions taken to the connect-failed socket by
711         erroring out quickly. See #562258.
712
713 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
714
715         * tests/examples/level/level-example.c:
716           Set fakesink to sync. Otherwise people might question the message
717           interval. Nevertheless the timestamp in the message is what matters.
718
719 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
720
721         * tests/icles/.cvsignore:
722         cvsignore newly generated file.
723
724 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
725
726         * gst/rtp/gstasteriskh263.c:
727         * gst/rtp/gstasteriskh263.h:
728         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
729         * gst/rtp/gstrtpL16depay.h:
730         * gst/rtp/gstrtpL16pay.c:
731         * gst/rtp/gstrtpL16pay.h:
732         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
733         * gst/rtp/gstrtpac3depay.h:
734         * gst/rtp/gstrtpamrdepay.c:
735         * gst/rtp/gstrtpamrdepay.h:
736         * gst/rtp/gstrtpamrpay.c:
737         * gst/rtp/gstrtpamrpay.h:
738         * gst/rtp/gstrtpdepay.c:
739         * gst/rtp/gstrtpdepay.h:
740         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
741         * gst/rtp/gstrtpg726depay.c:
742         * gst/rtp/gstrtpg726pay.c:
743         * gst/rtp/gstrtpg729depay.c:
744         * gst/rtp/gstrtpg729pay.c:
745         * gst/rtp/gstrtpgsmdepay.c:
746         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
747         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
748         * gst/rtp/gstrtph263depay.h:
749         * gst/rtp/gstrtph263pay.c:
750         * gst/rtp/gstrtph263pay.h:
751         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
752         * gst/rtp/gstrtph263pdepay.h:
753         * gst/rtp/gstrtph263ppay.c:
754         * gst/rtp/gstrtph263ppay.h:
755         * gst/rtp/gstrtph264depay.c:
756         * gst/rtp/gstrtph264depay.h:
757         * gst/rtp/gstrtph264pay.c:
758         * gst/rtp/gstrtph264pay.h:
759         * gst/rtp/gstrtpilbcdepay.c:
760         * gst/rtp/gstrtpilbcpay.c:
761         * gst/rtp/gstrtpjpegdepay.h:
762         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
763         * gst/rtp/gstrtpmp1sdepay.h:
764         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
765         * gst/rtp/gstrtpmp2tdepay.h:
766         * gst/rtp/gstrtpmp2tpay.c:
767         * gst/rtp/gstrtpmp2tpay.h:
768         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
769         * gst/rtp/gstrtpmp4apay.c:
770         * gst/rtp/gstrtpmp4apay.h:
771         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
772         * gst/rtp/gstrtpmp4gdepay.h:
773         * gst/rtp/gstrtpmp4gpay.c:
774         * gst/rtp/gstrtpmp4gpay.h:
775         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
776         * gst/rtp/gstrtpmp4vdepay.h:
777         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
778         * gst/rtp/gstrtpmp4vpay.h:
779         * gst/rtp/gstrtpmpadepay.c:
780         * gst/rtp/gstrtpmpadepay.h:
781         * gst/rtp/gstrtpmpapay.c:
782         * gst/rtp/gstrtpmpapay.h:
783         * gst/rtp/gstrtpmpvdepay.c:
784         * gst/rtp/gstrtpmpvdepay.h:
785         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
786         * gst/rtp/gstrtppcmapay.c:
787         * gst/rtp/gstrtppcmudepay.c:
788         * gst/rtp/gstrtppcmupay.c:
789         * gst/rtp/gstrtpspeexdepay.c:
790         * gst/rtp/gstrtpspeexpay.c:
791         * gst/rtp/gstrtpsv3vdepay.c:
792         * gst/rtp/gstrtpsv3vdepay.h:
793         * gst/rtp/gstrtptheoradepay.c:
794         * gst/rtp/gstrtptheoradepay.h:
795         * gst/rtp/gstrtptheorapay.c:
796         * gst/rtp/gstrtptheorapay.h:
797         * gst/rtp/gstrtpvorbisdepay.c:
798         * gst/rtp/gstrtpvorbisdepay.h:
799         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
800         * gst/rtp/gstrtpvorbispay.h:
801         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
802         * gst/rtp/gstrtpvrawpay.c:
803         Fix the descriptions and fix some email addresses.
804
805 2008-11-25  Julien Moutte  <julien@fluendo.com>
806
807         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
808         to supported qtdemux video codecs as I found some video clips using 
809         those.
810
811 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
812
813         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
814         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
815         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
816         (gst_auto_video_sink_detect):
817         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
818         Post an error when we can't set the internal ghostpad target.
819
820 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
821
822         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
823         (gst_video_crop_transform), (gst_video_crop_transform_caps),
824         (gst_video_crop_set_caps), (gst_video_crop_set_property):
825         * gst/videocrop/gstvideocrop.h:
826         Fix renegotiation when changing properties using the new basetransform
827         features. Fixes #561502.
828
829         * tests/icles/Makefile.am:
830         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
831         Add crazy interactive test unit for dynamically changing properties.
832
833 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
834
835         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
836         (gst_rtspsrc_parse_range):
837         Add some more debugging.
838         Use the reanges received from the server unconditionally.
839         Fixes #561625.
840
841 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
842
843         * ext/pulse/pulsesink.c:
844           Change #if 0 to something more expresive and add pointer to related
845           bug ticket.
846
847 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
848
849         Patch by: Tal Shalif <tshalif at nargila dot org>
850
851         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
852         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
853         the latter don't exist on some systems (mingw). Fixes bug #561990.
854
855 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
856
857         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
858
859         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
860         Add transferMode.dnla.org header to HTTP requests as this is
861         required by the DLNA specs and doesn't hurt in other situations.
862         Fixes bug #561802.
863
864 2008-11-20  Michael Smith <msmith@songbirdnest.com>
865
866         * sys/osxvideo/osxvideosink.h:
867         * sys/osxvideo/osxvideosink.m:
868           Handle video window resizing more correctly, avoiding crashes when
869           embedding the window and resizing it.
870
871 2008-11-20  Michael Smith <msmith@songbirdnest.com>
872
873         * gst/udp/gstmultiudpsink.c:
874         * gst/udp/gstudpnetutils.c:
875         * gst/udp/gstudpnetutils.h:
876         * gst/udp/gstudpsrc.c:
877           Fix multiudpsink on OSX by passing the specific length of the socket,
878           refactor that into a function shared with the same thing in udpsrc.
879
880 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
881
882         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
883         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
884         (gst_wavparse_stream_headers):
885         Fix the scaling code.
886         Fix parsing of the INFO chunks, we were reading the wrong number of
887         bytes.  Fixes #561580.
888
889 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
890
891         * gst/matroska/matroska-mux.c:
892         Fix NULL pointer dereference of an unset codec_id in the recently 
893         added Dirac paths
894
895 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
896
897         * tests/check/Makefile.am:
898         Just keep disabling elements that hang the states test until it
899         works.
900
901 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
902
903         * ext/libpng/gstpngenc.c:
904         Don't flush downstream after every buffer - that's not what
905         this libpng callback is for at all!
906
907 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
908
909         * sys/v4l2/v4l2src_calls.c:
910           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
911           (gst_v4l2src_probe_caps_for_format):
912           Turns out we don't always get the frame sizes in a predefined
913           order from lowest to highest resolution, so let's just sort the
914           list by frame size once we've queried the possible resolutions
915           rather than assume any particular order. Fixes probed caps for
916           the camera in my HP2133 mini notebook and makes v4l2src default
917           to a decent size.
918
919 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
920
921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
922         * gst/matroska/matroska-ids.h:
923         Make mkvdemux aware of E-AC3.
924
925 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
926
927         * gst/rtp/Makefile.am:
928         * gst/rtp/gstrtp.c: (plugin_init):
929         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
930         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
931         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
932         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
933         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
934         (gst_rtp_jpeg_depay_change_state),
935         (gst_rtp_jpeg_depay_plugin_init):
936         * gst/rtp/gstrtpjpegdepay.h:
937         Add a jpeg depayloader.
938
939         * gst/rtp/gstrtpjpegpay.c:
940         Set the default properties on the payloader to better defaults.
941
942 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
943
944         * sys/v4l2/gstv4l2.c:
945           Give it a primary rank for autovideosrc.
946
947 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
948
949         Patch by: Bjorn Ostby <bjornos at axis dot com>
950
951         * gst/rtp/Makefile.am:
952         * gst/rtp/gstrtp.c: (plugin_init):
953         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
954         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
955         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
956         (gst_rtp_jpeg_pay_read_quant_table),
957         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
958         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
959         (gst_rtp_jpeg_pay_plugin_init):
960         * gst/rtp/gstrtpjpegpay.h:
961         Add JPEG payloader. Fixes #560756.
962
963 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
964
965         Patch by: Fabricio Godoy <skarllot at gmail dot com>
966
967         * sys/oss/gstosssink.c: (gst_oss_sink_open):
968         * sys/oss/gstosssrc.c: (gst_oss_src_open):
969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
970         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
971         Fix some spelling mistakes. Fixes #556802.
972
973 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
974
975         * gst/equalizer/GstIirEqualizer10Bands.prs:
976         * gst/equalizer/GstIirEqualizer3Bands.prs:
977         * gst/equalizer/Makefile.am:
978         * gst/equalizer/gstiirequalizer10bands.c:
979         * gst/equalizer/gstiirequalizer3bands.c:
980           Add presets for equalizer. Fixes #522183.
981
982 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
983
984         * gst/rtsp/Makefile.am:
985         * gst/rtsp/gstrtsp.c: (plugin_init):
986         * gst/rtsp/gstrtspgoogle.c:
987         * gst/rtsp/gstrtspgoogle.h:
988         Remove google extension again, it's not needed anymore because we never
989         send multiple transports anymore.
990
991 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
994
995         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
996         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
997         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
998         (gst_rtspsrc_stream_free),
999         (gst_rtspsrc_stream_configure_udp_sinks),
1000         (gst_rtspsrc_stream_configure_transport),
1001         (gst_rtspsrc_send_dummy_packets),
1002         (gst_rtspsrc_create_transports_string),
1003         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
1004         * gst/rtsp/gstrtspsrc.h:
1005         Add property to configure NAT traversal method.
1006         Ignore EOS from the internal sinks.
1007         Implement sending dummy packets as a (simple) method to open up
1008         some firewalls.
1009         Send PLAY request to the server after we started the udp sources.
1010         Fixes #559545.
1011
1012 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1013
1014         Patch by: Yotam <sh dot yotam at gmail dot com>
1015
1016         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
1017         Flush the remaining frames on EOS. Fixes #560641.
1018
1019 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
1020
1021         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
1022         Fix compiler warning about printf formatting.
1023
1024 2008-11-12  Andy Wingo  <wingo@pobox.com>
1025
1026         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
1027         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
1028         segment events instead of sending them from the seeking thread.
1029         Fixes #559288.
1030         (gst_qtdemux_push_pending_newsegment): New helper, sends out
1031         queued newsegment events.
1032         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
1033         call it here, as we only seek when looping, and only push in the
1034         movie state.
1035
1036 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1037
1038         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1039         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1040         * gst/qtdemux/qtdemux_fourcc.h:
1041         * gst/qtdemux/qtdemux_types.c:
1042         Add cover and alternative copyright tag, and enhance some existing
1043         ones by marking them as container atoms.
1044
1045 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1048         Don't ignore the return value of setcaps.
1049
1050 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1051
1052         Patch by: Olivier Crete <tester at tester dot ca>
1053
1054         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1055         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1056         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1057         * gst/rtp/gstrtpg729pay.h:
1058         Replace G729 payloader with an improved version. Fixes #532409.
1059
1060 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1061
1062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1063         (gst_rtspsrc_change_state):
1064         Only send one transport at a time for improved compatibility with some
1065         broken servers. See #537832.
1066
1067 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1068
1069         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1070         (gst_rtspsrc_perform_seek):
1071         Only pause/play in the seek handler when the source was playing.
1072         Fixes #529379.
1073
1074 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1075
1076         * gst/matroska/matroska-mux.c:
1077         (gst_matroska_mux_handle_dirac_packet):
1078         Fix muxing of Dirac streams if the input already has the format
1079         we need, i.e. is the output of matroskademux.
1080
1081 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1082
1083         * gst/avi/gstavimux.c:
1084           Don't segfault on string typed tags being NULL. Fixes #560155.
1085
1086 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1087
1088         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1089         (gst_matroska_mux_audio_pad_setcaps):
1090         Fix mapping AAC profile to Matroska codec id.
1091
1092 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1093
1094         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1095         (qtdemux_video_caps), (qtdemux_audio_caps):
1096         Refactor some raw audio caps building, and handle >16-bit cases.
1097         Fix/replace building caps from a string description.
1098
1099 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1100
1101         * gst/audiofx/audiowsincband.c:
1102         * gst/audiofx/audiowsinclimit.c:
1103         * gst/cutter/gstcutter.c:
1104           Make author name consistent with others.
1105
1106 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1107
1108         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1109
1110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1111         (gst_rtspsrc_stream_configure_udp_sink):
1112         Pause the RTSP stream before doing a new play request.
1113         Make sure that adding the udpsinks does not cause the rtspsrc to become
1114         a sink. Fixes #559547.
1115
1116 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1117
1118         * gst/matroska/matroska-ids.h:
1119         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1120         (gst_matroska_mux_handle_dirac_packet),
1121         (gst_matroska_mux_write_data):
1122         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1123         put all Dirac packages up to a picture into a Matroska block.
1124
1125         TODO: Implement writing of the ReferenceBlock Matroska elements,
1126         currently the Dirac muxing is only 100% correct if Matroska version 2
1127         is selected for muxing.
1128
1129 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1130
1131         Patch by: Bastien Nocera <hadess at hadess dot net>,
1132                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1133
1134         * configure.ac:
1135         * sys/v4l2/Makefile.am:
1136         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1137         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1138         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1139         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1140         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1141         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1142         (gst_v4l2_get_input), (gst_v4l2_set_input):
1143         * sys/v4l2/v4l2_calls.h:
1144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1145         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1146         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1147         (gst_v4l2src_fill_format_list),
1148         (gst_v4l2src_probe_caps_for_format_and_size),
1149         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1150         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1151         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1152         (gst_v4l2src_get_nearest_size):
1153         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1154
1155 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1156
1157         * ext/aalib/Makefile.am:
1158         * ext/annodex/Makefile.am:
1159         * ext/cairo/Makefile.am:
1160         * ext/dv/Makefile.am:
1161         * ext/esd/Makefile.am:
1162         * ext/flac/Makefile.am:
1163         * ext/gconf/Makefile.am:
1164         * ext/gdk_pixbuf/Makefile.am:
1165         * ext/hal/Makefile.am:
1166         * ext/jpeg/Makefile.am:
1167         * ext/ladspa/Makefile.am:
1168         * ext/libcaca/Makefile.am:
1169         * ext/libmng/Makefile.am:
1170         * ext/libpng/Makefile.am:
1171         * ext/mikmod/Makefile.am:
1172         * ext/pulse/Makefile.am:
1173         * ext/raw1394/Makefile.am:
1174         * ext/shout2/Makefile.am:
1175         * ext/soup/Makefile.am:
1176         * ext/speex/Makefile.am:
1177         * ext/taglib/Makefile.am:
1178         * ext/wavpack/Makefile.am:
1179         * gst/alpha/Makefile.am:
1180         * gst/apetag/Makefile.am:
1181         * gst/audiofx/Makefile.am:
1182         * gst/auparse/Makefile.am:
1183         * gst/autodetect/Makefile.am:
1184         * gst/avi/Makefile.am:
1185         * gst/cutter/Makefile.am:
1186         * gst/debug/Makefile.am:
1187         * gst/effectv/Makefile.am:
1188         * gst/equalizer/Makefile.am:
1189         * gst/flx/Makefile.am:
1190         * gst/goom/Makefile.am:
1191         * gst/goom2k1/Makefile.am:
1192         * gst/icydemux/Makefile.am:
1193         * gst/id3demux/Makefile.am:
1194         * gst/interleave/Makefile.am:
1195         * gst/law/Makefile.am:
1196         * gst/level/Makefile.am:
1197         * gst/matroska/Makefile.am:
1198         * gst/median/Makefile.am:
1199         * gst/monoscope/Makefile.am:
1200         * gst/multifile/Makefile.am:
1201         * gst/multipart/Makefile.am:
1202         * gst/oldcore/Makefile.am:
1203         * gst/qtdemux/Makefile.am:
1204         * gst/replaygain/Makefile.am:
1205         * gst/rtp/Makefile.am:
1206         * gst/rtsp/Makefile.am:
1207         * gst/smpte/Makefile.am:
1208         * gst/spectrum/Makefile.am:
1209         * gst/udp/Makefile.am:
1210         * gst/videobox/Makefile.am:
1211         * gst/videocrop/Makefile.am:
1212         * gst/videofilter/Makefile.am:
1213         * gst/videomixer/Makefile.am:
1214         * gst/wavenc/Makefile.am:
1215         * gst/wavparse/Makefile.am:
1216         * sys/directdraw/Makefile.am:
1217         * sys/directsound/Makefile.am:
1218         * sys/oss/Makefile.am:
1219         * sys/osxaudio/Makefile.am:
1220         * sys/osxvideo/Makefile.am:
1221         * sys/sunaudio/Makefile.am:
1222         * sys/v4l2/Makefile.am:
1223         * sys/waveform/Makefile.am:
1224         * sys/ximage/Makefile.am:
1225           Don't install static libs for plugins. Fixes #550851 for -good.
1226
1227 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1228
1229         * ext/flac/Makefile.am:
1230         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1231         This fixes compilation if FLAC is installed in an uncommon location
1232         that is not already handled by other CFLAGS. Fixes bug #558711.
1233
1234 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1235
1236         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1237         Guard more uncommon formats with ifdefs so that we can compile on older
1238         versions.
1239
1240 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1241
1242         Patch by: Nick Haddad <nick at haddads dot net>
1243
1244         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1245         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1246         (gst_avi_demux_stream_data):
1247         Invert other uncompressed RGB formats. Fixes #558554.
1248
1249 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1250
1251         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1252         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1253         * gst/wavenc/gstwavenc.h:
1254         Add support for float/double as input and remove the (nowadays)
1255         useless parsing of the depth as we require width==depth.
1256
1257 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1258
1259         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1260         * gst/rtp/gstrtpmpapay.c:
1261         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1262         mpeg version 1. Fixes #558427.
1263
1264 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1265
1266         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1267         (gst_rtp_L16_pay_getcaps):
1268         Only put an integral amount of samples in the RTP packet.
1269         Fixes #556641.
1270
1271 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1272
1273         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1274         * gst/rtp/gstrtpchannels.h:
1275         Add method to get possible channel positions.
1276
1277 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1278
1279         * gst/rtp/Makefile.am:
1280         Also commit updated makefile
1281
1282 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1283
1284         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1285         Don't allow width=32,depth=24 as input. WAV requires that the width
1286         is the next integer multiply of 8 from the depth.
1287
1288 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1289
1290         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1291         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1292         (gst_rtp_L16_pay_getcaps):
1293         * gst/rtp/gstrtpchannels.c: (check_channels),
1294         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1295         (gst_rtp_channels_create_default):
1296         * gst/rtp/gstrtpchannels.h:
1297         Add mappings for multichannel support. Does not completely just work
1298         because the getcaps function does not yet return the allowed channel
1299         mappings. See #556641.
1300
1301 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1302
1303         * gst/goom/Makefile.am:
1304         * gst/goom/README:
1305         * gst/goom/config_param.c:
1306         * gst/goom/convolve_fx.c:
1307         * gst/goom/drawmethods.c:
1308         * gst/goom/drawmethods.h:
1309         * gst/goom/filters.c:
1310         * gst/goom/filters_mmx.s:
1311         * gst/goom/flying_stars_fx.c:
1312         * gst/goom/goom.h:
1313         * gst/goom/goom_config.h:
1314         * gst/goom/goom_config_param.h:
1315         * gst/goom/goom_core.c:
1316         * gst/goom/goom_filters.h:
1317         * gst/goom/goom_fx.h:
1318         * gst/goom/goom_graphic.h:
1319         * gst/goom/goom_plugin_info.h:
1320         * gst/goom/goom_tools.c:
1321         * gst/goom/goom_tools.h:
1322         * gst/goom/goom_typedefs.h:
1323         * gst/goom/goom_visual_fx.h:
1324         * gst/goom/graphic.c:
1325         * gst/goom/ifs.c:
1326         * gst/goom/ifs.h:
1327         * gst/goom/lines.c:
1328         * gst/goom/lines.h:
1329         * gst/goom/mathtools.c:
1330         * gst/goom/mathtools.h:
1331         * gst/goom/mmx.c:
1332         * gst/goom/motif_goom1.h:
1333         * gst/goom/motif_goom2.h:
1334         * gst/goom/plugin_info.c:
1335         * gst/goom/ppc_drawings.h:
1336         * gst/goom/ppc_zoom_ultimate.h:
1337         * gst/goom/sound_tester.c:
1338         * gst/goom/sound_tester.h:
1339         * gst/goom/surf3d.c:
1340         * gst/goom/surf3d.h:
1341         * gst/goom/tentacle3d.c:
1342         * gst/goom/tentacle3d.h:
1343         * gst/goom/v3d.c:
1344         * gst/goom/v3d.h:
1345         * gst/goom/xmmx.c:
1346           Add license headers in all source files. Remove filter.c from
1347           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1348           which are not used right now. Fixes #557709.
1349
1350 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1351
1352         Patch by: Olivier Crete <tester at tester dot ca>
1353
1354         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1355         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1356         Implement getcaps in rtpL16pay. Fixes #556484.
1357
1358 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1361         (gst_rtp_L16_depay_process):
1362         Check if clock-rate and channels are valid.
1363         Don't ignore the return value of setcaps.
1364         No need to validate the buffer, the base class does that for us.
1365         Use the marker bit to set the DISCONT flag on outgoing buffers.
1366
1367         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1368         Don't ignore the return value of set_outcaps.
1369
1370         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1371         (gst_rtp_ac3_depay_process):
1372         Don't ignore the return value of set_caps.
1373         No need to validate the buffer, the base class does that for us.
1374
1375         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1376         (gst_rtp_amr_depay_process):
1377         * gst/rtp/gstrtpamrdepay.h:
1378         Don't ignore the return value of setcaps.
1379         No need to validate the buffer, the base class does that for us.
1380         No need to set output caps on the buffers, the base class does that for
1381         us.
1382         The subclass will make sure we are negotiated.
1383         
1384         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1385         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1386         * gst/rtp/gstrtpdvdepay.h:
1387         Clean up caps negotiation.
1388         The subclass will make sure we are negotiated.
1389
1390         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1391         (gst_rtp_g726_depay_process):
1392         Clean up caps negotiation.
1393         Use the marker bit to set the DISCONT flag on outgoing buffers.
1394
1395         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1396         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1397         * gst/rtp/gstrtpg729depay.h:
1398         The subclass will make sure we are negotiated.
1399         Use the marker bit to set the DISCONT flag on outgoing buffers.
1400
1401         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1402         (gst_rtp_gsm_depay_process):
1403         Clean up caps negotiation.
1404         Use the marker bit to set the DISCONT flag on outgoing buffers.
1405
1406         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1407         Clean up caps negotiation.
1408         Don't ignore the return value of set_outcaps.
1409
1410         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1411         (gst_rtp_h263_depay_process):
1412         Clean up caps negotiation.
1413         No need to validate the buffer, the base class does that for us.
1414
1415         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1416         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1417         * gst/rtp/gstrtph263pay.h:
1418         Don't ignore the return value of set_outcaps.
1419         Do some more timestamps.
1420
1421         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1422         (gst_rtp_h263p_depay_process):
1423         Clean up caps negotiation.
1424         Don't ignore the return value of setcaps.
1425         No need to validate the buffer, the base class does that for us.
1426
1427         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1428         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1429         (gst_rtp_h263p_pay_handle_buffer):
1430         * gst/rtp/gstrtph263ppay.h:
1431         Don't ignore the return value of set_outcaps.
1432         Do some more timestamps.
1433
1434         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1435         (gst_rtp_h264_depay_process):
1436         Clean up caps negotiation.
1437         Don't ignore the return value of setcaps.
1438         Fix possible caps leak.
1439         No need to validate the buffer, the base class does that for us.
1440
1441         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1442         Add some more debug info.
1443
1444         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1445         (gst_rtp_ilbc_depay_process):
1446         Clean up caps negotiation.
1447         Use the marker bit to set the DISCONT flag on outgoing buffers.
1448
1449         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1450         Clean up caps negotiation.
1451
1452         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1453         (gst_rtp_mp1s_depay_process):
1454         Clean up caps negotiation.
1455         Don't ignore the return value of setcaps.
1456         No need to validate the buffer, the base class does that for us.
1457         No need to set caps on buffers, subclass does that for us.
1458
1459         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1460         (gst_rtp_mp2t_depay_process):
1461         Clean up caps negotiation.
1462         Don't ignore the return value of setcaps.
1463         No need to validate the buffer, the base class does that for us.
1464         No need to set caps on buffers, subclass does that for us.
1465
1466         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1467         (gst_rtp_mp4a_depay_process):
1468         Clean up caps negotiation.
1469         Don't ignore the return value of setcaps.
1470         No need to validate the buffer, the base class does that for us.
1471
1472         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1473         (gst_rtp_mp4a_pay_setcaps):
1474         Don't ignore the return value of set_outcaps.
1475
1476         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1477         (gst_rtp_mp4g_depay_process):
1478         Clean up caps negotiation.
1479         Don't ignore the return value of setcaps.
1480         No need to validate the buffer, the base class does that for us.
1481         No need to set caps on buffers, subclass does that for us.
1482
1483         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1484         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1485         Don't ignore the return value of set_outcaps.
1486
1487         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1488         (gst_rtp_mp4v_depay_process):
1489         Clean up caps negotiation.
1490         Don't ignore the return value of setcaps.
1491         No need to validate the buffer, the base class does that for us.
1492         No need to set caps on buffers, subclass does that for us.
1493
1494         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1495         (gst_rtp_mp4v_pay_setcaps):
1496         Don't ignore the return value of set_outcaps.
1497
1498         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1499         (gst_rtp_mpa_depay_process):
1500         Clean up caps negotiation.
1501         Don't ignore the return value of setcaps.
1502         No need to validate the buffer, the base class does that for us.
1503         Use the marker bit to set the DISCONT flag on outgoing buffers.
1504
1505         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1506         Don't ignore the return value of set_outcaps.
1507
1508         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1509         (gst_rtp_mpv_depay_process):
1510         Clean up caps negotiation.
1511         Actually set output caps.
1512         No need to validate the buffer, the base class does that for us.
1513
1514         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1515         Don't ignore the return value of set_outcaps.
1516
1517         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1518         (gst_rtp_pcma_depay_process):
1519         Clean up caps negotiation.
1520         Set output buffer duration because we can.
1521         Use the marker bit to set the DISCONT flag on outgoing buffers.
1522
1523         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1524         Don't ignore the return value of set_outcaps.
1525
1526         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1527         (gst_rtp_pcmu_depay_process):
1528         Clean up caps negotiation.
1529         Use the marker bit to set the DISCONT flag on outgoing buffers.
1530
1531         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1532         Don't ignore the return value of set_outcaps.
1533
1534         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1535         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1536         Clean up caps negotiation.
1537         Set output caps on the pad and header buffers.
1538         Set duration on output buffers because we can.
1539
1540         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1541         Don't ignore the return value of set_outcaps.
1542
1543         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1544         (gst_rtp_sv3v_depay_process):
1545         Clean up caps negotiation.
1546         No need to validate the buffer, the base class does that for us.
1547         No need to set caps out output buffers, subclass does that.
1548
1549         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1550         (gst_rtp_theora_depay_process):
1551         Don't ignore the return value of setcaps.
1552         No need to validate the buffer, the base class does that for us.
1553
1554         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1555         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1556         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1557         (gst_rtp_theora_pay_handle_buffer):
1558         Don't ignore the return value of set_outcaps.
1559
1560         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1561         (gst_rtp_vorbis_depay_process):
1562         Don't ignore the return value of setcaps.
1563         No need to validate the buffer, the base class does that for us.
1564
1565         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1566         Don't ignore the return value of set_outcaps.
1567
1568         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1569         Clean up caps negotiation, don't ignore setcaps return.
1570
1571         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1572         Don't ignore the return value of set_outcaps.
1573
1574 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1575
1576         * gst/matroska/matroska-demux.c:
1577         (gst_matroska_demux_handle_src_event):
1578         Forward unknown events upstream.
1579
1580 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1581
1582         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1583         Add some refcount check
1584
1585         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1586         Don't ignore the result of write(), fixes a  compiler warning for me.
1587
1588         * tests/icles/videobox-test.c: (main):
1589         Make the output a little more pretty.
1590
1591 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1592
1593         * ext/esd/esdmon.c:
1594           Add doc blob.
1595
1596 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1597
1598         * docs/plugins/Makefile.am:
1599         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1600         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1601         * docs/plugins/gst-plugins-good-plugins.args:
1602         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1603         * docs/plugins/gst-plugins-good-plugins.interfaces:
1604         * docs/plugins/inspect/plugin-autodetect.xml:
1605           Add the docs of the new elements.
1606
1607 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1608
1609         * gst/autodetect/gstautoaudiosrc.c:
1610         (gst_auto_audio_src_class_init):
1611         * gst/autodetect/gstautovideosrc.c:
1612         (gst_auto_video_src_class_init):
1613         Fix "Since" tags in the documentation.
1614
1615 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1618
1619         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1620         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1621         Add support for souphttpsrc to act as a live source. This makes it
1622         possible to get timestamped buffers in combination with the
1623         "do-timestamp" property. Fixes bug #556019.
1624
1625 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1626
1627         * gst/autodetect/Makefile.am:
1628         * gst/autodetect/gstautoaudiosink.c:
1629         * gst/autodetect/gstautoaudiosrc.c:
1630         * gst/autodetect/gstautoaudiosrc.h:
1631         * gst/autodetect/gstautodetect.c:
1632         * gst/autodetect/gstautovideosink.c:
1633         * gst/autodetect/gstautovideosrc.c:
1634         * gst/autodetect/gstautovideosrc.h:
1635           Implement src plugins. Little code/string cleanup in the sinks.
1636           Fixes #523813.
1637
1638 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1639
1640         Patch by: Peter Kjellerstedt <pkj at axis com>
1641
1642         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1643         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1644         Fix a memory leak when pads are requested but the pipeline never
1645         goes into PLAYING.
1646
1647         Correctly remove request pads, no matter if they have collected
1648         data or not.
1649
1650         Fixes bug #557710.
1651
1652 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1653
1654         Patch by: <lrn1986 at gmail dot com>
1655
1656         * gst/udp/gstudpnetutils.h:
1657         Define the correct WINVER so getaddinfo() can be used when using
1658         mingw32. Fixes bug #557294.
1659
1660 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1661
1662         Patch by: <lrn1986 at gmail dot com>
1663
1664         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1665         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1666         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1667         Fix "argument type mismatch" compiler warnings on Windows.
1668         Fixes bug #557293.
1669
1670 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1671
1672         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1673         Don't calculate the filter coefficients for every single buffer
1674         but only when it's needed. Fixes bug #557260.
1675
1676 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1677
1678         * configure.ac:
1679         Back to development -> 0.10.11.1
1680
1681 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1682
1683         * gst-plugins-good.doap:
1684         Fix version number of 0.10.11 release in doap file
1685
1686 === release 0.10.11 ===
1687
1688 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1689
1690         * configure.ac:
1691           releasing 0.10.11, "Secondary Consideration"
1692
1693 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1694
1695         * configure.ac:
1696         Commit 0.10.10.4 pre-release
1697
1698 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1699
1700         * gst/avi/gstavimux.c:
1701         Fix VPRP chunk setup in avimux.
1702         Fixes: #556010
1703         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1704
1705 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1706
1707         * gst/videobox/gstvideobox.c:
1708         support dynamically changing properties in videobox
1709         Fixed: #557085
1710         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1711
1712 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1713
1714         * configure.ac:
1715         0.10.10.3 pre-release
1716
1717 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1718
1719         * tests/check/Makefile.am:
1720         Don't run the states test on pulsesrc and pulsesink
1721
1722 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1723
1724         * configure.ac:
1725         Commit 0.10.10.2 pre-release bump that actually went
1726         out on 2008-10-11
1727
1728 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1729
1730         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1731         Skip entries for streams that don't have a output pad yet, thereby
1732         avoiding calling pad functions with a NULL pad.
1733         Fixes #556424
1734
1735 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1736
1737         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1738         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1739         Remove problematic and useless refcount check.
1740         Fixes #556381
1741
1742 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1743
1744         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1745         Remove problematic and useless refcount check.
1746         Fixes #556381
1747
1748 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1749
1750         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1751         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1752         Cast some size_t arguments to guint to avoid compiler
1753         warnings on 64-bit systems.
1754
1755 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1758         Return TRUE instead of FALSE from the event handler when we swallowed the
1759         event.
1760
1761 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1762
1763         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1764         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1765         Reset header state. Fixes #555321.
1766
1767 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1768
1769         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1770         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1771         * gst/avi/gstavidemux.h:
1772         For timestamping audio packets we need to take into account the
1773         amount of blocks in one entry using the blockalign. Fixes some sync
1774         issues with zero-padded audio blocks in the beginning of avi files.
1775
1776 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1777
1778         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1779         (gst_multi_file_src_query):
1780         Implement DEFAULT and BUFFER position queries. See #555260.
1781
1782 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1783
1784         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1785         Fix build for systems that don't have XDamage.
1786
1787 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1788
1789         * tests/examples/rtp/client-H263p.sdp:
1790         * tests/examples/rtp/client-H263p.sh:
1791         * tests/examples/rtp/server-VTS-H263p.sh:
1792         Add some more H263p server and client examples.
1793
1794 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1795
1796         * configure.ac::
1797           Depend on released versions of core and base.
1798
1799 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1800
1801         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1802         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1803         Return -1 instead of 0 in error cases. Fixes #554771.
1804
1805 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1806
1807         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1808         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1809         Stop leaking the cursor image.
1810         Unref the last_ximage and the cached cursor image on shutdown.
1811         Fixes #551570.
1812
1813 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1814
1815         * sys/v4l2/gstv4l2object.h:
1816         Getting the Class from an instance is not just a matter of casting it to
1817         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1818         instance. Fixes #549784.
1819
1820 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1821
1822         * configure.ac:
1823           Fix libs for linking directsound.
1824         * sys/directsound/gstdirectsoundsink.c:
1825           Fix buffer sizing to prevent racing the ringbuffer at startup.
1826           Add volume property.
1827
1828 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1829
1830         * ext/pulse/pulsesink.c:
1831         Fix problems with pulsesink randomly erroring with code 'OK' after a
1832         format change on the stream by waiting when disconnecting the stream.
1833
1834 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1835
1836         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1837         (gst_rtp_amr_depay_process):
1838         Mark DISCONT on output buffers when the marker bit signals a new talk
1839         spurt.
1840
1841         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1842         Set the marker bit for buffers with a DISCONT flag to signal a talk
1843         spurt.
1844
1845 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1846
1847         * gst/rtp/Makefile.am:
1848         * gst/rtp/gstrtp.c: (plugin_init):
1849         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1850         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1851         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1852         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1853         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1854         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1855         * gst/rtp/gstrtpmp4apay.h:
1856         Added MP4A-LATM payloader to match the depayloader.
1857
1858 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1859
1860         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1861         (gst_videomixer_sink_event):
1862         Handle segments a little better. Fixes #537361.
1863
1864 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1865
1866         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1867         Don't assume the server supports PAUSE by default. Fixes #551048.
1868
1869 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1870
1871         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1872         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1873         Switch on the socket family to get the addrlen size right.
1874
1875 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1876
1877         Patch by: Daniel Franke <df at dfranke dot us>
1878
1879         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1880         OS X's bind() implementation is picky about its addrlen parameter and
1881         fails with EINVAL if it is larger than expected for the socket's address
1882         family. Set the length to the expected length instead. Fixes #553191.
1883
1884 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1885
1886         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1887         Handle the case where we cannot do desribe or when the describe result
1888         does not contain a valid SDP message.
1889
1890 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1891
1892         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1893         Fix setting the qos.
1894
1895 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1896
1897         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1898         (gst_qtdemux_chain):
1899         Some 'broken' files out there have atom lengths of zero...
1900         which basically results in qtdemux consuming that atom again and again
1901         until the *end of night* !
1902         Detect that and emits an adequate element error message.
1903
1904 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1905
1906         * gst/interleave/Makefile.am:
1907         * gst/matroska/Makefile.am:
1908         Fix build flags order.
1909
1910         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1911         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1912         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1913         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1914         Format fixes.
1915
1916         * tests/check/elements/multifile.c:
1917         Pull in unistd.h
1918
1919 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1920
1921         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1922         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1923         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1924         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1925         (gst_rtp_mp4g_depay_change_state):
1926         * gst/rtp/gstrtpmp4gdepay.h:
1927         Handle interleaved streams by reordering AU in a queue.
1928
1929 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1930
1931         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1932         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1933         Change some of the ranges in the caps, mostly for the amount of bits we
1934         can use.
1935         Added a little bitstream parse and use it to parse the AU header fields.
1936         Check for malformed and wrongly sized packets better.
1937         Implement more header field parsing.
1938         Handle the size of fragmented packets correctly.
1939
1940 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1941
1942         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1943         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1944         Add mapping for 'tiff' => image/tiff
1945         Fixes #552213
1946
1947 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1948
1949
1950         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1951         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1952           Pretend to care about the result of write() which works around
1953           compiler warnings.
1954
1955 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1956
1957         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1958           Make sure the desired default values are actually set, not only
1959           registered as defaults (actual problem is that the stereo-specific
1960           values are only updated if channels==2, which is not the case yet
1961           when the object is created, so the default values for the
1962           mid-side-stereo and loose-mid-side-stereo settings are never
1963           set in _update_quality()). Makes flacenc create smaller files by
1964           default (for stereo input), and fixes #550791.
1965
1966 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1967
1968         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1969         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1970         (qtdemux_parse_trak), (qtdemux_video_caps):
1971         * gst/qtdemux/qtdemux.h:
1972         * gst/qtdemux/qtdemux_fourcc.h:
1973         * gst/qtdemux/qtdemux_types.c:
1974         Add support for video/mj2 mime-type and its additional atoms/boxes.
1975         Fixes #550646.
1976
1977 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1978
1979         * gst/debug/gsttaginject.c:
1980           Add warning when tags parameter is unparsable and give example for
1981           quoting in the docs.
1982
1983 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1986         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1987         Add some alternative byteswapped mappings that seem to pop up sometimes.
1988         Fixes #550288.
1989
1990 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1991
1992         * po/LINGUAS:
1993         * po/POTFILES.in:
1994         * po/POTFILES.skip:
1995           Add 'ca' to LINGUAS; add some more files with translations and some
1996           files which should be ignored by translation tools.
1997
1998 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1999
2000         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2001         * ext/speex/gstspeexdec.h:
2002         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2003         * ext/speex/gstspeexenc.h:
2004         Use integer encoding and decoding functions instead of converting
2005         the integer input to float in the element. The libspeex integer
2006         functions are doing this for us already or, if libspeex was compiled
2007         in integer mode, they're doing everything using integer arithmetics.
2008         Also saves some copying around.
2009
2010 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2011
2012         * configure.ac:
2013           Fix --disable-external
2014
2015 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2016
2017         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2018         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
2019         * ext/wavpack/gstwavpackenc.h:
2020         Handle non-zero start timestamps and stream discontinuities
2021         correctly. This only has an effect if we're muxing into
2022         a container format as the raw WavPack stream must contain
2023         continous sample numbers.
2024
2025 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2026
2027         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2028         Correct the timestamp and granulepos calculation by one Speex
2029         frame.
2030
2031 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2034         Correctly take the granulepos from upstream if possible and
2035         correctly handle the granulepos in various calculations: the
2036         granulepos is the sample number of the _last_ sample in a frame, not
2037         the first.
2038
2039         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2040         (gst_speex_enc_encode), (gst_speex_enc_chain),
2041         (gst_speex_enc_change_state):
2042         * ext/speex/gstspeexenc.h:
2043         Handle non-zero start timestamps in the encoder and detect/handle
2044         stream discontinuities. Fixes bug #547075.
2045
2046 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2047
2048         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2049
2050         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2051         Fix compiler warnings caused by passing a string as format string
2052         instead of "%s" and then the string. This is only exposed by -Wformat=2
2053         as used by default on Ubuntu. Fixes bug #550015.
2054
2055 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2056
2057         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2058         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2059         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2060         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2061         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2062           (gst_ebml_read_element_length):
2063         * gst/matroska/matroska-demux.c:
2064           (gst_matroska_demux_check_subtitle_buffer):
2065           Make stuff compile with GST_DISABLE_GST_DEBUG.
2066
2067 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2068
2069         * gst/law/alaw.c:
2070         * gst/law/mulaw.c:
2071           Ref caps before passing to gst_pad_template_new(), since that takes
2072           ownership.
2073
2074 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2075
2076         Patch by: Mersad Jelacic <mersad at axis dot com>
2077
2078         * gst/multipart/multipartdemux.c:
2079         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2080         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2081         demuxer. Fixes #549551.
2082
2083 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2084
2085         * sys/osxaudio/gstosxaudiosink.c:
2086         (gst_osx_audio_sink_select_device):
2087         * sys/osxaudio/gstosxaudiosrc.c:
2088         (gst_osx_audio_src_create_ringbuffer),
2089         (gst_osx_audio_src_select_device):
2090         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2091         Fix the build on macosx.
2092
2093 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2094
2095         * gst/icydemux/gsticydemux.c:
2096           Small docs fix: in the example pipeline, we need to pass
2097           iradio-mode=true to the source, so the server actually sends
2098           an ICY stream.
2099
2100 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2101
2102         * sys/osxaudio/gstosxaudio.c:
2103           Oops. Revert more completely.
2104
2105 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2106
2107         * sys/osxaudio/gstosxaudio.c:
2108           Revert accidental element rename from testing.
2109
2110 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2111
2112         * gst-plugins-good.doap:
2113         Pull in 0.10.10 doap entry from release branch
2114
2115 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2116
2117         * configure.ac:
2118         Update version number to reflect 0.10.10 release from
2119         branch.
2120
2121 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2122
2123         * sys/osxaudio/Makefile.am:
2124         * sys/osxaudio/gstosxaudio.c:
2125         * sys/osxaudio/gstosxaudiosink.c:
2126         * sys/osxaudio/gstosxaudiosink.h:
2127         * sys/osxaudio/gstosxaudiosrc.c:
2128         * sys/osxaudio/gstosxaudiosrc.h:
2129         * sys/osxaudio/gstosxringbuffer.c:
2130         * sys/osxaudio/gstosxringbuffer.h:
2131           Rewrite caps setting and ring buffer initialisation.
2132           Previously we never told CoreAudio what format we were going to send it,
2133           so it only worked due to luck, and not at all on some hardware.
2134           Now we explicitly advertise what formats the hardware supports, and then
2135           configure the selected one correctly.
2136
2137 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * sys/v4l2/gstv4l2object.c:
2140         * sys/v4l2/gstv4l2src.c:
2141         * sys/v4l2/gstv4l2src.h:
2142         * sys/v4l2/v4l2_calls.c:
2143         * sys/v4l2/v4l2src_calls.c:
2144           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2145           need to memset instance structures. Some more FIXME's and comments.
2146
2147 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2148
2149         * tests/icles/.cvsignore:
2150           Ignore more.
2151
2152 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2153
2154         * gst/goom/.cvsignore:
2155         * gst/goom2k1/.cvsignore:
2156           Ignore files.
2157
2158 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2159
2160         * ext/cairo/gsttextoverlay.c:
2161           Fix compiler warning.
2162
2163 2008-08-25  David Schleef  <ds@schleef.org>
2164
2165         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2166
2167 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2168
2169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2170         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2171         * gst/matroska/matroska-mux.c:
2172         (gst_matroska_mux_video_pad_setcaps),
2173         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2174         Add Real[Audio|Video] support to Matroska containers.
2175         It works fine for:
2176         * decoding real audio/video streams contained in mkv
2177         * 'transmuxing' real (.rm) files into .mkv files
2178         It will not work though for encoding real[audio/video] streams that
2179         don't contain the 'mdpr_data' extra data on the caps.
2180         The reason why this will not work is because I never intended to
2181         duplicate virtually all the 'mdpr' block creation into mkvmux.
2182         Fixes #536067
2183
2184 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2185
2186         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2187         * gst/law/mulaw-conversion.c:
2188         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2189         (gst_mulawenc_chain):
2190         The encoder can't really renegotiate at the time they perform a
2191         pad-alloc so make the srcpads use fixed caps.
2192         Check the buffer size after a pad-alloc because the returned size might
2193         not be right when the downstream element does not know the size of the
2194         new buffer (capsfilter). Fixes #549073.
2195
2196 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2197
2198         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2199
2200         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2201         v4l2src doesn't have a property named "norm" so don't try to notify
2202         about changes to that property. The "norm" property and related
2203         code are commented out currently. Fixes bug #549090.
2204
2205 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2206
2207         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2208
2209         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2210         Reprobe devices again instead of taking a cached list as new
2211         devices could've been plugged in. Fixes bug #549062.
2212
2213 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2214
2215         * gst/autodetect/Makefile.am:
2216         Don't link the autodetect plugin with GConf as it doesn't
2217         use GConf. Fixes bug #545463.
2218
2219 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2220
2221         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2222         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2223         (gst_ebml_read_sint), (gst_ebml_read_float),
2224         (gst_ebml_read_header):
2225         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2226         possible to ignore errors and not post any ERROR messages on
2227         the bus.
2228
2229         * gst/matroska/matroska-demux.c:
2230         (gst_matroska_demux_parse_contents):
2231         Ignore any errors and not just EOS when parsing the contents of
2232         a SeekHead. Errors here are usually caused by truncated files
2233         and playback of the file works fine. Fixes playback of the
2234         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2235         archive.
2236
2237 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2238
2239         * gst/multipart/multipartdemux.c:
2240         * gst/multipart/multipartmux.c:
2241         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2242
2243 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2244
2245         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2246           gst_directdraw_sink_bufferpool_clear):
2247           Fix two more buffer ref leaks.
2248
2249 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2250
2251         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2252
2253         * sys/directdraw/gstdirectdrawsink.c:
2254           (gst_directdraw_sink_show_frame):
2255           Fix buffer ref leak.
2256
2257 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2258
2259         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2260         Revert the last commit. wavenc still supports width!=depth for 32 bit
2261         width. Thanks Tim.
2262
2263 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/matroska/matroska-demux.c:
2266         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2267         If the duration of a block is unknown only use the timestamp for the
2268         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2269         laces. Otherwise every lace has the same timestamp which leads to
2270         various problems. Really fixes bug #548831.
2271
2272 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2273
2274         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2275         If we're not allowing width!=depth in wavenc we should also disable
2276         the code that was added to support width!=depth.
2277
2278 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2279
2280         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2281         Don't calculate the default duration of a frame from the audio sampling
2282         rate. This only works for raw audio if every frame contains a single
2283         sample and results in broken buffer durations for other formats
2284         if no specified default duration is given or the blocks have no
2285         duration. Fixes bug #548831.
2286
2287 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2288
2289         * gst/matroska/matroska-demux.c:
2290         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2291         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2292         are used for text/plain subtitles as a gap-filler in some files.
2293
2294 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2295
2296         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2297         (gst_v4l2_get_caps_info):
2298         Add S910 and PWC formats with a low priority.
2299
2300         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2301         (gst_v4l2src_probe_caps_for_format):
2302         Add more debugging.
2303
2304 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2305
2306         * ext/flac/gstflacenc.c:
2307           Fix compilation against older libflac versions.
2308
2309 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2312         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2313         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2314         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2315         (gst_pulsemixer_ctrl_set_volume):
2316         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2317         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2318         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2319         (gst_pulsesink_init), (gst_pulsesink_open),
2320         (gst_pulsesink_prepare), (gst_pulsesink_write),
2321         (gst_pulsesink_delay), (gst_pulsesink_reset):
2322         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2323         (gst_pulsesrc_init):
2324         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2325         Fix a locking issue in pulsesink's prepare function.
2326
2327         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2328         Check if the created channel layout is valid for GStreamer.
2329
2330 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2331
2332         * gst/rtsp/gstrtspgoogle.c:
2333         Things that can happen when your brain is in google mode trying to
2334         deal with their google rtsp server extensions and trying to type your
2335         google mail account.
2336
2337 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2338
2339         * gst/rtsp/Makefile.am:
2340         * gst/rtsp/gstrtsp.c: (plugin_init):
2341         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2342         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2343         (_do_init), (gst_rtsp_google_base_init),
2344         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2345         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2346         (gst_rtsp_google_extension_init):
2347         * gst/rtsp/gstrtspgoogle.h:
2348         Add google RTSP extension, it can only handle udp and responds with
2349         unsupported if we do anything else. Fixes #546465.
2350
2351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2352         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2353         (gst_rtspsrc_create_transports_string),
2354         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2355         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2356         Make transport setup code a bit better using GString.
2357         Add some more debug.
2358         Check for closed connections before doing anything on them.
2359
2360 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2361
2362         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2363         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2364         (gst_pulsesrc_prepare):
2365         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2366         (gst_pulse_channel_map_to_gst):
2367         * ext/pulse/pulseutil.h:
2368         If downstream provides no channel layout and >2 channels should be
2369         used use the default layout that pulseaudio chooses and also
2370         add this layout to the caps. Fixes bug #547258.
2371
2372 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2373
2374         Patch by: Peter Kjellerstedt <pkj at axis com>
2375
2376         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2377         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2378         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2379         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2380         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2381         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2382         (gst_udpsrc_set_property):
2383         Avoid leaking internally allocated file descriptors when setting
2384         custom file descriptors. Fixes #543101.
2385
2386 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2387
2388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2389         Don't try to configure RTCP back to the server when the server did not
2390         give us a valid port number.
2391
2392 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2393
2394         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2395         Use new basetransform method to renegotiate. Fixes #544956.
2396
2397         * tests/icles/Makefile.am:
2398         * tests/icles/videobox-test.c: (make_pipeline), (main):
2399         Add videobox renegotiation example.
2400
2401 2008-08-19  David Schleef  <ds@schleef.org>
2402
2403         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2404         with sane values.  Fixes #548530.
2405
2406 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2407
2408         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2409         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2410         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2411         are already filled with the correct values by
2412         gst_ring_buffer_parse_caps() so there's no need to set them again
2413         with wrong values.
2414
2415 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2416
2417         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2418         (gst_avi_demux_read_subindexes_push):
2419         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2420         and instead of using the 'ix##' nomenclature, use '##ix'.
2421         They're still valid though, this fixes the duration and indexes for
2422         virtually all the ODML files I have.
2423
2424 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2425
2426         Patch by: Olivier Crete <tester at tester dot ca>
2427
2428         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2429         (gst_rtp_vorbis_depay_process):
2430         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2431         Update the vorbis RTP pay/depay to RFC 5215.
2432         Fixes #547842.
2433
2434 2008-08-14  David Schleef  <ds@schleef.org>
2435
2436         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2437           with 3:2 pulldown, i.e., 24p.
2438
2439 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2440
2441         * tests/check/elements/level.c: (GST_START_TEST):
2442         Fix compilation some more.
2443
2444 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2445
2446         * configure.ac::
2447           Require -base CVS for wavparse acid chunk parsing.
2448
2449 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2450
2451         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2452         (gst_pulsesink_init), (gst_pulsesink_finalize),
2453         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2454         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2455         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2456         * ext/pulse/pulsesink.h:
2457         Add "device-name" property to pulsesink too and currently commented
2458         out and not working support for a "volume" property.
2459
2460 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2461
2462         * configure.ac:
2463         Remove more cdio stuff (moved to ugly)
2464
2465 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2468
2469         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2470         (gst_pulsesrc_get_property):
2471         Add "device-name" property, which provides a human readable string
2472         for the audio device, to make it more consisten with other audio
2473         sources. Fixes bug #547519.
2474
2475 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2476
2477         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2478         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2479         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2480         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2481         * ext/pulse/pulsemixerctrl.h:
2482         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2483         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2484         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2485         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2486         * ext/pulse/pulseprobe.h:
2487         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2488         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2489         (gst_pulsesrc_change_state):
2490         Improve debugging a bit by including the parent object in pulsemixerctrl
2491         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2492         GST_WARNING.
2493
2494         Use the parent GObject subclass instead of a random struct as GObject
2495         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2496         when probing for another property than "device".
2497
2498 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2499
2500         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2501
2502         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2503         Fix property probing after the device property is set by calling
2504         set_server when the server property changes. Fixes bug #547518.
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/pulsesink.c: (gst_pulsesink_interface_supported),
2511         (gst_pulsesink_implements_interface_init),
2512         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2513         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2514         (gst_pulsesink_get_type):
2515         * ext/pulse/pulsesink.h:
2516         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2517         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2518         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2519         * ext/pulse/pulsesrc.h:
2520         Implement GstPropertyProbe interface on pulsesink for detecting
2521         sink devices and on pulsesrc for detecting source devices.
2522         Fixes bugs #547227 and #547217.
2523
2524 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2525
2526         * gst/spectrum/gstspectrum.c:
2527           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2528
2529 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2530
2531         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2532         Properly set the maximum latency value, in the same way it is done in
2533         v4lsrc.
2534         * sys/v4l2/v4l2src_calls.c:
2535         Simplify fraction equality check, no need to use GValues for this.
2536
2537 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2538
2539         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2540         Add warning messages stating exactly why the latency query failed.
2541         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2542         In some cases, the negotiated framerate might be the default one which
2543         is already set internally. But we still need to mark it down in fps_n
2544         and fps_d so that the latency query can happen properly.
2545
2546 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2547
2548         * docs/plugins/inspect/plugin-1394.xml:
2549         Whoops, forgot one doc file for people who can't/don't build the
2550         raw1394 plugin.
2551
2552 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2553
2554         * docs/plugins/Makefile.am:
2555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2557         * docs/plugins/inspect/plugin-cdio.xml:
2558         * ext/Makefile.am:
2559         * ext/cdio/Makefile.am:
2560         * ext/cdio/gstcdio.c:
2561         * ext/cdio/gstcdio.h:
2562         * ext/cdio/gstcdiocddasrc.c:
2563         * ext/cdio/gstcdiocddasrc.h:
2564
2565         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2566         CDDA source to -ugly.
2567
2568         * po/LINGUAS:
2569         * po/POTFILES.in:
2570         * po/id.po:
2571         Pull in new translation from 0.10.9.2 release branch.
2572
2573 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2574
2575         * docs/plugins/Makefile.am:
2576         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2577         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2578         * docs/plugins/gst-plugins-good-plugins.args:
2579         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2580         * docs/plugins/gst-plugins-good-plugins.interfaces:
2581         Integrate documentation for new hdv1394src element.
2582
2583 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2584
2585         * ext/raw1394/Makefile.am:
2586         * ext/raw1394/gst1394.c: (plugin_init):
2587         * ext/raw1394/gsthdv1394src.c: (_do_init),
2588         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2589         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2590         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2591         (gst_hdv1394src_from_raw1394handle),
2592         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2593         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2594         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2595         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2596         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2597         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2598         (gst_hdv1394src_uri_handler_init):
2599         * ext/raw1394/gsthdv1394src.h:
2600         mpeg2-ts (HDV) variant of firewire capture element.
2601         Fixes #350830
2602
2603 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2604
2605         * gst/level/gstlevel.c: (gst_level_message_new):
2606          Fix compilation (also known as the classic 'fix code that someone
2607          committed without compiling it first').
2608
2609 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2610
2611         * tests/check/elements/level.c:
2612           Add a test for level in stereo mode.
2613
2614 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2615
2616         * tests/examples/spectrum/demo-audiotest.c:
2617         * tests/examples/spectrum/demo-osssrc.c:
2618           Demo how to draw analyzer results synced to the clock.
2619
2620 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * gst/level/gstlevel.c:
2623           Little renaming (l -> level).
2624
2625         * gst/spectrum/gstspectrum.c:
2626         * gst/spectrum/gstspectrum.h:
2627           Also send full timestamp/duration details here.
2628
2629 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2630
2631         * gst/level/gstlevel.c:
2632         * gst/level/gstlevel.h:
2633           Send same timestamp/duration details as videoanalysis. This gives
2634           applications better chance to sync analysis results with playback.
2635
2636 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2637
2638         * gst/matroska/matroska-mux.c:
2639         (gst_matroska_mux_handle_sink_event),
2640         (flac_streamheader_to_codecdata):
2641         We need to drop one additional buffer for FLAC as the fLaC
2642         marker and STREAMINFO block are merged into one buffer in the caps.
2643
2644         Also don't pretend to support NEWSEGMENT events, otherwise we
2645         will most probably write some invalid data.
2646
2647 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2648
2649         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2650         (gst_matroska_mux_audio_pad_setcaps):
2651         Add support for muxing FLAC into Matroska containers.
2652         Fixes bug #311586.
2653
2654 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2655
2656         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2657         Actually provide the variables required for the format string.
2658
2659 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2660
2661         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2662         (gst_matroska_demux_element_send_event),
2663         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2664         * gst/matroska/matroska-demux.h:
2665         Close the current segment if we're doing a non-flushing seek and send
2666         the close-segment and the new segment of the seek from the streaming
2667         thread.
2668
2669 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2670
2671         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2672         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2673         (gst_flac_enc_change_state):
2674         * ext/flac/gstflacenc.h:
2675         Handle non-zero start timestamps correctly, mark header packets as
2676         IN_CAPS and print a warning and suggest using audiorate if stream
2677         discontinuities are detected. When FLAC supports flushing the encoder
2678         somehow this should be done for discontinuities instead.
2679
2680         Remove some unused variables from the instance struct.
2681
2682 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2683
2684         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2685         If seeking failed return the appropiate return value to FLAC.
2686         Otherwise it thinks seeking was successfull and tries to rewrite
2687         parts of the headers which then get appended to the output.
2688
2689 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2690
2691         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2692
2693         * ext/esd/gstesd.c: (plugin_init):
2694         * ext/flac/gstflac.c: (plugin_init):
2695         * ext/shout2/gstshout2.c: (plugin_init):
2696         * ext/wavpack/gstwavpack.c: (plugin_init):
2697         * sys/oss/gstossaudio.c: (plugin_init):
2698         * sys/v4l2/gstv4l2.c: (plugin_init):
2699         Make sure gettext returns translations in UTF-8 encoding rather
2700         than in the current locale encoding (#546822).
2701
2702 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2703
2704         * ext/flac/gstflacdec.c:
2705         Add FIXME for 0.11 to simply output everything with width=32 as given
2706         by FLAC and let audioconvert handle the conversions instead of doing
2707         them in flacdec.
2708
2709 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2710
2711         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2712         When outputting a pad template range for the size, include a framerate
2713         range too, to avoid 'not a real subset of template caps' errors.
2714
2715 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2716
2717         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2718
2719         * ext/flac/Makefile.am:
2720         * ext/flac/gstflac.c: (plugin_init):
2721         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2722         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2723         (gst_flac_tag_dispose), (gst_flac_tag_init),
2724         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2725         (gst_flac_tag_change_state):
2726         * ext/flac/gstflactag.h:
2727         Port flactag to 0.10, add documentation for it and clean it up a bit.
2728         Fixes bug #413841.
2729
2730         * docs/plugins/Makefile.am:
2731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2733         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2734         * docs/plugins/gst-plugins-good-plugins.interfaces:
2735         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2736         * docs/plugins/inspect/plugin-flac.xml:
2737         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2738         * ext/flac/gstflacdec.h:
2739         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2740         * ext/flac/gstflacenc.h:
2741         Add flactag and flacenc to the documentation and mark
2742         the private parts of the flacdec instance structure as private.
2743
2744         Also use gst_element_class_set_details_simple() in flacdec and
2745         flacenc.
2746
2747 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2748
2749         * gst/qtdemux/qtdemux.c:
2750           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2751           for it but ffmpeg does not.
2752
2753 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2754
2755         * gst/wavparse/gstwavparse.c:
2756           Handle the list chunk and use gst_riff_parse_info() to parse the info
2757           sub-chunk.
2758
2759 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2760
2761         * gst/wavparse/gstwavparse.c:
2762           Handle the acid chunk and send tempo as part of tags. Other fields are
2763           interesting too, but need more tag-definitions. Fixes #545433.
2764
2765 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2766
2767         * gst/wavparse/gstwavparse.c:
2768           Refactor wavparse. Call _reset() from dispose() and move old code from
2769           dispose into reset. This way we don't leak taglists when we abort
2770           parsing. Fix some comments. Move code for skipping a chunk into extra
2771           function. Replace chunk sizes with a const to ease readability.         
2772
2773 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2774
2775         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2776
2777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2778         Improve udp port setup. Fixes #545710.
2779
2780 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2781
2782         * gst/rtp/Makefile.am:
2783         * gst/rtp/gstrtp.c: (plugin_init):
2784         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2785         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2786         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2787         (gst_rtp_mp1s_depay_set_property),
2788         (gst_rtp_mp1s_depay_get_property),
2789         (gst_rtp_mp1s_depay_change_state),
2790         (gst_rtp_mp1s_depay_plugin_init):
2791         * gst/rtp/gstrtpmp1sdepay.h:
2792         Add MP1S depayloader.
2793
2794         * gst/rtsp/URLS:
2795         Some more sample rtsp streams.
2796
2797 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * gst/rtsp/URLS:
2800         Add another URL.
2801
2802         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2803         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2804         Add some more debug info.
2805
2806 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2807
2808         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2809         Provide cbSize field for audio extra_data size, and take care to
2810         pad extra_data.
2811
2812 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2813
2814         * gst/qtdemux/qtdemux.c:
2815           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2816           TRUE.
2817
2818 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2819
2820         * gst/qtdemux/qtdemux.c:
2821         * gst/qtdemux/qtdemux_fourcc.h:
2822           Add keyword tag support. Fixes #520694 for qtdemux.
2823
2824 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2825
2826         * gst/qtdemux/qtdemux.c:
2827           Add support for tmpo tag (BPM).
2828
2829 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2830
2831         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2832         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2833         Set an estimate for the total number of samples that will be encoded
2834         if possible to help decoders if the streaminfo can't be rewritten
2835         later (like when muxing into Ogg containers).
2836
2837         Add a warning if we get header packets after data packets as those
2838         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2839         work.
2840
2841 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2842
2843         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2844         (gst_flac_dec_write):
2845         Support decoding of all depths between 4 and 32 bits and read the
2846         depth from the streaminfo header if needed. Also support all sampling
2847         rates between 1 and 655350 Hz.
2848
2849         * ext/flac/gstflacenc.c:
2850         (gst_flac_enc_caps_append_structure_with_widths),
2851         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2852         (gst_flac_enc_chain):
2853         * ext/flac/gstflacenc.h:
2854         Support encoding in all bit depths supported by the streamable
2855         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2856         between 1 Hz and 655350 Hz.
2857
2858 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2859
2860         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2861         (gst_flac_enc_sink_getcaps):
2862         Support encoding of up to 8 channels.
2863
2864 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2865
2866         * ext/soup/gstsouphttpsrc.c:
2867         * ext/soup/gstsouphttpsrc.h:
2868         Fix seeking race condition in #540300
2869         Patch By: Wouter Cloetens  <wouter at mind be>
2870
2871 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2872
2873         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2874         (gst_matroska_demux_element_send_event),
2875         (gst_matroska_demux_handle_seek_event),
2876         (gst_matroska_demux_handle_src_event):
2877         When receiving a SEEK event on a specific pad first search for a seek
2878         table entry for the stream of the pad and then fall back to an entry
2879         for a different stream.
2880
2881 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2882
2883         * configure.ac:
2884         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2885         * gst/matroska/matroska-ids.h:
2886         Build depend on core CVS for the attachment tag.
2887
2888 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2889
2890         * configure.ac:
2891         * gst/matroska/Makefile.am:
2892         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2893         (copy_backptr), (lzo1x_decode), (main):
2894         * gst/matroska/lzo.h:
2895         * gst/matroska/matroska-demux.c:
2896         (gst_matroska_demux_read_track_encoding),
2897         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2898         (gst_matroska_decode_buffer),
2899         (gst_matroska_decode_content_encodings),
2900         (gst_matroska_demux_read_track_encodings),
2901         (gst_matroska_demux_add_stream),
2902         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2903         * gst/matroska/matroska-ids.h:
2904         Decode the codec private data and following ContentEncoding if
2905         necessary.
2906
2907         Support bzip2, lzo and header stripped compression. For lzo use the
2908         ffmpeg lzo implementation as liblzo is GPL licensed.
2909         
2910         Fix zlib decompression.
2911
2912 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2913
2914         * gst/matroska/matroska-mux.c:
2915         (gst_matroska_mux_audio_pad_setcaps):
2916         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2917         duration of a frame with the new mpegaudioversion caps field.
2918
2919 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2920
2921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2922         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2923         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2924         (gst_matroska_demux_stream_from_num),
2925         (gst_matroska_demux_tracknumber_unique),
2926         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2927         (gst_matroska_demux_handle_seek_event),
2928         (gst_matroska_demux_sync_streams),
2929         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2930         (gst_matroska_demux_loop):
2931         * gst/matroska/matroska-demux.h:
2932         Allow an infinite number of stream inside Matroska containers and use
2933         a GPtrArray for storing them instead of allowing "only" 127 streams.
2934
2935 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2936
2937         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2938         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2939         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2940         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2941         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2942         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2943         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2944         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2945         (gst_ebml_read_master), (gst_ebml_read_binary),
2946         (gst_ebml_read_header):
2947         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2948         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2949         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2950         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2951         (gst_ebml_replace_uint):
2952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2953         (gst_matroska_demux_read_track_encoding),
2954         (gst_matroska_demux_read_track_encodings),
2955         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2956         (gst_matroska_demux_send_event),
2957         (gst_matroska_demux_element_send_event),
2958         (gst_matroska_demux_handle_seek_event),
2959         (gst_matroska_demux_handle_src_event),
2960         (gst_matroska_demux_init_stream),
2961         (gst_matroska_demux_parse_tracks),
2962         (gst_matroska_demux_parse_index_cuetrack),
2963         (gst_matroska_demux_parse_index_pointentry),
2964         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2965         (gst_matroska_demux_parse_metadata_id_simple_tag),
2966         (gst_matroska_demux_parse_metadata_id_tag),
2967         (gst_matroska_demux_parse_metadata),
2968         (gst_matroska_demux_parse_attached_file),
2969         (gst_matroska_demux_parse_attachments),
2970         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2971         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2972         (gst_matroska_demux_push_flac_codec_priv_data),
2973         (gst_matroska_demux_push_xiph_codec_priv_data),
2974         (gst_matroska_demux_push_dvd_clut_change_event),
2975         (gst_matroska_demux_add_mpeg_seq_header),
2976         (gst_matroska_demux_add_wvpk_header),
2977         (gst_matroska_demux_check_subtitle_buffer),
2978         (gst_matroska_decode_buffer),
2979         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2980         (gst_matroska_demux_parse_cluster),
2981         (gst_matroska_demux_parse_contents_seekentry),
2982         (gst_matroska_demux_parse_contents),
2983         (gst_matroska_demux_loop_stream_parse_id),
2984         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2985         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2986         (gst_matroska_demux_subtitle_caps),
2987         (gst_matroska_demux_change_state):
2988         * gst/matroska/matroska-ids.c:
2989         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2990         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2991         (gst_matroska_mux_video_pad_setcaps),
2992         (xiph3_streamheader_to_codecdata),
2993         (vorbis_streamheader_to_codecdata),
2994         (theora_streamheader_to_codecdata),
2995         (gst_matroska_mux_audio_pad_setcaps),
2996         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2997         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2998         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2999         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
3000         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
3001         Fix indention everywhere. A broken indent version has added newlines
3002         after every single declaration some time ago.
3003
3004 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3005
3006         * gst/matroska/matroska-demux.c:
3007         (gst_matroska_demux_loop_stream_parse_id):
3008         If no Tracks are found error out instead of trying it again until the
3009         end of time.
3010
3011 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3012
3013         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3014         Fix demuxing of raw integer audio. The samples are unsigned only for 8
3015         bit and signed otherwise, not the other way around.
3016
3017 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3018
3019         * gst/matroska/matroska-mux.c:
3020         Add more raw YUV formats to the list of supported formats.
3021
3022 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3023
3024         * gst/matroska/matroska-mux.c:
3025         (gst_matroska_mux_audio_pad_setcaps):
3026         Add support for muxing raw float audio now that the spec defines the
3027         endianness and add support for muxing raw integer audio with 24 and
3028         32 bits.
3029
3030         Allow muxing of more than 8 audio channels.
3031
3032 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3033
3034         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3035         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3036         Add locking to the global array of used track UIDs to prevent random
3037         crashes if more than a single matrosmux instance is used.
3038
3039         Use 64 bit values for the track UIDs.
3040
3041         Use the global GRandom of GLib instead of creating our own one
3042         for the few random numbers we need every single time.
3043
3044 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3045
3046         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3047         (gst_flac_dec_setup_stream_decoder),
3048         (gst_flac_dec_update_metadata):
3049         Always post the audio-codec tag, not only if other tags are present.
3050
3051 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3052
3053         * configure.ac:
3054         Back to development -> 0.10.9.1
3055
3056 === release 0.10.9 ===
3057
3058 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3059
3060         * configure.ac:
3061           releasing 0.10.9, "Steam Train Rolling"
3062
3063 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3064
3065         * ext/soup/gstsouphttpsrc.c:
3066         Don't throw an error when soup completes a msg with status
3067         'cancelled', as that indicates we cancelled a request while
3068         shutting down or seeking, and it's not an error.
3069         Fixes: #540300 again.
3070
3071 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3072
3073         * configure.ac:
3074         0.10.8.4 pre-release
3075
3076 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3077
3078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3079         Fix segment-stop regression.
3080         Add documentation regarding segments in quicktime files by Wim Taymans.
3081         Fixes #544509
3082
3083 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3084
3085         * configure.ac:
3086         0.10.8.3 pre-release
3087
3088         * po/LINGUAS:
3089         * po/pt_BR.po:
3090         Add pt_BR translation
3091
3092 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3093
3094         * gst/goom/convolve_fx.c:
3095         * gst/goom/filters.c:
3096         * gst/goom/goom_config.h:
3097         * gst/goom/goom_core.c:
3098         * gst/goom/goom_tools.h:
3099           Fix build with MSVC: include glib.h to define inline appropriately,
3100           use header guards where needed.
3101         * gst/udp/gstudpnetutils.c:
3102         * gst/udp/gstudpsrc.c:
3103           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3104           g_snprintf rather than snprintf.
3105           Fixes #544433.
3106
3107 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3108
3109         * gst/debug/gsttaginject.c:
3110         * gst/debug/gsttaginject.h:
3111           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3112           partially.
3113
3114 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3115
3116         * configure.ac:
3117         0.10.8.2 pre-release
3118
3119 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3120
3121         * ext/Makefile.am:
3122         Finish hooking up pulseaudio plugin to the build.
3123
3124         * ext/pulse/pulsemixerctrl.c:
3125         Fix compilation error.
3126
3127 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3128
3129         * po/LINGUAS:
3130         * po/lt.po:
3131         Add new lithunian translation, and add french to the LINGUAS
3132         file.
3133
3134 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3135
3136         * ext/soup/gstsouphttpsrc.c:
3137         Fix Soup HTTP source seeking.
3138         Patch By: Wouter Cloetens  <wouter at mind be>
3139         Fixes: #540300
3140
3141         * tests/check/elements/.cvsignore:
3142         Ignore new check programs.
3143
3144 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3145
3146         * configure.ac:
3147         * docs/plugins/Makefile.am:
3148         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3149         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3150         * docs/plugins/gst-plugins-good-plugins.args:
3151         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3152         * docs/plugins/gst-plugins-good-plugins.interfaces:
3153         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3154         * docs/plugins/inspect/plugin-interleave.xml:
3155         * docs/plugins/inspect/plugin-replaygain.xml:
3156         * tests/check/Makefile.am:
3157
3158         Move replaygain and interleave plugins from -bad.
3159         Fixes: #543406
3160         Fixes: #536228
3161
3162 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3163
3164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3165         (qtdemux_parse_trak):
3166         Revert ISO base media spec based pixel-aspect-ratio calculation.
3167         Fixes #543300.
3168
3169 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3170
3171         * sys/osxvideo/osxvideosink.m:
3172         Fix minor build issues on macosx.
3173         Fixes #543054
3174
3175 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3176
3177         * configure.ac::
3178         * ext/taglib/Makefile.am::
3179           Only use -Wno-attributes (which is there to work around a
3180           bug in the taglib 1.5 headers) if the c++ compiler actually
3181           supports it (#543255).
3182
3183 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3184
3185         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3186
3187         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3188           Avoid compiler warning by initialising variable to NULL (#543259).
3189
3190 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3191
3192         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3193         Don't pass NULL taglists to gst_tag_list_is_empty().
3194
3195 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3196
3197         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3198         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3199         (rtp_pipeline_run):
3200         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3201         Don't use declarations after statements.
3202
3203 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3204
3205         * ext/jpeg/gstjpegdec.c:
3206         Align documentation with reality.
3207
3208 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3209
3210         * gst/udp/gstudpnetutils.c:
3211         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3212         old value (1) if it's not defined which should not cause any problems
3213         as we're using it internal only anyway.
3214
3215 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3216
3217         Patch by: Alessandro Decina <alessandro at nnva dot org>
3218
3219         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3220         Fix build of avidemux on big endian architectures.
3221
3222 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3223
3224         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3225
3226         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3227         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3228
3229 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3230
3231         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3232         (qtdemux_parse_trak):
3233         Set pixel-aspect-ratio in caps using display width and height
3234         provided in track.
3235
3236 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3237
3238         * configure.ac:
3239         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3240         flags that are invalid for C++. Fixes bug #516509.
3241
3242 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3243
3244         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3245         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3246         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3248         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3249         * tests/examples/equalizer/demo.c: (message_handler):
3250         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3251         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3252         Don't use declarations after statements and variable length arrays.
3253
3254 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3255
3256         Patch by: Daniel Drake <dsd at gentoo dot org>
3257
3258         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3259         (gst_v4l2src_get_nearest_size):
3260         Try progressive video if interlaced fails. Fixes bug #541956
3261         and the usage of v4l2src on OLPC.
3262
3263 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3264
3265         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3266         (gst_rtp_speex_depay_process):
3267         * gst/rtp/gstrtpspeexdepay.h:
3268         Revert last change: Only the jitterbuffer is able to convert RTP to
3269         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3270         Reopens bug #541787.
3271
3272 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3273
3274         * gst/rtp/gstrtpvrawdepay.c:
3275           Include stdlib.h for atoi().
3276
3277         * gst/rtsp/gstrtspsrc.c:
3278           Use floating point math for latencies < 0 sec in log output.
3279
3280 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3281
3282         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3283
3284         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3285         (gst_rtp_speex_depay_process):
3286         * gst/rtp/gstrtpspeexdepay.h:
3287         Take timestamp from the RTP packet as a first step to fix problems
3288         with transmission over RTP when the network is not reliable.
3289         Fixes bug #541787.
3290
3291 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3292
3293         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3294
3295         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3296         Fix parsing of udp:// URIs containing IPv6 addresses.
3297         Fixes bug #541650.
3298
3299 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3300
3301         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3302         Do not leak incoming buffers.
3303
3304 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3305
3306         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3307
3308         * configure.ac:
3309         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3310         for htons() and htonl(). Fixes bug #541412.
3311
3312 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3313
3314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3315         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3316         (gst_matroska_demux_element_query),
3317         (gst_matroska_demux_handle_src_query),
3318         (gst_matroska_demux_handle_seek_event):
3319         Handle position and duration query in DEFAULT format if the
3320         pad's track has a default frame duration set.
3321
3322         Fix seeking now that the segment's duration doesn't contain the
3323         (possibly wrong or inaccurate) duration of the Matroska file.
3324
3325 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3326
3327         * gst/matroska/ebml-read.c: (_ext2dbl):
3328         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3329         in math.h except on MSVC where it is defined in xmath.h.
3330         Fixes compilation with MSVC.
3331
3332 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3333
3334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3335         (gst_matroska_demux_handle_src_query),
3336         (gst_matroska_demux_parse_info),
3337         (gst_matroska_demux_loop_stream_parse_id):
3338         * gst/matroska/matroska-demux.h:
3339         Don't set the segment duration to the duration from the Matroska
3340         header as this value could be wrong and is just informational.
3341
3342 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3343
3344         * gst/matroska/matroska-demux.c:
3345         (gst_matroska_demux_loop_stream_parse_id):
3346         If no Tracks element is found until the first Cluster is found
3347         search it and error out if none is found in the complete file.
3348
3349 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3350
3351         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3352         Resync non-subtitle tracks too if a too large gap compared to other
3353         tracks is detected.
3354
3355 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3356
3357         * gst/rtp/Makefile.am:
3358         * gst/rtp/gstrtp.c: (plugin_init):
3359         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3360         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3361         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3362         (gst_rtp_vraw_depay_change_state),
3363         (gst_rtp_vraw_depay_plugin_init):
3364         * gst/rtp/gstrtpvrawdepay.h:
3365         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3366         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3367         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3368         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3369         (gst_rtp_vraw_pay_plugin_init):
3370         * gst/rtp/gstrtpvrawpay.h:
3371         Add raw video pay and depayloaders, see RFC4175.
3372
3373 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3374
3375         * ext/libpng/gstpngdec.c:
3376         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3377         whatever it returned.
3378
3379 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3380
3381         * gst/avi/avi-ids.h:
3382         Add vprp chunk related structures.
3383         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3384         (gst_avi_demux_parse_stream):
3385         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3386         to caps.  Fixes #539482.
3387         * gst/avi/gstavimux.h:
3388         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3389         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3390         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3391
3392 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3393
3394         * tests/check/elements/avimux.c: (check_avimux_pad):
3395         Adjust avimux unit test according to increased streamheader size.
3396
3397 2008-06-27  David Schleef  <ds@schleef.org>
3398
3399         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3400
3401 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3402
3403         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3404         * gst/avi/gstavimux.h:
3405         Add 8 bytes to current streamheader to make for a complete one
3406         and to make more players happy.  Fixes #519460.
3407
3408 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3409
3410         * sys/v4l2/v4l2_calls.c::
3411           Don't include unused gstv4l2xoverlay.h. Fixes build
3412           in case where X11 headers are not installed.
3413
3414 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3415
3416         * ext/dv/gstdv.c: (plugin_init):
3417         Fix compilation.
3418
3419 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3420
3421         * ext/dv/gstdv.c: (plugin_init):
3422         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3423         DV decoder available.
3424         Fixes #532393
3425
3426 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3427
3428         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3429         Call getsockname() after the call to bind() to get updated values
3430         for the port, etc. This fixes the usage of udpsrc on anonymous
3431         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3432         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3433
3434 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3435
3436         * tests/check/pipelines/wavpack.c: (bus_handler):
3437         Remove workaround for a bug in identity that is fixed in 0.10.20.
3438
3439 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3440
3441         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3442
3443         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3444         Fix HTTP auth support with user/password passed via the URI.
3445         Fixes bug #540067.
3446
3447 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3448
3449         * configure.ac:
3450           Depend on released versions of core and -base.
3451
3452 2008-06-23  Julien Moutte  <julien@fluendo.com>
3453
3454         * gst/matroska/matroska-demux.c:
3455         (gst_matroska_demux_read_track_encoding),
3456         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3457         format strings in macros. (makes it build on OS X again...)
3458
3459 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3460
3461         * gst/rtp/gstrtptheorapay.c:
3462         * gst/udp/gstmultiudpsink.c:
3463           Added debug.
3464
3465 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3466
3467         * configure.ac: switch v4l2src over to the normal build instead of
3468         being 'experimental'. Fixes bug #536831.
3469
3470 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3471
3472         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3473         Remove unused variable so that we can compile again.
3474
3475 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3476
3477         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3478         No need to check for audio/G723 and audio/32KADPCM here as they are
3479         no longer supported.
3480
3481 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3482
3483         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3484         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3485         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3486         known length.
3487
3488 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3489
3490         * gst/matroska/matroska-demux.c:
3491         (gst_matroska_demux_add_wvpk_header),
3492         (gst_matroska_demux_audio_caps):
3493         * gst/matroska/matroska-ids.h:
3494         Fix demuxing of WavPack files. Muxing is still broken.
3495
3496 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3497
3498         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3499         (gst_matroska_demux_add_mpeg_seq_header),
3500         (gst_matroska_demux_add_wvpk_header),
3501         (gst_matroska_demux_check_subtitle_buffer),
3502         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3503         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3504         (gst_matroska_demux_subtitle_caps):
3505         * gst/matroska/matroska-ids.h:
3506         Add a "vfunc" to the track context for postprocessing frames and
3507         convert the wavpack and subtitle postprocessing to this vfunc.
3508         Copy buffer flags in those functions to the new buffers too.
3509
3510         Parse CodecState elements of Blocks.
3511
3512         Add a postprocessing function for MPEG video that adds the sequence
3513         header from the codec private data or codec state to the frames if
3514         it's not already there.
3515
3516 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3517
3518         * gst/matroska/matroska-demux.c:
3519         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3520         If a gap of more than 1/2 second is found in one stream send a
3521         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3522         This also fixes Matroska files where the first buffer doesn't start
3523         at timestamp 0. Fixes bug #429322.
3524
3525         The duration of a block is the default duration multiplied with the
3526         number of laces. Every lace is one frame and the default duration
3527         is the duration of one frame. This fixes playback of files that use
3528         lacing for some tracks.
3529
3530 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3531
3532         * gst/matroska/matroska-demux.c:
3533         (gst_matroska_demux_parse_contents_seekentry):
3534         Update FIXME/TODOs and only ignore EOS at the central, important place
3535         instead of several places.
3536
3537 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3538
3539         * gst/rtp/gstrtpg726pay.c:
3540         Fix caps, See #538891.
3541
3542 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3543
3544         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3545         (gst_matroska_demux_stream_from_num),
3546         (gst_matroska_demux_encoding_cmp),
3547         (gst_matroska_demux_encoding_order_unique),
3548         (gst_matroska_demux_read_track_encoding),
3549         (gst_matroska_demux_read_track_encodings),
3550         (gst_matroska_demux_tracknumber_unique),
3551         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3552         (gst_matroska_demux_parse_tracks),
3553         (gst_matroska_demux_parse_index_cuetrack),
3554         (gst_matroska_demux_parse_index_pointentry),
3555         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3556         (gst_matroska_demux_parse_metadata_id_simple_tag),
3557         (gst_matroska_demux_parse_metadata_id_tag),
3558         (gst_matroska_demux_parse_metadata),
3559         (gst_matroska_demux_parse_attached_file),
3560         (gst_matroska_demux_parse_attachments),
3561         (gst_matroska_demux_parse_chapters),
3562         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3563         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3564         (gst_matroska_demux_parse_cluster),
3565         (gst_matroska_demux_parse_contents_seekentry),
3566         (gst_matroska_demux_parse_contents),
3567         (gst_matroska_demux_loop_stream_parse_id),
3568         (gst_matroska_demux_loop):
3569         Improve debug output everywhere and fix the EOS logic.
3570
3571         Check the values of the ContentEncoding elements more strictly and
3572         don't use tracks for which it's invalid.
3573
3574         Check that the track number is unique for this stream.
3575
3576         Check that seek positions are below G_MAXINT64 as our seeks are
3577         int64-based and overflows will fail badly.
3578
3579         After seeks also don't push SimpleBlocks until the first one
3580         containing a keyframe is found. Before this was done only for normal
3581         Blocks.
3582
3583         Update some FIXME/TODOs.
3584         
3585         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3586         (gst_ebml_read_utf8), (gst_ebml_read_header):
3587         Improve debug output.
3588
3589         * gst/matroska/matroska-ids.c:
3590         (gst_matroska_track_init_video_context):
3591         * gst/matroska/matroska-ids.h:
3592         * gst/matroska/matroska-mux.c:
3593         (gst_matroska_mux_video_pad_setcaps):
3594         Remove eye mode and don't parse it anymore. We can't use that
3595         information in GStreamer yet so it's useless.
3596
3597
3598 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3599
3600         Patch by: Mersad Jelacic <mersad at axis dot com>
3601
3602         * gst/rtp/Makefile.am:
3603         * gst/rtp/gstrtp.c: (plugin_init):
3604         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3605         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3606         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3607         (gst_rtp_g726_depay_plugin_init):
3608         * gst/rtp/gstrtpg726depay.h:
3609         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3610         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3611         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3612         * gst/rtp/gstrtpg726pay.h:
3613         Added G726 pay/depayloaders. Fixes #538891.
3614
3615 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3616
3617         * gst/rtsp/URLS:
3618         Some more urls.
3619
3620         * gst/smpte/barboxwipes.c:
3621         Add a comment
3622
3623         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3624         Fix typo, add audioresample to the pipeline.
3625
3626 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         * ext/libmng/Makefile.am:
3629         * ext/libmng/gstmng.c: (plugin_init):
3630         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3631         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3632         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3633         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3634         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3635         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3636         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3637         (gst_mng_dec_change_state):
3638         * ext/libmng/gstmngdec.h:
3639         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3640         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3641         (gst_mng_enc_init), (gst_mng_enc_chain),
3642         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3643         * ext/libmng/gstmngenc.h:
3644         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3645         bits ifdeffed out still.
3646
3647 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3648
3649         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3650         When comparing index elements with the same time compare their
3651         block number.
3652
3653 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3654
3655         * gst/matroska/matroska-demux.c:
3656           (gst_matroska_demux_parse_attached_file)
3657           Init variable to NULL to avoid compiler warning.
3658
3659 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3660
3661         * gst/matroska/Makefile.am:
3662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3663         (gst_matroska_demux_parse_attached_file),
3664         (gst_matroska_demux_parse_attachments),
3665         (gst_matroska_demux_parse_contents_seekentry),
3666         (gst_matroska_demux_loop_stream_parse_id):
3667         * gst/matroska/matroska-demux.h:
3668         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3669         * gst/matroska/matroska-ids.h:
3670         * gst/matroska/matroska.c: (plugin_init):
3671         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3672         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3673         and description of the attachments in the caps. Fixes bug #537622.
3674
3675 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3676
3677         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3678         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3679         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3680         (gst_speex_enc_src_query), (gst_speex_enc_init),
3681         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3682         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3683         (gst_speex_enc_set_property):
3684         Add mode property.
3685         Some cleanups, add more debug info.
3686         Add latency query.
3687
3688 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3689
3690         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3691         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3692         If we get less bytes than requested we can't do anything except doing
3693         our EOS logic.
3694
3695 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3696
3697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3698         (gst_matroskademux_do_index_seek),
3699         (gst_matroska_demux_parse_index_cuetrack),
3700         (gst_matroska_demux_parse_index_pointentry),
3701         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3702         (gst_matroska_demux_parse_metadata):
3703         * gst/matroska/matroska-demux.h:
3704         * gst/matroska/matroska-ids.h:
3705         Use a GArray for storing the Cue (i.e. seek) information, store
3706         the CueTrackPositions for every track, store the block number
3707         and optimize searching in the array by sorting it after the last
3708         element was added.
3709
3710         Fix a small memory leak when trying to parse a tags element that was
3711         already parsed.
3712
3713 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3716         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3717         (gst_matroska_mux_write_data):
3718         * gst/matroska/matroska-mux.h:
3719         Don't write another SeekHead which indexes all Clusters to the end of
3720         the file. This isn't useful for anything and just increases filesize.
3721
3722 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3725         Prevent unaligned memory access when reading floats.
3726
3727 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3728
3729         * gst/matroska/ebml-read.c:
3730         * gst/matroska/ebml-read.h:
3731         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3732         (gst_matroska_demux_parse_metadata):
3733         * gst/matroska/matroska-demux.h:
3734         Make sure that every Tags element is only parsed once and it's
3735         containing tags are only posted once.
3736
3737 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3738
3739         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3740         (gst_ebml_read_header):
3741         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3742         (gst_matroska_demux_parse_tracks),
3743         (gst_matroska_demux_parse_index_cuetrack),
3744         (gst_matroska_demux_parse_index_pointentry),
3745         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3746         (gst_matroska_demux_parse_metadata_id_simple_tag),
3747         (gst_matroska_demux_parse_metadata_id_tag),
3748         (gst_matroska_demux_parse_metadata),
3749         (gst_matroska_demux_parse_attachments),
3750         (gst_matroska_demux_parse_chapters),
3751         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3752         (gst_matroska_demux_parse_cluster),
3753         (gst_matroska_demux_parse_contents_seekentry),
3754         (gst_matroska_demux_parse_contents),
3755         (gst_matroska_demux_loop_stream_parse_id):
3756         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3757         already. They're not useful in the matroska parser and only cause
3758         additional code.
3759
3760 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3763         (gst_ebml_finalize), (gst_ebml_read_change_state),
3764         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3765         * gst/matroska/matroska-demux.c:
3766         (gst_matroska_demux_parse_contents_seekentry):
3767         Reverse the level list as we usually are only interested in the
3768         first element or want to add a new first element. Having the
3769         first element stored at the end and calling g_list_last() and
3770         g_list_append() is more expensive.
3771
3772         Also use GSlice for allocating the GstEbmlLevel structs.
3773
3774 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3775
3776         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3777           (gst_tag_inject_class_init), (gst_tag_inject_init):
3778           Don't unref NULL taglist in finalize. Don't use c++ style
3779           comments.
3780
3781 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3782
3783         * gst/matroska/matroska-demux.c:
3784         (gst_matroska_demux_parse_metadata_id_simple_tag):
3785         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3786         (gst_matroska_mux_write_data):
3787         Use gst_value_serialize() and gst_value_deserialize() for transforming
3788         tags from some GType to a string and the other way around. The default
3789         transformations in GLib don't include transformations from string to
3790         number types.
3791
3792 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3793
3794         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3795         (gst_matroska_demux_parse_tracks),
3796         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3797         (gst_matroska_demux_parse_attachments),
3798         (gst_matroska_demux_parse_chapters),
3799         (gst_matroska_demux_parse_contents_seekentry),
3800         (gst_matroska_demux_loop_stream_parse_id):
3801         * gst/matroska/matroska-demux.h:
3802         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3803         Tags multiple times. The first ones can appear more than once but must
3804         contain the same content as the first for backup purposes so we ignore
3805         all but the first one. Tags can appear multiple times with different
3806         content.
3807
3808         Jump to all elements except Clusters that are available from a
3809         SeekHead to make it more likely to have all required informations
3810         before getting to the first Clusters.
3811
3812         Add dummy functions for parsing Attachments and Chapters.
3813
3814 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3815
3816         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3817         (gst_udpsrc_create), (gst_udpsrc_set_property),
3818         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3819         * gst/udp/gstudpsrc.h:
3820         Add property to control automatic join/leave of multicast groups.
3821         Add G_LIKELY.
3822         Remove setting caps on buffers explicitly, basesrc does that for us now.
3823         Improve debug info.
3824         Convert some non-fatal error into warnings.
3825         Use g_ntohs for better portability.
3826         Leave multicast groups when stopping.
3827         When using external sockets, use getsockname() on them to fill up the
3828         addr structure before calling methods that use the structure.
3829         Should all fix #536903.
3830         API: GstUDPSrc::auto-multicast property
3831
3832 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3833
3834         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3835         Use g_ntohl for better portability.
3836
3837 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3838
3839         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3840         (gst_multiudpsink_remove):
3841         Fix a typo and do some small cleanups.
3842
3843 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3844
3845         Patch by: Olivier Crete <tester at tester dot ca>
3846
3847         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3848         Make the delivery-method mandatory on the caps and only accept inline
3849         for now.
3850         Reverse strcmp checks for delivery-method.
3851
3852         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3853         Make delivery method optional when parsing caps and note this in the
3854         caps.
3855         Reverse strcmp checks for delivery-method.
3856
3857         * gst/rtp/gstrtpvorbispay.c:
3858         Update a comment to note that the delivery-method is optional, 
3859         Fixes #537675.
3860
3861 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3862
3863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3864         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3865         leaving them in READY. Fixes #537832.
3866
3867 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3868
3869         * gst/avi/gstavimux.c:
3870           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3871           for a random constant in tagmuxing code.
3872
3873 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3874
3875         * gst/debug/gsttaginject.c:
3876         * gst/debug/gsttaginject.h:
3877           Now actually adding the new element.
3878
3879 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3880
3881         * docs/plugins/Makefile.am:
3882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3884         * docs/plugins/gst-plugins-good-plugins.args:
3885         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3886         * docs/plugins/gst-plugins-good-plugins.interfaces:
3887         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3888         * docs/plugins/inspect/plugin-aasink.xml:
3889         * docs/plugins/inspect/plugin-alaw.xml:
3890         * docs/plugins/inspect/plugin-alpha.xml:
3891         * docs/plugins/inspect/plugin-alphacolor.xml:
3892         * docs/plugins/inspect/plugin-annodex.xml:
3893         * docs/plugins/inspect/plugin-apetag.xml:
3894         * docs/plugins/inspect/plugin-audiofx.xml:
3895         * docs/plugins/inspect/plugin-auparse.xml:
3896         * docs/plugins/inspect/plugin-autodetect.xml:
3897         * docs/plugins/inspect/plugin-avi.xml:
3898         * docs/plugins/inspect/plugin-cacasink.xml:
3899         * docs/plugins/inspect/plugin-cairo.xml:
3900         * docs/plugins/inspect/plugin-cdio.xml:
3901         * docs/plugins/inspect/plugin-cutter.xml:
3902         * docs/plugins/inspect/plugin-debug.xml:
3903         * docs/plugins/inspect/plugin-dv.xml:
3904         * docs/plugins/inspect/plugin-efence.xml:
3905         * docs/plugins/inspect/plugin-effectv.xml:
3906         * docs/plugins/inspect/plugin-equalizer.xml:
3907         * docs/plugins/inspect/plugin-esdsink.xml:
3908         * docs/plugins/inspect/plugin-flac.xml:
3909         * docs/plugins/inspect/plugin-flxdec.xml:
3910         * docs/plugins/inspect/plugin-gamma.xml:
3911         * docs/plugins/inspect/plugin-gconfelements.xml:
3912         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3913         * docs/plugins/inspect/plugin-goom.xml:
3914         * docs/plugins/inspect/plugin-goom2k1.xml:
3915         * docs/plugins/inspect/plugin-halelements.xml:
3916         * docs/plugins/inspect/plugin-icydemux.xml:
3917         * docs/plugins/inspect/plugin-id3demux.xml:
3918         * docs/plugins/inspect/plugin-jpeg.xml:
3919         * docs/plugins/inspect/plugin-level.xml:
3920         * docs/plugins/inspect/plugin-matroska.xml:
3921         * docs/plugins/inspect/plugin-monoscope.xml:
3922         * docs/plugins/inspect/plugin-mulaw.xml:
3923         * docs/plugins/inspect/plugin-multifile.xml:
3924         * docs/plugins/inspect/plugin-multipart.xml:
3925         * docs/plugins/inspect/plugin-navigationtest.xml:
3926         * docs/plugins/inspect/plugin-ossaudio.xml:
3927         * docs/plugins/inspect/plugin-png.xml:
3928         * docs/plugins/inspect/plugin-quicktime.xml:
3929         * docs/plugins/inspect/plugin-rtp.xml:
3930         * docs/plugins/inspect/plugin-rtsp.xml:
3931         * docs/plugins/inspect/plugin-smpte.xml:
3932         * docs/plugins/inspect/plugin-soup.xml:
3933         * docs/plugins/inspect/plugin-spectrum.xml:
3934         * docs/plugins/inspect/plugin-speex.xml:
3935         * docs/plugins/inspect/plugin-taglib.xml:
3936         * docs/plugins/inspect/plugin-udp.xml:
3937         * docs/plugins/inspect/plugin-video4linux2.xml:
3938         * docs/plugins/inspect/plugin-videobalance.xml:
3939         * docs/plugins/inspect/plugin-videobox.xml:
3940         * docs/plugins/inspect/plugin-videocrop.xml:
3941         * docs/plugins/inspect/plugin-videoflip.xml:
3942         * docs/plugins/inspect/plugin-videomixer.xml:
3943         * docs/plugins/inspect/plugin-wavenc.xml:
3944         * docs/plugins/inspect/plugin-wavpack.xml:
3945         * docs/plugins/inspect/plugin-wavparse.xml:
3946         * docs/plugins/inspect/plugin-ximagesrc.xml:
3947         * gst/debug/Makefile.am:
3948         * gst/debug/breakmydata.c:
3949         * gst/debug/efence.c:
3950         * gst/debug/gstdebug.c:
3951         * gst/debug/gstnavseek.c:
3952         * gst/debug/gstpushfilesrc.c:
3953         * gst/debug/gstpushfilesrc.h:
3954         * gst/debug/negotiation.c:
3955         * gst/debug/progressreport.c:
3956         * gst/debug/progressreport.h:
3957         * gst/debug/rndbuffersize.c:
3958         * gst/debug/testplugin.c:
3959           Remove dummy plugin_init. Remove some undefined entries from doc-
3960           section file. Add taginject element and rebuild docs for it.
3961
3962 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3963
3964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3965         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3966         Update the counter for the number of streams when pads are added or
3967         removed. This will make sure that a seek table is generated for
3968         files with just one audio stream.
3969
3970 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3971
3972         * gst/matroska/matroska-demux.c:
3973         (gst_matroska_demux_parse_metadata_id_simple_tag):
3974         * gst/matroska/matroska-ids.h:
3975         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3976         Add some more tags, improve debugging a bit and make sure that
3977         GValue transformation has succeeded before using the result
3978         as a tag.
3979
3980 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3981
3982         Patch by: Olivier Crete <tester at tester dot ca>
3983
3984         * gst/rtp/gstrtptheorapay.c:
3985         The Theora RTP payloader only supports the "inline" delievery method
3986         so let's declare this on the caps of the static pad template.
3987         Fixes bug #537675.
3988
3989 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3992         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3993         Remove bogus check.
3994
3995 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3998         (gst_videomixer_blend_buffers):
3999         Use stream_time to synchronize the object properties.
4000         Use running_time of the master pad to timestamp outgoing buffers.
4001         Fix the initial segment event to extend an unknown amount of time.
4002         Fixes #537361.
4003
4004 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
4005
4006         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
4007         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
4008         (gst_avi_demux_calculate_durations_from_index),
4009         (gst_avi_demux_stream_header_push),
4010         (gst_avi_demux_stream_header_pull):
4011         Try to ignore unparsable/unknown streams and give a warning instead of
4012         erroring out. Fixes #537377.
4013
4014 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4015
4016         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
4017         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
4018
4019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4020         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4021         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4022         (gst_matroska_demux_read_track_encodings),
4023         (gst_matroska_demux_add_stream),
4024         (gst_matroska_demux_handle_src_query),
4025         (gst_matroska_demux_init_stream),
4026         (gst_matroska_demux_parse_index_cuetrack),
4027         (gst_matroska_demux_parse_index_pointentry),
4028         (gst_matroska_demux_parse_info),
4029         (gst_matroska_demux_parse_metadata_id_simple_tag),
4030         (gst_matroska_demux_parse_metadata),
4031         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4032         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4033         (gst_matroska_demux_parse_cluster),
4034         (gst_matroska_demux_parse_contents_seekentry),
4035         (gst_matroska_demux_loop_stream_parse_id),
4036         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4037         (gst_matroska_demux_audio_caps),
4038         (gst_matroska_demux_subtitle_caps):
4039         * gst/matroska/matroska-demux.h:
4040         * gst/matroska/matroska-ids.c:
4041         (gst_matroska_track_init_subtitle_context):
4042         * gst/matroska/matroska-ids.h:
4043         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4044         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4045         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4046         (gst_matroska_mux_video_pad_setcaps),
4047         (gst_matroska_mux_audio_pad_setcaps),
4048         (gst_matroska_mux_subtitle_pad_setcaps),
4049         (gst_matroska_mux_request_new_pad),
4050         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4051         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4052         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4053         (gst_matroska_mux_set_property):
4054         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4055         elements, do some checks for valid values in the demuxer, handle
4056         tracktimecodescale in the demuxer, set correct default values for all
4057         settings in the demuxer, review and add all missing matroska
4058         IDs and some more raw YUV formats, and some trivial cleanup.
4059
4060 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4061
4062         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4063         (gst_pulsemixer_class_init):
4064         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4065         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4066         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4067         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4068         (gst_pulsesrc_prepare):
4069         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4070         gst_element_class_set_details_simple() and fix coding style a bit
4071         more.
4072
4073 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4074
4075         * docs/plugins/Makefile.am:
4076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4078         * docs/plugins/gst-plugins-good-plugins.args:
4079         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4080         * docs/plugins/gst-plugins-good-plugins.interfaces:
4081         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4082         * docs/plugins/inspect/plugin-aasink.xml:
4083         * docs/plugins/inspect/plugin-alaw.xml:
4084         * docs/plugins/inspect/plugin-alpha.xml:
4085         * docs/plugins/inspect/plugin-alphacolor.xml:
4086         * docs/plugins/inspect/plugin-annodex.xml:
4087         * docs/plugins/inspect/plugin-apetag.xml:
4088         * docs/plugins/inspect/plugin-audiofx.xml:
4089         * docs/plugins/inspect/plugin-auparse.xml:
4090         * docs/plugins/inspect/plugin-autodetect.xml:
4091         * docs/plugins/inspect/plugin-avi.xml:
4092         * docs/plugins/inspect/plugin-cacasink.xml:
4093         * docs/plugins/inspect/plugin-cairo.xml:
4094         * docs/plugins/inspect/plugin-cdio.xml:
4095         * docs/plugins/inspect/plugin-cutter.xml:
4096         * docs/plugins/inspect/plugin-debug.xml:
4097         * docs/plugins/inspect/plugin-dv.xml:
4098         * docs/plugins/inspect/plugin-efence.xml:
4099         * docs/plugins/inspect/plugin-effectv.xml:
4100         * docs/plugins/inspect/plugin-equalizer.xml:
4101         * docs/plugins/inspect/plugin-esdsink.xml:
4102         * docs/plugins/inspect/plugin-flac.xml:
4103         * docs/plugins/inspect/plugin-flxdec.xml:
4104         * docs/plugins/inspect/plugin-gamma.xml:
4105         * docs/plugins/inspect/plugin-gconfelements.xml:
4106         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4107         * docs/plugins/inspect/plugin-goom.xml:
4108         * docs/plugins/inspect/plugin-goom2k1.xml:
4109         * docs/plugins/inspect/plugin-halelements.xml:
4110         * docs/plugins/inspect/plugin-icydemux.xml:
4111         * docs/plugins/inspect/plugin-id3demux.xml:
4112         * docs/plugins/inspect/plugin-jpeg.xml:
4113         * docs/plugins/inspect/plugin-level.xml:
4114         * docs/plugins/inspect/plugin-matroska.xml:
4115         * docs/plugins/inspect/plugin-monoscope.xml:
4116         * docs/plugins/inspect/plugin-mulaw.xml:
4117         * docs/plugins/inspect/plugin-multifile.xml:
4118         * docs/plugins/inspect/plugin-multipart.xml:
4119         * docs/plugins/inspect/plugin-navigationtest.xml:
4120         * docs/plugins/inspect/plugin-ossaudio.xml:
4121         * docs/plugins/inspect/plugin-png.xml:
4122         * docs/plugins/inspect/plugin-pulseaudio.xml:
4123         * docs/plugins/inspect/plugin-quicktime.xml:
4124         * docs/plugins/inspect/plugin-rtp.xml:
4125         * docs/plugins/inspect/plugin-rtsp.xml:
4126         * docs/plugins/inspect/plugin-smpte.xml:
4127         * docs/plugins/inspect/plugin-soup.xml:
4128         * docs/plugins/inspect/plugin-spectrum.xml:
4129         * docs/plugins/inspect/plugin-speex.xml:
4130         * docs/plugins/inspect/plugin-taglib.xml:
4131         * docs/plugins/inspect/plugin-udp.xml:
4132         * docs/plugins/inspect/plugin-video4linux2.xml:
4133         * docs/plugins/inspect/plugin-videobalance.xml:
4134         * docs/plugins/inspect/plugin-videobox.xml:
4135         * docs/plugins/inspect/plugin-videocrop.xml:
4136         * docs/plugins/inspect/plugin-videoflip.xml:
4137         * docs/plugins/inspect/plugin-videomixer.xml:
4138         * docs/plugins/inspect/plugin-wavenc.xml:
4139         * docs/plugins/inspect/plugin-wavpack.xml:
4140         * docs/plugins/inspect/plugin-wavparse.xml:
4141         * docs/plugins/inspect/plugin-ximagesrc.xml:
4142         * ext/pulse/plugin.c:
4143         * ext/pulse/pulsemixer.c:
4144         * ext/pulse/pulsesink.c:
4145         * ext/pulse/pulsesrc.c:
4146         Add documentation to the pulseaudio plugin and run make update
4147         in docs/plugins.
4148
4149 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4150
4151         Patch by: Brian Cameron <brian.cameron at sun dot com>
4152
4153         * sys/sunaudio/gstsunaudiomixerctrl.c:
4154         (gst_sunaudiomixer_ctrl_get_volume),
4155         (gst_sunaudiomixer_ctrl_set_volume):
4156         Improvements for the SunAudio mixer by handling mute as no gain
4157         for tracks that have a gain property but no mute property.
4158         Fixes bug #536067.
4159
4160 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4161
4162         * configure.ac:
4163         * ext/pulse/Makefile.am:
4164         * ext/pulse/plugin.c: (plugin_init):
4165         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4166         (gst_pulsemixer_implements_interface_init),
4167         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4168         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4169         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4170         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4171         * ext/pulse/pulsemixer.h:
4172         * ext/pulse/pulsemixerctrl.c:
4173         (gst_pulsemixer_ctrl_context_state_cb),
4174         (gst_pulsemixer_ctrl_sink_info_cb),
4175         (gst_pulsemixer_ctrl_source_info_cb),
4176         (gst_pulsemixer_ctrl_subscribe_cb),
4177         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4178         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4179         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4180         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4181         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4182         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4183         * ext/pulse/pulsemixerctrl.h:
4184         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4185         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4186         * ext/pulse/pulsemixertrack.h:
4187         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4188         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4189         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4190         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4191         (gst_pulseprobe_new), (gst_pulseprobe_free),
4192         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4193         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4194         (gst_pulseprobe_set_server):
4195         * ext/pulse/pulseprobe.h:
4196         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4197         (gst_pulsesink_class_init), (gst_pulsesink_init),
4198         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4199         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4200         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4201         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4202         (gst_pulsesink_stream_request_cb),
4203         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4204         (gst_pulsesink_close), (gst_pulsesink_prepare),
4205         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4206         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4207         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4208         (gst_pulsesink_event), (gst_pulsesink_get_type):
4209         * ext/pulse/pulsesink.h:
4210         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4211         (gst_pulsesrc_implements_interface_init),
4212         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4213         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4214         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4215         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4216         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4217         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4218         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4219         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4220         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4221         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4222         (gst_pulsesrc_get_type):
4223         * ext/pulse/pulsesrc.h:
4224         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4225         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4226         * ext/pulse/pulseutil.h:
4227         Add pulseaudio GStreamer element from gst-pulse. Development will
4228         continue here instead of pulseaudio SVN. Fixes bug #400679.
4229         Only changes over gst-pulse SVN are added copyright to the top of
4230         files and coding style changes.
4231
4232 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4233
4234         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4235
4236         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4237           (gst_cdio_add_cdtext_album_tags):
4238         * ext/cdio/gstcdio.h:
4239         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4240           Also extract album title and album genre from CD-TEXT if
4241           available (#537021).
4242
4243 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4246
4247         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4248         Improve negotiation a bit more by picking the smallest possible
4249         resolution that is larger than the resolution specified in the
4250         first caps entry of the peer caps. Fixes bug #536994.
4251
4252 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4253
4254         Patch by: Bastien Nocera <hadess at hadess dot net>
4255
4256         * sys/v4l2/gstv4l2vidorient.c:
4257         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4258         Fix compilation with newer GIT kernels that deprecated
4259         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4260
4261 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4262
4263         * configure.ac:
4264         * ext/cdio/gstcdio.c:
4265         * ext/cdio/gstcdio.h:
4266         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4267           Require libcdio >= 0.76.
4268
4269 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4270
4271         * gst/avi/gstavidemux.c:
4272         Catch UNEXPECTED when downstream has reached end of
4273         segment in reverse mode.
4274
4275 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4276
4277         * gst/avi/gstavidemux.c:
4278         Fix typo in comment
4279
4280 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4281
4282         * gst/avi/gstavidemux.c:
4283         Because we don't know the frame order we need to push till
4284         the next keyframe
4285
4286 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4287
4288         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4289
4290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4291         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4292         Provide a custom negotiation function to make sure to pick the highest
4293         possible framerate and resolution. Fixes bug #536646.
4294
4295 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4296
4297         * gst/avi/gstavidemux.c:
4298         Set EOS when going out of the segment in reverse playback
4299
4300 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4301
4302         * ext/taglib/Makefile.am::
4303           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4304           taglib headers (with gcc 4.3.1).
4305
4306 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4307
4308         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4309         Use the new gst_rtsp_connection_get_ip() to access the IP address
4310         of a GstRTSPConnection since it is a private member.
4311
4312 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4313
4314         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4315         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4316           Use new utility functions in libgsttag to process coverart (#512333).
4317
4318 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4319
4320         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4321         We actually support left/side, right/side and mid/side files. The
4322         conversion to normal, interleaved stereo is done by libflac.
4323
4324 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4325
4326         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4327         (gst_ebml_write_set_cache):
4328         Unref the write cache in finalize if it was set and add add "FIXME"
4329         to a comment that needs it.
4330
4331 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4334
4335         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4336         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4337         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4338         (gst_avi_demux_process_next_entry):
4339         * gst/avi/gstavidemux.h:
4340         Implement reverse playback. Fixes #535300.
4341         Small cleanups.
4342
4343 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4344
4345         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4346         (gst_videomixer_query_latency):
4347         When using gst_element_iterate_pads() one has to unref every pad
4348         after usage.
4349
4350 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4351
4352         Patch by: Bastien Nocera <hadess at hadess dot net>
4353         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4354         (qtdemux_parse_udta):
4355         * gst/qtdemux/qtdemux_fourcc.h:
4356         Improve meta-data handling, add 'comment', 'description' and
4357         'copyright' tag handling.
4358         Fixes #535935
4359
4360 2008-05-31  Julien Moutte  <julien@fluendo.com>
4361
4362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4363         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4364         (gst_qtdemux_seek_to_previous_keyframe),
4365         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4366         we don't clip the segment's stop using the main segment duration as
4367         that could crop quite some video frames. Make reverse playback support
4368         more robust and support edit lists. Support seeking to the last frame,
4369         and fix reverse looping playback. Add some debugging.
4370         * win32/common/config.h: Updated.
4371
4372 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4373
4374         * gst/equalizer/gstiirequalizer.c:
4375         (gst_iir_equalizer_transform_ip):
4376         Don't clip float/double samples, correctly unset passthrough mode
4377         and use better rounding for integer samples.
4378
4379 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4380
4381         * gst/equalizer/gstiirequalizer.c:
4382         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4383         (setup_filter), (set_passthrough), (update_coefficients),
4384         (gst_iir_equalizer_compute_frequencies),
4385         (gst_iir_equalizer_transform_ip):
4386         * gst/equalizer/gstiirequalizer.h:
4387         Update the filter coefficients only when needed in the transform_ip
4388         function and correctly set the element into passthrough mode if the
4389         gain of all bands is 0.
4390
4391 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4392
4393         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4394
4395         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4396         (gst_alpha_set_property), (gst_alpha_get_property),
4397         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4398         Try to skip pixels or areas that are too dark or too bright for us to do
4399         meaningfull color detection.
4400         Added properties to control the sensitivity to light and darkness.
4401         Added some small cleanups. Fixes #512345.
4402
4403 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4404
4405         * docs/plugins/.cvsignore:
4406         * tests/check/elements/.cvsignore:
4407         Ignore some more generated things
4408
4409         * tests/check/Makefile.am:
4410         Ignore OSS elements in the state changes test too.
4411
4412 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4413
4414         * docs/plugins/Makefile.am:
4415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4417         Add SMPTE effect elements to docs.
4418
4419 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4420
4421         * docs/plugins/Makefile.am:
4422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4424         * ext/raw1394/gstdv1394src.c:
4425           Document whats first shown on the fdo plugin docs page :)
4426
4427 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4428
4429         * docs/plugins/Makefile.am:
4430         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4432         * docs/plugins/gst-plugins-good-plugins.args:
4433         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4434         * docs/plugins/inspect/plugin-audiofx.xml:
4435         * gst/audiofx/Makefile.am:
4436         * gst/audiofx/audiofx.c:
4437         * gst/audiofx/audiokaraoke.c:
4438         * gst/audiofx/audiokaraoke.h:
4439         * gst/audiofx/audiovoice.c:
4440         * gst/audiofx/audiovoice.h:
4441           Rename audiovoice to audiokaraoke and add it to the docs.
4442
4443 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4444
4445         * REQUIREMENTS:
4446         * docs/plugins/Makefile.am:
4447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4449         * docs/plugins/gst-plugins-good-plugins.args:
4450         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4451         * docs/plugins/gst-plugins-good-plugins.interfaces:
4452         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4453         * docs/plugins/inspect/plugin-aasink.xml:
4454         * docs/plugins/inspect/plugin-alaw.xml:
4455         * docs/plugins/inspect/plugin-alpha.xml:
4456         * docs/plugins/inspect/plugin-alphacolor.xml:
4457         * docs/plugins/inspect/plugin-annodex.xml:
4458         * docs/plugins/inspect/plugin-apetag.xml:
4459         * docs/plugins/inspect/plugin-audiofx.xml:
4460         * docs/plugins/inspect/plugin-auparse.xml:
4461         * docs/plugins/inspect/plugin-autodetect.xml:
4462         * docs/plugins/inspect/plugin-avi.xml:
4463         * docs/plugins/inspect/plugin-cacasink.xml:
4464         * docs/plugins/inspect/plugin-cairo.xml:
4465         * docs/plugins/inspect/plugin-cdio.xml:
4466         * docs/plugins/inspect/plugin-cutter.xml:
4467         * docs/plugins/inspect/plugin-debug.xml:
4468         * docs/plugins/inspect/plugin-dv.xml:
4469         * docs/plugins/inspect/plugin-efence.xml:
4470         * docs/plugins/inspect/plugin-effectv.xml:
4471         * docs/plugins/inspect/plugin-equalizer.xml:
4472         * docs/plugins/inspect/plugin-esdsink.xml:
4473         * docs/plugins/inspect/plugin-flac.xml:
4474         * docs/plugins/inspect/plugin-flxdec.xml:
4475         * docs/plugins/inspect/plugin-gamma.xml:
4476         * docs/plugins/inspect/plugin-gconfelements.xml:
4477         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4478         * docs/plugins/inspect/plugin-goom.xml:
4479         * docs/plugins/inspect/plugin-goom2k1.xml:
4480         * docs/plugins/inspect/plugin-halelements.xml:
4481         * docs/plugins/inspect/plugin-icydemux.xml:
4482         * docs/plugins/inspect/plugin-id3demux.xml:
4483         * docs/plugins/inspect/plugin-jpeg.xml:
4484         * docs/plugins/inspect/plugin-level.xml:
4485         * docs/plugins/inspect/plugin-matroska.xml:
4486         * docs/plugins/inspect/plugin-monoscope.xml:
4487         * docs/plugins/inspect/plugin-mulaw.xml:
4488         * docs/plugins/inspect/plugin-multifile.xml:
4489         * docs/plugins/inspect/plugin-multipart.xml:
4490         * docs/plugins/inspect/plugin-navigationtest.xml:
4491         * docs/plugins/inspect/plugin-ossaudio.xml:
4492         * docs/plugins/inspect/plugin-png.xml:
4493         * docs/plugins/inspect/plugin-quicktime.xml:
4494         * docs/plugins/inspect/plugin-rtp.xml:
4495         * docs/plugins/inspect/plugin-rtsp.xml:
4496         * docs/plugins/inspect/plugin-smpte.xml:
4497         * docs/plugins/inspect/plugin-soup.xml:
4498         * docs/plugins/inspect/plugin-spectrum.xml:
4499         * docs/plugins/inspect/plugin-speex.xml:
4500         * docs/plugins/inspect/plugin-taglib.xml:
4501         * docs/plugins/inspect/plugin-udp.xml:
4502         * docs/plugins/inspect/plugin-video4linux2.xml:
4503         * docs/plugins/inspect/plugin-videobalance.xml:
4504         * docs/plugins/inspect/plugin-videobox.xml:
4505         * docs/plugins/inspect/plugin-videocrop.xml:
4506         * docs/plugins/inspect/plugin-videoflip.xml:
4507         * docs/plugins/inspect/plugin-videomixer.xml:
4508         * docs/plugins/inspect/plugin-wavenc.xml:
4509         * docs/plugins/inspect/plugin-wavpack.xml:
4510         * docs/plugins/inspect/plugin-wavparse.xml:
4511         * docs/plugins/inspect/plugin-ximagesrc.xml:
4512         * ext/aalib/gstaasink.c:
4513         * ext/libcaca/gstcacasink.c:
4514           Document aasink and cacasink.
4515
4516 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4517
4518         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4519         (gst_videomixer_init), (gst_videomixer_query_duration),
4520         (gst_videomixer_query_latency), (gst_videomixer_query),
4521         (gst_videomixer_blend_buffers):
4522         * gst/videomixer/videomixer.h:
4523         Implement position (in time), duration and latency queries.
4524
4525 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4526
4527         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4528         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4529         (gst_videomixer_fill_queues), (forward_event_func),
4530         (forward_event), (gst_videomixer_src_event),
4531         (gst_videomixer_sink_event):
4532         * gst/videomixer/videomixer.h:
4533         Implement proper seek/newsegment handling.
4534         Based on adder's implementation.
4535         Fixes #535121
4536
4537 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4538
4539         Patch by: Jan Gerber <j at oil21 dot org>
4540
4541         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4542         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4543
4544 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4545
4546         * gst/audiofx/Makefile.am:
4547         * gst/audiofx/audiofx.c: (plugin_init):
4548         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4549         (gst_audio_voice_class_init), (gst_audio_voice_init),
4550         (update_filter), (gst_audio_voice_set_property),
4551         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4552         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4553         (gst_audio_voice_transform_ip):
4554         * gst/audiofx/audiovoice.h:
4555         Add simple voice removal element. Yay karaoke.
4556
4557 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4558
4559         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4560
4561         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4562         Fix potential caps leak.
4563         If we can't get the framerate with an ioctl, try to get it with the
4564         current norm. Fixes #520092.
4565
4566 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4567
4568         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4569
4570         * sys/v4l2/v4l2src_calls.c:
4571         (gst_v4l2src_probe_caps_for_format_and_size):
4572         If we fail to get the frame intervals, simply don't touch the framerates
4573         on the template caps instead of discarding the format. See #520092.
4574
4575 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4576
4577         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4578
4579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4580         (gst_v4l2_get_caps_info):
4581         Add NV12, NV21 and bayer support. See #520092.
4582
4583 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4584
4585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4586         (gst_qtdemux_activate_segment):
4587         Unbreak segment activation again. Fixes #531672.
4588
4589 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4590
4591         * ext/flac/Makefile.am:
4592         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4593         Set the channel layout when decoding FLAC files with more than 2
4594         channels as defined by the FLAC spec. Fixes bug #534570.
4595
4596         Also don't try to decode left/side, right/side and mid/side files
4597         as we don't support this at all.
4598
4599 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4600
4601         * configure.ac:
4602           We need -base CVS (rtsp).
4603
4604 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4605
4606         * gst/udp/Makefile.am:
4607           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4608           when including netdb.h when building against glibc >= 2.8.
4609
4610 2008-05-22  Julien Moutte  <julien@fluendo.com>
4611
4612         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4613         debug statement arguments.
4614         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4615         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4616         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4617         on more platforms.
4618
4619 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4620
4621         * tests/check/elements/avimux.c: (setup_src_pad),
4622         (teardown_src_pad):
4623         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4624         (GST_START_TEST):
4625         * tests/check/elements/matroskamux.c: (setup_src_pad),
4626         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4627         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4628         (GST_START_TEST):
4629         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4630         (setup_wavpackparse), (cleanup_wavpackparse):
4631         Don't use gst_element_get_pad(), it's a bad, bad method.
4632
4633 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4634
4635         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4636         (do_toggle_element):
4637         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4638         (do_toggle_element):
4639         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4640         (do_toggle_element):
4641         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4642         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4643         (do_toggle_element):
4644         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4645         (do_toggle_element):
4646         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4647         (gst_auto_audio_sink_detect):
4648         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4649         (gst_auto_video_sink_detect):
4650         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4651         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4652         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4653         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4654         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4655         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4656         * tests/icles/videocrop-test.c: (test_with_caps),
4657         (video_crop_get_test_caps):
4658         Don't use gst_element_get_pad(), it's a bad method.
4659
4660 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4661
4662         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4663         (gst_multiudpsink_add_internal):
4664         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4665         (gst_udp_join_group):
4666         * gst/udp/gstudpnetutils.h:
4667         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4668         Joining a multicast group and setting the loop/ttl properties are
4669         totally unrelated tasks are must be separated.
4670
4671 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4672
4673         * gst/avi/gstavimux.c:
4674           Also support alaw/mulaw.
4675
4676 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4679         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4680         * gst/udp/gstmultiudpsink.h:
4681         Add a fixme for the auto-multicast property.
4682         Fix some confusing debug messages.
4683         Disable setting a qos value by default.
4684
4685 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4686
4687         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4688
4689         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4690         Ignore EPERM errors from sendto. Fixes #533619.
4691
4692 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4693
4694         Patch by: Henrik Eriksson <henriken at axis dot com>
4695
4696         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4697         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4698         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4699         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4700         * gst/udp/gstmultiudpsink.h:
4701         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4702
4703 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4704
4705         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4706         Improve debugging of the ident.
4707
4708 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4709
4710         Patch by: Bruno Santos <brunof at ua dot pt>
4711
4712         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4713         (gst_udp_join_group), (gst_udp_leave_group),
4714         (gst_udp_is_multicast):
4715         * gst/udp/gstudpnetutils.h:
4716         Provide a bunch of helper methods to deal with IPv4 and IPv6
4717         transparently.
4718
4719         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4720         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4721         (gst_multiudpsink_get_property), (join_multicast),
4722         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4723         (gst_multiudpsink_remove):
4724         * gst/udp/gstmultiudpsink.h:
4725         Add multicast TTL and loopback properties.
4726         Use the helper methods to implement ip4 and ip6.
4727
4728         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4729         * gst/udp/gstudpsrc.h:
4730         Use the helper methods to implement ip4 and ip6.
4731         Fixes #515962.
4732
4733 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4734
4735         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4736
4737         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4738         (gst_multipart_demux_get_gstname),
4739         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4740         * gst/multipart/multipartdemux.h:
4741         Don't blindly copy the mime-type as the caps name because they not
4742         always map directly. Instead use a hashtable with common mappings.
4743         Fixes #533287.
4744
4745 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4746
4747         * ext/esd/esdsink.c: (gst_esdsink_write):
4748         When we post an error, we must return -1 to let the parent know that we
4749         cannot write the segment else it will loop and continue to call us again
4750         forever. Patch by Michael Meeks.
4751
4752 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4753
4754         * gst/videomixer/videomixer.c:
4755           Add missing incudes.
4756
4757 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4758
4759         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4760         (gst_rtp_h264_pay_handle_buffer):
4761         * gst/rtp/gstrtph264pay.h:
4762         Correct a typo (sinle -> single).
4763
4764 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4765
4766         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4767         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4768         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4769         (gst_rtp_h264_depay_process):
4770         * gst/rtp/gstrtph264depay.h:
4771         Add experimental support for outputting quicktime-like AVC output in
4772         addition to the existing bytestream output.
4773
4774         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4775         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4776         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4777         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4778         (gst_rtp_h264_pay_get_property):
4779         * gst/rtp/gstrtph264pay.h:
4780         Make the parsing mode configurable, for some inputs we don't need to
4781         scan every byte for start codes.
4782         Only set the marker bit on ACCESS units.
4783
4784 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * gst/equalizer/gstiirequalizer.c:
4787         Use a bigger type in integer mode for the intermediate results to
4788         prevent overflows. This fixes the crippled sound when using the
4789         equalizer in integer mode. Fixes bug #510865.
4790
4791 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4792
4793         * gst/videomixer/videomixer.c:
4794         * gst/videomixer/videomixer.h:
4795         Instead of a random number for the request pad id's,
4796         use a counter.
4797
4798         Register the videomixerpad class from the element's class_init
4799         where it's safer, and allows the docs generator to scan it.
4800
4801 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4802
4803         * gst/smpte/Makefile.am:
4804         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4805         * gst/smpte/gstsmpte.h:
4806         * gst/smpte/gstsmptealpha.c:
4807         (gst_smpte_alpha_transition_type_get_type),
4808         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4809         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4810         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4811         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4812         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4813         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4814         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4815         * gst/smpte/gstsmptealpha.h:
4816         * gst/smpte/plugin.c: (plugin_init):
4817         Add new plugin that adds the SMPTE transition in the alpha channel of
4818         I420 and AYUV frames so that they can be blended with videomixer later
4819         on. Uses all niceties such as using base transform for efficient alloc
4820         and negotiation. It currently requires GstController to control the
4821         position in the transition effect.
4822
4823 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4824
4825         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4826         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4827         * docs/plugins/gst-plugins-good-plugins.args:
4828         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4829         * docs/plugins/gst-plugins-good-plugins.interfaces:
4830         * docs/plugins/gst-plugins-good-plugins.types:
4831         * gst/videomixer/videomixer.c:
4832           Try using thaytans new mechanism to get extra classes into plugin
4833           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4834           missing still.
4835
4836 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4837
4838         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4839         Set proper rate in avi stream header for PCM audio, and also do some
4840         more sanity checks on caps in this case.  Fixes #511489.
4841
4842 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4843
4844         * sys/v4l2/gstv4l2src.c:
4845         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4846         isn't implemented at all yet and this requires X headers to be
4847         installed. Fixes bug #533264.
4848
4849 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         reviewed by: <delete if not using a buddy>
4852
4853         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4854         (gst_ebml_write_set_cache):
4855         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4856         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4857         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4858         (gst_matroska_demux_read_track_encodings),
4859         (gst_matroska_demux_add_stream),
4860         (gst_matroska_demux_handle_src_query),
4861         (gst_matroska_demux_init_stream),
4862         (gst_matroska_demux_parse_index_cuetrack),
4863         (gst_matroska_demux_parse_index_pointentry),
4864         (gst_matroska_demux_parse_info),
4865         (gst_matroska_demux_parse_metadata_id_simple_tag),
4866         (gst_matroska_demux_parse_metadata),
4867         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4868         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4869         (gst_matroska_demux_parse_cluster),
4870         (gst_matroska_demux_parse_contents_seekentry),
4871         (gst_matroska_demux_loop_stream_parse_id),
4872         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4873         (gst_matroska_demux_audio_caps),
4874         (gst_matroska_demux_subtitle_caps):
4875         * gst/matroska/matroska-demux.h:
4876         * gst/matroska/matroska-ids.c:
4877         (gst_matroska_track_init_subtitle_context):
4878         * gst/matroska/matroska-ids.h:
4879         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4880         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4881         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4882         * sys/v4l2/gstv4l2src.c:
4883         * tests/check/pipelines/wavpack.c: (bus_handler):
4884         * win32/common/config.h:
4885
4886 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4887
4888         * ext/wavpack/gstwavpackstreamreader.c:
4889         * tests/examples/spectrum/demo-audiotest.c:
4890         * tests/examples/spectrum/demo-osssrc.c:
4891         Fix some compiler warnings.
4892
4893 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4894
4895         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4896         Small comment added.
4897
4898         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4899         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4900         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4901         Debug string cleanups (remove trailing \n)
4902         Refactor and clean up the payloader a bit and make sure that we only
4903         put one NAL unit in an RTP packet even if the input buffer contains
4904         multiple NAL units.
4905         Add suport for AVC format input.
4906
4907 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4908
4909         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4910         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4911         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4912         * gst/rtp/gstrtph264pay.h:
4913         Make it possible to specify profile-level-id and sprop-parameter-sets
4914         using properties in case they are not available in-stream.
4915
4916 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4917
4918         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4919         * docs/plugins/gst-plugins-good-plugins.args:
4920         * docs/plugins/inspect/plugin-ladspa.xml:
4921           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4922
4923 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4924
4925         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4926         Send an initial BYTE segment to inform downstream of later seeking,
4927         and to forego sync attempts.
4928
4929 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4930
4931         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4932         Fix wrong caps string.
4933
4934 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4935
4936         Based on patch by: Olivier Crete <tester at tester dot ca>
4937
4938         * gst/rtp/Makefile.am:
4939         * gst/rtp/gstrtp.c: (plugin_init):
4940         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4941         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4942         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4943         (gst_rtp_g729_depay_plugin_init):
4944         * gst/rtp/gstrtpg729depay.h:
4945         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4946         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4947         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4948         * gst/rtp/gstrtpg729pay.h:
4949         Added G729 pay and depayloaders. Fixes #532409.
4950
4951 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4952
4953         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4954         Fix the calculation of the duration of the concealment packets.
4955
4956 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4957
4958         Based on patch by: Olivier Crete <tester at tester dot ca>
4959
4960         * gst/rtp/Makefile.am:
4961         * gst/rtp/gstrtp.c: (plugin_init):
4962         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4963         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4964         (parse_encode), (gst_rtp_dv_depay_setcaps),
4965         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4966         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4967         (gst_rtp_dv_depay_plugin_init):
4968         * gst/rtp/gstrtpdvdepay.h:
4969         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4970         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4971         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4972         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4973         (gst_dv_pay_negotiate), (include_dif),
4974         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4975         * gst/rtp/gstrtpdvpay.h:
4976         Add DV pay and depayloaders. Fixes #532423.
4977
4978 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4979
4980         * gst/matroska/matroska-demux.c:
4981         (gst_matroska_demux_push_dvd_clut_change_event):
4982         Convert subtitle palette info in VobSub private data from VobSub's
4983         (buggy) RGB to YUV.
4984
4985 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4986
4987         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4988         Do not leave fourcc stream header field empty upon reset.
4989         Fixes #519301.
4990
4991 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4992
4993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4995         * docs/plugins/inspect/plugin-goom.xml:
4996         * docs/plugins/inspect/plugin-goom2k1.xml:
4997         * gst/goom/gstgoom.c:
4998         * gst/goom2k1/gstgoom.c:
4999         Add goom2k1 into the docs.
5000
5001 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
5002
5003         Based on patch by: Wouter Cloetens  <wouter at mind be>
5004
5005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5006         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
5007         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
5008         (gst_rtsp_decode_quoted_string),
5009         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
5010         (gst_rtspsrc_setup_auth):
5011         Support Digest authentication. Fixes #532065.
5012
5013 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
5014
5015         * gst/level/gstlevel.c:
5016           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
5017           about whats needed for liboil acceleration. Simplify docs a bit.
5018
5019 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5022
5023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
5024         Update the track duration if the old one was invalid.
5025         Fixes bug #532117.
5026
5027 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5028
5029         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
5030           Use GST_STR_NULL when trying to print sps and pps strings that could
5031           be NULL, as this might crash on some platforms.
5032
5033 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5034
5035         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5036
5037         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5038           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5039           set after creating the clipper.
5040
5041 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5042
5043         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5044
5045         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5046           Added checking of surface lost case after an unsuccessful
5047           IDirectDrawSurface7_Lock() call.
5048           If surface is lost, return GST_FLOW_OK.
5049
5050 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5051
5052         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5053
5054         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
5055           WndProc, gst_directdraw_sink_window_thread):
5056           Improved Windows message loop and fixed window destruction issue.
5057           When the window which DirectDraw is rendering to is destroyed, the
5058           render/show_frame function will return GST_FLOW_ERROR.
5059           Partially fixes #520885.
5060
5061 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5062
5063         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5064
5065         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5066           Fixed mid stream resolution change bug, the offscreen surface is now
5067           released when set_caps is called.
5068           Partially fixes #520885.
5069
5070 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5071
5072         * sys/directdraw/gstdirectdrawsink.c
5073           (gst_directdraw_sink_buffer_alloc):
5074           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5075           width/height.
5076
5077           Especially when looking through the pool of buffers, make sure that
5078           the width/height of caps is used instead of the already negotiated
5079           dimensions.
5080           For example if a buffer with different caps is requested, i.e.
5081           higher resolution, the caller would get a buffer with the old
5082           dimensions and thus corrupt the heap.
5083
5084 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5085
5086         * sys/directdraw/gstdirectdrawsink.c
5087           (gst_directdraw_sink_buffer_alloc):
5088           Clear the flags on recycled buffers from buffer_alloc.
5089           Partially fixes #520885.
5090
5091 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5092
5093         * gst/rtp/gstrtpilbcpay.c:
5094           Added missing stdlib.h include for strtol(), and made include ordering and
5095           style consistent with the corresponding depayloader.
5096
5097 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5098
5099         * configure.ac:
5100           Error out if we don't have the required core/base versions.
5101
5102 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5105
5106         * sys/osxvideo/cocoawindow.m:
5107         Fix compiler warnings on PPC64. Fixes bug #499318.
5108
5109 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5110
5111         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5112
5113         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5114         Don't leak file descriptors on error. Fixes #531532.
5115
5116 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5117
5118         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5119         (gst_gconf_audio_src_change_state):
5120         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5121         (gst_gconf_video_sink_change_state):
5122         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5123         (gst_gconf_video_src_change_state):
5124         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5125         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5126         When we can't create a fakesink/fakesrc complain instead of unreffing
5127         NULL pointers and crashing later. See bug #530535.
5128
5129 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5130
5131         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5132         Add some more debug info and guard against small payloads.
5133
5134         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5135         Set duration on outgoing buffers because we can.
5136
5137 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5138
5139         Patch by: Olivier Crete <tester at tester dot ca>
5140
5141         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5142         (gst_speex_enc_init), (gst_speex_enc_chain):
5143         Add negotiation for the speex channels and rate. Fixes #465146.
5144
5145 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5146
5147         Patch by: Olivier Crete <tester at tester dot ca>
5148
5149         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5150         (gst_rtp_speex_pay_getcaps):
5151         Add negotiation for the speex channels and rate. See #465146.
5152
5153 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5154
5155         Patch by: Olivier Crete <tester at tester dot ca>
5156
5157         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5158         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5159         Add negotiation for the ILBC mode. See #465146.
5160
5161 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5162
5163         * ext/soup/gstsouphttpsrc.c:
5164           Include stdlib to fix the build. Use g_free instead of free, libsoup
5165           uses glib.
5166
5167 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5168
5169         Patch by: j^ <j@bootlab.org>
5170
5171         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5172         Add more mpeg2 variants. Fixes #530886.
5173
5174 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5175
5176         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5177
5178         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5179           Don't error out if we get an ICMP destination-unreachable
5180           message when trying to read packets on win32 (#529454).
5181
5182 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5183
5184         * configure.ac:
5185         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5186           Use new error code for encrypted streams (which requires core CVS).
5187
5188 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5189
5190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5191           (gst_qtdemux_audiosrc_template):
5192           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5193
5194 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5195
5196         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5197         (speex_dec_chain_parse_data):
5198         Produce concealment data when time progresses in a segment update.
5199
5200 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5201
5202         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5203         (speex_dec_chain):
5204         Try to preserve input timestamps when we can.
5205         Do beginnings of error concealment.
5206
5207 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5208
5209         * gst/debug/gstnavigationtest.c:
5210           MSVC doesn't provide rint(), define an adequate replacement locally as
5211           elsewhere.
5212
5213 2008-04-28  Julien Moutte  <julien@fluendo.com>
5214
5215         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5216         format to pacify Mac OSX's gcc.
5217
5218 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5219
5220         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5221           (DEFAULT_MAX), (src_template), (sink_template),
5222           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5223           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5224           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5225           Bring rndbuffersize element into a state that doesn't require us
5226           to move it to -bad immediately. For one, fix up default min/max
5227           values so that the element actuall works using the default values.
5228           Also, don't ignore flow return values and do some kind of minimal
5229           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5230           other gratuitious clean-ups.
5231
5232 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * docs/plugins/Makefile.am:
5235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5237         * docs/plugins/gst-plugins-good-plugins.args:
5238         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5239         * docs/plugins/gst-plugins-good-plugins.interfaces:
5240         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5241         * docs/plugins/inspect/plugin-1394.xml:
5242         * docs/plugins/inspect/plugin-aasink.xml:
5243         * docs/plugins/inspect/plugin-alaw.xml:
5244         * docs/plugins/inspect/plugin-alpha.xml:
5245         * docs/plugins/inspect/plugin-alphacolor.xml:
5246         * docs/plugins/inspect/plugin-annodex.xml:
5247         * docs/plugins/inspect/plugin-apetag.xml:
5248         * docs/plugins/inspect/plugin-audiofx.xml:
5249         * docs/plugins/inspect/plugin-auparse.xml:
5250         * docs/plugins/inspect/plugin-autodetect.xml:
5251         * docs/plugins/inspect/plugin-avi.xml:
5252         * docs/plugins/inspect/plugin-cacasink.xml:
5253         * docs/plugins/inspect/plugin-cairo.xml:
5254         * docs/plugins/inspect/plugin-cdio.xml:
5255         * docs/plugins/inspect/plugin-cutter.xml:
5256         * docs/plugins/inspect/plugin-debug.xml:
5257         * docs/plugins/inspect/plugin-dv.xml:
5258         * docs/plugins/inspect/plugin-efence.xml:
5259         * docs/plugins/inspect/plugin-effectv.xml:
5260         * docs/plugins/inspect/plugin-equalizer.xml:
5261         * docs/plugins/inspect/plugin-esdsink.xml:
5262         * docs/plugins/inspect/plugin-flac.xml:
5263         * docs/plugins/inspect/plugin-flxdec.xml:
5264         * docs/plugins/inspect/plugin-gamma.xml:
5265         * docs/plugins/inspect/plugin-gconfelements.xml:
5266         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5267         * docs/plugins/inspect/plugin-goom.xml:
5268         * docs/plugins/inspect/plugin-halelements.xml:
5269         * docs/plugins/inspect/plugin-icydemux.xml:
5270         * docs/plugins/inspect/plugin-id3demux.xml:
5271         * docs/plugins/inspect/plugin-jpeg.xml:
5272         * docs/plugins/inspect/plugin-level.xml:
5273         * docs/plugins/inspect/plugin-matroska.xml:
5274         * docs/plugins/inspect/plugin-monoscope.xml:
5275         * docs/plugins/inspect/plugin-mulaw.xml:
5276         * docs/plugins/inspect/plugin-multifile.xml:
5277         * docs/plugins/inspect/plugin-multipart.xml:
5278         * docs/plugins/inspect/plugin-navigationtest.xml:
5279         * docs/plugins/inspect/plugin-ossaudio.xml:
5280         * docs/plugins/inspect/plugin-png.xml:
5281         * docs/plugins/inspect/plugin-quicktime.xml:
5282         * docs/plugins/inspect/plugin-rtp.xml:
5283         * docs/plugins/inspect/plugin-rtsp.xml:
5284         * docs/plugins/inspect/plugin-shout2send.xml:
5285         * docs/plugins/inspect/plugin-smpte.xml:
5286         * docs/plugins/inspect/plugin-spectrum.xml:
5287         * docs/plugins/inspect/plugin-speex.xml:
5288         * docs/plugins/inspect/plugin-taglib.xml:
5289         * docs/plugins/inspect/plugin-udp.xml:
5290         * docs/plugins/inspect/plugin-video4linux2.xml:
5291         * docs/plugins/inspect/plugin-videobalance.xml:
5292         * docs/plugins/inspect/plugin-videobox.xml:
5293         * docs/plugins/inspect/plugin-videocrop.xml:
5294         * docs/plugins/inspect/plugin-videoflip.xml:
5295         * docs/plugins/inspect/plugin-videomixer.xml:
5296         * docs/plugins/inspect/plugin-wavenc.xml:
5297         * docs/plugins/inspect/plugin-wavpack.xml:
5298         * docs/plugins/inspect/plugin-wavparse.xml:
5299         * docs/plugins/inspect/plugin-ximagesrc.xml:
5300           Add docs for gdkpixbufsink; update docs to CVS version.
5301
5302 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5303
5304         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5305         Remove test sync-offset by default.
5306
5307 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5311         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5312           Use GLib versions of htonl, htons, ntohl and ntohs in order
5313           to avoid problems on win32 (#529707).
5314
5315 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5316
5317         Patch by: Jesús Corrius <jesus at softcatala org>
5318
5319         * gst/goom/filters.c: (zoomVector):
5320         * gst/goom/goom_core.c: (init_buffers):
5321           Fix build with mingw32: use rand() instead of random() and
5322           replace bzero() with memset(). Fixes #529692.
5323
5324 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5325
5326         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5327         Fix typo in comments.
5328
5329         * tests/examples/rtp/client-H263p-PCMA.sdp:
5330         * tests/examples/rtp/client-H263p-PCMA.sh:
5331         * tests/examples/rtp/client-H264-PCMA.sdp:
5332         * tests/examples/rtp/client-H264-PCMA.sh:
5333         * tests/examples/rtp/client-H264.sdp:
5334         * tests/examples/rtp/client-H264.sh:
5335         * tests/examples/rtp/client-PCMA.sdp:
5336         * tests/examples/rtp/client-PCMA.sh:
5337         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5338         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5339         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5340         Add some more docs and fix examples.
5341
5342 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         * tests/check/elements/multifile.c:
5345         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5346         declared in the former, some have it declared in the latter.
5347
5348 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5349
5350         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5351         * gst/debug/tests.c: (md5_get_value):
5352         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5353         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5354         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5355         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5356         Stop using deprecated GLib functions.
5357
5358 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5359
5360         * configure.ac:
5361         Back to development -> 0.10.8.1
5362
5363 === release 0.10.8 ===
5364
5365 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5366
5367         * configure.ac:
5368           releasing 0.10.8, "One For The Money"
5369
5370 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5371
5372         * configure.ac:
5373         0.10.7.4 pre-release
5374
5375 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5376
5377         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5378         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5379         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5380         * gst/goom/flying_stars_fx.c: (fs_free):
5381         * gst/goom/goom_config_param.h:
5382         * gst/goom/goom_core.c: (goom_init), (goom_close):
5383         * gst/goom/goom_plugin_info.h:
5384         * gst/goom/gstgoom.c: (gst_goom_finalize):
5385         * gst/goom/lines.c: (goom_lines_free):
5386         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5387         * gst/goom/surf3d.c: (grid3d_free):
5388         * gst/goom/surf3d.h:
5389         * gst/goom/tentacle3d.c: (tentacle_free):
5390         Free a bunch of stuff, and initialise things to fix leaks
5391         and valgrind warnings in the testsuite.
5392
5393         Fixes: #529268
5394
5395 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5396
5397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5398         (gst_rtspsrc_configure_caps):
5399         Ref caps as the return value for the request_pt_map signal.
5400         Remove some caps weirdness when configuring a stream. See #528245.
5401
5402 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5403
5404         * tests/icles/gdkpixbufsink-test.c:
5405           Add cast to placate gcc 4.1.2.
5406
5407 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5408
5409         * configure.ac:
5410         0.10.7.3 pre-release
5411
5412 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5413
5414         * tests/check/Makefile.am:
5415         Disable some more elements in the state test.
5416         Add a define so the soup test can find the test files
5417         it needs at runtime.
5418
5419         * tests/check/elements/souphttpsrc.c: (run_server):
5420
5421         Add a define so the soup test can find the test files
5422         it needs at runtime.
5423
5424 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5425
5426         * gst/goom/convolve_fx.c: (convolve_apply):
5427         Don't ever draw the GOOM logo.
5428         Fixes: #528615
5429
5430 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5431
5432         * ext/cdio/gstcdiocddasrc.c:
5433         * ext/dv/gstdvdemux.c: 
5434         gst_atomic_int_set ==> g_atomic_int_set
5435
5436 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * configure.ac:
5439         * gst/goom/Makefile.am:
5440         * gst/goom/convolve_fx.c:
5441         * gst/goom/default_scripts.h:
5442         * gst/goom/goom.h:
5443         * gst/goom/goom_core.c: (choose_a_goom_line):
5444         * gst/goom/goom_plugin_info.h:
5445         * gst/goom/goomsl.c:
5446         * gst/goom/goomsl.h:
5447         * gst/goom/goomsl_hash.c:
5448         * gst/goom/goomsl_hash.h:
5449         * gst/goom/goomsl_heap.c:
5450         * gst/goom/goomsl_heap.h:
5451         * gst/goom/goomsl_private.h:
5452         * gst/goom/plugin_info.c:
5453           Strip out the config/script parsing stuff, we don't need it.
5454           Fixes #527999.
5455
5456 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5457
5458         * gst/goom/plugin_info.c: (setOptimizedMethods):
5459           Disable altivec optimisations for 32-bit PPC as well to make
5460           things build properly on all PPC systems. Fixes #528143
5461
5462 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         * gst-plugins-good.spec.in:
5465           Update for souphttpsrc plugin which has moved to -good.
5466
5467 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5468
5469         * gst/matroska/matroska-demux.c:
5470         (gst_matroska_demux_handle_seek_event):
5471         Fix open-ended seeks in matroskademux
5472         Patch by: Mark Nauwelaerts <manauw skynet be>
5473         Fixes: #526557
5474
5475 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5476
5477         * tests/check/Makefile.am:
5478         Add soup test certificates to the dist.
5479
5480 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5481
5482         * ext/Makefile.am:
5483         Remove LADSPA reference I missed.
5484
5485 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5486
5487         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5488         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5489         over gnome-vfs and everything else. Fixes bug #527848.
5490
5491 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5492
5493         * configure.ac:
5494         * ext/Makefile.am:
5495         Remove LADSPA plugin. Fixes: #515978
5496
5497 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5498
5499         * configure.ac:
5500         * docs/plugins/Makefile.am:
5501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5503         * docs/plugins/gst-plugins-good-plugins.args:
5504         * docs/plugins/inspect/plugin-soup.xml:
5505         * ext/Makefile.am:
5506         * tests/check/Makefile.am:
5507         Move soup plugin from -bad (Fixes: #523124)
5508
5509 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5510
5511         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5512         Fix bounds checking of mode in Speex header, which may
5513         produce negative numbers in speex <= 1.1.12
5514
5515 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5516
5517         * gst/goom/Makefile.am:
5518         * gst/goom/gfontlib.c:
5519         * gst/goom/gfontlib.h:
5520         * gst/goom/gfontrle.c:
5521         * gst/goom/gfontrle.h:
5522         * gst/goom/goom.h:
5523         * gst/goom/goom_core.c: (goom_update):
5524         * gst/goom/goom_plugin_info.h:
5525         * gst/goom/gstgoom.c: (gst_goom_chain):
5526         * gst/goom/plugin_info.c:
5527           Remove a bunch of font/text related code that we don't need.
5528
5529 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5530
5531         * gst/goom/ppc_drawings.s:
5532         * gst/goom/ppc_zoom_ultimate.s:
5533           Change license of these files to LGPL, as permitted by the
5534           author, Guillaume Borios. See #515073.
5535
5536 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5537
5538         * gst/goom/convolve_fx.c:
5539         * gst/goom/motif_goom1.h:
5540         * gst/goom/motif_goom2.h:
5541           As hinted in Bug #518213, revert one change and fix warnings properly.
5542           This fixes both #518213 and #520073 for me.     
5543
5544 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5545
5546         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5547         * gst/matroska/matroska-demux.c:
5548         (gst_matroska_demux_handle_seek_event),
5549         (gst_matroska_demux_parse_contents_seekentry),
5550         (gst_matroska_demux_loop):
5551         Fix the Forte build by making function declaration signatures
5552         match the implementations.
5553
5554 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5555
5556         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5557         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5558         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5559           More logging when probing (see #518474), some comments in _reset().
5560
5561 2008-04-07  Julien Moutte  <julien@fluendo.com>
5562
5563         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5564         because of a bad argument number.
5565
5566 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * tests/icles/.cvsignore:
5569         * tests/icles/Makefile.am:
5570         * tests/icles/gdkpixbufsink-test.c:
5571           Interactive test app for gdkpixbufsink.
5572
5573 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5574
5575         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5576
5577         * configure.ac:
5578         Actually build dlls when cross-compiling with mingw32.
5579         Fixes bug #526247.
5580
5581 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5582
5583         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5584           Don't munge device string to 'default:x' for capture devices.
5585           Fixes #525833.
5586
5587 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5588
5589         * ext/wavpack/gstwavpackparse.c:
5590         (gst_wavpack_parse_index_entry_free):
5591         Always use GSlice as we actually depend on GLib 2.12 already.
5592
5593 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * configure.ac:
5596           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5597           Also bump the GLib requirement to the current de-facto requirement
5598           (ie. 2.12).
5599
5600 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5601
5602         * gst/rtp/gstrtph264pay.c: (encode_base64),
5603         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5604         * gst/rtp/gstrtph264pay.h:
5605         Parse codec_data for future AVC compatibility.
5606         Fail when we encounter AVC data for now.
5607
5608 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5611           (gst_spectrum_init), (gst_spectrum_set_property),
5612           (gst_spectrum_get_property), (gst_spectrum_message_new):
5613           Rename property enums and default defines for the properties to match
5614           the property names and rephrase property descriptions to make them a
5615           bit clearer (hopefully). See #518188.
5616
5617 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5618
5619         * tests/check/Makefile.am:
5620         * tests/check/elements/.cvsignore:
5621         * tests/check/elements/gdkpixbufsink.c:
5622           Add unit test for gdkpixbufsink element.
5623
5624 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5625
5626         * ext/gdk_pixbuf/Makefile.am:
5627         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5628         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5629           (gst_gdk_pixbuf_sink_base_init),
5630           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5631           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5632           (gst_gdk_pixbuf_sink_set_caps),
5633           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5634           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5635           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5636           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5637           (gst_gdk_pixbuf_sink_get_property):
5638         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5639           Add gdkpixbufsink element for easy snapshotting (#525946).
5640
5641 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5642
5643         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5644         Bump timeout from 3 to 60 seconds.
5645
5646 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5647
5648         * tests/check/pipelines/.cvignore:
5649         Remove useless file.
5650
5651         * tests/check/pipelines/.cvsignore:
5652         Add new test to .cvsignore.
5653
5654 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * tests/check/Makefile.am:
5657         * tests/check/pipelines/wavpack.c: (bus_handler),
5658         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5659         (wavpack_suite), (main):
5660         Add unit test that encodes and decodes some data, checks that it
5661         is still the same and that all timestamps/offsets are perfect.
5662
5663 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5664
5665         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5666         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5667         * ext/wavpack/gstwavpackparse.c:
5668         (gst_wavpack_parse_index_entry_new),
5669         (gst_wavpack_parse_index_entry_free),
5670         (gst_wavpack_parse_base_init),
5671         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5672         Use GSlice for allocating index entries and use
5673         gst_element_class_set_details_simple().
5674
5675 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5676
5677         Patch by: Brian Cameron <brian.cameron at sun dot com>
5678
5679         * sys/sunaudio/gstsunaudio.c:
5680         * sys/sunaudio/gstsunaudiomixer.c:
5681         * sys/sunaudio/gstsunaudiomixer.h:
5682         * sys/sunaudio/gstsunaudiomixerctrl.c:
5683         * sys/sunaudio/gstsunaudiomixerctrl.h:
5684         * sys/sunaudio/gstsunaudiomixertrack.c:
5685         * sys/sunaudio/gstsunaudiomixertrack.h:
5686         * sys/sunaudio/gstsunaudiosink.c:
5687         * sys/sunaudio/gstsunaudiosink.h:
5688         * sys/sunaudio/gstsunaudiosrc.c:
5689         * sys/sunaudio/gstsunaudiosrc.h:
5690           Fix up copyrights (#525860).
5691
5692 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * gst/goom/goomsl.c: (gsl_read_file):
5695           Check return value of fread() to avoid compiler warnings.
5696
5697 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5698
5699         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5700
5701         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5702         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5703         * gst/law/alaw-decode.h:
5704         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5705         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5706         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5707         * gst/law/mulaw-decode.h:
5708         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5709         Make negotiation a bit modern.
5710         Use pad_alloc. Fixes #525359.
5711
5712 2008-03-31  David Schleef  <ds@schleef.org>
5713
5714         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5715           compiles consistently.  Fixes #522278.
5716
5717 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5718
5719         Patch by: Brian Cameron <brian.cameron at sun dot com>
5720
5721         * sys/sunaudio/gstsunaudiomixerctrl.c:
5722           (gst_sunaudiomixer_ctrl_get_volume),
5723           (gst_sunaudiomixer_ctrl_set_volume):
5724         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5725           Fix up the mixer tracks to use a volume range of 0-255, which is what
5726           the sun audio API uses. This simplifies the code and avoids rounding
5727           errors. Fixes #524593.
5728
5729 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5730
5731         * sys/v4l2/gstv4l2object.c:
5732         * sys/v4l2/gstv4l2object.h:
5733         Add device-fd property to make it possible to apps to call ioctl's.
5734
5735 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5736
5737         * gst/qtdemux/qtdemux.c: (next_entry_size):
5738         Unbreak streaming mode again.
5739
5740 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5743           Remove superfluous DEBUG macro.
5744
5745 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5746
5747         Based on patch by: William M. Brack <wbrack at mmm com hk>
5748
5749         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5750           (gst_v4l2src_set_capture):
5751           Check whether the device supports setting the framerate before
5752           trying to set it and then posting a warning or error if it doesn't
5753           work (#516649, #520092). Also compare fractions more correctly.
5754
5755 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5756
5757         * gst/goom/Makefile.am:
5758           Remove ppc assembler optimisations from the build until they
5759           actually build (they also seem to have GPL headers).
5760
5761 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * m4/Makefile.am:
5764           Better not dist files that don't exist any longer (lrint*m4).
5765
5766 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5767
5768         * configure.ac:
5769         * m4/lrint.m4:
5770         * m4/lrintf.m4:
5771         Remove lrint/lrintf checks. We don't use it anywhere.
5772
5773 2008-03-18  Andy Wingo  <wingo@pobox.com>
5774
5775         * sys/osxvideo/osxvideosink.m
5776         (gst_osx_video_sink_osxwindow_destroy)
5777         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5778         task, whoopdee.
5779         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5780         2 ms.
5781
5782 2008-03-18  Andy Wingo  <wingo@pobox.com>
5783
5784         * sys/osxvideo/osxvideosink.m
5785         (gst_osx_video_sink_osxwindow_destroy)
5786         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5787         task, whoopdee.
5788         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5789         2 ms.
5790         
5791 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5792
5793         Patch by: William M. Brack <wbrack at mmm com hk>
5794
5795         * sys/v4l2/v4l2src_calls.c:
5796           (gst_v4l2src_probe_caps_for_format_and_size),
5797           (gst_v4l2src_probe_caps_for_format):
5798           Make sure the probed frame sizes are reversed in the resulting
5799           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5800           highest resolution first); also remove unused variable.
5801           (Partly fixes #520092)
5802
5803 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5804
5805         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5806
5807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5808         (gst_rtspsrc_finalize):
5809         Call WSAStartup() and WSACleanup before using the Winsock API.
5810         See #520808.
5811
5812 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5813
5814         * gst/avi/gstavidemux.c:
5815           Erm, the buffer-size is just guint, no need for the special format
5816           specifier.
5817
5818 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5819
5820         * gst/goom/plugin_info.c:
5821         * gst/goom/ppc_zoom_ultimate.h:
5822           Small fixes to build more on PPC: ifdef out code that uses unknown
5823           define; add newline at end of header file to avoid compiler warning.
5824           Assembler code still doesn't build though.
5825
5826 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5827
5828         * gst/avi/gstavidemux.c:
5829           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5830           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5831
5832 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5833
5834         * gst/avi/gstavidemux.c:
5835           Chunksize is uint32. Fix format specifier.
5836
5837 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5838
5839         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5840         mistake. Return file to pure MIT text.
5841
5842 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5843
5844         * gst/audiofx/audiofx.c:
5845         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5846         of hardcoding values.
5847
5848 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5849
5850         Patch by: Mark Nauwelaerts <manauw skynet be>
5851
5852         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5853           (gst_oss_src_close):
5854         * sys/oss/gstosssrc.h:
5855           Cache probed caps, so _get_caps() during recording doesn't cause
5856           ioctl calls which may disrupt the recording (fixes #521875).
5857
5858 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5859
5860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5861         (gst_qtdemux_activate_segment),
5862         (gst_qtdemux_prepare_current_sample),
5863         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5864         Make sure we always send a DISCONT after a seek by setting the sample
5865         index to an undefined value after a seek.
5866
5867 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5868
5869         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5870           (GST_IS_AVI_SUBTITLE_CLASS):
5871           Fix up IS_FOO macros, which makes gtk-doc much happier.
5872
5873 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5874
5875         * tests/icles/Makefile.am:
5876           Move the -lgstfoo where it belongs.
5877
5878 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5879
5880         * gst/matroska/ebml-ids.h:
5881         Add ID for EBML CRC32 elements.
5882
5883         * gst/matroska/Makefile.am:
5884         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5885         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5886         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5887         (gst_ebml_read_header):
5888         Support reading 80bit floats, add finalize method to clean up
5889         in any case, support reading length/id elements with any length
5890         as long as it's smaller than our supported maximum, don't leak
5891         buffers if reading as much data as we wanted failed and some
5892         smaller cleanup.
5893
5894 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5895
5896         Patch by: Olivier Crete <tester at tester dot ca>
5897
5898         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5899         Check that a buffer is large enough before reading from it.
5900         Fixes bug #521102.
5901         
5902 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5903
5904         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5905         Fix compilation after removing the GstPollMode from the
5906         constructor.
5907
5908 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         * configure.ac:
5911         * gst/audiofx/Makefile.am:
5912         * gst/audiofx/audiochebband.c:
5913         * gst/audiofx/audiocheblimit.c:
5914         * gst/audiofx/math_compat.h:
5915         Check for sinh(), cosh() and asinh() and define our own
5916         implementations if they're not available. Fixes bug #520880.
5917
5918 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5919
5920         Patch by: Olivier Crete <tester at tester dot ca>
5921
5922         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5923         Unref the buffers only once when handling not-negotiated errors.
5924         Fixes bug #520764.
5925
5926 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5927
5928         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5929
5930         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5931         (gst_udpsrc_stop):
5932         Properly balance WSA_Cleanup with WSA_Startup.
5933         Also make the poll controllable on windows. Fixes #520888.
5934
5935 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5936
5937         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5938         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5939         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5940         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5941         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5942         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5943         (gst_ebml_read_date), (gst_ebml_read_master),
5944         (gst_ebml_read_binary), (gst_ebml_read_header):
5945         * gst/matroska/ebml-read.h:
5946         * gst/matroska/matroska-demux.c:
5947         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5948         (gst_matroska_demux_read_track_encodings),
5949         (gst_matroska_demux_add_stream),
5950         (gst_matroska_demux_handle_src_query),
5951         (gst_matroska_demux_handle_seek_event),
5952         (gst_matroska_demux_init_stream),
5953         (gst_matroska_demux_parse_tracks),
5954         (gst_matroska_demux_parse_index_cuetrack),
5955         (gst_matroska_demux_parse_index_pointentry),
5956         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5957         (gst_matroska_demux_parse_metadata_id_simple_tag),
5958         (gst_matroska_demux_parse_metadata_id_tag),
5959         (gst_matroska_demux_parse_metadata),
5960         (gst_matroska_demux_sync_streams),
5961         (gst_matroska_demux_push_hdr_buf),
5962         (gst_matroska_demux_push_flac_codec_priv_data),
5963         (gst_matroska_demux_push_xiph_codec_priv_data),
5964         (gst_matroska_demux_add_wvpk_header),
5965         (gst_matroska_demux_check_subtitle_buffer),
5966         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5967         (gst_matroska_demux_parse_cluster),
5968         (gst_matroska_demux_parse_contents_seekentry),
5969         (gst_matroska_demux_parse_contents),
5970         (gst_matroska_demux_loop_stream_parse_id),
5971         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5972         * gst/matroska/matroska-demux.h:
5973         * gst/matroska/matroska-ids.h:
5974         Handle return values from pull_range in a more granular way to properly
5975         shut down on seeks.
5976         Combine return values from push.
5977         Implement proper error handling.
5978         Prepare for handling seeking correctly.
5979
5980 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5981
5982         * gst/matroska/ebml-read.c:
5983         Use GINT64 formatting constants from GLIB.
5984
5985         * gst/matroska/matroska-demux.c:
5986         Add some guards to avoid a possible division by 0 and crashing
5987         with NULL events on some systems.
5988         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5989         conversion. 
5990
5991         * gst/matroska/matroska-mux.c:
5992         Check for invalid timestamps in a bunch of places to avoid
5993         writing bogus durations into the output file.
5994         Fix some double<->gint64 conversions that weren't using
5995         gst_guint64_to_gdouble
5996
5997 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5998
5999         * configure.ac:
6000         Move the checks for bison, flex and as to the program section and the
6001         check for gcc inline asm to the compiler characteristics section.
6002
6003 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
6004
6005         * configure.ac:
6006         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
6007         plug-ins are included/excluded. (#498222)
6008
6009 2008-02-29  Michael Smith <msmith@fluendo.com>
6010
6011         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
6012           Don't call gst_object_sync_values() unless we have a valid timestamp.
6013
6014 2008-02-28  David Schleef  <ds@schleef.org>
6015
6016         * gst/matroska/matroska-demux.c:
6017         * gst/matroska/matroska-ids.h:
6018         * gst/matroska/matroska-mux.c:
6019           Fix Dirac mapping.  I had previously added a VfW-type
6020           mapping, but it looks like Dirac will get a native Matroska
6021           mapping, and this is the most likely method.
6022
6023 2008-02-28  David Schleef  <ds@schleef.org>
6024
6025         * gst/avi/gstavimux.c: Add Dirac encoding
6026
6027 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6028
6029         Patch by: Peter Kjellerstedt <pkj at axis com>
6030
6031         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6032         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
6033         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6034         * gst/udp/gstudpsrc.h:
6035         Port to GstPoll. See #505417.
6036
6037 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6038
6039         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6040         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6041         yet on the srcpad. We need rate and channels before we
6042         can do any processing. Fixes bug #519088.
6043
6044 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6045
6046         * configure.ac:
6047         Detect and indicate if GCC inline assembly syntax is
6048         available.
6049
6050         * gst/goom/Makefile.am:
6051         * gst/goom/convolve_fx.c:
6052         * gst/goom/flying_stars_fx.c:
6053         * gst/goom/goom_config.h:
6054         * gst/goom/goom_core.c:
6055         * gst/goom/goomsl.c:
6056         * gst/goom/ifs.c:
6057         * gst/goom/mmx.c:
6058         * gst/goom/plugin_info.c:
6059         * gst/goom/xmmx.c:
6060         Fix various GCC-isms, and only build the inline assembly
6061         with compilers that support GCC inline assembly.
6062
6063         Fix a couple of other warnings shown with Forte.
6064
6065 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6066
6067         * gst/goom/xmmx.c:
6068           Use 'emms' instead of 'femms' to not crash on cpus that do not
6069           implement this 3dnow specific instruction.
6070
6071 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6072
6073         * gst/goom/plugin_info.c: (setOptimizedMethods):
6074         Use extended MMX for draw_line() too if available, not only
6075         normal MMX.
6076
6077 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6078
6079         * ext/jpeg/gstjpeg.c: (plugin_init):
6080         Remove (commented out) smoke typefinder. This is in base now.
6081
6082 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6083
6084         * gst/goom2k1/Makefile.am:
6085         * gst/goom2k1/gstgoom.c:
6086
6087         Rename the installed library, and don't register the same 
6088         GType name as the new goom.
6089
6090 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6091
6092         * configure.ac:
6093         * ext/taglib/Makefile.am:
6094           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6095           when building C++ code (#516509).
6096
6097 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6100         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6101           (setOptimizedMethods):
6102           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6103           anything useful. Export goom debug category so we can get
6104           rid of the VERBOSE define and the printfs.
6105
6106 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6107
6108         * gst/goom/goomsl_heap.c: (align_it):
6109         * gst/goom/plugin_info.c: (setOptimizedMethods):
6110           Compile fixes for x86-64.
6111
6112 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6113
6114         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6115         with warnings, but add other CFLAGS
6116
6117         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6118         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6119         (calculate_labels), (gsl_read_file):
6120         * gst/goom/goomsl_lex.l:
6121         * gst/goom/goomsl_yacc.y:
6122         * gst/goom/plugin_info.c: Remove a few live printf, and
6123         fprintf, replace exit() calls with g_assert_not_reached()
6124         if it not optimal for a library
6125
6126 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6127
6128         * gst/goom/Makefile.am: Remove the warnings being disabled,
6129         fix linkage on x86, spotted by Sebastian Dröge
6130         <slomo@circular-chaos.org>
6131
6132         * gst/goom/convolve_fx.c (convolve_init),
6133         (create_output_with_brightness), (convolve_apply):
6134         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6135         * gst/goom/goomsl.c:
6136         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6137         * gst/goom/plugin_info.c:
6138         * gst/goom/tentacle3d.c (tentacle_fx_create):
6139         Fix warnings, and disable the motifs in the convolve_fx
6140         plugin (they were causing warnings, and they were just
6141         "Goom" in funny letterring)
6142
6143 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6144
6145         * configure.ac: Add checks for Flex/Yacc/Bison and other
6146         furry animals, for the new goom 2k4 based plugin
6147
6148         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6149         CPU optimisations (not working yet), move the old plugin to...
6150
6151         * gst/goom2k1/*: ... here, in case somebody is sick enough
6152
6153         Fixes #515073
6154
6155 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6156
6157         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6158         Post the server response code in an error message instead of a generic
6159         'error' message. Fixes #517237.
6160
6161 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6162
6163         * tests/check/Makefile.am:
6164         Ignore gconfaudiosrc for the states unit test too. It will fallback
6165         to alsasrc if the gconf settings can't be read and not everybody has
6166         alsa.
6167
6168 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6169
6170         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6171         (gst_wavpack_parse_create_src_pad):
6172         * ext/wavpack/gstwavpackparse.h:
6173         Always report the duration if we know it in push mode and don't
6174         return 0 just to make totem believe we can't seek in push mode.
6175         Newer totem version use the SEEKING query which properly reports
6176         if we can seek or not.
6177
6178 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6179
6180         Patch by: Jens Granseuer <jensgr at gmx dot net>
6181
6182         * tests/examples/equalizer/demo.c: (main):
6183         C89 fix, moving variable declarations to the beginning of
6184         the block. Fixes bug #517933.
6185
6186 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6187
6188         * configure.ac:
6189         Back to development...
6190
6191 === release 0.10.7 ===
6192
6193 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6194
6195         * configure.ac:
6196           releasing 0.10.7, "Red Door Black"
6197
6198 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6199
6200         * gst/alpha/Makefile.am:
6201         Link alpha plugin with libgstbase. Fixes bug #517386.
6202
6203 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6204
6205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6206         Init values to -1 instead of the default 0 value.
6207         Fixes #516524.
6208
6209 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6210
6211         * tests/examples/spectrum/spectrum-example.c:
6212         Add missing include to fix compilation when libxml usage is disabled.
6213         Fixes: #516371
6214
6215 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6216
6217         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6218         fixes: #514889
6219
6220         * gst/rtp/gstrtph264pay.c:
6221         * gst/rtp/gstrtpmp4gdepay.c:
6222         * gst/rtp/gstrtpmp4gpay.c:
6223         * gst/rtp/gstrtpmp4gpay.h:
6224         * gst/rtp/gstrtptheorapay.c:
6225         * gst/rtp/gstrtpvorbispay.c:
6226
6227         Fix various leaks shown up in valgrind
6228         - free sprops and buffer in error cases in H264 payloader
6229         - fix leak in mp4g depayloader when construction the caps
6230         - don't leak config string in the mp4g payloader
6231         - don't leak buffers and headers in theora and vorbis payloaders
6232
6233         * tests/check/elements/rtp-payloading.c:
6234
6235         Fix the RTP data test
6236         - Actually send valid amr data to the payloader instead of 20
6237         zero-bytes
6238         - The mp4g payloader expects codec_data on the caps
6239
6240 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6241
6242         * win32/MANIFEST:
6243         Add libgstpng.dsp to MANIFEST.
6244         * win32/vs6/libgstaudiofx.dsp:
6245         Add new source files to VS project file.
6246
6247 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6248
6249         * sys/ximage/gstximagesrc.c:
6250         Initialise variables when opening the X display rather
6251         than in _start(), as the display can be opened before that.
6252
6253         Fixes: #515985
6254
6255 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6256
6257         * sys/directdraw/gstdirectdrawsink.c:
6258         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6259         (gst_directdraw_sink_finalize):
6260         Properly chain up finalize functions. Fixes bug #515980.
6261
6262 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6263
6264         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6265         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6266         (gst_v4l2_buffer_pool_class_init):
6267         Chain up the finalize functions. Fixes bug #515984.
6268
6269 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6270
6271         * sys/ximage/ximageutil.c:
6272         Chain up in the finalize function for our custom
6273         buffer sub-class.
6274         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6275         Fixes: #515706
6276
6277 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6278
6279         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6280         (gst_fenced_buffer_class_init):
6281         Properly chain up finalize method. Fixes bug #515979.
6282
6283 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6284
6285         * sys/ximage/gstximagesrc.c:
6286         Free allocated Damage memory before closing our connection to the
6287         X server. Partially fixes: #515706
6288
6289 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6290
6291         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6292         * tests/check/Makefile.am:
6293         * tests/check/gst-plugins-good.supp:
6294         Add a few libjpeg suppressions and initialize a variable to
6295         make smokeenc valgrind clean. Fixes bug #515701.
6296
6297 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6298
6299         * gst/avi/gstavidemux.c:
6300         Revert patch which sends timestamps only on keyframes, as it
6301         breaks playback with current gst-ffmpeg.
6302
6303         Fixes: #515562
6304
6305 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6306
6307         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6308         * tests/check/elements/multifile.c: (GST_START_TEST):
6309         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6310
6311 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6312
6313         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6314         Use and unset the GError when pipeline creation fails instead of
6315         simply leaking it. Fixes bug #515704.
6316
6317 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6318
6319         * gst/audiofx/audioamplify.c:
6320         * gst/audiofx/audiochebband.c:
6321         * gst/audiofx/audiocheblimit.c:
6322         * gst/audiofx/audiodynamic.c:
6323         * gst/audiofx/audioinvert.c:
6324         * gst/audiofx/audiopanorama.c:
6325         * gst/audiofx/audiowsincband.c:
6326         * gst/audiofx/audiowsinclimit.c:
6327         Fix long description of audiofx elements. Fixes bug #515457.
6328
6329 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6330
6331         * docs/plugins/Makefile.am:
6332         * gst/spectrum/gstspectrum.c:
6333         * tests/examples/spectrum/.cvsignore:
6334         * tests/examples/spectrum/Makefile.am:
6335         * tests/examples/spectrum/spectrum-example.c:
6336
6337         Add a simple example application for the spectrum element, include it
6338         in the docs, and fix some documentation ambiguities.
6339
6340         Fixes: #348085
6341
6342 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6343
6344         * gst/equalizer/Makefile.am:
6345         * gst/spectrum/Makefile.am:
6346         Fix includes order
6347
6348         * tests/check/Makefile.am:
6349         Exclude v4l2src from the states test - it takes too long to start.
6350
6351         * tests/check/elements/spectrum.c:
6352         Make the test run properly with CK_FORK=no
6353
6354 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6355
6356         * gst/audiofix/Makefile.am: add missing header files 
6357
6358 2008-02-08  Julien Moutte  <julien@fluendo.com>
6359
6360         * gst/matroska/matroska-demux.c:
6361         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6362         keyframe and delta units correctly when dealign with a BlockGroup.
6363         Fixes: #514397
6364
6365 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6366
6367         * tests/check/elements/.cvsignore:
6368         Spell the new tests correctly in .cvsignore
6369
6370 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6373           Need to use gsize here for the size, fixes compiler warning.
6374
6375         * tests/examples/equalizer/.cvsignore:
6376         * tests/examples/equalizer/Makefile.am:
6377         * tests/examples/spectrum/.cvsignore:
6378         * tests/examples/spectrum/Makefile.am:
6379           Add missing files to fix the build.
6380
6381 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6382
6383         * configure.ac:
6384         * docs/plugins/Makefile.am:
6385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6387         * docs/plugins/gst-plugins-good-plugins.args:
6388         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6389         * docs/plugins/inspect/plugin-multifile.xml:
6390         * tests/check/Makefile.am:
6391         * tests/check/elements/.cvsignore:
6392
6393         Move multifile plugin from -bad.
6394         Fixes: #490283
6395
6396 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6397
6398         * configure.ac:
6399         * docs/plugins/Makefile.am:
6400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6402         * docs/plugins/gst-plugins-good-plugins.args:
6403         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6404         * docs/plugins/inspect/plugin-spectrum.xml:
6405         * gst/spectrum/Makefile.am:
6406         * tests/check/Makefile.am:
6407         * tests/check/elements/.cvsignore:
6408         * tests/examples/Makefile.am:
6409
6410         Move spectrum plugin from -bad.
6411         Move examples into tests/examples/spectrum.
6412
6413 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6414
6415         * configure.ac:
6416         * docs/plugins/Makefile.am:
6417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6418         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6419         * docs/plugins/gst-plugins-good-plugins.args:
6420         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6421         * docs/plugins/gst-plugins-good-plugins.interfaces:
6422         * docs/plugins/inspect/plugin-equalizer.xml:
6423         * gst/equalizer/Makefile.am:
6424         * tests/check/Makefile.am:
6425         * tests/examples/Makefile.am:
6426         Move the equalizer plugin across from -bad
6427
6428         * tests/check/elements/.cvsignore:
6429         Add equalizer, audiosincwband and audiosincwlimit
6430
6431         * tests/check/elements/equalizer.c:
6432         Fix compiler warnings
6433
6434         Fixes: #415627
6435
6436 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6437
6438         * configure.ac:
6439         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6440         are treated like releases and build without it.
6441
6442 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6443
6444         * docs/plugins/Makefile.am:
6445         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6446         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6447         * docs/plugins/gst-plugins-good-plugins.args:
6448         * docs/plugins/inspect/plugin-audiofx.xml:
6449         * gst/audiofx/Makefile.am:
6450         * gst/audiofx/audiofx.c:
6451         * gst/audiofx/audiowsincband.c:
6452         * gst/audiofx/audiowsincband.h:
6453         * gst/audiofx/audiowsinclimit.c:
6454         * gst/audiofx/audiowsinclimit.h:
6455         * tests/check/Makefile.am:
6456         * tests/check/elements/audiowsincband.c:
6457         * tests/check/elements/audiowsinclimit.c:
6458
6459         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6460         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6461         respectively.
6462
6463         Fixes: #467666
6464
6465 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6466
6467         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6468         * tests/check/elements/icydemux.c:
6469           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6470           caps, and add a somewhat useful debug message. Plus test.
6471
6472 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6473
6474         * gst/rtsp/gstrtspsrc.c:
6475         Include unistd.h only if HAVE_UNISTD_H is defined
6476         * win32/common/config.h.in:
6477         * win32/common/config.h:
6478         Define socklen_t as it seems it's not defined in default 
6479         Visual Studio headers.
6480         * win32/vs6/libgstalpha.dsp:
6481         * win32/vs6/libgstapetag.dsp:
6482         * win32/vs6/libgstavi.dsp:
6483         * win32/vs6/libgstrtp.dsp:
6484         * win32/vs6/libgstrtsp.dsp:
6485         * win32/vs6/libgstvideomixer.dsp:
6486         Update project file dependencies and add new source files       
6487
6488 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6489
6490         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6491
6492         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6493         Don't leak buffers when we don't push them downstream.
6494         Fixes bug #514965.
6495
6496 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * configure.ac:
6499           Bump requirements to (good) released versions to avoid
6500           confusion and make implicit core requirement explicit.
6501
6502 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6503
6504         * docs/plugins/Makefile.am:
6505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6507         * docs/plugins/gst-plugins-good-plugins.args:
6508         * docs/plugins/inspect/plugin-audiofx.xml:
6509         * gst/audiofx/Makefile.am:
6510         * gst/audiofx/audiochebband.c:
6511         * gst/audiofx/audiochebband.h:
6512         * gst/audiofx/audiocheblimit.c:
6513         * gst/audiofx/audiocheblimit.h:
6514         * gst/audiofx/audiochebyshevfreqband.c:
6515         * gst/audiofx/audiochebyshevfreqband.h:
6516         * gst/audiofx/audiochebyshevfreqlimit.c:
6517         * gst/audiofx/audiochebyshevfreqlimit.h:
6518         * gst/audiofx/audiofx.c:
6519         * tests/check/Makefile.am:
6520         * tests/check/elements/.cvsignore:
6521         * tests/check/elements/audiochebband.c:
6522         * tests/check/elements/audiocheblimit.c:
6523         * tests/check/elements/audiochebyshevfreqband.c:
6524         * tests/check/elements/audiochebyshevfreqlimit.c:
6525
6526         Rename audiochebyshevfreqband -> audiochebband and
6527         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6528         surgery.
6529
6530         Closes: #491811
6531
6532 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6533
6534         Patch by: Orjan Friberg <orjanf at axis dot com>
6535
6536         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6537         Fix caps memory leak. Fixes #514573.
6538
6539 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6540
6541         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6542         If there's no entries in the subindex, don't try to do anything stupid,
6543         just return.
6544
6545 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         Patch by: John Millikin <jmillikin at gmail dot com>
6548
6549         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6550           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6551           Fix extraction of picture blocks with newer libflac versions again:
6552           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6553
6554 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         * tests/check/Makefile.am:
6557           Add rtp-payloading test to VALGRIND_TO_FIX.
6558
6559         * tests/check/elements/rtp-payloading.c:
6560           Add semicolons after GST_TEST_END so gst-indent gets the
6561           formatting right; make test less verbose in general, but
6562           more verbose in the error case (which should probably
6563           make the test fail anyway).
6564
6565 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6566
6567         * docs/plugins/Makefile.am:
6568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6570         * gst/avi/gstavisubtitle.c:
6571         Add documentation for avisubtitle and change class to
6572         Codec/Parser/Subtitle
6573
6574 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6575
6576         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6577         Treat ENOTTY (driver does not implement ioctl) the same as
6578         EINVAL since it implies there are no available standards.
6579
6580         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6581         (gst_v4l2src_get_nearest_size):
6582         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6583         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6584         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6585         reason, and if we aren't yet actively capturing.
6586
6587         * sys/v4l2/v4l2src_calls.h:
6588         Remove replaced function declaration.
6589
6590 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6591
6592         * configure.ac:
6593         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6594         API.
6595
6596 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6597
6598         * configure.ac:
6599         Fix typo.
6600
6601 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6602
6603         * gst/alpha/Makefile.am:
6604         * gst/alpha/gstalpha.c:
6605
6606         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6607         some stuff, and making buffer-alloc and resizing work automatically.
6608         No longer crashes on odd frame widths and heights, although there
6609         seems to be a disagreement with ffmpegcolorspace about what size
6610         an AYUV frame with odd height should be.
6611
6612 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6613
6614         Patch by: Alessandro Decina <alessandro at nnva dot org>
6615
6616         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6617         * ext/libpng/gstpngenc.h:
6618         Preallocate the output buffer so that g_memdup() and
6619         gst_buffer_merge() aren't needed anymore. This greatly improves
6620         performances and fixes #512544.
6621
6622 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6623
6624         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6625         (gst_avi_demux_stream_data):
6626         GStreamer timestamps are PTS values while AVI only knows about DTS
6627         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6628         we are dealing with a key frame.
6629
6630 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6631
6632         * tests/check/Makefile.am:
6633         * tests/check/elements/.cvsignore:
6634         * tests/check/elements/rtp-payloading.c:
6635           Add add testsuite for the rtp-payloader that tries simulating
6636           dataflow. Needs more test data.
6637
6638 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6639
6640         * tests/check/elements/alphacolor.c:
6641           Remove two unused variables.
6642
6643 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6646           Use g_ascii_strtoll() instead of atoll, which is only
6647           available in C99.
6648
6649 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6650
6651         * gst/rtp/Makefile.am:
6652         * gst/rtp/gstrtp.c:
6653         * gst/rtp/gstrtpmpvpay.c:
6654         * gst/rtp/gstrtpmpvpay.h:
6655         Add MPEG2 video payloader
6656
6657 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6658
6659         * gst/level/gstlevel.c:
6660         Use #include <math.h> instead of #include "math.h".
6661
6662 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6663
6664         * tests/check/Makefile.am:
6665         Fix up some CFLAGS sets.
6666         Don't include gconfvideosrc in the states test.
6667
6668         * tests/check/elements/autodetect.c: (GST_START_TEST):
6669         Add some error strings to fail_unless arguments to fix some weird
6670         compiler errors on Solaris.
6671
6672 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6673
6674         * configure.ac:
6675         Detect video4linux headers on Solaris too.
6676         * sys/v4l2/gstv4l2colorbalance.h:
6677         * sys/v4l2/gstv4l2object.h:
6678         * sys/v4l2/v4l2_calls.c:
6679         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6680         (gst_v4l2_buffer_new):
6681
6682         Make v4l2 build on Solaris.
6683         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6684         Fixes: #510505
6685
6686 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6687
6688         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6689           Update list from (still local) scanning script.
6690
6691 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6692
6693         Based on a patch by:
6694             Victor STINNER <victor dot stinner at haypocalc dot com>
6695
6696         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6697         Set variable to NULL after freeing it to prevent double frees
6698         or make failures by another use of it afterwards more obvious
6699         and fix use of it after the freeing. Fixes bug #510592.
6700
6701 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6702
6703         * gst/udp/gstmultiudpsink.c:
6704         use GST_WARNING for logging
6705
6706 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6707
6708         * gst/udp/gstmultiudpsink.c:
6709         Don't try to leave a multicast group with an invalid socket
6710
6711 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         * ext/flac/gstflacdec.c:
6714           Fix compilation against flac 1.1.2 (as on debian stable), where
6715           the picture metadata defines and structs don't exist yet.
6716           Fixes #509301.
6717
6718 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6719
6720         Patch by: Olivier Crete <tester at tester dot ca>
6721
6722         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6723         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6724         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6725         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6726         * gst/udp/gstmultiudpsink.h:
6727         Add property to automatically join a multicast group or not. This can be
6728         useful when sharing a socket between multiple elements.
6729         Fixes #509531.
6730
6731 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6732
6733         * gst/videomixer/Makefile.am:
6734           Add controller flags.
6735
6736 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * gst/videomixer/videomixer.c:
6739           Also commit the missing gst_object_sync_values().
6740
6741 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6742
6743         * docs/plugins/Makefile.am:
6744           Remove duplicate entry.
6745
6746 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6747
6748         * docs/plugins/Makefile.am:
6749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6751         * docs/plugins/inspect/plugin-gamma.xml:
6752         * docs/plugins/inspect/plugin-monoscope.xml:
6753         * docs/plugins/inspect/plugin-video4linux2.xml:
6754           Add 3 more plugins to docs.
6755
6756 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6757
6758         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6759         * sys/osxvideo/osxvideosink.h:
6760           Revert previous change caused by a file that got stuck on an old
6761           revision.
6762
6763 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6764
6765         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6766         * gst/multipart/Makefile.am:
6767         * gst/multipart/multipartdemux.c:
6768         * gst/multipart/multipartdemux.h:
6769         * gst/multipart/multipartmux.c:
6770         * gst/multipart/multipartmux.h:
6771           Re-add multipartdemux to the docs. Last round of section cleanup.
6772
6773 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6774
6775         * docs/plugins/Makefile.am:
6776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6777         * sys/osxaudio/gstosxaudiosink.h:
6778         * sys/osxvideo/osxvideosink.h:
6779           Managed to resolve most unused declarations. Filed a bug for one left.          
6780
6781 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6782
6783         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6784           Cleanup section file.
6785
6786 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6787
6788         * docs/plugins/Makefile.am:
6789         * docs/plugins/gst-plugins-good-plugins.args:
6790         * docs/plugins/gst-plugins-good-plugins.signals:
6791         * docs/plugins/inspect/plugin-alaw.xml:
6792         * docs/plugins/inspect/plugin-alpha.xml:
6793         * docs/plugins/inspect/plugin-alphacolor.xml:
6794         * docs/plugins/inspect/plugin-annodex.xml:
6795         * docs/plugins/inspect/plugin-apetag.xml:
6796         * docs/plugins/inspect/plugin-audiofx.xml:
6797         * docs/plugins/inspect/plugin-auparse.xml:
6798         * docs/plugins/inspect/plugin-autodetect.xml:
6799         * docs/plugins/inspect/plugin-avi.xml:
6800         * docs/plugins/inspect/plugin-cairo.xml:
6801         * docs/plugins/inspect/plugin-cdio.xml:
6802         * docs/plugins/inspect/plugin-cutter.xml:
6803         * docs/plugins/inspect/plugin-debug.xml:
6804         * docs/plugins/inspect/plugin-dv.xml:
6805         * docs/plugins/inspect/plugin-efence.xml:
6806         * docs/plugins/inspect/plugin-effectv.xml:
6807         * docs/plugins/inspect/plugin-flac.xml:
6808         * docs/plugins/inspect/plugin-flxdec.xml:
6809         * docs/plugins/inspect/plugin-gconfelements.xml:
6810         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6811         * docs/plugins/inspect/plugin-goom.xml:
6812         * docs/plugins/inspect/plugin-halelements.xml:
6813         * docs/plugins/inspect/plugin-icydemux.xml:
6814         * docs/plugins/inspect/plugin-id3demux.xml:
6815         * docs/plugins/inspect/plugin-jpeg.xml:
6816         * docs/plugins/inspect/plugin-ladspa.xml:
6817         * docs/plugins/inspect/plugin-level.xml:
6818         * docs/plugins/inspect/plugin-matroska.xml:
6819         * docs/plugins/inspect/plugin-mulaw.xml:
6820         * docs/plugins/inspect/plugin-multipart.xml:
6821         * docs/plugins/inspect/plugin-navigationtest.xml:
6822         * docs/plugins/inspect/plugin-png.xml:
6823         * docs/plugins/inspect/plugin-quicktime.xml:
6824         * docs/plugins/inspect/plugin-rtp.xml:
6825         * docs/plugins/inspect/plugin-rtsp.xml:
6826         * docs/plugins/inspect/plugin-shout2send.xml:
6827         * docs/plugins/inspect/plugin-smpte.xml:
6828         * docs/plugins/inspect/plugin-speex.xml:
6829         * docs/plugins/inspect/plugin-taglib.xml:
6830         * docs/plugins/inspect/plugin-udp.xml:
6831         * docs/plugins/inspect/plugin-videobalance.xml:
6832         * docs/plugins/inspect/plugin-videobox.xml:
6833         * docs/plugins/inspect/plugin-videocrop.xml:
6834         * docs/plugins/inspect/plugin-videoflip.xml:
6835         * docs/plugins/inspect/plugin-videomixer.xml:
6836         * docs/plugins/inspect/plugin-wavenc.xml:
6837         * docs/plugins/inspect/plugin-wavpack.xml:
6838         * docs/plugins/inspect/plugin-wavparse.xml:
6839           Update plugin docs.
6840
6841         * gst/videomixer/Makefile.am:
6842         * gst/videomixer/videomixer.c:
6843         * gst/videomixer/videomixer.h:
6844         * gst/videomixer/videomixerpad.h:
6845           Split out header to fix warnings from the doc-build.
6846
6847 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6848
6849         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6850
6851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6852         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6853
6854 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6855
6856         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6858           Initialise variables to work around (false) 'foo might be used
6859           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6860
6861 2008-01-11  David Schleef  <ds@schleef.org>
6862
6863         * docs/plugins/.cvsignore:
6864         * tests/check/pipelines/.cvsignore:
6865           Ignore more files for the buildbot.
6866
6867 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6868
6869         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6870         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6871         Generate the image-type values correctly. Leave them out of the caps
6872         when outputting a "preview image" tag, since it only makes sense
6873         to have one of those - the type is irrelevant.
6874
6875         * sys/sunaudio/gstsunaudiomixerctrl.c:
6876         (gst_sunaudiomixer_ctrl_open):
6877         If we can, mark the mixer multiple open when we use it, in case
6878         (for some reason) the process wants to open it again elsewhere.
6879
6880 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6881
6882         Patch by: Olivier Crete <tester at tester dot ca>
6883
6884         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6885         * gst/rtp/gstrtptheorapay.c:
6886         Fix the clock rate to 90000 as required by the RFC.
6887         Fixes #508644.
6888
6889 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6892           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6893
6894 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6895
6896         * autogen.sh:
6897           Add -Wno-portability to the automake parameters to stop warnings
6898           about GNU make extensions being used. We require GNU make in almost
6899           every Makefile anyway.
6900           
6901         * configure.ac:
6902           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6903           at the same time is required for per target flags.
6904
6905 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6906
6907         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6908         Fix error from my last commit.
6909
6910 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6913
6914         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6915           Make sure the ISO 639-X language code in ID3v2 COMM frames
6916           is actually valid UTF-8 (or rather: ASCII), so we don't end
6917           up with non-UTF8 strings in tags if there's garbage in the
6918           language field. Also make sure the language code is always
6919           lower case. Fixes: #508291.
6920
6921 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6922
6923         * ChangeLog:
6924           Fix ChangeLog typo.
6925
6926 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6927
6928         * Makefile.am:
6929           Include lcov.mak to allow building coverage reports. Guard
6930           check-torture target like in the other packages.
6931
6932 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6933
6934         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6935
6936         * gst/videomixer/videomixer.c:
6937         (gst_videomixer_set_master_geometry), (_do_init),
6938         (gst_videomixer_child_proxy_get_child_by_index),
6939         (gst_videomixer_child_proxy_get_children_count),
6940         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6941         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6942         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6943         Implement GstChildProxy interface.
6944         Send newsegment at the right moment
6945         Fixes #488879
6946
6947 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6948
6949         * gst/alpha/Makefile.am:
6950         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6951         (gst_alpha_sink_event), (gst_alpha_chain),
6952         (gst_alpha_change_state), (plugin_init):
6953         Make the various properties of 'alpha' controllable. This allows doing
6954         niceties like fade-in/fade-out.
6955
6956 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6957
6958         * gst/rtp/gstasteriskh263.c:
6959         * gst/rtp/gstrtpL16depay.c:
6960         * gst/rtp/gstrtpac3depay.c:
6961         * gst/rtp/gstrtpamrpay.c:
6962         * gst/rtp/gstrtpdepay.c:
6963         * gst/rtp/gstrtpgsmdepay.c:
6964         * gst/rtp/gstrtph263depay.c:
6965         * gst/rtp/gstrtph263pdepay.c:
6966         * gst/rtp/gstrtph263ppay.c:
6967         * gst/rtp/gstrtph264depay.c:
6968         * gst/rtp/gstrtph264pay.c:
6969         * gst/rtp/gstrtpmp2tdepay.c:
6970         * gst/rtp/gstrtpmp4adepay.c:
6971         * gst/rtp/gstrtpmp4gdepay.c:
6972         * gst/rtp/gstrtpmp4gpay.c:
6973         * gst/rtp/gstrtpmp4vdepay.c:
6974         * gst/rtp/gstrtpmpadepay.c:
6975         * gst/rtp/gstrtpmpvdepay.c:
6976         * gst/rtp/gstrtpsv3vdepay.c:
6977         * gst/rtp/gstrtptheoradepay.c:
6978         * gst/rtp/gstrtptheorapay.c:
6979         * gst/rtp/gstrtpvorbisdepay.c:
6980         * gst/rtp/gstrtpvorbispay.c:
6981           Remove copy/paste unused code (property setters and getter) found by
6982           the coverage suite (yay, saves ~20k on disk).
6983
6984 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6985
6986         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6987           (videosink_templ):
6988           Also fix up pad templates to indicate that image/jpeg doesn't
6989           absolutely require the framerate property to be set (#504081).
6990
6991 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         Based on patch by: Wouter Cloetens  <wouter at mind be>
6994
6995         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6996           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6997           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6998         * gst/matroska/matroska-mux.h:
6999           Keep track of first and last timestamps for each incoming stream,
7000           so we can calculate the total duration for live sources and other
7001           input where we can't query the duration from the start or where
7002           there's no constant framerate from which we can deduce the
7003           duration; also use calculated/observed duration if it is bigger
7004           than the previously queried duration. Furthermore, use
7005           gst_pad_query_peer_duration() and take into account that it may
7006           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
7007           screws up comparisons when using unsigned integers. Fixes #504081.
7008
7009 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
7010
7011         * configure.ac:
7012         * gst/audiofx/audioamplify.c:
7013         (gst_audio_amplify_clipping_method_get_type),
7014         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
7015         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
7016         (gst_audio_dynamic_transform_ip):
7017         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7018         (gst_audio_invert_transform_ip):
7019         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7020         (gst_audio_panorama_transform):
7021         * gst/level/gstlevel.c: (gst_level_init):
7022         Make elements GST_BUFFER_FLAG_GAP aware and call
7023         gst_base_transform_set_gap_aware for this.
7024         Bump core requirement to CVS.
7025         
7026         * gst/audiofx/audiochebyshevfreqband.c:
7027         (gst_audio_chebyshev_freq_band_transform_ip):
7028         * gst/audiofx/audiochebyshevfreqlimit.c:
7029         (gst_audio_chebyshev_freq_limit_transform_ip):
7030         Also sync GObject properties to the controller if operating
7031         in passthrough mode.
7032
7033 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7034
7035         * sys/directdraw/gstdirectdrawsink.c:
7036           (gst_directdraw_sink_window_thread):
7037           FALSE is not a gpointer.
7038
7039 2008-01-05  Julien Moutte  <julien@fluendo.com>
7040
7041         * sys/directdraw/gstdirectdrawsink.c:
7042         (gst_directdraw_sink_set_window_id),
7043         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7044         (gst_directdraw_sink_buffer_alloc),
7045         (gst_directdraw_sink_draw_borders),
7046         (gst_directdraw_sink_show_frame),
7047         (gst_directdraw_sink_setup_ddraw),
7048         (gst_directdraw_sink_window_thread),
7049         (gst_directdraw_sink_get_ddrawcaps),
7050         (gst_directdraw_sink_surface_create): Make sure we create our
7051         internal window only when we need it. That will give a chance to
7052         the application to get the prepare-xwindow-id bus message. Draw
7053         black borders when keeping aspect ratio. Handle the case where our
7054         rendering window disappears (closed or errors) like other sinks
7055         do. Various 80 columns fixes, improve state change order. That
7056         element could need some more love.
7057
7058 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7059
7060         * ext/taglib/gstapev2mux.h:
7061         * ext/taglib/gstid3v2mux.h:
7062         Remove useless typedefs without new type name. Fixes a warning with
7063         gcc 4.3.
7064
7065 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7066
7067         Patch by: John Millikin <jmillikin at gmail dot com>
7068
7069         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7070         (gst_flac_dec_setup_stream_decoder),
7071         (gst_flac_normalize_picture_mime_type),
7072         (gst_flac_extract_picture_buffer),
7073         (gst_flac_dec_metadata_callback):
7074         Emit metadata messages when a PICTURE block is encountered.
7075         Fixes #506715.
7076
7077 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7078
7079         * gst/avi/gstavi.c:
7080         increase rank because no known issues anymore ...
7081         * gst/avi/gstavisubtitle.c:
7082         send subtitle name to the srcpad
7083
7084 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7085
7086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7087         * gst/rtsp/gstrtspsrc.h:
7088         Implement redirect for the DESCRIBE reply. Fixes #506025.
7089
7090 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7091
7092         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7093         Fix 'xyz may be used uninitialized' compiler warnings caused
7094         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7095         abort() in any case but properly report the error.
7096
7097 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7098
7099         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7100         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7101         * sys/ximage/gstximagesrc.c: (composite_pixel):
7102           Fix 'xyz may be used uninitialized' compiler warnings caused
7103           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7104           not really nice to abort in any case). Fixes #505745.
7105
7106 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7109           Small unit test fix (has no practical impact at the moment,
7110           since we're only feeding utf8 and hence just create a sub-
7111           buffer for the output).
7112
7113 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7114
7115         * gst/avi/gstavisubtitle.c:
7116         * tests/check/elements/avisubtitle.c:
7117         Add seeking support for avi subtitle
7118
7119 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7120
7121         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7122         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7123         (gst_flac_dec_write):
7124         * ext/flac/gstflacdec.h:
7125         Remove some unused vars.
7126         Do more cleanup of leftover events and tags.
7127         Output tags after the segment event. Fixes #504018.
7128
7129 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7132           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7133           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7134           Detect other UTF byte order markers and convert to UTF-8 as
7135           appropriate.
7136
7137 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7138
7139         * gst/avi/gstavisubtitle.c: (src_template),
7140           (gst_avi_subtitle_extract_utf8_file),
7141           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7142           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7143           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7144         * gst/avi/gstavisubtitle.h:
7145           Refactor a bit; fix name extraction; don't assume all the data
7146           in the chunk is actually subtitle data, there may be padding at
7147           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7148           file so it's there to send again after a seek (for future use).
7149
7150 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7151
7152         * gst/avi/Makefile.am:
7153         * gst/avi/gstavi.c:
7154         * gst/avi/gstavisubtitle.c:
7155         * gst/avi/gstavisubtitle.h:
7156         * tests/check/Makefile.am:
7157         * tests/check/elements/avisubtitle.c:
7158         * win32/common/config.h:
7159                 Add avi subtitle element for bug #442034. Need seeking support
7160                 and more support for character conversion.
7161
7162 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7163
7164         * Makefile.am:
7165           Include common/win32.mak for CRLF check of win32 project
7166           files (see #393626).
7167
7168         * win32/vs6/libgstpng.dsp:
7169           Fix line endings and do cvs admin -kb.
7170
7171 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7172
7173         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7174         Actually drop the buffers which are outside the currently configured
7175         segment instead of just emitting a WARNING.
7176
7177 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7178
7179         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7180         (gst_flac_dec_write):
7181         * ext/flac/gstflacdec.h:
7182         Send segments from the streaming thread. Fixes #502187.
7183         Fix segment seeking and a bunch of other seeking cases.
7184
7185 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7188           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7189           which is where it would end up if the same information was
7190           put in a vorbis comment (don't think it's worth adding a
7191           new URI tag for this). Fixes #488112.
7192
7193 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7194
7195         * configure.ac:
7196           We need core/base 0.10.15 or later.
7197
7198 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7199
7200         Patch by: Mark Nauwelaerts <manauw skynet be>
7201
7202         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7203         Fix regression in stream numbering. Fixes #502655.
7204
7205 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7206
7207         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7208
7209         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7210         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7211         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7212         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7213         (gst_rtp_h264_pay_handle_buffer):
7214         * gst/rtp/gstrtph264pay.h:
7215         Use higher performance start-code searching.
7216         Parse NALs and store SPS, PPS and profile in the caps so that they can
7217         be used in the SDP. Fixes #502814.
7218
7219 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7220
7221         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7222         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7223           Init some structs to zero before we pass them to ioctl, which
7224           avoids valgrind warnings.  Also fix a small memory leak.
7225
7226 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7227
7228         Patch by: Wouter Cloetens <wouter at mind dot be>
7229
7230         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7231         Copy timestamp from input to output. Not very perfect yet but better
7232         than nothing. Fixes #503023.
7233
7234 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7235
7236         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7237           Also print a useful error message with the old Wavpack API
7238           if possible.
7239
7240 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7241
7242         * ext/wavpack/gstwavpackdec.c:
7243           More build fixes for old libwavpack versions: include config.h so
7244           that WAVPACK_OLD_API is actually defined as detected; only use
7245           WavpackGetErrorMessage if it is available. This fixes the build
7246           on debian stable for me.
7247
7248 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7249
7250         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7251         * ext/wavpack/gstwavpackparse.c:
7252           (gst_wavpack_parse_create_src_pad):
7253           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7254           versions below 4.40.0.
7255
7256 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7257
7258         * configure.ac:
7259           And now do it right for real...
7260
7261 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7262
7263         * configure.ac:
7264           Correctly reset $LIBS to not contain -lm.
7265
7266 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7267
7268         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7269
7270         * configure.ac:
7271         * ext/cairo/gsttimeoverlay.c:
7272           (gst_cairo_time_overlay_print_smpte_time):
7273           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7274           and checking for rint() and implementing it ourself if it doesn't
7275           exist. Fixes #497293.
7276
7277 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7278
7279         * configure.ac:
7280           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7281
7282 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7283
7284         * sys/oss/gstosshelper.c:
7285         Verify that the format returned after the ioctl is the one
7286         we requested. It is valid for the ioctl to succeed while
7287         substituting an alternate 'supported' sample format.
7288
7289 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         * sys/oss/gstossaudio.c: (plugin_init):
7292         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7293         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7294           Post decent (and translated) error message when we can't
7295           open the audio device for some reason.
7296
7297 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7298
7299         * sys/oss/gstosssink.c:
7300         * sys/oss/gstosssrc.c:
7301         Allow the AUDIODEV environment variable to redirect us
7302         to a different default OSS device, like sunaudiosink does
7303         on Solaris (makes audio play automatically on SunRays).
7304
7305 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7306
7307         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7308         * gst/audiofx/audiochebyshevfreqband.c:
7309         (gst_audio_chebyshev_freq_band_transform_ip):
7310         * gst/audiofx/audiochebyshevfreqlimit.c:
7311         (gst_audio_chebyshev_freq_limit_transform_ip):
7312         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7313         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7314         The transform_ip() methods should do nothing if in passthrough mode.
7315         It might get non-writable buffers in that case but the buffer might
7316         as well be writable.
7317
7318         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7319         The transform() methods won't be called in passthrough mode and
7320         otherwise the buffer is always writable so don't check here.
7321
7322 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7323
7324         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7325           Fix seeking in .wav files again (#501775).  Some people seem to think
7326           they don't need to test their changes when they're just 'reflowing'
7327           some code.
7328
7329 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7330
7331         * gst/autodetect/gstautovideosink.c:
7332         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7333         (gst_auto_video_sink_init),
7334         (gst_auto_video_sink_create_element_with_pretty_name),
7335         (gst_auto_video_sink_find_best),
7336         (gst_auto_video_sink_set_property),
7337         (gst_auto_video_sink_get_property):
7338         * gst/autodetect/gstautovideosink.h:
7339         Fix docs.
7340         Use same error reporting code as autoaudiosink.
7341         Add property to filter sinks based on caps. Only select raw video sinks
7342         by default for backwards compat.
7343         API: GstAutoVideoSink::filter-caps
7344
7345 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7348
7349         * gst/autodetect/gstautoaudiosink.c:
7350         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7351         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7352         (gst_auto_audio_sink_set_property),
7353         (gst_auto_audio_sink_get_property):
7354         * gst/autodetect/gstautoaudiosink.h:
7355         Add property to filter sinks based on caps. Only select raw audio sinks
7356         by default for backwards compat.  Fixes #417420.
7357         API: GstAutoAudioSink::filter-caps
7358
7359 2007-11-29  Michael Smith <msmith@fluendo.com>
7360
7361         Patch by: Arek Korbik <arkadini@gmail.com>
7362
7363         * gst/videobox/gstvideobox.c: (plugin_init):
7364           Initialise liboil in plugin_init()
7365
7366 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7367
7368         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7369         Post error before sending EOS. Fixes #499178.
7370
7371 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7372
7373         * win32/vs6/gst_plugins_good.dsw:
7374         * win32/vs6/libgstpng.dsp:
7375         Add a project file for libgstpng
7376
7377 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7378
7379         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7380         (gst_rtp_h263_depay_process):
7381         Code beautification.
7382         Added debug statements.
7383         Don't bit-shift everything, just do operations on last/first byte
7384         instead.
7385
7386 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7387
7388         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7389
7390         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7391         Fix wrong comparison in overrun check. Fixes #499239 some more.
7392
7393 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7394
7395         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7396         (gst_rtp_h263_depay_process):
7397         * gst/rtp/gstrtph263depay.h:
7398         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7399         stream.
7400
7401 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7402
7403         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7404
7405         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7406         (gst_rtp_mp4a_depay_process):
7407         * gst/rtp/gstrtpmp4adepay.h:
7408         Fix depayloading when multiple frames are inside one RTP packet.
7409         Fixes #499239.
7410
7411 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7412
7413         * gst/level/gstlevel.c:
7414           Add GAP-flag support.
7415
7416 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7417
7418         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7419         Read the I flag for Mode A h263 rtp stream and set the
7420         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7421         Fixes #499383
7422
7423 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7424
7425         * gst/level/gstlevel.c:
7426           Remove some dead code and do cleanups.
7427
7428 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * tests/check/pipelines/simple-launch-lines.c:
7431           Improve the tests by allowing to set a target state.
7432
7433 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7434
7435         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7436         Don't check the caps of the output buffer if they're equal some
7437         other caps. The caps can change in a backward compatible way
7438         and did at this point.
7439
7440 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7441
7442         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7443         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7444         (gst_qtdemux_seek_to_previous_keyframe),
7445         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7446         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7447         reverse playback support.
7448
7449 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7450
7451         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7452         Also set the channel layout on the Wavpack caps if we're having
7453         a mono layout. Of course only do it for "audio/x-wavpack".
7454
7455 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7456
7457         * ext/wavpack/gstwavpackcommon.c:
7458         (gst_wavpack_get_default_channel_mask),
7459         (gst_wavpack_set_channel_layout),
7460         (gst_wavpack_get_default_channel_positions),
7461         (gst_wavpack_get_channel_mask_from_positions),
7462         (gst_wavpack_set_channel_mapping):
7463         * ext/wavpack/gstwavpackcommon.h:
7464         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7465         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7466         * ext/wavpack/gstwavpackdec.h:
7467         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7468         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7469         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7470         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7471         (gst_wavpack_enc_rewrite_first_block),
7472         (gst_wavpack_enc_sink_event):
7473         * ext/wavpack/gstwavpackenc.h:
7474         * ext/wavpack/gstwavpackparse.c:
7475         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7476         (gst_wavpack_parse_scan_to_find_sample),
7477         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7478         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7479         * ext/wavpack/gstwavpackparse.h:
7480         Add support for encoding, parsing and decoding multichannel
7481         files with up to 8 channels. This also improves the robustness
7482         of parsing quite a bit.
7483
7484         * ext/wavpack/gstwavpackstreamreader.c:
7485         (gst_wavpack_stream_reader_read_bytes),
7486         (gst_wavpack_stream_reader_get_pos),
7487         (gst_wavpack_stream_reader_set_pos_abs),
7488         (gst_wavpack_stream_reader_set_pos_rel),
7489         (gst_wavpack_stream_reader_push_back_byte),
7490         (gst_wavpack_stream_reader_get_length),
7491         (gst_wavpack_stream_reader_can_seek),
7492         (gst_wavpack_stream_reader_write_bytes):
7493         Improve debugging.
7494
7495 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7496
7497         * ext/libpng/gstpngdec.c:
7498         * ext/libpng/gstpngdec.h:
7499           Don't release the png-memory from within the callback.
7500
7501 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7502
7503         Patch by: René Stadler <mail at renestadler dot de>
7504
7505         * ext/libpng/gstpngenc.c:
7506           Don't leak buffer data memory. Fixes #498395.
7507
7508 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7509
7510         Patch by: René Stadler <mail at renestadler dot de>
7511
7512         * tests/check/pipelines/simple-launch-lines.c:
7513           Tests for #498395.
7514
7515 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7516
7517         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7518         (gst_tag_lib_mux_adjust_event_offsets):
7519         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7520         * sys/osxaudio/Makefile.am:
7521         * sys/osxvideo/cocoawindow.h:
7522         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7523
7524 2007-11-15  David Schleef  <ds@schleef.org>
7525
7526         * ext/cairo/gsttextoverlay.c:
7527           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7528
7529 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7530
7531         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7532
7533         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7534         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7535         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7536         * gst/rtp/gstrtpmp2tpay.h:
7537         Fill the MTU with as many packets as possible. Fixes #491323.
7538
7539 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7540
7541         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7542
7543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7544         Fix some more leaks. Fixes #497007.
7545
7546 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7547
7548         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7549
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7551         (gst_rtspsrc_stream_configure_tcp):
7552         Fix 3 pad leaks. Fixes #496983.
7553
7554 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7555
7556         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7557
7558         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7559         Fix small leak. Fixes #497017.
7560
7561 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7562
7563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7564         (gst_qtdemux_prepare_current_sample),
7565         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7566         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7567         * gst/qtdemux/qtdemux_fourcc.h:
7568         * gst/qtdemux/qtdemux_types.c:
7569         Add suppport for theora in quicktime according to XiphQT.
7570
7571 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7572
7573         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7574         (gst_v4l2src_init), (gst_v4l2src_set_property),
7575         (gst_v4l2src_get_property):
7576         * sys/v4l2/gstv4l2src.h:
7577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7578           Always copy buffers by default (handle safer with bugged drivers)
7579           and added a property to make it possible to use mmap effectively (no
7580           copy if possible) when application wants to. Fixes: #480557.
7581
7582 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst/id3demux/id3tags.c:
7585         * gst/id3demux/id3tags.h:
7586         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7587           We don't want the same string multiple times in a tag list for the
7588           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7589           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7590
7591 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7592
7593         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7594           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7595           into ID3v2 TXXX frames (fixes #347848).
7596
7597 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7600           Don't leak sdp message contents (fixes #496773).
7601
7602         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7603           Don't leak URI string.
7604
7605 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7606
7607         Patch by: Julien Puydt <julien dot puydt at laposte net>
7608
7609         * ext/raw1394/Makefile.am:
7610         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7611           (gst_1394_property_probe_get_properties),
7612           (gst_1394_property_probe_probe_property),
7613           (gst_1394_property_probe_needs_probe),
7614           (gst_1394_property_probe_get_values),
7615           (gst_1394_property_probe_interface_init),
7616           (gst_1394_type_add_property_probe_interface):
7617         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7618         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7619           (gst_dv1394src_init), (gst_dv1394src_dispose),
7620           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7621           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7622           (gst_dv1394src_update_device_name):
7623         * ext/raw1394/gstdv1394src.h:
7624           Implement GstPropertyProbe interface and add "device-name" property,
7625           so applications can use this to probe for available devices in the
7626           same way they can already with v4lsrc and v4l2src (however horrible
7627           this property probe interface may be). Fixes #358841.
7628
7629 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7632
7633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7634           (gst_rtspsrc_parse_range):
7635           Don't leak event, don't leak range (fixes #496752).
7636
7637 2007-11-14  Michael Smith <msmith@fluendo.com>
7638
7639         Patch by: Arek Korbik <arkadini@gmail.com>
7640
7641         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7642           Detect RGBA/BGRA correctly on little endian systems.
7643
7644 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7647           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7648           corresponding ioctl() call fails even though the driver claims to
7649           support this format, just fall back to the pre-2.6.19 kernel
7650           routine that creates caps with suitable height and width ranges
7651           (see #448278).
7652
7653 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         Patch by: Mark Nauwelaerts <manauw skynet be>
7656
7657         * gst/matroska/matroska-demux.c:
7658           (gst_matroska_demux_push_dvd_clut_change_event),
7659           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7660           (gst_matroska_demux_subtitle_caps):
7661         * gst/matroska/matroska-ids.h:
7662           Extract palette data for dvd subpicture streams and send it
7663           downstream as custom gstreamer dvd event (fixes #453417).
7664
7665 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7666
7667         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7668           Implement minimal parsing of the passed pango font description
7669           string, so passing a font size works the same as with the
7670           pango textoverlay plugin; fixes #455086.
7671           (Maybe we could just use pangocairo here at some point).
7672
7673 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7674
7675         * gst/avi/gstavidemux.c:
7676         * gst/wavparse/gstwavparse.c:
7677           Return the result in _activate_pull(). Don't ref element there.
7678
7679 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7680
7681         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7682         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7683         (gst_wavparse_srcpad_event):
7684           Ref the element when we should, but not when we its not needed. Reflow
7685           the event_handling to not leak the event.       
7686
7687 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7688
7689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7690         (qtdemux_parse_samples):
7691         Properly free QTDemuxSamples array.
7692         Protect table write with a sensible check, some files apparently DO contain
7693         stts values starting with 0 :(
7694
7695 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7696
7697         * gst/avi/gstavidemux.c:
7698         * gst/qtdemux/qtdemux.c:
7699           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7700           previous commit messed up.
7701
7702 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7703
7704         * gst/avi/gstavidemux.c:
7705         * gst/qtdemux/qtdemux.c:
7706           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7707           element when we should, but not when we its not needed.
7708
7709 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7710
7711         * gst/wavparse/gstwavparse.c:
7712           Return FALSE if we can't handle a query instead of changing the
7713           format. Ignore fact when dealing with mpeg audio.
7714
7715 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7718
7719         * configure.ac:
7720         * gst/udp/gstdynudpsink.c:
7721         * gst/udp/gstdynudpsink.h:
7722         * gst/udp/gstmultiudpsink.c:
7723         * gst/udp/gstmultiudpsink.h:
7724         * gst/udp/gstudpsink.c:
7725         * gst/udp/gstudpsink.h:
7726           Fix includes for MSVC and GLib-2.14.0 (#492388).
7727
7728         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7729           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7730
7731 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7732
7733         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7734         (gst_mulawdec_chain):
7735         * gst/law/mulaw-decode.h:
7736         Calculate outgoing buffer duration if incoming buffer didn't have a
7737         valid duration.
7738
7739 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7740
7741         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7742         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7743         Smarter combine_flow code that also deals with downstream elements
7744         returning UNEXPECTED when they receive data out of the segment
7745         boundaries. Fixes #491305.
7746
7747 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7748
7749         * sys/v4l2/v4l2src_calls.c:
7750           Fix 'unused variable' compiler warning when compiling against
7751           older kernel headers.
7752
7753 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * ext/taglib/gstid3v2mux.cc (add_funcs):
7756           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7757
7758 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7759
7760         * tests/check/pipelines/simple-launch-lines.c:
7761            Improve the tests a little more.
7762
7763 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7764
7765         patch by: Yun Zheng Hu
7766
7767         * sys/osxaudio/gstosxaudiosrc.c:
7768         Use default input device instead of default output device and
7769         only memcpy actual available bytes.
7770
7771 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7772
7773         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7774           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7775           early. It is temporary until we find something better.
7776
7777 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7780
7781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7782         Fix race when pausing a RTSP stream in interleaved.
7783         Fixes #475784.
7784
7785 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7786
7787         Patch by: Peter Kjellerstedt <pkj at axis com>
7788
7789         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7790         Use correct unref function for buffers. #488844.
7791
7792 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7793
7794         * gst/avi/gstavimux.c:
7795         * tests/check/elements/avimux.c:
7796           Add some debug and sync tests with the fix.     
7797
7798 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7801
7802         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7803         When the socket is used by the app for other purposes, don't generate an
7804         error if there is activaty on the socket that is not data related.
7805         Fixes #487488.
7806
7807 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7808
7809         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7810         (gst_v4l2src_grab_frame):
7811         Add some more debug info. Generate an error when we run out of buffers
7812         for some reason. See #480557.
7813
7814 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7815
7816         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7817
7818         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7819         Set marker bit correctly.
7820
7821 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7822
7823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7824         Use allowed name for the GstStructure.
7825
7826 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * ext/gconf/gstswitchsink.c:
7829         * gst/autodetect/gstautoaudiosink.c:
7830           Use new gst_bus_pop_filtered().
7831
7832 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7833
7834         * sys/v4l2/gstv4l2src.c:
7835         * sys/v4l2/v4l2src_calls.c:
7836           When probing the formats and sizes a camera supports, make
7837           sure the best ones (highest resolution, prefered format)
7838           end up at the beginning of the probed caps and the less
7839           desirable ones at the end.  This is important because the
7840           order within the caps matters for things like fixation and
7841           negotiation, ie. what format is chosen in the end.
7842           With recent kernels, the current probing code will end up
7843           querying the supported sizes from lowest resolution to
7844           highest resolution, adding them to the probed caps in that
7845           order, resulting to v4l2src fixating to the lowest possible
7846           resolution if downstream does not express a size preference.
7847           Also make up a somewhat random ranking of prefered output
7848           formats for the same reason. Fixes #485828.
7849         
7850 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7851
7852         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7853
7854         * gst/id3demux/id3v2frames.c:
7855           Extract license/copyright URIs from ID3v2 WCOP frames
7856           (Fixes #447000).
7857
7858         * tests/check/elements/id3demux.c:
7859         * tests/files/Makefile.am:
7860         * tests/files/id3-447000-wcop.tag:
7861           Add simple unit test.
7862
7863 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7864
7865         * ext/taglib/gstid3v2mux.cc:
7866           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7867           Prerequisite for #447000.
7868
7869 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7870
7871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7872         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7873         a GstClockTime.
7874
7875 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7876
7877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7878         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7879         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7880         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7881         (gst_rtspsrc_change_state):
7882         More seeking fixes, mostly passing around the new playback segment in
7883         order to configure it properly.
7884         Also reset base_time of udp sources when setting them back to PLAYING as
7885         a temporary hack until core supports seek in live sources properly.
7886
7887 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7888
7889         * gst/rtp/gstrtpmp4adepay.c:
7890         Fix caps as to not confuse autopluggers.
7891
7892 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         * gst/id3demux/gstid3demux.c:
7895         * gst/id3demux/gstid3demux.h:
7896         * gst/id3demux/id3tags.c:
7897         * gst/id3demux/id3tags.h:
7898         * gst/id3demux/id3v2frames.c:
7899           Port ID3 tag demuxer over to the new GstTagDemux in -base
7900           (now would be a good time to test re-importing your music
7901           collection).
7902
7903 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7904
7905         * gst/apetag/Makefile.am:
7906         * gst/apetag/gstapedemux.c:
7907         * gst/apetag/gstapedemux.h:
7908         * gst/apetag/gsttagdemux.c:
7909         * gst/apetag/gsttagdemux.h:
7910           Port APE tag demuxer over to the new GstTagDemux in -base.
7911
7912 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7913
7914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7915         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7916         (gst_rtspsrc_handle_internal_src_query),
7917         (gst_rtspsrc_handle_src_query), (new_session_pad),
7918         (gst_rtspsrc_stream_configure_tcp),
7919         (gst_rtspsrc_stream_configure_transport),
7920         (gst_rtspsrc_loop_send_cmd):
7921         Improve flushing behaviour.
7922         Set state of the udp sources to PAUSE/PLAYING correctly.
7923         Handle events and queries for UDP and TCP transport now.
7924
7925 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7926
7927         * gst/rtp/gstrtpgsmdepay.c:
7928         * gst/rtp/gstrtpgsmpay.c:
7929           Add log category.
7930
7931 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7932
7933         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7934
7935         * tests/check/Makefile.am:
7936         * tests/check/pipelines/simple-launch-lines.c:
7937           Add unit tests for payloaders/depayloaders.
7938
7939 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7940
7941         * gst/avi/gstavimux.c:
7942         * gst/avi/gstavimux.h:
7943           Also save codec data for audio streams. Fixes #482495.
7944
7945 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7946
7947         * gst/avi/gstavimux.c:
7948           Fix "Index entry has invalid stream nr 1".
7949           Add support for muxing aac - work in progress (see #482495).
7950
7951 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7952
7953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7954         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7955         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7956         * gst/rtsp/gstrtspsrc.h:
7957         Parse bandwidth modifiers, they are not yet configured in the session
7958         manager because we don't have an API for that yet.
7959
7960 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7961
7962         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7963         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7964         Use shiny new function in -base to get the default clock-rate.
7965         Update some docs.
7966
7967 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7968
7969         * win32/MANIFEST:
7970         Add files to win32 manifest.
7971         * win32/vs6/libgstaudiofx.dsp:
7972         * win32/vs6/libgstqtdemux.dsp:
7973         * win32/vs6/libgstrtp.dsp:
7974         * win32/vs6/libgstrtsp.dsp:
7975         Update project files.
7976
7977 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7978
7979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7980         (gst_rtspsrc_play):
7981         * gst/rtsp/gstrtspsrc.h:
7982         In TCP mode, only timestamp the first buffer. TCP is not real time and
7983         it does not make sense to try to skew compensate, also some servers send
7984         the first batch of data in a burst.
7985
7986 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * gst/matroska/matroska-demux.c:
7989           Fix setting the discont flag on the first buffer
7990           pushed downstream for formats with private codec
7991           data that needs to be deserialised into buffers
7992           (such as vorbis and FLAC when in a matroska container).
7993
7994 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7995
7996         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7997
7998         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7999         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
8000         (gst_rtp_mp4v_pay_handle_buffer):
8001         * gst/rtp/gstrtpmp4vpay.h:
8002         Free the config string. Fixes #480707.
8003         Clean up the timestamp code a little.
8004
8005 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8006
8007         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8008         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
8009         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
8010         * gst/rtsp/gstrtspsrc.h:
8011         Set timestamps on RTP buffers in interleaved mode.
8012         Mark first buffers with a DISCONT.
8013         Remove flush hack now that sync for live sources has been figured out.
8014
8015 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8016
8017         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8018         Update documentation.
8019
8020 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
8023         (gst_rtp_xqt_depay_change_state):
8024         * gst/qtdemux/gstrtpxqtdepay.h:
8025         Fail if we don't know the quicktime format.
8026
8027 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * ext/flac/gstflacenc.c:
8030         * ext/flac/gstflacenc.h:
8031           Save the flow return from the last gst_pad_push() and
8032           make sure we pass the right flow return value upstream
8033           in the case of failure; minor clean-ups.
8034
8035 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8036
8037         * ext/taglib/gstapev2mux.cc:
8038         * ext/taglib/gstid3v2mux.cc:
8039         * gst/apetag/gstapedemux.c:
8040           Add support for the new GST_TAG_COMPOSER (#459809).
8041
8042 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * gst/law/alaw-decode.c:
8045         * gst/law/alaw-decode.h:
8046         * gst/law/alaw-encode.c:
8047         * gst/law/alaw-encode.h:
8048         * gst/law/alaw.c:
8049         * gst/law/mulaw-conversion.h:
8050           Compulsive clean-ups: use boilerplate macros, add debug
8051           categories, fix up things to conform to symbol nomenklatura,
8052           etc.
8053
8054 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8057
8058         * gst/law/alaw-decode.c:
8059         * gst/law/alaw-encode.c:
8060           Use static tables for A-Law decoding and encoding; this makes
8061           A-Law decoding and encoding less CPU-intensive, but increases
8062           the binary size a bit. Leaving old code around for now,
8063           selectable by a define in the code. Fixes #435435.
8064
8065 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8066
8067         * configure.ac:
8068         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8069         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8070         in configure.ac.
8071
8072 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8073
8074         Patch by: Jan Gerber <j at bootlab dot org>
8075
8076         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8077         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8078
8079 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8080
8081         * sys/oss/gstosshelper.c:
8082           Use GST_WARNING instead of a g_critical. This situation is not caused
8083           by the application.
8084
8085 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8086
8087         * po/LINGUAS:
8088         * po/nl.po:
8089           Updated translations.
8090
8091 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8092
8093         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8094
8095         * po/eu.po:
8096           Added Basque translation.
8097
8098 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         translated by: Abel Cheung <abelcheung@gmail.com>
8101
8102         * po/zh_HK.po:
8103         * po/zh_TW.po:
8104           Added Chinese (traditional and Hong Kong) translation.
8105
8106 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8107
8108         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8109
8110         * po/pl.po:
8111           Added Polish translation.
8112
8113 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8114
8115         translated by: Ilkka Tuohela <hile@iki.fi>
8116
8117         * po/fi.po:
8118           Added Finnish translation.
8119
8120 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8121
8122         translated by: Jorge González González <aloriel@gmail.com>
8123
8124         * po/es.po:
8125           Added Spanish translation.
8126
8127 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8128
8129         translated by: Mogens Jaeger <mogens@jaeger.tf>
8130
8131         * po/da.po:
8132           Added Danish translation.
8133
8134 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8135
8136         translated by: Funda Wang <fundawang@linux.net.cn>
8137
8138         * po/zh_CN.po:
8139           Added Chinese (simplified) translation.
8140
8141 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8142
8143         translated by: Alexander Shopov <ash@contact.bg>
8144
8145         * po/bg.po:
8146           Added Bulgarian translation.
8147
8148 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8149
8150         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8151         Set outgoing packet duration because we can. Fixes #478244 some more.
8152
8153 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8154
8155         * ext/cairo/gsttextoverlay.c:
8156           Add info about static leak.
8157         
8158         * tests/check/Makefile.am:
8159         * tests/check/generic/states.c:
8160           Improved state change unit test.
8161
8162 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8163
8164         * docs/plugins/.cvsignore:
8165         * tests/check/.cvsignore:
8166           Ignore registries in any format.
8167
8168 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8169
8170         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8171         Removed some unused code.
8172
8173         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8174         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8175         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8176         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8177         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8178         (gst_rtp_theora_pay_flush_packet):
8179         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8180         Try to preserve the incomming buffer duration on the outgoing
8181         packets. Fixes #478244.
8182
8183 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8184
8185         * ext/taglib/gstapev2mux.cc:
8186         * ext/taglib/gstid3v2mux.cc:
8187           Work around compiler warnings with g++-4.2 when assigning a
8188           string constant to a gchar * (partially fixes #478092).
8189
8190 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8191
8192         * configure.ac:
8193           We require core CVS now for gst_base_src_set_do_timestamp().
8194
8195 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8196
8197         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8199         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8200         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8201         (gst_rtspsrc_handle_message):
8202         Fix compiler warnings shown with Forte.
8203
8204 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8205
8206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8207         (gst_rtspsrc_dup_printf):
8208         Give meaningfull error when all streams failed to configure for some
8209         reason.
8210
8211 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8212
8213         * gst/rtp/README:
8214         Update README with the design for synchronisation rules of RTP on
8215         sender and receiver.
8216
8217 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8218
8219         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8220         (gst_wavparse_chain):
8221         Don't push EOS from the chain function, the element
8222         driving the pipeline is responsible for this. The bug
8223         this was meant to fix seems to be queue not forwarding
8224         EOS in all cases (see #476514).
8225
8226 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8227
8228         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8229         (gst_level_transform_ip):
8230         * gst/level/gstlevel.h:
8231         Use basetransform segment so that it is correctly managed on flushes and
8232         start/stop.
8233         Report message timestamp as stream time, which is what an application
8234         can understand.
8235
8236 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8237
8238         * ext/taglib/gstapev2mux.cc:
8239         * ext/taglib/gstapev2mux.h:
8240         * ext/taglib/gsttaglibmux.c:
8241         * tests/check/elements/apev2mux.c:
8242         Update my mail address.
8243
8244 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8245
8246         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8247         (gst_wavparse_loop), (gst_wavparse_chain):
8248         Add EOS logic for the push-based mode too. Fixes #476514.
8249
8250 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8251
8252         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8253         * gst/law/alaw-encode.h:
8254         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8255         (gst_mulawenc_chain):
8256         * gst/law/mulaw-encode.h:
8257         Fix law encoder timestamps.
8258
8259 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8260
8261         * ext/gconf/gstgconfaudiosink.c:
8262           Fix warning when building without debug.
8263
8264         * sys/oss/gstossmixertrack.c:
8265           Use const like in alsamixertrack.c (fixes warnings).
8266
8267 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8268
8269         * sys/v4l2/v4l2src_calls.c:
8270         (gst_v4l2src_probe_caps_for_format_and_size):
8271         Fix framerate detection code some more.
8272         Handle the case where there is a weird step in the stepwise framerates.
8273         Don't overwrite the min interval with the framerate, use a temp variable
8274         instead.
8275         Use max in the Continuous framerate intervals instead of step, which is
8276         1 according to the docs. Fixes #475424.
8277
8278 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8279
8280         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8281         Make udpsrc timestamp outgoing buffers based on when they were received.
8282         Also make it output a segment in time.
8283
8284 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8285
8286         * gst/avi/gstavidemux.c:
8287           Plug a little leak. Little code cleanups.
8288
8289 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8290
8291         * configure.ac:
8292           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8293           flac versions, 's good for cross-compilation karma.
8294
8295 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8296
8297         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8298
8299         * gst/rtp/gstrtph263pay.c:
8300           Fix up header structure so that compilers don't add padding
8301           between the structure fields, since that would lead to us
8302           sending RTP packets with broken headers (as is currently the
8303           case when compiling with MSVC). Also see similar fixes in
8304           libgstrtp in gst-plugins-base. (#474616; #471194)
8305
8306 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8307
8308         * sys/v4l2/v4l2src_calls.c:
8309         (gst_v4l2src_probe_caps_for_format_and_size):
8310         Don't overwrite our GValue with 0 but instead use the previously
8311         computed value. Fixes #471823 some more.
8312
8313 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8316           No tabs in this file please, or gtk-doc will end up documenting
8317           rather absurd class hierarchies.
8318
8319 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * ext/gconf/gstswitchsink.c:
8322           If the new kid element fails to change state for some reason
8323           (e.g. esdsink not being able to connect to the sound server),
8324           forward the error message it posted on the bus instead of just
8325           posting a generic 'Internal state change error: please file a
8326           bug' error message. Fixes #471364.
8327
8328 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8329
8330         * gst/qtdemux/Makefile.am:
8331         * gst/qtdemux/qtdemux.c:
8332           Don't assume tags are encoded as UTF-8 (#473670).
8333
8334 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8335
8336         * sys/v4l2/gstv4l2src.c:
8337         * sys/v4l2/gstv4l2src.h:
8338         * sys/v4l2/v4l2src_calls.c:
8339           Implement LATENCY queries in the crudest way possible so I don't
8340           have to use sync=false any longer when testing with videosinks.
8341
8342 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         * configure.ac:
8345           Fix build.
8346
8347 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8348
8349         * sys/v4l2/v4l2src_calls.c:
8350         (gst_v4l2src_probe_caps_for_format_and_size):
8351         Add some more debugging in the framerate function.
8352         Iterate stepwise framerate up to and _including_ the max and if nothing
8353         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8354         don't end up with an empty list. Fixes #471823
8355
8356 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8357
8358         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8359         (gst_multiudpsink_set_clients_string),
8360         (gst_multiudpsink_get_clients_string),
8361         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8362         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8363         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8364         (gst_multiudpsink_clear):
8365         Add property do configure destination address/port pairs
8366         API:GstMultiUDPSink::clients
8367
8368 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8369
8370         * tests/examples/Makefile.am:
8371         * tests/examples/rtp/Makefile.am:
8372         * tests/examples/rtp/client-H263p-AMR.sh:
8373         * tests/examples/rtp/client-H263p-PCMA.sdp:
8374         * tests/examples/rtp/client-H263p-PCMA.sh:
8375         * tests/examples/rtp/client-H264-PCMA.sdp:
8376         * tests/examples/rtp/client-H264-PCMA.sh:
8377         * tests/examples/rtp/client-PCMA.sh:
8378         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8379         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8380         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8381         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8382         Added some RTP example scripts for sending and receiving RTP streams.
8383
8384 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8385
8386         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8387         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8388         Restructure the setcaps function so that we can also compute the
8389         expected GStreamer output size of the video frames.
8390         Set frame_byte_size correctly so that read-based devices have a chance
8391         of working correctly.
8392         When grabbing a frame, discard frames that are not of the expected size.
8393         Some cameras don't output the right framesize for the first buffer.
8394         Try only a couple of times to get a valid frame, else error out.
8395
8396         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8397         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8398         Add some more debug info when scanning the device.
8399
8400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8401         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8402         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8403         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8404         Add some more debug info when dequeing a frame.
8405
8406 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8407
8408         * gst/wavparse/gstwavparse.c:
8409           More code cleanups. Add some more comment and improve debugs logs.
8410
8411 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8412
8413         * gst/wavparse/gstwavparse.c:
8414         * gst/wavparse/gstwavparse.h:
8415           Implement seek-query. Refactor duration calculations. Appropriate use
8416           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8417           out of loops.
8418
8419 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8420
8421         * gst/avi/gstavidemux.c:
8422           Implement seek-query.
8423
8424 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8425
8426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8427         (gst_rtspsrc_dup_printf):
8428         Use new basesink async property to make sparse RTCP packet not wait for
8429         preroll.
8430
8431 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8432
8433         * gst/audiofx/Makefile.am:
8434         Dist the right file.
8435
8436 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8437
8438         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8439         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8440         Make sure we generate and parse floating point values in the POSIX
8441         locale instead of the current locale. 
8442
8443 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8446         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8447         (gst_rtspsrc_play):
8448         * gst/rtsp/gstrtspsrc.h:
8449         Fix method detection again.
8450         Keep track of when we must send a Range header.
8451         Use segment values for Range, Speed and Scale headers.
8452         Parse Speed and Scale headers to update the segment values.
8453
8454 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8455
8456         patch by: Mark Nauwelaerts <manauw@skynet.be>
8457
8458         * sys/v4l2/v4l2src_calls.c:
8459           Handle optional v4l2 ioctls gracefully.
8460
8461 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8462
8463         * gst/rtp/Makefile.am:
8464         * gst/rtp/gstrtp.c: (plugin_init):
8465         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8466         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8467         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8468         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8469         (gst_rtp_h263_depay_get_property),
8470         (gst_rtp_h263_depay_change_state),
8471         (gst_rtp_h263_depay_plugin_init):
8472         * gst/rtp/gstrtph263depay.h:
8473         Added an H263 depayloader. Fixes #369392.
8474
8475         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8476         (gst_rtp_h263p_depay_process):
8477         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8478         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8479         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8480         payloads.
8481         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8482
8483 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8484
8485         * gst/audiofx/audiochebyshevfreqband.c:
8486         * gst/audiofx/audiochebyshevfreqlimit.c:
8487         Add small comparision with the windowed sinc filters in the docs.
8488
8489 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8490
8491         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8492         (audiochebyshevfreqband_suite):
8493         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8494         (audiochebyshevfreqlimit_suite):
8495         Also test 32 bit float mode and the type 2 variants of the filters.
8496
8497 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8498
8499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8500         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8501         (gst_rtspsrc_loop):
8502         Refactor the udp and interleaved loop function a bit.
8503
8504 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8505
8506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8507         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8508         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8509         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8510         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8511         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8512         * gst/rtsp/gstrtspsrc.h:
8513         Protect connection activity with a new lock, avoids deadlocks when going
8514         to PAUSED. Fixes #455808.
8515
8516 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8517
8518         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8519         Fix debug statement.
8520
8521 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8522
8523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8524         Fix stray %u in debug line as spotted by Saur on IRC.
8525
8526 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8527
8528         * gst/audiofx/audiochebyshevfreqband.c:
8529         (gst_audio_chebyshev_freq_band_class_init):
8530         * gst/audiofx/audiochebyshevfreqlimit.c:
8531         (gst_audio_chebyshev_freq_limit_class_init):
8532         Use generator macros for the process functions for the different
8533         sample types, add lower upper boundaries for the GObject properties
8534         so automatically generated UIs can use sliders and add a note about
8535         the number of poles as a too high number of poles combined with
8536         very low or very high frequencies will produce only noise.
8537         * docs/plugins/gst-plugins-good-plugins.args:
8538         Regenerated for the property changes.
8539
8540 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8541
8542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8543         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8544         (gst_rtspsrc_stream_configure_udp_sink),
8545         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8546         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8547         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8548         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8549         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8550         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8551         * gst/rtsp/gstrtspsrc.h:
8552         Improve timeout handling.
8553         Use the same socket for sending and receiving RTCP packets so that some
8554         servers can track clients better.
8555         Improve connection closed handling. Try to reconnect.
8556         Don't overwrite our content base with NULL.
8557         Improve debugging.
8558         Improve range parsing and handling.
8559         Remove flushing hack now that core does the right thing.
8560
8561 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8562
8563         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8564         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8565         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8566         (gst_multiudpsink_close), (gst_multiudpsink_add):
8567         * gst/udp/gstmultiudpsink.h:
8568         Add support for getting and setting the socket to use.
8569
8570         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8571         (gst_udpsrc_create), (gst_udpsrc_get_property):
8572         Add support for getting the currently used socket.
8573
8574 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8575
8576         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8577
8578         * gst/audiofx/Makefile.am:
8579         * gst/audiofx/audiochebyshevfreqband.c:
8580         (gst_audio_chebyshev_freq_band_mode_get_type),
8581         (gst_audio_chebyshev_freq_band_base_init),
8582         (gst_audio_chebyshev_freq_band_dispose),
8583         (gst_audio_chebyshev_freq_band_class_init),
8584         (gst_audio_chebyshev_freq_band_init),
8585         (generate_biquad_coefficients), (calculate_gain),
8586         (generate_coefficients),
8587         (gst_audio_chebyshev_freq_band_set_property),
8588         (gst_audio_chebyshev_freq_band_get_property),
8589         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8590         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8591         (gst_audio_chebyshev_freq_band_start):
8592         * gst/audiofx/audiochebyshevfreqband.h:
8593         * gst/audiofx/audiochebyshevfreqlimit.c:
8594         (gst_audio_chebyshev_freq_limit_mode_get_type),
8595         (gst_audio_chebyshev_freq_limit_base_init),
8596         (gst_audio_chebyshev_freq_limit_dispose),
8597         (gst_audio_chebyshev_freq_limit_class_init),
8598         (gst_audio_chebyshev_freq_limit_init),
8599         (generate_biquad_coefficients), (calculate_gain),
8600         (generate_coefficients),
8601         (gst_audio_chebyshev_freq_limit_set_property),
8602         (gst_audio_chebyshev_freq_limit_get_property),
8603         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8604         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8605         (gst_audio_chebyshev_freq_limit_start):
8606         * gst/audiofx/audiochebyshevfreqlimit.h:
8607         * gst/audiofx/audiofx.c: (plugin_init):
8608         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8609         Fixes #464800.
8610
8611         * tests/check/Makefile.am:
8612         * tests/check/elements/.cvsignore:
8613         * tests/check/elements/audiochebyshevfreqband.c:
8614         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8615         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8616         * tests/check/elements/audiochebyshevfreqlimit.c:
8617         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8618         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8619         Add unit tests for the chebyshev filters.
8620
8621         * docs/plugins/Makefile.am:
8622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8624         * docs/plugins/gst-plugins-good-plugins.args:
8625         * docs/plugins/inspect/plugin-1394.xml:
8626         * docs/plugins/inspect/plugin-audiofx.xml:
8627         * docs/plugins/inspect/plugin-dv.xml:
8628         * docs/plugins/inspect/plugin-flac.xml:
8629         * docs/plugins/inspect/plugin-jpeg.xml:
8630         * docs/plugins/inspect/plugin-png.xml:
8631         * docs/plugins/inspect/plugin-rtp.xml:
8632         * docs/plugins/inspect/plugin-shout2send.xml:
8633         * docs/plugins/inspect/plugin-wavpack.xml:
8634         And add docs for the chebyshev filters. While doing
8635         that also run make update in docs/plugins.
8636
8637 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * ext/annodex/gstcmmltag.c:
8640         * gst/rtp/gstrtpvorbispay.c:
8641           Make ro memory to share.
8642
8643 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8644
8645         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8646         Improve UDP performance by avoiding a select() when we have data
8647         available immediatly.
8648
8649 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8650
8651         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8652         (gst_rtp_dec_class_init):
8653         * gst/rtsp/gstrtpdec.h:
8654         Add (dummy) SSRC management signals.
8655
8656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8657         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8658         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8659         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8660         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8661         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8662         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8663         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8664         * gst/rtsp/gstrtspsrc.h:
8665         Add connection-speed property.
8666         Add find_stream helper functions.
8667         Handle stream EOS based on BYE messages or SSRC timeout.
8668         Returns SUCCESS from the state change function as we hide our async
8669         elements from the parent.
8670
8671 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * gst/debug/rndbuffersize.c:
8674           Fix da leak.
8675
8676 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8677
8678         * gst/debug/Makefile.am:
8679         * gst/debug/breakmydata.c:
8680         * gst/debug/gstdebug.c:
8681         * gst/debug/negotiation.c:
8682         * gst/debug/progressreport.c:
8683         * gst/debug/rndbuffersize.c:
8684         * gst/debug/testplugin.c:
8685           Add new test element and clean-up the others a little.
8686
8687 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8688
8689         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8690         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8691
8692 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8693
8694         * gst/rtp/gstrtpilbcdepay.c:
8695           Include stdlib.
8696
8697 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8698
8699         * gst/rtp/gstrtpmpvdepay.c:
8700         Set the mpegversion in the caps so that autoplugging does not get
8701         confused.
8702
8703 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8704
8705         * po/hu.po:
8706         * po/uk.po:
8707         * po/vi.po:
8708           Updated translations.
8709
8710 2007-08-08  Michael Smith <msmith@fluendo.com>
8711
8712         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8713           Render right border in the correct location.
8714
8715 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8716
8717         Patch by: Olivier Crete <tester at tester dot ca>
8718
8719         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8720         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8721         Make mode property a string. Fixes #464475.
8722
8723 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8724
8725         * ext/flac/gstflacenc.c:
8726           Widen caps to match decoder a bit and add more FIXMEs.
8727
8728 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8729
8730         patch by: Mark Nauwelaerts <manauw@skynet.be>
8731
8732         * gst/avi/gstavimux.c:
8733           Fix ODML index tag numbering. Fixes #463624.
8734
8735 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8736
8737         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8738         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8739         (gst_rtspsrc_stream_configure_tcp),
8740         (gst_rtspsrc_stream_configure_udp_sink):
8741         Fix default clock-rate for realmedia.
8742         Fix parsing of transport.
8743         Don't try to link NULL pads.
8744
8745 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8746
8747         * po/POTFILES.skip:
8748           Add POTFILES.skip with list of source files that aren't disted at the
8749           moment but contain translatable strings. Should hopefully pacify
8750           broken tools and make it clearer that these files are left out
8751           intentionally (#461600).
8752
8753 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8754
8755         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8756         If the buffer was entirely clipped ... don't try sending it :)
8757
8758 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8759
8760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8761         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8762         (gst_rtspsrc_create_transports_string),
8763         (gst_rtspsrc_prepare_transports):
8764         If we don't hav a session manager, set the caps on outgoing buffers
8765         ourselves.
8766         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8767         Append final bit of the transport string even when it does not contain a
8768         placeholder.
8769
8770 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8771
8772         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8773         (gst_rtsp_ext_list_connect):
8774         * gst/rtsp/gstrtspext.h:
8775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8776         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8777         Clean up the interface list.
8778         Allow connecting to interface signals for the extensions.
8779         Remove old extension code.
8780         Free list on cleanup.
8781         Allow extensions to send additional RTSP messages.
8782
8783 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8784
8785         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8786         Handle a NULL gconf key gracefully by rendering the default element.
8787
8788 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8789
8790         * gst/rtsp/gstrtspext.h:
8791         Fix include path for extension interface.
8792
8793 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8794
8795         * gst/audiofx/audioamplify.h:
8796         Also remove a now unecessary variable here.
8797
8798 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8799
8800         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8801         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8802         * gst/audiofx/audiodynamic.c:
8803         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8804         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8805         * gst/audiofx/audiodynamic.h:
8806         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8807         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8808         * gst/audiofx/audioinvert.h:
8809         Don't save format information ourselves, this is already saved in
8810         GstAudioFilter.
8811
8812 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8813
8814         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8815         (gst_rtsp_ext_list_stream_select):
8816         * gst/rtsp/gstrtspext.h:
8817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8818         Use rank to filter out extensions.
8819         Add url to stream_select interface call.
8820
8821 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8822
8823         * gst/rtsp/Makefile.am:
8824         * gst/rtsp/base64.c:
8825         * gst/rtsp/base64.h:
8826         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8827         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8828         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8829         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8830         (gst_rtsp_ext_list_setup_media),
8831         (gst_rtsp_ext_list_configure_stream),
8832         (gst_rtsp_ext_list_get_transports),
8833         (gst_rtsp_ext_list_stream_select):
8834         * gst/rtsp/gstrtspext.h:
8835         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8836         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8837         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8838         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8839         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8840         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8841         (gst_rtspsrc_stream_configure_tcp),
8842         (gst_rtspsrc_stream_configure_mcast),
8843         (gst_rtspsrc_stream_configure_udp),
8844         (gst_rtspsrc_stream_configure_udp_sink),
8845         (gst_rtspsrc_stream_configure_transport),
8846         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8847         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8848         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8849         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8850         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8851         (gst_rtspsrc_parse_methods),
8852         (gst_rtspsrc_create_transports_string),
8853         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8854         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8855         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8856         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8857         * gst/rtsp/gstrtspsrc.h:
8858         * gst/rtsp/rtsp.h:
8859         * gst/rtsp/rtspconnection.c:
8860         * gst/rtsp/rtspconnection.h:
8861         * gst/rtsp/rtspdefs.c:
8862         * gst/rtsp/rtspdefs.h:
8863         * gst/rtsp/rtspext.h:
8864         * gst/rtsp/rtspextwms.c:
8865         * gst/rtsp/rtspextwms.h:
8866         * gst/rtsp/rtspmessage.c:
8867         * gst/rtsp/rtspmessage.h:
8868         * gst/rtsp/rtsprange.c:
8869         * gst/rtsp/rtsprange.h:
8870         * gst/rtsp/rtsptransport.c:
8871         * gst/rtsp/rtsptransport.h:
8872         * gst/rtsp/rtspurl.c:
8873         * gst/rtsp/rtspurl.h:
8874         * gst/rtsp/sdp.h:
8875         * gst/rtsp/sdpmessage.c:
8876         * gst/rtsp/sdpmessage.h:
8877         * gst/rtsp/test.c:
8878         Use shiny new RTSP and SDP library.
8879         Implement RTSP extensions using the new interface.
8880         Remove a lot of old code.
8881
8882 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8883
8884         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8885         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8886
8887 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8888
8889         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8890         Don't unref the outgoing buffer twice when dropping it because it's
8891         outside of the segment.
8892
8893 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8894
8895         * configure.ac:
8896         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8897         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8898         Use the new buffer clipping function from gstaudio here and
8899         require gst-plugins-base CVS.
8900         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8901         For framed Wavpack buffers we require a valid timestamp.
8902
8903 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8904
8905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8906         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8907         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8908         Clip raw audio and video when we can, keep track of current output
8909         segment.
8910         Don't leak buffers and events when there is no output pad.
8911         Improve debugging here and there.
8912
8913 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8914
8915         * configure.ac:
8916           Sync liboil check with plugins-base.
8917
8918 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8919
8920         * ext/annodex/Makefile.am:
8921           Fix CFLAGS/LIBS.
8922
8923         * ext/cdio/gstcdiocddasrc.c:
8924         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8925           Include stdlib
8926
8927         * ext/cairo/Makefile.am:
8928         * gst/videofilter/Makefile.am:
8929         * tests/examples/level/Makefile.am:
8930           Use $(LIBM) instead of -lm
8931
8932 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8933
8934         * sys/v4l2/gstv4l2src.c:
8935           Add another example pipeline.
8936
8937 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8938
8939         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8940
8941         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8942           Use define here.
8943
8944         * sys/v4l2/gstv4l2tuner.c:
8945         (gst_v4l2_tuner_set_frequency_and_notify):
8946           Don't touch the property - its still disabled.
8947
8948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8949         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8950         * sys/v4l2/v4l2src_calls.h:
8951           Improve fallback format negotionation. Fixes #451388
8952
8953 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8954
8955         * tests/check/elements/videocrop.c: (GST_START_TEST):
8956           Fix the test.
8957
8958 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8959
8960         * docs/plugins/Makefile.am:
8961         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8962         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8963         * docs/plugins/inspect/plugin-jpeg.xml:
8964         * docs/plugins/inspect/plugin-png.xml:
8965         * ext/jpeg/gstjpegdec.c:
8966         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8967         (gst_pngdec_sink_setcaps):
8968           More docs. More logs in pngdec.
8969
8970 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8971
8972         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8973           Initialize num_buffers with minimum value.
8974
8975         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8976         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8977           Handle frame-size query failure gracefully.
8978
8979 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8980
8981         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8982         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8983         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8984         of qt/aac files.
8985
8986 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8987
8988         * ext/wavpack/gstwavpackdec.c:
8989         (gst_wavpack_dec_clip_outgoing_buffer):
8990         Fix buffer clipping to correctly clip to the segment stop.
8991
8992 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8993
8994         * configure.ac:
8995         * tests/Makefile.am:
8996         Remove bogus check for libcheck, since we check for
8997         gstreamer-check and it pulls in the required info from there,
8998         and we weren't actually _using_ the information for libcheck
8999         ourselves anyway.
9000
9001 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
9002
9003         * configure.ac:
9004           Use pkg-config to locate check.
9005
9006 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
9007
9008         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9009         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
9010         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9011         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
9012         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
9013         * gst/effectv/gstaging.c: (gst_agingtv_transform):
9014         * gst/effectv/gstdice.c: (gst_dicetv_transform):
9015         * gst/effectv/gstedge.c: (gst_edgetv_transform):
9016         * gst/effectv/gstquark.c: (gst_quarktv_transform):
9017         * gst/effectv/gstrev.c: (gst_revtv_transform):
9018         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
9019         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
9020         * gst/effectv/gstwarp.c: (gst_warptv_transform):
9021         * gst/matroska/matroska-demux.c:
9022         (gst_matroska_demux_add_wvpk_header),
9023         (gst_matroska_demux_check_subtitle_buffer),
9024         (gst_matroska_decode_buffer):
9025         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
9026           Fix build against core CVS.
9027
9028 2007-07-10  Edward Hervey  <bilboed@gmail.com>
9029
9030         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9031         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
9032         don't have enough granularity to convert that boolean into a
9033         GstFlowReturn.
9034
9035 2007-07-06  Michael Smith <msmith@fluendo.com>
9036
9037         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9038         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9039         (gst_alawdec_change_state):
9040         * gst/law/alaw-decode.h:
9041         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9042         (gst_mulawdec_class_init), (gst_mulawdec_init),
9043         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9044         * gst/law/mulaw-decode.h:
9045           Fix capsnego bogosity in *law decoders. 
9046
9047 2007-07-06  Michael Smith <msmith@fluendo.com>
9048
9049         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9050         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9051         (gst_smokeenc_change_state):
9052         * ext/jpeg/gstsmokeenc.h:
9053           Remove stupidity in get/set caps functions.
9054           Fix some refcounting problems.
9055
9056 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9057
9058         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9059         Remove endianness-flipping hack that seems to have been required
9060         only because of a bug in ffmpegcolorspace.
9061         Partially Fixes: #451908
9062
9063 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9064
9065         * docs/plugins/Makefile.am:
9066           Simplify --extra-dir as gtkdoc scans recursively.
9067
9068 2007-07-03  Wim Taymans  <wim@fluendo.com>
9069
9070         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9071
9072         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9073         Set the encoding-name in the rtp caps to all uppercase, as required by
9074         the caps spec.
9075         Some small cleanups in the error paths. Fixes #453037.
9076
9077 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9078
9079         * ext/wavpack/gstwavpackparse.c:
9080         (gst_wavpack_parse_index_get_last_entry),
9081         (gst_wavpack_parse_index_get_entry_from_sample),
9082         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9083         (gst_wavpack_parse_scan_to_find_sample):
9084         * ext/wavpack/gstwavpackparse.h:
9085         Use a GSList for the GArray that is used like a list anyway.
9086
9087 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9088
9089         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9090         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9091         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9092           Add state change function where we set 0/1 as default framerate in
9093           case our setcaps function isn't called, like it might not in a
9094           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9095           gdkpixbufdec trying to create caps with a 0/0 framerate.
9096           Also post an error message on the bus if gst_pad_push() fails when
9097           called from our sink event handler (+1 for flow returns for event
9098           functions in 0.11) instead of failing silently.
9099
9100 2007-06-27  Wim Taymans  <wim@fluendo.com>
9101
9102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9103         Cast stack args to the proper types. Fixes #451249.
9104
9105 2007-06-27  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9108         (new_session_pad), (gst_rtspsrc_setup_streams):
9109         * gst/rtsp/gstrtspsrc.h:
9110         For container formats we only need to activate one of the streams so
9111         that we correctly signal no-more-pads. Fixes #451015.
9112
9113 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9114
9115         * docs/plugins/gst-plugins-good-plugins.args:
9116         * docs/plugins/inspect/plugin-aasink.xml:
9117         * docs/plugins/inspect/plugin-alaw.xml:
9118         * docs/plugins/inspect/plugin-alpha.xml:
9119         * docs/plugins/inspect/plugin-alphacolor.xml:
9120         * docs/plugins/inspect/plugin-annodex.xml:
9121         * docs/plugins/inspect/plugin-apetag.xml:
9122         * docs/plugins/inspect/plugin-audiofx.xml:
9123         * docs/plugins/inspect/plugin-auparse.xml:
9124         * docs/plugins/inspect/plugin-autodetect.xml:
9125         * docs/plugins/inspect/plugin-avi.xml:
9126         * docs/plugins/inspect/plugin-cacasink.xml:
9127         * docs/plugins/inspect/plugin-cairo.xml:
9128         * docs/plugins/inspect/plugin-cdio.xml:
9129         * docs/plugins/inspect/plugin-cutter.xml:
9130         * docs/plugins/inspect/plugin-debug.xml:
9131         * docs/plugins/inspect/plugin-efence.xml:
9132         * docs/plugins/inspect/plugin-effectv.xml:
9133         * docs/plugins/inspect/plugin-esdsink.xml:
9134         * docs/plugins/inspect/plugin-flac.xml:
9135         * docs/plugins/inspect/plugin-flxdec.xml:
9136         * docs/plugins/inspect/plugin-gconfelements.xml:
9137         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9138         * docs/plugins/inspect/plugin-goom.xml:
9139         * docs/plugins/inspect/plugin-halelements.xml:
9140         * docs/plugins/inspect/plugin-icydemux.xml:
9141         * docs/plugins/inspect/plugin-id3demux.xml:
9142         * docs/plugins/inspect/plugin-jpeg.xml:
9143         * docs/plugins/inspect/plugin-ladspa.xml:
9144         * docs/plugins/inspect/plugin-level.xml:
9145         * docs/plugins/inspect/plugin-matroska.xml:
9146         * docs/plugins/inspect/plugin-mulaw.xml:
9147         * docs/plugins/inspect/plugin-multipart.xml:
9148         * docs/plugins/inspect/plugin-navigationtest.xml:
9149         * docs/plugins/inspect/plugin-ossaudio.xml:
9150         * docs/plugins/inspect/plugin-png.xml:
9151         * docs/plugins/inspect/plugin-quicktime.xml:
9152         * docs/plugins/inspect/plugin-rtp.xml:
9153         * docs/plugins/inspect/plugin-rtsp.xml:
9154         * docs/plugins/inspect/plugin-smpte.xml:
9155         * docs/plugins/inspect/plugin-speex.xml:
9156         * docs/plugins/inspect/plugin-taglib.xml:
9157         * docs/plugins/inspect/plugin-udp.xml:
9158         * docs/plugins/inspect/plugin-videobalance.xml:
9159         * docs/plugins/inspect/plugin-videobox.xml:
9160         * docs/plugins/inspect/plugin-videocrop.xml:
9161         * docs/plugins/inspect/plugin-videoflip.xml:
9162         * docs/plugins/inspect/plugin-videomixer.xml:
9163         * docs/plugins/inspect/plugin-wavenc.xml:
9164         * docs/plugins/inspect/plugin-wavparse.xml:
9165         * docs/plugins/inspect/plugin-ximagesrc.xml:
9166           Update docs with caps info.
9167
9168 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * po/POTFILES.in:
9171           Add more files with translatable strings (#450878).
9172
9173 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9174
9175         * MAINTAINERS:
9176         Updating all the maintainers files
9177
9178 2007-06-22  Edward Hervey  <edward@fluendo.com>
9179
9180         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9181         * gst/interleave/deinterleave.c: (deinterleave_init),
9182         (deinterleave_sink_link):
9183         * gst/interleave/interleave.c: (interleave_init):
9184         * gst/median/gstmedian.c: (gst_median_init):
9185         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9186         Fix memory leaks.
9187         * tests/check/elements/id3demux.c: (pad_added_cb):
9188         Remove unused variable.
9189
9190 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9191
9192         * ext/gconf/gconf.h:
9193         Make the prototype of gst_gconf_get_key_for_sink_profile
9194         match the implementation.
9195         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9196         Fixes: #449747
9197
9198 2007-06-20  Michael Smith <msmith@fluendo.com>
9199
9200         * gst/rtp/gstrtpdepay.c:
9201           Fix description - rtpdepay is not a payloader.
9202
9203 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9204
9205         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9206         (qtdemux_video_caps):
9207         * gst/qtdemux/qtdemux_fourcc.h:
9208           Add MJPG to the variants of motion jpeg.
9209
9210 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * tests/check/Makefile.am:
9213         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9214         * tests/check/elements/videocrop.c: (GST_START_TEST):
9215         * tests/check/elements/videofilter.c:
9216         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9217         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9218           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9219           error flags are included and it errors out on compiler warnings
9220           for CVS builds; remove unused variables in various unit tests.
9221
9222 2007-06-19  Wim Taymans  <wim@fluendo.com>
9223
9224         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9225         (rtsp_connection_close), (rtsp_connection_free):
9226         Use threadsafe inet_ntop to convert an ip number to a string. 
9227         Fixes #447961.
9228         Don't leak fd (and ip) when freeing a connection without first closing
9229         it.
9230
9231 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9232
9233         * configure.ac:
9234         Back to CVS
9235
9236         * gst-plugins-good.doap:
9237         Add 0.10.6 to the doap file.
9238
9239 === release 0.10.6 ===
9240
9241 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9242
9243         * configure.ac:
9244           releasing 0.10.6, "Wobble Board"
9245
9246 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9247
9248         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9249         (rtsp_connection_free):
9250           Revert previous commit again, since we are frozen (sorry).
9251
9252 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         Patch by: Peter Kjellerstedt <pkj at axis com>
9255
9256         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9257         (rtsp_connection_free):
9258           inet_ntoa() uses a static buffer internally, so we need to copy the
9259           returned string if we want to store it for later (#447961).
9260
9261 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9262
9263         * win32/vs6/autogen.dsp:
9264         * win32/vs6/gst_plugins_good.dsw:
9265         * win32/vs6/libgstalaw.dsp:
9266         * win32/vs6/libgstalpha.dsp:
9267         * win32/vs6/libgstalphacolor.dsp:
9268         * win32/vs6/libgstapetag.dsp:
9269         * win32/vs6/libgstaudiofx.dsp:
9270         * win32/vs6/libgstauparse.dsp:
9271         * win32/vs6/libgstautodetect.dsp:
9272         * win32/vs6/libgstavi.dsp:
9273         * win32/vs6/libgstcutter.dsp:
9274         * win32/vs6/libgstdirectdraw.dsp:
9275         * win32/vs6/libgstdirectsound.dsp:
9276         * win32/vs6/libgsteffectv.dsp:
9277         * win32/vs6/libgstflx.dsp:
9278         * win32/vs6/libgstgoom.dsp:
9279         * win32/vs6/libgsticydemux.dsp:
9280         * win32/vs6/libgstid3demux.dsp:
9281         * win32/vs6/libgstinterleave.dsp:
9282         * win32/vs6/libgstjpeg.dsp:
9283         * win32/vs6/libgstlevel.dsp:
9284         * win32/vs6/libgstmatroska.dsp:
9285         * win32/vs6/libgstmedian.dsp:
9286         * win32/vs6/libgstmonoscope.dsp:
9287         * win32/vs6/libgstmulaw.dsp:
9288         * win32/vs6/libgstmultipart.dsp:
9289         * win32/vs6/libgstqtdemux.dsp:
9290         * win32/vs6/libgstrtp.dsp:
9291         * win32/vs6/libgstrtsp.dsp:
9292         * win32/vs6/libgstsmpte.dsp:
9293         * win32/vs6/libgstspeex.dsp:
9294         * win32/vs6/libgstudp.dsp:
9295         * win32/vs6/libgstvideobalance.dsp:
9296         * win32/vs6/libgstvideobox.dsp:
9297         * win32/vs6/libgstvideocrop.dsp:
9298         * win32/vs6/libgstvideoflip.dsp:
9299         * win32/vs6/libgstvideomixer.dsp:
9300         * win32/vs6/libgstwaveform.dsp:
9301         * win32/vs6/libgstwavenc.dsp:
9302         * win32/vs6/libgstwavparse.dsp:
9303         Mark *.dsp & *.dsw as binary files and convert to DOS line
9304         endings, as they don't load into VS6 correctly otherwise.
9305
9306 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9307
9308         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9309         (rtsp_connection_connect):
9310         Fix the MingW build. 
9311         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9312         Fixes: #446981
9313
9314 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9315
9316         * tests/check/elements/.cvsignore:
9317         * tests/icles/.cvsignore:
9318         Hush the buildbots up
9319
9320 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9321
9322         * configure.ac:
9323         * sys/Makefile.am:
9324         * sys/directdraw/Makefile.am:
9325         * sys/directsound/Makefile.am:
9326         * sys/waveform/Makefile.am:
9327         Make sure to dist everything needed for win32 builds.
9328
9329 2007-06-14  Edward Hervey  <edward@fluendo.com>
9330
9331         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9332         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9333         caps.
9334         Fixes #447458
9335
9336 2007-06-13  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9339         Make sure we allocate enough memory for the codec_data.
9340         Fixes #447210.
9341
9342 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9343
9344         * win32/MANIFEST:
9345         Add videocrop project file to the win32 manifest.
9346         * win32/vs6/gst_plugins_good.dsw:
9347         Add qtdemux,videocrop and waveform projects to the workspace.
9348         * win32/vs6/libgstqtdemux.dsp:
9349         Add zlib to the link list of qtdemux.
9350         * win32/vs6/libgstvideocrop.dsp:
9351         Add a project file for videocrop.
9352
9353 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9354
9355         * po/POTFILES.in:
9356         Add qtdemux for translation
9357
9358 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9359
9360         * configure.ac:
9361         * docs/plugins/Makefile.am:
9362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9364         * docs/plugins/inspect/plugin-videocrop.xml:
9365         * gst-plugins-good.spec.in:
9366         * sys/Makefile.am:
9367         * tests/check/Makefile.am:
9368         * tests/icles/Makefile.am:
9369         * tests/icles/videocrop-test.c:
9370         Move videocrop and osxvideo from -bad.
9371
9372 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9373
9374         * configure.ac:
9375         * docs/plugins/Makefile.am:
9376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9378         * docs/plugins/gst-plugins-good-plugins.args:
9379         * docs/plugins/inspect/plugin-qtdemux.xml:
9380         * docs/plugins/inspect/plugin-quicktime.xml:
9381         * win32/MANIFEST:
9382         Move qtdemux from -bad.
9383
9384         * gst-plugins-good.spec.in:
9385         Update spec file to reflect moving of qtdemux and wavpack
9386
9387 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9388         
9389         * win32/MANIFEST:
9390         * docs/plugins/Makefile.am:
9391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9393         * docs/plugins/inspect/plugin-directdraw.xml:
9394         * docs/plugins/inspect/plugin-directsound.xml:
9395         * docs/plugins/inspect/plugin-waveform.xml:
9396         Move the waveform plugin from -bad too. Update the inspect xml
9397         files to mention Plugins Good instead of Plugins Bad.
9398
9399 2007-06-12  Andy Wingo  <wingo@pobox.com>
9400
9401         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9402         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9403         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9404         finalization and resuscitation. No longer public.
9405         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9406         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9407         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9408         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9409         miniobject semantics, and be threadsafe.
9410         (gst_v4l2src_queue_frame): Remove this function, as we just call
9411         the ioctls directly in the two places where we queue buffers.
9412         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9413         directly.
9414         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9415         to allocate the pool, which also preallocates the GstBuffers.
9416         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9417         queueing the frames directly.
9418         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9419         mmap buffers have been dequeued.
9420
9421         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9422         real MiniObject instead of rolling our own refcounting and
9423         finalizing. Give it a lock.
9424         (struct _GstV4l2Buffer): Remove one intermediary object, having
9425         the buffers hold the struct v4l2_buffer directly.
9426
9427         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9428         capture_init so that it can set them on the buffers that it will
9429         create.
9430         (gst_v4l2src_get_read): For better or for worse, include the
9431         timestamping and offsetting code here; really we should be using
9432         bufferalloc though.
9433         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9434         preallocated, mmap'd buffers.
9435
9436 2007-06-11  Wim Taymans  <wim@fluendo.com>
9437
9438         Patch by: daniel fischer <dan at f3c dot com>
9439
9440         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9441         (gst_ximage_src_get_caps):
9442         Actually use the display_name property so that we can dump any
9443         available X display. Fixes #445905.
9444
9445 2007-06-11  Wim Taymans  <wim@fluendo.com>
9446
9447         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9448
9449         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9450         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9451         Add missing rate fields to caps. Fixes #441118.
9452
9453 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9454
9455         * win32/vs6/gst_plugins_good.dsw:
9456         * win32/vs8/gst-plugins-good.sln:
9457         Add DirectSound and DirectDraw sinks project files to
9458         workspace and solution files.
9459
9460 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9461
9462         Patch by: Josh Coalson <xflac at yahoo dot com>,
9463         updated by Alexis Ballier <aballier at gentoo dot org>:
9464
9465         * configure.ac:
9466         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9467         (gst_flac_dec_setup_seekable_decoder),
9468         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9469         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9470         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9471         * ext/flac/gstflacdec.h:
9472         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9473         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9474         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9475         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9476         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9477         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9478         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9479         * ext/flac/gstflacenc.h:
9480         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9481         
9482 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9483
9484         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9485         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9486         not necessary anymore as we need at least that core version. 
9487
9488 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9489
9490         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9491         (gst_wavpack_dec_chain):
9492         * ext/wavpack/gstwavpackdec.h:
9493         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9494         (gst_wavpack_parse_push_buffer):
9495         * ext/wavpack/gstwavpackparse.h:
9496         Improve discont handling by checking if the next Wavpack block has
9497         the expected, following block index.
9498
9499 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9500
9501         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9502           Fix element description.
9503
9504 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9505
9506         * configure.ac:
9507         * docs/plugins/Makefile.am:
9508         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9509         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9510         * docs/plugins/gst-plugins-good-plugins.args:
9511         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9512         * docs/plugins/gst-plugins-good-plugins.signals:
9513         * docs/plugins/inspect/plugin-autodetect.xml:
9514         * docs/plugins/inspect/plugin-gconfelements.xml:
9515         * docs/plugins/inspect/plugin-ladspa.xml:
9516         * docs/plugins/inspect/plugin-rtp.xml:
9517         * docs/plugins/inspect/plugin-wavpack.xml:
9518         * ext/Makefile.am:
9519         * tests/check/Makefile.am:
9520           move wavpack plugin.  See #352605.
9521
9522 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9523
9524         * configure.ac:
9525         * docs/plugins/Makefile.am:
9526         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9527         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9528         * docs/plugins/gst-plugins-good-plugins.args:
9529         * sys/Makefile.am:
9530         * win32/MANIFEST:
9531         Add DirectDraw & DirectSound plugins to the build and docs.
9532
9533 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9536         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9537           When operating in pull mode, error out correct on not-linked.
9538
9539 2007-06-06  Andy Wingo  <wingo@pobox.com>
9540
9541         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9542         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9543         format and size if the ioctls are defined; should fix compilation
9544         on Linux < 2.16.19.
9545
9546 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9549           Printf fixes in debug statements; use LOG level for debug statements
9550           that are printed for each and every frame; convert c++ comments to
9551           C-style comments; not much point using g_try_malloc() if we then not
9552           even check the return value.
9553
9554 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9555
9556         * configure.ac:
9557           Bump requirements to released versions (core and base 0.10.13).
9558
9559         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9560           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9561           own implementation.
9562
9563 2007-06-05  Andy Wingo  <wingo@pobox.com>
9564
9565         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9566         some useless comments.
9567
9568         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9569         frames before calling STREAMON, that might leave them in a state
9570         where they can't be dequeued if we go back to NULL without calling
9571         STREAMON, according to the docs.
9572         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9573         before we call STREAMON.
9574         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9575         failures. (For me this code hung.) The pool refcounting is still
9576         crack; added a note to that effect.
9577
9578 2007-06-05  Wim Taymans  <wim@fluendo.com>
9579
9580         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9581         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9582         Add support for mapping gst structure names to the MIME type equivalent.
9583         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9584
9585 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9586
9587         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9588         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9589         (gst_wavenc_chain), (gst_wavenc_change_state):
9590         * gst/wavenc/gstwavenc.h:
9591         Properly write wav files with width!=depth by having the depth most
9592         significant bytes set and all others zero. Fixes #442535.
9593
9594 2007-06-01  Wim Taymans  <wim@fluendo.com>
9595
9596         * gst/rtsp/rtspconnection.c:
9597         Add include to make buildbot happy.
9598
9599 2007-06-01  Wim Taymans  <wim@fluendo.com>
9600
9601         Patch by: Peter Kjellerstedt  <pkj at axis com>
9602
9603         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9604         (rtsp_connection_connect), (add_date_header),
9605         (rtsp_connection_send), (parse_response_status),
9606         (parse_request_line), (parse_line), (rtsp_connection_receive):
9607         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9608         * gst/rtsp/rtspdefs.h:
9609         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9610         (rtsp_message_init_request), (rtsp_message_init_response),
9611         (rtsp_message_remove_header), (rtsp_message_append_headers),
9612         (rtsp_message_dump):
9613         * gst/rtsp/rtspmessage.h:
9614         Improves version checking, allowing an RTSP server to reply with "505
9615         RTSP Version not supported.
9616         Adds a Date header to all messages.
9617         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9618         want to be able to send a response even if something in the request was
9619         invalid. EINVAL is only used when passing wrong arguments to functions.
9620         Do not handle an invalid method in parse_request_line(). Defer this to
9621         the caller so it can respond with "405 Method Not Allowed".
9622         Improves parsing of the timeout parameter to the Session header,
9623         allowing whitespace after the semicolon. 
9624         Avoids a compiler warning due to variables shadowing a function argument.
9625
9626 2007-06-01  Wim Taymans  <wim@fluendo.com>
9627
9628         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9629
9630         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9631         (gst_rtp_amr_depay_process):
9632         * gst/rtp/gstrtpamrdepay.h:
9633         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9634         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9635         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9636         * gst/rtp/gstrtpamrpay.h:
9637         Add support for AMR-WB.
9638         Small cleanups such as using BOILERPLATE.
9639
9640 2007-05-31  Wim Taymans  <wim@fluendo.com>
9641
9642         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9643         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9644
9645 2007-05-30  Andy Wingo  <wingo@pobox.com>
9646
9647         * sys/v4l2/gstv4l2object.h: 
9648         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9649         unintended changes.
9650
9651         * sys/v4l2/v4l2src_calls.h: 
9652         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9653         the format list in the order that the driver gives it to us.
9654         (gst_v4l2src_probe_caps_for_format_and_size)
9655         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9656         based on the capabilities of the device.
9657         (gst_v4l2src_grab_frame): Update for object variable renaming.
9658         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9659         as in the set_caps below.
9660         (gst_v4l2src_capture_init): Update for object variable renaming,
9661         and reflow.
9662         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9663         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9664         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9665         (gst_v4l2src_get_fps): Remove; these functions don't have much
9666         meaning outside of an atomic set_caps method.
9667         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9668         known.
9669
9670         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9671         call to update_fps; not sure about this change.
9672         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9673         moment we don't have an update_fps_func.
9674
9675         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9676         structures in the object, just store what we need. Do store the
9677         probed caps of the device. Don't store the current frame rate.
9678
9679         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9680         update_fps_function, for now. Update for new object variable
9681         naming.
9682         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9683         new object variable naming.
9684         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9685         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9686         (gst_v4l2src_get_caps): Rework to probe the device for supported
9687         frame sizes and frame rates.
9688         (gst_v4l2src_set_caps): Rework to be strict in the given
9689         parameters: if someone asks us to have a certain size and rate,
9690         that is what we configure.
9691         (gst_v4l2src_get_read): Update for object variable naming. Don't
9692         leak buffers on short reads.
9693         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9694         comments.
9695         (gst_v4l2src_create): Update for object variable naming.
9696
9697 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9698
9699         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9700         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9701         * gst/avi/gstavidemux.h:
9702           Parse subtitle text streams instead of erroring out (#442034). Still
9703           needs a parser for the subtitles to actually show up.
9704
9705 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9706
9707         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9708         (gst_avi_demux_loop):
9709           Make _push_event() return TRUE if the event could be pushed on at
9710           least one pad and not only if it could be pushed on all pads,
9711           otherwise we'll end up posting an error message on EOS if one or
9712           more source pads are not connected.
9713
9714 2007-05-28  Wim Taymans  <wim@fluendo.com>
9715
9716         * gst/rtsp/rtsptransport.c:
9717         Use renamed RTP bin.
9718
9719 2007-05-28  Wim Taymans  <wim@fluendo.com>
9720
9721         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9722
9723         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9724         (gst_video_box_set_property), (gst_video_box_transform_caps),
9725         (video_box_recalc_transform), (gst_video_box_set_caps),
9726         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9727         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9728         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9729         (gst_video_box_i420_i420), (gst_video_box_transform),
9730         (plugin_init):
9731         Add AYUV->AYUV and AYUV->I420 formats. 
9732         Fix negotiation and I420->AYUV conversion.
9733         Fixes #429329.
9734
9735 2007-05-26  Wim Taymans  <wim@fluendo.com>
9736
9737         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9738         Use different variables for nested for loops so that the outer loop
9739         functions properly and speex files with multiple frames per buffer work
9740         properly.
9741         Fixes #441408.
9742
9743 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9746           Don't leak newsegment events.
9747
9748 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         * gst/wavparse/Makefile.am:
9751           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9752           drags it in.
9753
9754 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9755
9756         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9757         (notgst_value_array_append_buffer),
9758         (gst_flac_enc_process_stream_headers),
9759         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9760         (gst_flac_enc_change_state):
9761         * ext/flac/gstflacenc.h:
9762           Collect headers, add "streamheader" field to output caps and set
9763           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9764           produces output according to the official FLAC-to-Ogg mapping
9765           instead of completely broken files. Fixes #426044.
9766
9767 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9768
9769         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9770         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9771         (gst_id3demux_sink_event):
9772         * gst/id3demux/gstid3demux.h:
9773         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9774         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9775         (gst_tag_demux_send_new_segment):
9776         Handle and adjust new-segment events so that downstream really
9777         sees a stream with the tag pieces stripped off the front and back.
9778         Fixes strangeness in seeking when mp3 decoders use the new-segment
9779         byte position to estimate their current playback position timestamp
9780         and then the arriving buffers don't match up.
9781
9782 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9783
9784         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9785           Don't unnecessarily perform a READY->NULL->READY transition on the
9786           detected audio sink when starting up. Fixes: #440127
9787
9788 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9791         (gst_flac_enc_chain):
9792           Don't crash in chain function if setcaps hasn't been called.
9793
9794 2007-05-24  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9797         Init value to avoid infinte loops.
9798
9799 2007-05-24  Wim Taymans  <wim@fluendo.com>
9800
9801         Patch by: Peter Kjellerstedt  <pkj at axis com>
9802
9803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9804         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9805         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9806         (gst_rtspsrc_play):
9807         (rtsp_connection_send), (rtsp_connection_receive):
9808         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9809         Fix for new API.
9810
9811         * gst/rtsp/rtspconnection.c: (add_auth_header),
9812         Only add authorisation and session headers when sending messages.
9813
9814         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9815         (rtsp_message_init_request), (rtsp_message_init_response),
9816         (rtsp_message_unset), (rtsp_message_add_header),
9817         (rtsp_message_remove_header), (rtsp_message_get_header),
9818         (rtsp_message_append_headers), (dump_key_value),
9819         (rtsp_message_dump):
9820         * gst/rtsp/rtspmessage.h:
9821         Add support for multiple headers of the same type by storing the parsed
9822         headers in a GArray instaed of a hashtable.
9823
9824 2007-05-21  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9827         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9828         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9829         safer shutdown.
9830
9831 2007-05-21  Wim Taymans  <wim@fluendo.com>
9832
9833         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9834         * gst/rtsp/gstrtpdec.h:
9835         Added signal for backwards compat.
9836
9837 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9838         
9839         Patch by: René Stadler <mail at renestadler dot de>
9840
9841         * configure.ac:
9842         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9843         (gst_au_parse_parse_header), (gst_au_parse_chain):
9844         * gst/auparse/gstauparse.h:
9845         Use audioconvert for converting from non-native endianness floats
9846         in auparse instead of doing it ourself. Fixes #424527.
9847         This needs the audioconvert from plugins-base CVS.
9848         
9849 2007-05-21  Wim Taymans  <wim@fluendo.com>
9850
9851         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9852         (gst_rtp_h263p_pay_flush):
9853         Fix enum registration.
9854
9855 2007-05-21  Wim Taymans  <wim@fluendo.com>
9856
9857         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9858
9859         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9860         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9861         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9862         (gst_rtp_h263p_pay_flush):
9863         * gst/rtp/gstrtph263ppay.h:
9864         Add new fragmentation mode base on GOB headers. Fixes #438940.
9865
9866 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9867
9868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9869           Printf format fix.
9870
9871 2007-05-18  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9874         Don't crash when an unsupported transport error was returned by the
9875         server, just try to configure the next stream. Fixes #439255.
9876
9877 2007-05-18  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9880         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9881         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9882         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9883         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9884         * gst/rtsp/gstrtspsrc.h:
9885         Add TCP timeout property and use it for all TCP connection.
9886
9887         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9888         (rtsp_connection_write), (rtsp_connection_next_timeout),
9889         (rtsp_connection_reset_timeout):
9890         Make connect and writes cancelable and make them use the timeout.
9891
9892 2007-05-18  Wim Taymans  <wim@fluendo.com>
9893
9894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9895         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9896         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9897         (gst_rtspsrc_setup_streams):
9898         Refactor timeout handling.
9899         Also send keep-alive when dealing with TCP transport.
9900
9901         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9902         (rtsp_connection_free), (rtsp_connection_next_timeout),
9903         (rtsp_connection_reset_timeout):
9904         * gst/rtsp/rtspconnection.h:
9905         Use a timer to handle the session timeouts, add some methods to deal
9906         with timeouts.
9907
9908 2007-05-17  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9911         (gst_rtspsrc_setup_streams):
9912         Ignore streams that fail the setup command, we will retry with a
9913         different transport later on.
9914
9915         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9916         (rtsp_ext_wms_configure_stream):
9917         Fix encoding name case.
9918
9919 2007-05-16  Edward Hervey  <edward@fluendo.com>
9920
9921         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9922         Fix build on macosx.
9923
9924 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9925
9926         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9927         Replace direct comparison of a string with the string literal "" with
9928         a comparison of the first character with '\0'. Fixes #438926.
9929
9930 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9931
9932         * gst/debug/breakmydata.c (gst_break_my_data_init):
9933           One more try. This should be the proper fix now.
9934
9935 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9936
9937         * gst/debug/breakmydata.c:
9938           Ooops, no // comments please.
9939
9940 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9941
9942         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9943         (gst_break_my_data_init):
9944           Fix gst_buffer_is_writable() assertion.
9945
9946 2007-05-14  David Schleef  <ds@schleef.org>
9947
9948         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9949           video/x-raw-bayer.  Fixes #314160.
9950
9951 2007-05-14  Wim Taymans  <wim@fluendo.com>
9952
9953         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9954         (gst_rtp_theora_depay_parse_configuration):
9955         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9956         (gst_rtp_theora_pay_finish_headers),
9957         (gst_rtp_theora_pay_handle_buffer):
9958         Update theora pay/depayloader in a similar to vorbis.
9959
9960         * gst/rtp/gstrtpvorbisdepay.c:
9961         (gst_rtp_vorbis_depay_parse_configuration):
9962         Update docs.
9963
9964 2007-05-14  Wim Taymans  <wim@fluendo.com>
9965
9966         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9967         When we try to execute a method that is not supported by the server,
9968         don't error out but remove the method from the accepted methods so that
9969         we never try to perform this method again.
9970
9971 2007-05-14  Wim Taymans  <wim@fluendo.com>
9972
9973         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9974         Remove annoying _dump_mem.
9975
9976 2007-05-14  Wim Taymans  <wim@fluendo.com>
9977
9978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9979         Parse range correctly.
9980
9981         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9982         The baseurl now always has a '/' at the start.
9983
9984 2007-05-14  Wim Taymans  <wim@fluendo.com>
9985
9986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9987         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9988         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9989         Factor out caps configuration and configure more stuff such as the time
9990         ranges and speed/scale values.
9991
9992         * gst/rtsp/rtsptransport.c:
9993         Add Copyright after non-trival fixes.
9994
9995 2007-05-12  Wim Taymans  <wim@fluendo.com>
9996
9997         Patch by: Peter Kjellerstedt  <pkj at axis com>
9998
9999         * gst/rtsp/gstrtspsrc.h:
10000         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10001         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
10002         (rtsp_message_get_header):
10003         * gst/rtsp/rtspmessage.h:
10004         Make channel guint8 where possible.
10005         Make rtsp_message_init_data() take the channel as a guint8.
10006
10007         * gst/rtsp/rtspdefs.c:
10008         Fixed a typo: Timout -> Timeout
10009
10010         * gst/rtsp/rtspdefs.h:
10011         Make RTSP_CHECK() behave as a statement.
10012
10013         * gst/rtsp/sdpmessage.c:
10014         Avoid a compiler warning in INIT_ARRAY().
10015         Fixes #437692.
10016
10017 2007-05-12  Wim Taymans  <wim@fluendo.com>
10018
10019         Patch by: Peter Kjellerstedt  <pkj at axis com>
10020
10021         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
10022         (rtsp_url_get_request_uri):
10023         * gst/rtsp/rtspurl.h:
10024         Add support for query parameters to RTSP URLs.
10025
10026 2007-05-12  Wim Taymans  <wim@fluendo.com>
10027
10028         Patch by: Peter Kjellerstedt  <pkj at axis com>
10029
10030         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
10031         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
10032         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
10033         (rtsp_transport_parse), (rtsp_transport_as_text):
10034         * gst/rtsp/rtsptransport.h:
10035         Add validation to rtsp_transport_parse().
10036         Add rtsp_transport_as_text() to generate an RTSP header from an
10037         RTSPTransport.
10038         Change ssrc to guint (was a string) since that is what it is, even
10039         though it is sent as a hex string.
10040         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10041         incorrect, which can be seen when looking at the examples in the RFC).
10042         Fixes #437670.
10043
10044 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10045
10046         Patch by: Eric Anholt
10047
10048         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10049           gst_ximage_src_ximage_get):
10050         Use union of all damage between frames to make it faster.
10051         Fixes bug #342463.
10052         Also fix crasher when cursor is at bottom right of window.
10053
10054 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10055
10056         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10057           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10058           streaming mode regression for file from #343837 with 'bext' chunk
10059           before the 'fmt' chunk.
10060
10061 2007-05-11  Wim Taymans  <wim@fluendo.com>
10062
10063         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10064         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10065         (gst_rtspsrc_handle_src_event),
10066         (gst_rtspsrc_stream_configure_manager),
10067         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10068         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10069         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10070         * gst/rtsp/gstrtspsrc.h:
10071         * gst/rtsp/rtspdefs.h:
10072         Preliminary seek support.
10073         Activate internal pads so that we can receive events on them.
10074         Don't try to parse a range string when it's NULL.
10075
10076 2007-05-11  Wim Taymans  <wim@fluendo.com>
10077
10078         * gst/rtp/README:
10079         Update README with new RTP variables that will be used for
10080         synchronisation.
10081
10082         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10083         (gst_rtp_vorbis_depay_parse_configuration),
10084         (gst_rtp_vorbis_depay_process):
10085         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10086         (gst_rtp_vorbis_pay_finish_headers),
10087         (gst_rtp_vorbis_pay_handle_buffer):
10088         Update vorbis pay and depayloader to draft-04.
10089
10090 2007-05-11  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst/rtsp/rtsptransport.c:
10093         UDP MCAST is actually the default for RTP/AVP.
10094 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10095
10096         * gst/level/gstlevel.c: (gst_level_transform_ip):
10097         Use guint8 * instead of gpointer then vs6 can build 
10098         in_data += (filter->width / 8).
10099
10100 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10101
10102         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10103           gst_ximage_src_ximage_get):
10104         * sys/ximage/gstximagesrc.h (last_ximage):
10105         When using Damage actually keep the last frame, and not assume
10106         that the buffer we get already has the last frame on it.
10107         Copy the cursor over if we specify a non-zero start x and
10108         start y.
10109
10110 2007-05-11  Wim Taymans  <wim@fluendo.com>
10111
10112         * gst/rtsp/rtsptransport.c:
10113         Make UDP the default transport when not specified.
10114
10115 2007-05-09  David Schleef  <ds@schleef.org>
10116
10117         * gst/level/gstlevel.c:
10118           Revert last change.
10119
10120 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10121
10122         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10123         (gst_level_transform_ip):
10124         Use guint8 * instead of gpointer then vs6 know the size of data
10125         pointed when moving the pointer.
10126         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10127         Move instructions after variables declaration.
10128         * win32/vs6/autogen.dsp:
10129         * win32/vs6/libgstrtp.dsp:
10130         * win32/vs6/libgstrtsp.dsp:
10131         Update vs6 project files.
10132
10133 2007-05-09  Wim Taymans  <wim@fluendo.com>
10134
10135         * gst/rtsp/Makefile.am:
10136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10137         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10138         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10139         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10140         (rtsp_range_free):
10141         * gst/rtsp/rtsprange.h:
10142         Add code to parse time ranges.
10143         Report DURATION on the stream when possible.
10144
10145 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10146
10147         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10148         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10149         (gst_videomixer_collected):
10150           Fix strides calculation for AYUV (it's just width*4) (#436910).
10151
10152 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10153
10154         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10155         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10156         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10157         Sync the GObject properties before each processing step to properly
10158         work with the controller.
10159
10160 2007-05-04  Wim Taymans  <wim@fluendo.com>
10161
10162         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10163         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10164         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10165         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10166         (gst_rtspsrc_change_state):
10167         Let more error state trickle down so that we can catch more error
10168         cases.
10169         Handle keep-alive a little smarter by selecting a method the server
10170         actually supports.
10171         Fix a race in UDP streaming shutdown.
10172
10173 2007-05-04  Wim Taymans  <wim@fluendo.com>
10174
10175         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10176         Ignore errors when trying to use the keep-alive messages.
10177
10178 2007-05-04  Wim Taymans  <wim@fluendo.com>
10179
10180         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10181         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10182         (gst_rtspsrc_stream_configure_manager),
10183         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10184         (gst_rtspsrc_stream_configure_mcast),
10185         (gst_rtspsrc_stream_configure_udp),
10186         (gst_rtspsrc_stream_configure_udp_sink),
10187         (gst_rtspsrc_stream_configure_transport):
10188         Send RTCP messages back to the server over the TCP connection.
10189
10190         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10191         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10192         (rtsp_connection_receive):
10193         * gst/rtsp/rtspconnection.h:
10194         Factor out and expose lowlevel _write and _read methods.
10195         Implement sending data messages to the server.
10196
10197 2007-05-03  Wim Taymans  <wim@fluendo.com>
10198
10199         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10200         (gst_multipart_mux_collected):
10201         Fix timestamps on outgoing buffers.
10202
10203 2007-05-03  Wim Taymans  <wim@fluendo.com>
10204
10205         * gst/multipart/multipartmux.c:
10206         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10207         (gst_multipart_mux_change_state):
10208         Emit NEWSEGMENT events before pushing the first buffer.
10209
10210 2007-05-03  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10213         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10214         (gst_rtspsrc_handle_src_query),
10215         (gst_rtspsrc_stream_configure_manager),
10216         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10217         (gst_rtspsrc_stream_configure_mcast),
10218         (gst_rtspsrc_stream_configure_udp),
10219         (gst_rtspsrc_stream_configure_udp_sink),
10220         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10221         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10222         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10223         (gst_rtspsrc_pause):
10224         Refactor transport configuration code.
10225         Create internal pads for TCP transport so that we can implement events
10226         and queries.
10227         Handle events and queries.
10228         Parse range from the SDP.
10229         Fix race in pause handler where the connection could still be flushing.
10230
10231 2007-05-02  Wim Taymans  <wim@fluendo.com>
10232
10233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10234         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10235         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10236         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10237         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10238         (gst_rtspsrc_change_state):
10239         * gst/rtsp/gstrtspsrc.h:
10240         Fix race when multiple udp sources post timeouts, just act on the first
10241         received timeout.
10242         Protect stream list with a recursive lock to fix some races.
10243         Flush connection when we need to do a reconnect or stop.
10244         Make state lock recursive.
10245
10246         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10247         (rtsp_connection_close):
10248         Some small cleanups.
10249
10250 2007-05-02  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10253         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10254         Only set DISCONT when there actually is a discont or when we just
10255         started.
10256
10257 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10258
10259         * ext/flac/gstflac.c: (plugin_init):
10260         Call bindtextdomain() to get localized strings.
10261
10262 2007-05-02  Wim Taymans  <wim@fluendo.com>
10263
10264         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10265         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10266         (gst_wavparse_stream_data):
10267         * gst/wavparse/gstwavparse.h:
10268         Be a bit more clever when dealing with VBR files with FACT tags, we
10269         don't want to timestamp buffers in that case but the estimated BPS can
10270         be used for seeking.
10271         Only send close segment in the streaming thread.
10272
10273 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10274
10275         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10276         Correctly post an error on the bus if something went wrong in the loop
10277         function. This fixes a few cases where the task was paused and nothing
10278         happened anymore.
10279
10280 2007-05-02  Wim Taymans  <wim@fluendo.com>
10281
10282         * gst/rtsp/test.c: (main):
10283         Fix compilation of deprecated test just because I'm too lazy to delete
10284         it.
10285
10286 2007-05-02  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10289         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10290         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10291         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10292         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10293         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10294         * gst/rtsp/gstrtspsrc.h:
10295         Fix sending RTCP to the right place.
10296         Fix bug in reffing the wrong UDP element.
10297         Use new pad names for the session manager.
10298         Implement handling server requests in interleaved and UDP modes.
10299         Handle session keep-alive in UDP modes.
10300         Remove GCond for handling UDP timeouts.
10301
10302         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10303         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10304         (rtsp_connection_receive), (rtsp_connection_close):
10305         * gst/rtsp/rtspconnection.h:
10306         Store connection IP address for later.
10307         Add timeout args to all operations that might block forever.
10308         Parse session timeout.
10309         Only close sockets when not already closed.
10310
10311         * gst/rtsp/rtspdefs.c:
10312         * gst/rtsp/rtspdefs.h:
10313         Add timeout return value and error string.
10314
10315         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10316         Add small comment.
10317
10318 2007-05-01  Wim Taymans  <wim@fluendo.com>
10319
10320         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10321
10322         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10323         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10324         * gst/rtp/gstrtpmp4vpay.h:
10325         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10326
10327 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10328
10329         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10330           Remove v4l2src from docs, since it breaks the docs build, and the
10331           plugin is only built if --enable-experimental is used anyway.
10332
10333         * docs/plugins/Makefile.am:
10334           Spaces => tab.
10335
10336 2007-04-29  Wim Taymans  <wim@fluendo.com>
10337
10338         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10339         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10340         Add code to drop membership of a multicast group.
10341
10342         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10343         (gst_udpsink_set_uri):
10344         Implement URI handler.
10345
10346         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10347         (gst_rtspsrc_parse_rtpinfo):
10348         Use URI handler to make udpsink instace.
10349         Improve code to configure port and destination.
10350
10351 2007-04-29  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10354         Fix multicast detection.
10355         Don't try to join a multicast group if the address is not multicast.
10356
10357         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10358         Small debug improvement.
10359
10360 2007-04-27  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10363         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10364         (gst_rtspsrc_handle_message):
10365         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10366         parent.
10367
10368 2007-04-27  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst/rtp/gstrtpilbcdepay.h:
10371         Fix mode property when specified as an arg.
10372
10373 2007-04-26  Edward Hervey  <edward@fluendo.com>
10374
10375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10377         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10378         * docs/plugins/inspect/plugin-osxaudio.xml:
10379         Add documentation for osxaudio plugin.
10380
10381 2007-04-26  Wim Taymans  <wim@fluendo.com>
10382
10383         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10384         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10385         (gst_rtspsrc_open), (gst_rtspsrc_close),
10386         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10387         (gst_rtspsrc_pause):
10388         * gst/rtsp/gstrtspsrc.h:
10389         Protect state changes with a lock.
10390
10391         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10392         (parse_line):
10393         * gst/rtsp/rtspconnection.h:
10394         Remove some unused stuff.
10395
10396 2007-04-26  Wim Taymans  <wim@fluendo.com>
10397
10398         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10399         Handle the case where there are exactly 0 bytes to read and the ioctl
10400         did not report an error. Fixes #433530.
10401
10402 2007-04-26  Wim Taymans  <wim@fluendo.com>
10403
10404         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10405         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10406         * gst/wavparse/gstwavparse.h:
10407         Apply DISCONT to buffers.
10408         Only apply timestamp to the first sample after a DISCONT, too many VBR
10409         files cause random jitter in the timestamps. Fixes #433119.
10410
10411 2007-04-25  Wim Taymans  <wim@fluendo.com>
10412
10413         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10414         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10415         (gst_rtp_dec_get_property):
10416         * gst/rtsp/gstrtpdec.h:
10417         Add dummy latency property to be backwards compat with rtpbin.
10418
10419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10420         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10421         (gst_rtspsrc_stream_configure_transport),
10422         (gst_rtspsrc_parse_rtpinfo):
10423         * gst/rtsp/gstrtspsrc.h:
10424         Add latency property and configure in the session manager.
10425         Don't set invalid clock-base and seqnum-base on caps, some servers
10426         sometimes don't send them.
10427
10428 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10429
10430         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10431         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10432           Double-check that RGB input caps are really RGBA caps (apparently
10433           the core doesn't always catch it if those caps aren't a subset of
10434           our template caps, also see #421543). Fixes #429319 in a way.
10435           Also, don't leak the pad template in the transform_caps function.
10436
10437         * tests/check/Makefile.am:
10438         * tests/check/elements/.cvsignore:
10439         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10440         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10441         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10442         (GST_START_TEST), (alphacolor_suite):
10443           Add some basic unit tests for alphacolor.
10444
10445 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10446
10447         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10448           If we get a fatal flow return in the loop function, first post the
10449           error message and only then send the EOS event downstream, otherwise
10450           applications might get an eos message before the error message and
10451           think everything was ok (related to #429319).
10452
10453 2007-04-25  Wim Taymans  <wim@fluendo.com>
10454
10455         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10456         Read the channel byte as an unsigned byte.
10457
10458 2007-04-25  Wim Taymans  <wim@fluendo.com>
10459
10460         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10461         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10462         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10463         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10464         (gst_rtp_gsm_depay_setcaps):
10465         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10466         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10467         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10468         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10469         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10470         (gst_ilbc_depay_get_property):
10471         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10472         * gst/rtp/gstrtpmp4adepay.c:
10473         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10474         (gst_rtp_pcma_depay_setcaps):
10475         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10476         (gst_rtp_pcmu_depay_setcaps):
10477         Make sure we configure the clock_rate in the baseclass in the setcaps
10478         function. Fixes #431282.
10479
10480 2007-04-25  Wim Taymans  <wim@fluendo.com>
10481
10482         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10483         (gst_rtspsrc_stream_free), (request_pt_map),
10484         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10485         * gst/rtsp/gstrtspsrc.h:
10486         Parse server address from SDP.
10487         Hook up a udpsink to send RTCP back to the server.
10488
10489         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10490         * gst/rtsp/rtsptransport.h:
10491         Add some docs.
10492
10493 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10494
10495         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10496           Make header field check conditional. Fixes #433135
10497
10498 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10499
10500         * docs/plugins/Makefile.am:
10501         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10502         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10503         * docs/plugins/inspect/plugin-alphacolor.xml:
10504         * gst/alpha/Makefile.am:
10505         * gst/alpha/gstalphacolor.c:
10506         * gst/alpha/gstalphacolor.h:
10507           Add minimal docs blurb to alphacolor; split out headers into
10508           separate header file for gtk-doc.
10509
10510 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * gst/debug/progressreport.c: (gst_progress_report_report):
10513           Don't try to post NULL message (in case we can't query upstream
10514           position or duration).
10515
10516 2007-04-18  Michael Smith  <msmith@fluendo.com>
10517
10518         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10519         (gst_cutter_get_caps):
10520         * gst/cutter/gstcutter.h:
10521           Fix some of the most obvious bugs in cutter. Now doesn't leak
10522           everything if input is silent.
10523
10524 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10525
10526         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10527         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10528         * gst/wavenc/gstwavenc.h:
10529         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10530         else results in a invalid block align and invalid files.
10531
10532 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         Patch by: Snaik <snaik32 gmail com>
10535
10536         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10537           Add missing break statement for BOX_HORIZONTAL case.
10538
10539 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10540
10541         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10542
10543         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10544         Use correct format strings for integer types.
10545
10546 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10547
10548         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10549         (gst_wavparse_create_sourcepad):
10550         Use gst_riff_create_audio_template_caps () instead of the local caps.
10551         This makes updates of the local caps unecessary whenever libgstriff
10552         gets support for new formats.
10553
10554 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10557
10558         * sys/sunaudio/gstsunaudio.c:
10559         * sys/sunaudio/gstsunaudiomixer.c:
10560         * sys/sunaudio/gstsunaudiomixer.h:
10561         * sys/sunaudio/gstsunaudiomixerctrl.c:
10562         * sys/sunaudio/gstsunaudiomixerctrl.h:
10563         * sys/sunaudio/gstsunaudiomixertrack.h:
10564         * sys/sunaudio/gstsunaudiosink.c:
10565         * sys/sunaudio/gstsunaudiosink.h:
10566         * sys/sunaudio/gstsunaudiosrc.c:
10567         * sys/sunaudio/gstsunaudiosrc.h:
10568           Fix and/or update copyright attributions (#430228).
10569
10570 2007-04-13  Wim Taymans  <wim@fluendo.com>
10571
10572         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10573         Fix docs.
10574
10575         * gst/rtsp/URLS:
10576         Add some more example urls.
10577
10578         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10579         (gst_rtp_dec_chain_rtp):
10580         Better debugging.
10581
10582         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10583         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10584         (gst_rtspsrc_parse_rtpinfo):
10585         Remove unused code.
10586
10587 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10588
10589         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10590         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10591         (gst_wavparse_stream_data):
10592           Relax the audio/mpeg caps again and add FIXME: comment.
10593
10594 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10595
10596         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10597         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10598         (gst_wavparse_stream_data):
10599         * gst/wavparse/gstwavparse.h:
10600           More sanity check for the header fields. Fix type for 'rate' header
10601           field.
10602
10603 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10606         (gst_icydemux_unicodify):
10607           If the metadata strings we get in the stream are not UTF-8, try to
10608           interpret them according to the character encodings specified in the
10609           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10610           only fall back to locale/ISO-8859-1 if those aren't set or don't
10611           work. Should fix #428901.
10612
10613 2007-04-12  Wim Taymans  <wim@fluendo.com>
10614
10615         * gst/rtp/gstrtph264depay.c:
10616         Use the proper sync word for SPS and PPS.
10617
10618 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10619
10620         * gst/rtp/Makefile.am:
10621         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10622           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10623         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10624           Add a simple hashing implementation that we can use to generate
10625           a 24-bit ident value based on the codebooks for vorbis and theora.
10626         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10627           gst_rtp_theora_pay_handle_buffer):
10628         * gst/rtp/gstrtpvorbisdepay.c
10629           (gst_rtp_vorbis_depay_parse_configuration,
10630           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10631         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10632           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10633           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10634           Use the hashing function, ensuring that the same codebooks result
10635           in the same ident and thus the same SDP description.
10636           Various log fixes/changes.
10637
10638 2007-04-12  Wim Taymans  <wim@fluendo.com>
10639
10640         Patch by: jerry tan <jerry dot tan at sun dot com>
10641
10642         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10643         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10644         application's responsibility to make sure it open the device once.
10645         Remove a careless error if AUDIODEV is set. Fixes #392620.
10646
10647 2007-04-12  Wim Taymans  <wim@fluendo.com>
10648
10649         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10650         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10651         * gst/rtsp/gstrtpdec.h:
10652         Make backward compat with rtpbin by adding the request-pt-map signals.
10653
10654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10655         (new_session_pad), (request_pt_map),
10656         (gst_rtspsrc_stream_configure_transport),
10657         (gst_rtspsrc_stream_configure_caps),
10658         (gst_rtspsrc_activate_streams):
10659         * gst/rtsp/gstrtspsrc.h:
10660         Implement request-pt-map signals instead of setting caps on the buffers
10661         for the session manager.
10662
10663 2007-04-11  Wim Taymans  <wim@fluendo.com>
10664
10665         * gst/udp/gstudp.c: (plugin_init):
10666         Register GstNetBuffer in plugin_init so that the type can be used from
10667         multiple threads without races.
10668
10669 2007-04-10  Wim Taymans  <wim@fluendo.com>
10670
10671         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10672         (gst_rtp_amr_depay_process):
10673         Fix depayloader clock_rate and some cleanups.
10674
10675         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10676         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10677         * gst/rtp/gstrtph264depay.h:
10678         Don't push codec_data in the adapter because it might get flushed when
10679         we get a discont.
10680
10681         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10682         Handle multiple AU per packet.
10683
10684         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10685         (gst_rtp_sv3v_depay_plugin_init):
10686         Disable rank, this one does not work.
10687         Remove timestamping, base class does that.
10688
10689 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10690
10691         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10692           limit caps to the formats we announce in the template
10693
10694         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10695         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10696         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10697           fix some crashers/asserts when dealing with broken files
10698
10699 2007-04-10  Wim Taymans  <wim@fluendo.com>
10700
10701         Patch by: Peter Kjellerstedt  <pkj at axis com>
10702
10703         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10704         * gst/rtp/gstrtpL16depay.c:
10705         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10706         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10707         (gst_rtp_speex_depay_setcaps):
10708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10709         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10710         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10711         Fix some compiler warnings. Fixes #428182.
10712
10713 2007-04-06  Wim Taymans  <wim@fluendo.com>
10714
10715         * gst/rtsp/Makefile.am:
10716         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10717         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10718         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10719         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10720         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10721         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10722         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10723         (create_rtcp), (gst_rtp_dec_request_new_pad),
10724         (gst_rtp_dec_release_pad):
10725         * gst/rtsp/gstrtpdec.h:
10726         * gst/rtsp/gstrtsp.c: (plugin_init):
10727         Morph RTPDec into something compatible with RTPBin as a fallback.
10728         Various other style fixes.
10729
10730         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10731         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10732         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10733         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10734         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10735         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10736         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10737         * gst/rtsp/gstrtspsrc.h:
10738         Implement RTPBin session manager handling.
10739         Don't try to add empty properties to caps.
10740         Implement fallback session manager, handling.
10741         Don't combine errors from RTCP streams, just ignore them.
10742
10743         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10744         * gst/rtsp/rtsptransport.h:
10745         Implement fallback session manager.
10746         Make RTPBin the default one when available.
10747
10748 2007-04-05  Wim Taymans  <wim@fluendo.com>
10749
10750         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10751         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10752         This element is ready to be autoplugged.
10753
10754 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10755
10756         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10757         Don't leave the offsets defined by upstream element on the
10758         compressed data buffer we are pushing downstream. Make them
10759         GST_BUFFER_OFFSET_NONE.
10760
10761 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10762
10763         * gst/avi/README:
10764         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10765         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10766         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10767         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10768         (gst_avi_demux_calculate_durations_from_index),
10769         (gst_avi_demux_stream_header_push),
10770         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10771         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10772           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10773
10774 2007-04-03  Wim Taymans  <wim@fluendo.com>
10775
10776         * gst/smpte/barboxwipes.c:
10777         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10778
10779 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10780
10781         * gst/wavparse/gstwavparse.c:
10782         Support audio/x-raw-float in wav files. This only works with
10783         plugins-base CVS, using an older version doesn't have any
10784         disadvantages though.
10785
10786 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10787
10788         * configure.ac:
10789         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10790         (gst_au_parse_parse_header), (gst_au_parse_chain):
10791         * gst/auparse/gstauparse.h:
10792         Revert last change as we don't want plugins-good to depend on
10793         plugins-base CVS now.
10794
10795 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10796
10797         * configure.ac:
10798         Require gst-plugins-base CVS for audioconvert with non-native
10799         float support and width/depth fix in libgstriff.
10800
10801         Patch by: René Stadler <mail at renestadler dot de>
10802
10803         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10804         (gst_au_parse_parse_header), (gst_au_parse_chain):
10805         * gst/auparse/gstauparse.h:
10806         Don't swap the floats ourself if they're not in native endianness.
10807         Instead let audioconvert handle this. Fixes #339838.
10808
10809 2007-03-29  Wim Taymans  <wim@fluendo.com>
10810
10811         * gst/rtp/gstasteriskh263.h:
10812         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10813         (gst_rtp_h263p_depay_change_state):
10814         * gst/rtp/gstrtph263pdepay.h:
10815         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10816         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10817         (gst_rtp_h264_depay_change_state):
10818         * gst/rtp/gstrtph264depay.h:
10819         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10820         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10821         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10822         Flush adapter on disconts.
10823
10824 2007-03-29  Wim Taymans  <wim@fluendo.com>
10825
10826         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10827         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10828         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10829         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10830         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10831         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10832         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10833         (gst_rtp_mp4v_depay_process):
10834         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10835         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10836         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10837         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10838         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10839         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10840         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10841         Use more efficient adapter and rtpbuffer methods when possible.
10842
10843 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10844
10845         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10846         (gst_wavenc_sink_setcaps):
10847         Correctly handle width!=depth input.
10848         * gst/wavparse/gstwavparse.c:
10849         Already export in the caps that width==8 uses unsigned samples and
10850         everything else uses signed samples.
10851
10852 2007-03-29  Wim Taymans  <wim@fluendo.com>
10853
10854         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10855
10856         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10857         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10858         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10859         (gst_dynudpsink_close):
10860         * gst/udp/gstdynudpsink.h:
10861         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10862         (gst_udpsrc_create), (gst_udpsrc_set_property),
10863         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10864         * gst/udp/gstudpsrc.h:
10865         Rework the socket allocation a bit based on the sockfd argument so that
10866         it becomes usable.
10867         Add a closefd property to instruct the udp elements to close the custom
10868         file descriptors when going to READY. Fixes #423304.
10869         API:GstUDPSrc::closefd property
10870         API:GstDynUDPSink::closefd property
10871
10872 2007-03-29  Wim Taymans  <wim@fluendo.com>
10873
10874         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10875
10876         * gst/rtp/Makefile.am:
10877         * gst/rtp/gstrtp.c: (plugin_init):
10878         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10879         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10880         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10881         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10882         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10883         (gst_rtp_h264_pay_plugin_init):
10884         * gst/rtp/gstrtph264pay.h:
10885         Added H264 payloader. Fixes #423782.
10886
10887         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10888         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10889         Small fixes.
10890
10891 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10892
10893         * gst/wavparse/gstwavparse.c:
10894         Actually support depths from 1 to 32, not only 8 to 32.
10895
10896 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10897
10898         * gst/wavparse/gstwavparse.c:
10899         Add support for wav files containing audio/x-raw-int with random
10900         depths between 1 and 32 bits.
10901
10902 2007-03-28  Wim Taymans  <wim@fluendo.com>
10903
10904         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10905
10906         * gst/rtp/Makefile.am:
10907         * gst/rtp/gstrtp.c: (plugin_init):
10908         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10909         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10910         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10911         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10912         (gst_rtp_mp4a_depay_get_property),
10913         (gst_rtp_mp4a_depay_change_state),
10914         (gst_rtp_mp4a_depay_plugin_init):
10915         * gst/rtp/gstrtpmp4adepay.h:
10916         Added MP4A-LATM depayloader. Fixes #417792.
10917
10918         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10919         (gst_rtp_mp4v_depay_process):
10920         Fixup depayloader, setting codec_data, using more efficient adaptor and
10921         rtpbuffer handling.
10922
10923         * gst/rtsp/URLS:
10924         Add url to test above.
10925
10926 2007-03-25  Wim Taymans  <wim@fluendo.com>
10927
10928         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10929         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10930         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10931         (gst_rtspsrc_media_to_caps),
10932         (gst_rtspsrc_stream_configure_transport),
10933         (gst_rtspsrc_stream_configure_caps),
10934         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10935         * gst/rtsp/gstrtspsrc.h:
10936         Handle default clock-rates for static payload types, rearrange stuff so
10937         that the rtpmap field in the sdp can override the defaults.
10938         Parse RTP-Info field to get the seqnum and timebase fields that should
10939         go in the caps.
10940         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10941         the server. 
10942
10943 2007-03-22  Wim Taymans  <wim@fluendo.com>
10944
10945         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10946
10947         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10948         Accept complex pipeline descriptions as an audio profile instead of just
10949         a single element. Fixes #420658.
10950
10951 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10954           Rename registered type in preparation of GstTagDemux moving to
10955           -base at some point in the future.
10956
10957 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10958
10959         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10960           Streaming mode fixes: don't unref buffer we don't own any longer;
10961           remove bogus adapter flush. Fixes #419338.
10962
10963 2007-03-17  David Schleef  <ds@schleef.org>
10964
10965         * REQUIREMENTS: Change the format to key/value, add a bunch of
10966           information, remove a bunch of requirements that are for
10967           other GStreamer packages.
10968
10969 2007-03-17  David Schleef  <ds@schleef.org>
10970
10971         * REQUIREMENTS: Fix a few things.  This file really needs a
10972         good once-over.
10973
10974 2007-03-15  Edward Hervey  <edward@fluendo.com>
10975
10976         * sys/Makefile.am:
10977         Don't forget to distribute the sys/osxaudio/ directory.
10978
10979 2007-03-15  Edward Hervey  <edward@fluendo.com>
10980
10981         * configure.ac:
10982         * sys/Makefile.am:
10983         * sys/osxaudio/Makefile.am:
10984         * sys/osxaudio/gstosxaudio.c:
10985         * sys/osxaudio/gstosxaudiosink.c:
10986         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10987         (gst_osx_audio_sink_getcaps),
10988         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10989         * sys/osxaudio/gstosxaudiosrc.c:
10990         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10991         (gst_osx_audio_src_create_ringbuffer):
10992         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10993         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10994         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10995         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10996         * sys/osxaudio/gstosxringbuffer.h:
10997         Activate osxaudio in gst-plugins-good with proper build setup.
10998         Add inlined documentation.
10999         Fix debug statements
11000         Fix ringbuffer when pausing.
11001         Fixes #323471
11002
11003 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11004         * gst/rtp/gstrtppcmapay.c:
11005         * gst/rtp/gstrtppcmapay.h:
11006         * gst/rtp/gstrtppcmupay.c:
11007         * gst/rtp/gstrtppcmupay.h:
11008         Ported mulaw and alaw payloaders to use new base class
11009
11010 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11011
11012         * po/af.po:
11013         * po/az.po:
11014         * po/cs.po:
11015         * po/en_GB.po:
11016         * po/it.po:
11017         * po/nl.po:
11018         * po/or.po:
11019         * po/sq.po:
11020         * po/sr.po:
11021         * po/sv.po:
11022         * po/uk.po:
11023         * po/vi.po:
11024           Update translations.
11025
11026 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * configure.ac:
11029           Fix string replace error (AG_AG_GST_* => AG_GST_*).
11030
11031 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11032
11033         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11034           Fix handling of -1 values for start and stop values when seeking,
11035           and SEEK_CUR+SEEK_END here as well.
11036
11037 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11038
11039         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11040           Fix handling of -1 values for start and stop values when seeking, 
11041           and SEEK_CUR+SEEK_END.
11042
11043 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11044
11045         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11046           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11047           the image format a variable-length NUL-terminated string; in
11048           versions before that the image format is a fixed-length string of
11049           3 characters (see #348644 for a sample tag).
11050           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11051
11052 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11053
11054         * win32/MANIFEST:
11055         Add new project files to MANIFEST.
11056         * win32/vs6/libgstaudiofx.dsp:
11057         * win32/vs6/libgstrtp.dsp:
11058         * win32/vs6/libgstrtsp.dsp:
11059         Update project files.
11060         
11061 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11064         (gst_avi_demux_parse_index):
11065         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11066         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11067           Printf format fixes; also add some missing quotes in translated
11068           strings. Fixes #416728 and #416727.
11069
11070 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11071
11072         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11073           Tim and I can't think of any reason the child audio sink needs to 
11074           be set back to NULL after successfully determining that it can 
11075           reach READY - it gets immediately set back to READY by the caller
11076           anyway, causing an unnecessary close/open of any audio devices
11077           involved.
11078
11079 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * po/LINGUAS:
11082         * po/ja.po:
11083           Add ja.po file from #377306.
11084
11085 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11088         * sys/sunaudio/gstsunaudiomixertrack.c:
11089         (gst_sunaudiomixer_track_new):
11090           Actually translate sunaudio mixer track labels instead of just
11091           marking the strings as translatable (#377306); clean up weird
11092           label string mapping code that serves no apparent purpose. Also
11093           set the 'untranslated-label' property when creating mixer tracks
11094           if the GstMixerTrack base class supports this.
11095
11096         * tests/check/Makefile.am:
11097         * tests/check/elements/.cvsignore:
11098         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11099         (sunaudio_suite):
11100           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11101           actually tested on a system where sunaudiomixer is available).
11102
11103 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11104
11105         * tests/check/Makefile.am:
11106         Re-enable the states test and see if it works on the buildbots.
11107
11108 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11109
11110         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11111         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11112         (gst_dvdec_change_state):
11113         * ext/dv/gstdvdec.h:
11114         Infer pixel-aspect-ratio from the video frame format if it isn't
11115         provided by the container, as happens when playing DV from AVI
11116         or Quicktime containers.
11117
11118         Patch by: Wim Taymans <wim@fluendo.com>
11119         Fixes #380944
11120
11121 2007-03-09  Wim Taymans  <wim@fluendo.com>
11122
11123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11124         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11125         will later be handled by the jitterbuffer.
11126
11127 2007-03-09  Wim Taymans  <wim@fluendo.com>
11128
11129         * ext/taglib/gstid3v2mux.cc:
11130         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11131         Fixes #414496.
11132         
11133         Patch by: Alex Lancaster <alexl at users sourceforge net>
11134
11135 2007-03-09  Wim Taymans  <wim@fluendo.com>
11136
11137         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11138         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11139         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11140         (gst_avi_demux_chain):
11141         Fix stream position reporting after a seek. Fixes #416445.
11142
11143 2007-03-08  Wim Taymans  <wim@fluendo.com>
11144
11145         Patch by: René Stadler <mail at renestadler dot de>
11146
11147         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11148         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11149         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11150         Make avidemux accept optional header chunks in any order.
11151         Fixes #415446.
11152
11153 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11154
11155         * tests/check/Makefile.am:
11156         Disable the states check until the remaining Valgrind errors
11157         are fixed or suppressed.
11158
11159 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11160
11161         * tests/check/elements/.cvsignore:
11162           Add audiodynamic check to .cvsignore
11163
11164 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11165
11166         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11167
11168         * gst/audiofx/Makefile.am:
11169         * gst/audiofx/audiodynamic.c:
11170         (gst_audio_dynamic_characteristics_get_type),
11171         (gst_audio_dynamic_mode_get_type),
11172         (gst_audio_dynamic_set_process_function),
11173         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11174         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11175         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11176         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11177         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11178         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11179         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11180         (gst_audio_dynamic_transform_hard_knee_expander_int),
11181         (gst_audio_dynamic_transform_hard_knee_expander_float),
11182         (gst_audio_dynamic_transform_soft_knee_expander_int),
11183         (gst_audio_dynamic_transform_soft_knee_expander_float),
11184         (gst_audio_dynamic_transform_ip):
11185         * gst/audiofx/audiodynamic.h:
11186         * gst/audiofx/audiofx.c: (plugin_init):
11187         Add new audiodynamic element which can act as a compressor or
11188         expander. Supported are hard-knee and soft-knee operation modes with
11189         user-specified ratio and threshold.
11190         Attack and release parameters are not yet implemented but will follow.
11191         * docs/plugins/Makefile.am:
11192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11194         * docs/plugins/gst-plugins-good-plugins.args:
11195         * docs/plugins/inspect/plugin-audiofx.xml:
11196         Integrate audiodynamic into the docs.
11197         * tests/check/Makefile.am:
11198         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11199         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11200         Add unit test for audiodynamic.
11201
11202 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11203
11204         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11205         Free handles that we allocated when exiting via the error paths.
11206
11207 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11208
11209         * gst/level/gstlevel.c: (gst_level_class_init),
11210         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11211         (gst_level_transform_ip):
11212         * gst/level/gstlevel.h:
11213           Resolve message timestamps against the playback segment.
11214
11215 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11216
11217         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11218         (gst_id3demux_sink_activate):
11219           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11220           caps passed to it (previously one code path assumed it took ownership
11221           while another one assumed it didn't, while in fact it sometimes did and
11222           sometimes didn't ...).
11223
11224         * configure.ac:
11225         * tests/files/Makefile.am:
11226         * tests/files/id3-407349-1.tag:
11227         * tests/files/id3-407349-2.tag:
11228           Add directory where data for unit tests can be stored.
11229
11230         * tests/Makefile.am:
11231         * tests/check/Makefile.am:
11232         * tests/check/elements/.cvsignore:
11233         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11234         (read_tags_from_file), (run_check_for_file),
11235         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11236           Add unit test for id3demux, and in particular for bug #407349. Only
11237           testing pull-mode for now; push mode doesn't work yet because the test
11238           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11239
11240 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * tests/check/Makefile.am:
11243           Add missing backslash at end of line.
11244
11245 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11246
11247         Trigger rebuild.
11248
11249 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11250
11251         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11252         * gst/id3demux/id3tags.h:
11253         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11254         (parse_obsolete_tdat_frame):
11255           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11256           the four-digit number will be interpreted as a year, whereas it is
11257           month and day in DDMM format. Instead, parse TDAT frames and fix up
11258           the date in the GST_TAG_DATE tag later if we also extracted a year.
11259           Fixes #407349.
11260
11261 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11262
11263         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11264         (gst_switch_commit_new_kid):
11265         Fix up the dispose logic so it doesn't leak, and fix setting of 
11266         the child state so that we don't set a child to our current state 
11267         just as we are changing it to something else.
11268
11269 2007-03-06  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11272         (gst_goom_chain):
11273         * gst/goom/gstgoom.h:
11274         Document, fix and improve goom adapter behaviour.
11275         Fixes #407006.
11276
11277 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11278
11279         * ext/esd/esdsink.c: (gst_esdsink_open):
11280         Unref static pad template after using it.
11281
11282 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11283
11284         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11285         (gst_switch_commit_new_kid):
11286         Fix up the reference counting of the child elements.
11287
11288 2007-03-05  Wim Taymans  <wim@fluendo.com>
11289
11290         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11291         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11292         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11293         Fix encoding-name case.
11294
11295 2007-03-05  Wim Taymans  <wim@fluendo.com>
11296
11297         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11298         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11299         (gst_rtp_speex_depay_process):
11300         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11301         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11302         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11303         (gst_rtp_speex_pay_change_state):
11304         * gst/rtp/gstrtpspeexpay.h:
11305         Fix speex (de)payloader. Fixes #358040.
11306
11307 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11308
11309         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11310         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11311         Install fakesink in NULL by fixing some broken logic. This obviates
11312         the need to manually set _IS_SINK.
11313         Add some comments and remove a little cruft while I'm at it.
11314
11315 2007-03-05  Wim Taymans  <wim@fluendo.com>
11316
11317         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11318         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11319
11320 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11321
11322         * po/POTFILES.in:
11323           Update.
11324
11325 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11326
11327         * tests/check/Makefile.am:
11328         Gah! Also disable gconfvideosink from the tests, otherwise
11329         it will instantiate autovideosink, and dfbvideosink and
11330         leak on the buildbots.
11331
11332 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11333
11334         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11335         (gst_cdio_cdda_src_finalize):
11336         Make sure we always destroy our libcdio handle.
11337
11338 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11339
11340         * tests/check/Makefile.am:
11341         Disable autovideosink so the buildbots don't barf over memory
11342         leaked in the directfb sink.
11343
11344 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11345
11346         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11347         Chain up in dispose
11348
11349 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11350
11351         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11352         (gst_multipart_find_pad_by_mime):
11353         Use gst_pad_new_from_static_template instead of
11354         static_pad_template_get+pad_new.
11355
11356 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11357
11358         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11359         Catch the case where no clock has been set.
11360
11361 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11362
11363         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11364         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11365         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11366         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11367         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11368         (gst_gconf_audio_src_finalize), (do_toggle_element):
11369         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11370         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11371         (do_toggle_element):
11372         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11373         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11374         (gst_gconf_video_src_finalize), (do_toggle_element):
11375         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11376         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11377         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11378         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11379         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11380         (gst_shout2send_init), (gst_shout2send_finalize):
11381         * gst/debug/testplugin.c: (gst_test_class_init),
11382         (gst_test_finalize):
11383         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11384         (gst_flxdec_dispose):
11385         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11386         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11388         (gst_rtspsrc_finalize):
11389         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11390         * gst/rtsp/rtspextwms.h:
11391         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11392         (gst_smpte_finalize):
11393         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11394         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11395         (gst_udpsink_finalize):
11396         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11397         (gst_wavparse_sink_activate):
11398         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11399         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11400         (gst_oss_src_finalize):
11401         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11402         * sys/v4l2/gstv4l2object.h:
11403         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11404         (gst_v4l2src_finalize):
11405         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11406
11407         Fix a bunch of leaks shown by the newly-added states test.
11408
11409 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11410
11411         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11412         Use gst_pad_new_from_static_template instead of 
11413         static_pad_template_get+pad_new.
11414
11415 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11416
11417         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11418
11419         * ext/libcaca/Makefile.am:
11420         * gst/debug/Makefile.am:
11421           Don't mix tabs and spaces (#414168).
11422
11423 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11424
11425         * tests/check/generic/.cvsignore:
11426           Ignore files to please buildbot.
11427
11428 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11429
11430         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11431         (gst_wavparse_stream_data):
11432           Unbreak my previous commit (swapped nominator & denominator). Tim,
11433           thanks for spotting.
11434
11435 2007-03-02  Wim Taymans  <wim@fluendo.com>
11436
11437         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11438         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11439         (gst_cdio_cdda_src_finalize):
11440         Small code cleanups.
11441         Don't use pad_alloc as the base class cannot deal with the error codes.
11442
11443 2007-03-02  Wim Taymans  <wim@fluendo.com>
11444
11445         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11446         (gst_udpsrc_create):
11447         Fix doc.
11448
11449 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11450
11451         Patch by: René Stadler <mail@renestadler.de>
11452
11453         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11454         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11455         (gst_wavparse_stream_data):
11456           Handle rounding better to not drop last sample frame. Fixes #356692
11457
11458 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11459
11460         * tests/check/Makefile.am:
11461         Disable cacasink from the states check too - it also calls exit(1)
11462         on us when it can't find a terminal to talk to.
11463
11464 2007-03-02  Wim Taymans  <wim@fluendo.com>
11465
11466         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11467
11468         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11469         (gst_udpsrc_create), (gst_udpsrc_set_property),
11470         (gst_udpsrc_get_property):
11471         * gst/udp/gstudpsrc.h:
11472         Add support to strip proprietary headers. Fixes #350296.
11473
11474 2007-03-02  Wim Taymans  <wim@fluendo.com>
11475
11476         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11477         Fix compilation.
11478
11479 2007-03-02  Wim Taymans  <wim@fluendo.com>
11480
11481         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11482
11483         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11484         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11485         (gst_rtp_mp2t_depay_set_property),
11486         (gst_rtp_mp2t_depay_get_property):
11487         * gst/rtp/gstrtpmp2tdepay.h:
11488         Add support to strip off proprietary headers. Fixes #350278.
11489
11490 2007-03-02  Wim Taymans  <wim@fluendo.com>
11491
11492         * ext/hal/hal.c:
11493         Fix compilation.
11494
11495 2007-03-02  Wim Taymans  <wim@fluendo.com>
11496
11497         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11498         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11499         (gst_sunaudiosrc_open):
11500         * sys/sunaudio/gstsunaudiosrc.h:
11501         Remove device-name from GstSunAudioSrc. Fixes #412597.
11502
11503 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11504
11505         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11506         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11507         Having NULL as UDI previously selected the default sink/src. Change
11508         this back but mention it in the debug output.
11509         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11510         (gst_hal_get_oss_element), (gst_hal_get_string),
11511         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11512         (gst_hal_get_audio_src):
11513         * ext/hal/hal.h:
11514         Refactor a bit, check all error conditions, greatly improve debugging
11515         and fix some possible memory leaks. Also implement OSS support
11516         and allow specifying an UDI that points to a real device. For this the
11517         child device which supports ALSA (preferred) or OSS is used.
11518         As a side effect this makes it impossible now to get a alsasink in
11519         halaudiosrc and a alsasrc in halaudiosink.
11520
11521 2007-03-01  Wim Taymans  <wim@fluendo.com>
11522
11523         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11524         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11525         Errors from the udp sources are not fatal unless all of them are in
11526         error.
11527
11528 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11529
11530         * tests/check/Makefile.am:
11531         Disable aasink in the states test. I suspect this is the element that
11532         is calling exit(1) when it can't proceed.
11533
11534 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11535
11536         * tests/check/Makefile.am:
11537         Draw plugins in from the build tree sys/ dir, rather than picking
11538         up the already installed versions.
11539
11540 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11541
11542         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11543         Error out correctly when getting xcontext fails.
11544
11545 2007-03-01  Wim Taymans  <wim@fluendo.com>
11546
11547         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11548         Make state change to PAUSED NO_PREROLL because that's what it will be in
11549         the future and rtspsrc relies on it.
11550
11551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11552         (gst_rtspsrc_change_state):
11553         Don't error out when we don't get an error from the state change
11554         function.
11555
11556 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11557
11558         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11559         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11560           Check if the device UDI is set before trying to query HAL
11561           about it and give a useful error message if it wasn't set.
11562         * ext/hal/hal.c: (gst_hal_get_string):
11563           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11564           gives an assertion failure in D-Bus when running with
11565           DBUS_FATAL_WARNINGS=1.
11566
11567 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11568
11569         * configure.ac:
11570           Convert to new AG_GST style.
11571
11572 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11573
11574         * tests/check/Makefile.am:
11575         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11576           add test for states
11577
11578 2007-02-28  Wim Taymans  <wim@fluendo.com>
11579
11580         * tests/check/elements/.cvsignore:
11581         Add new videofilter check to .cvsignore.
11582
11583 2007-02-28  Wim Taymans  <wim@fluendo.com>
11584
11585         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11586         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11587         (gst_avi_demux_loop), (gst_avi_demux_chain):
11588         Fix combined flow return. Fixes #412608.
11589
11590 2007-02-28  Wim Taymans  <wim@fluendo.com>
11591
11592         * gst/videofilter/Makefile.am:
11593         Dist header..
11594
11595 2007-02-28  Wim Taymans  <wim@fluendo.com>
11596
11597         * gst/videofilter/gstgamma.h:
11598         Add header too.
11599
11600 2007-02-28  Wim Taymans  <wim@fluendo.com>
11601
11602         Patch by: Mark Nauwelaerts <manauw at skynet be>
11603
11604         * gst/videofilter/Makefile.am:
11605         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11606         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11607         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11608         (oil_tablelookup_u8), (gst_gamma_set_caps),
11609         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11610         Port gamma filter to 0.10. Fixes #412704.
11611
11612         * tests/check/Makefile.am:
11613         * tests/check/elements/videofilter.c: (setup_filter),
11614         (cleanup_filter), (check_filter), (GST_START_TEST),
11615         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11616         Add unit tests for videofilters.
11617
11618 2007-02-28  Wim Taymans  <wim@fluendo.com>
11619
11620         * gst/rtsp/URLS:
11621         Add another interesting test url.
11622
11623         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11624         Don't allow getting header fields from data packets.
11625
11626 2007-02-28  Michael Smith  <msmith@fluendo.com>
11627
11628         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11629         (gst_shout2send_init), (gst_shout2send_start),
11630         (gst_shout2send_set_property), (gst_shout2send_get_property):
11631         * ext/shout2/gstshout2.h:
11632           Add a property for username.
11633
11634 2007-02-27  Christian Schallerr <christian@fluendo.com>
11635
11636         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11637
11638 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11639
11640         * gst/rtsp/Makefile.am:
11641         Fix make check too.
11642
11643 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11644
11645         * gst/rtsp/base64.c: (util_base64_encode):
11646         * gst/rtsp/base64.h:
11647         Commit missing files for base64 encoding.
11648
11649 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11652
11653         * configure.ac:
11654         * ext/annodex/Makefile.am:
11655         * ext/jpeg/Makefile.am:
11656         * ext/speex/Makefile.am:
11657         * gst/alpha/Makefile.am:
11658         * gst/cutter/Makefile.am:
11659         * gst/debug/Makefile.am:
11660         * gst/effectv/Makefile.am:
11661         * gst/goom/Makefile.am:
11662         * gst/level/Makefile.am:
11663         * gst/smpte/Makefile.am:
11664         * gst/videofilter/Makefile.am:
11665           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11666
11667 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11668
11669         * gst/rtsp/Makefile.am:
11670         * gst/rtsp/rtspconnection.c: (append_auth_header),
11671         (rtsp_connection_send), (rtsp_connection_set_auth):
11672         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11673         from icecast to replace it. Relicensed from GPL courtesy of Mike
11674         Smith.
11675
11676 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11677
11678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11679         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11680         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11681         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11682         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11683         (gst_rtspsrc_uri_set_uri):
11684         * gst/rtsp/gstrtspsrc.h:
11685         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11686         (append_auth_header), (rtsp_connection_send),
11687         (rtsp_connection_free), (rtsp_connection_set_auth):
11688         * gst/rtsp/rtspconnection.h:
11689         * gst/rtsp/rtspdefs.h:
11690         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11691         * gst/rtsp/rtspurl.h:
11692
11693         Implement simple Basic Authentication support so that urls like
11694         rtsp://user:pass@hostname/rtspstream work on hosts that require
11695         authentication.
11696
11697 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11698
11699         * sys/v4l2/gstv4l2object.c:
11700         * sys/v4l2/gstv4l2tuner.c:
11701         * sys/v4l2/v4l2_calls.c:
11702         Fix segfault when oppening a radio device.
11703         
11704 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11705
11706         * gst/level/gstlevel.c: (gst_level_set_caps),
11707         (gst_level_transform_ip):
11708         * sys/v4l2/README:
11709         * tests/check/elements/level.c: (GST_START_TEST):
11710           Fix level for multi-channel case.
11711
11712 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11713
11714         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11715         (gst_level_transform_ip):
11716         * gst/level/gstlevel.h:
11717           Use function pointer for process function and add process functions
11718           for float audio.
11719
11720 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11721
11722         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11723         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11724         (gst_v4l2src_capture_init):
11725           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11726           fixes #407369
11727
11728 2007-02-18  Wim Taymans  <wim@fluendo.com>
11729
11730         * gst/rtp/Makefile.am:
11731         * gst/rtp/gstrtp.c: (plugin_init):
11732         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11733         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11734         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11735         (gst_rtp_mp2t_pay_plugin_init):
11736         * gst/rtp/gstrtpmp2tpay.h:
11737         Added simple mpeg transport stream payloader.
11738
11739 2007-02-16  Wim Taymans  <wim@fluendo.com>
11740
11741         * gst/rtsp/URLS:
11742         Add example H264 rtsp url.
11743
11744         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11745         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11746         Don't convert values to lowercase or we might mess up base64 encoded
11747         properties.
11748
11749 2007-02-16  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/rtp/README:
11752         Fix case of string params.
11753
11754         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11755         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11756         Fix depayloader, support more packet types.
11757         Add sync codes to make sure the packetizer can do its job.
11758
11759         * gst/rtp/gstrtpmp4gdepay.c:
11760         * gst/rtp/gstrtpmp4gpay.c:
11761         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11762         Fix caps case again.
11763
11764 2007-02-15  Wim Taymans  <wim@fluendo.com>
11765
11766         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11767         Set right caps on output buffers.
11768
11769 2007-02-14  Wim Taymans  <wim@fluendo.com>
11770
11771         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11772         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11773         Clear stack allocated SDPMedia struct before calling _init() on it.
11774         Clarify this in the docs as well.
11775
11776 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11777
11778         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11779         (do_change_child):
11780         Don't reset the profile when going switching states, as it makes
11781         the element non-reusable.
11782
11783 2007-02-14  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11786         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11787         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11788         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11789         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11790         (sdp_parse_line):
11791         * gst/rtsp/sdpmessage.h:
11792         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11793         Fix memory management of SDP messages. Fixes #407793.
11794
11795 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11796
11797         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11798
11799         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11800         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11801
11802 2007-02-14  Wim Taymans  <wim@fluendo.com>
11803
11804         Patch by: jp.liu <jp_liu at astrocom dot cn>
11805
11806         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11807         Fix parsing of password field in url. Fixes #407797.
11808
11809 2007-02-14  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11812         (gst_wavparse_reset), (gst_wavparse_init),
11813         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11814         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11815         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11816         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11817         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11818         (gst_wavparse_loop), (gst_wavparse_chain),
11819         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11820         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11821         (plugin_init):
11822         * gst/wavparse/gstwavparse.h:
11823         Update docs.
11824         Use boilerplate.
11825         Various code cleanups.
11826         When the bitrate is not known (bps == 0 or compressed formats) let
11827         downstream element guestimate the duration and position and don't
11828         generate timestamps or durations. Fixes #405213.
11829         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11830         error flowreturn upstream.
11831
11832 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11833
11834         * ext/gconf/Makefile.am:
11835         * ext/gconf/gconf.c: (gst_gconf_get_string),
11836         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11837         (gst_gconf_render_bin_with_default):
11838         * ext/gconf/gconf.h:
11839         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11840         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11841         (gst_gconf_audio_sink_dispose), (do_change_child),
11842         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11843         (cb_change_child), (gst_gconf_audio_sink_change_state):
11844         * ext/gconf/gstgconfaudiosink.h:
11845         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11846         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11847         (gst_switch_sink_init), (gst_switch_sink_dispose),
11848         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11849         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11850         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11851         * ext/gconf/gstswitchsink.h:
11852         * gst/autodetect/gstautoaudiosink.c:
11853         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11854         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11855         (gst_auto_audio_sink_detect):
11856         * gst/autodetect/gstautovideosink.c:
11857         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11858         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11859         (gst_auto_video_sink_detect):
11860         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11861         and a child that implements the GConf key monitoring. The end goal of
11862         this is an audio sink that can be changed on the fly, but at the 
11863         moment it still only changes on the next READY transition.
11864
11865 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11866
11867         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11868         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11869         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11870         (gst_avi_demux_calculate_durations_from_index),
11871         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11872         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11873         (gst_avi_demux_loop):
11874           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11875
11876 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11877
11878         * configure.ac:
11879         * docs/plugins/Makefile.am:
11880           Add crossreferences to glib/gobject/gstream docs.
11881
11882 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11883
11884         * gst/monoscope/Makefile.am:
11885         * gst/monoscope/gstmonoscope.c:
11886           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11887           (but no LIBS, since we only use defines from the headers).
11888
11889 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11890
11891         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11892
11893         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11894         (gst_wavparse_stream_data):
11895           Fix massive memory leak when operating in streaming mode due to
11896           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11897           Fixes #407057.
11898
11899 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11900
11901         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11902         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11903         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11904         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11905         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11906         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11907         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11908         (gst_avi_demux_calculate_durations_from_index),
11909         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11910         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11911         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11912         * gst/avi/gstavidemux.h:
11913           Save some memory (8%) by repacking the index entry structure (more to
11914           come). Add more FIXMEs to questionable parts.
11915
11916 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11917
11918         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11919         (gst_v4l2src_get_caps):
11920         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11921         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11922         (gst_v4l2src_capture_init):
11923           More FIXME comments and messaging changes.
11924
11925 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11926
11927         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11928         (gst_goom_change_state):
11929         * gst/goom/gstgoom.h:
11930           Improved docs and use GST_DEBUG_FUNCPTR.
11931
11932         * gst/level/gstlevel.c: (gst_level_class_init):
11933           Use GST_DEBUG_FUNCPTR.
11934
11935         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11936         (gst_monoscope_chain), (gst_monoscope_change_state):
11937           Improved docs source cleanups.
11938
11939 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11940
11941         * gst/debug/Makefile.am:
11942         * gst/debug/gstdebug.c: (plugin_init):
11943         * gst/debug/gstpushfilesrc.c:
11944         * gst/debug/gstpushfilesrc.h:
11945           Add code for a pushfilesrc element that implements a pushfile:// URI
11946           handler, to make debugging push-mode operation of demuxer/decoders
11947           that support both easier in connection with seek/playbin/etc.
11948           The element isn't registered at the moment.
11949
11950 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11951
11952         * gst/avi/gstavimux.c:
11953           Comment a #if 0 in caps template definition as VS6 seems to 
11954         do not support it.
11955         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11956           Use gst_guint64_to_gdouble for conversion.
11957         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11958           Move variables declaration before the first instruction.
11959         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11960           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11961           And don't include netdb.h for G_OS_WIN32
11962         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11963           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11964           by VS6 then use an other way to initialize SDPMedia structure.
11965         * gst/udp/gstdynudpsink.h:
11966         * gst/udp/gstdynudpnetutils.h:
11967           Do not include <sys/time.h> for G_OS_WIN32
11968         * gst/udp/gstudpsrc.c:
11969           Define socklen_t as int for G_OS_WIN32
11970         * win/common/config.h.in:
11971           Undef HAVE_NETINET_IN_H
11972         * win32/vs6/gst_plugins_good.dsw:
11973         * win32/vs6/libgstrtp.dsp:
11974         * win32/vs6/libgstrtsp.dsp:
11975         * win32/vs6/libgstautogen.dsp:
11976         * win32/vs6/libgstaudiofx.dsp:
11977         * win32/vs6/libgstudp.dsp:
11978           Add and update project files.
11979         * win32/common/gstudp-enumtypes.c:
11980         * win32/common/gstudp-enumtypes.h:
11981           Add a copy of udp enumtypes to win32/common as in core 
11982           and base.
11983         
11984 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11985
11986         * configure.ac:
11987           Activate monoscope when building with --enable-experimental. Fix
11988           --enable-external configure switch description.
11989
11990         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11991         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11992           Help gst-indent.
11993
11994 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11997           Explicitly cast result of pointer arithmetic to integer in order to
11998           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11999
12000 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
12001
12002         * gst/debug/progressreport.c:
12003           Some more docs.
12004
12005 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12006
12007         * docs/plugins/inspect/plugin-rtp.xml:
12008           Update for new elements.
12009
12010         * gst/debug/progressreport.h:
12011           Commit newly-created header file as well.
12012
12013 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * docs/plugins/Makefile.am:
12016         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12017         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12018         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12019         * gst/debug/Makefile.am:
12020         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
12021         (gst_progress_report_do_query), (gst_progress_report_report):
12022           Make progressreport element post messages with the current progress
12023           on the bus. Also add some basic docs for it.
12024
12025 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         * ext/hal/hal.c: (gst_hal_get_string):
12028         * ext/hal/hal.h:
12029           Some small cleanups; deal with errors when parsing the HAL ALSA
12030           capabilities a bit better.
12031
12032 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12033
12034         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12035           Let's try this again and use the right cast this time.
12036
12037 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12040           Add cast to avoid compiler warnings with older GLib versions
12041           where the nick/name members in GEnumValue are not declared as
12042           constant strings.
12043
12044 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12045
12046         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12047         (gst_gconf_render_bin_from_key),
12048         (gst_gconf_get_default_audio_sink):
12049         * ext/gconf/gconf.h:
12050         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12051         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12052         (gst_gconf_audio_sink_get_property):
12053           In gconfaudiosink, get the right key as the old key in do_toggle
12054           (ie. one dependent on the profile selected). Log some more stuff so
12055           we can see what's actually going on.
12056
12057 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12058
12059         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12060         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12061         (gst_audio_amplify_set_process_function),
12062         (gst_audio_amplify_setup):
12063         * gst/audiofx/audioamplify.h:
12064         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12065         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12066         * gst/audiofx/audioinvert.h:
12067         Some small cleanups and port both elements to the new GstAudioFilter
12068         base class to save a few lines of common code.
12069         * gst/audiofx/Makefile.am:
12070         Link against libgstaudio for the above changes
12071
12072 2007-01-29  Wim Taymans  <wim@fluendo.com>
12073
12074         * tests/check/elements/.cvsignore:
12075         Some more ignores.
12076
12077 2007-01-26  Wim Taymans  <wim@fluendo.com>
12078
12079         Patch by: charles <charlesg3 at gmail dot com>
12080
12081         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12082         (set_shout_metadata), (gst_shout2send_event):
12083         * ext/shout2/gstshout2.h:
12084         Properly handle tags in shout2send. Fixes #399825.
12085
12086 2007-01-25  Wim Taymans  <wim@fluendo.com>
12087
12088         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12089         (gst_rtspsrc_activate_streams):
12090         Convert SDP fields to upper/lowercase following the rules in the SDP to
12091         caps document. 
12092
12093 2007-01-25  Wim Taymans  <wim@fluendo.com>
12094
12095         * gst/rtp/README:
12096         * gst/rtp/gstrtpilbcdepay.c:
12097         * gst/rtp/gstrtpilbcpay.c:
12098         * gst/rtp/gstrtpmp4gdepay.c:
12099         * gst/rtp/gstrtpmp4gpay.c:
12100         * gst/rtp/gstrtpspeexdepay.c:
12101         * gst/rtp/gstrtpspeexpay.c:
12102         * gst/rtp/gstrtpsv3vdepay.c:
12103         * gst/rtp/gstrtptheoradepay.c:
12104         * gst/rtp/gstrtptheorapay.c:
12105         * gst/rtp/gstrtpvorbisdepay.c:
12106         * gst/rtp/gstrtpvorbispay.c:
12107         Fix case of encoding-name and key/value pairs to match the document.
12108         This is to make interoperation with SDP case-insensitive as required by
12109         the relevant RFCs.
12110
12111 2007-01-25  Wim Taymans  <wim@fluendo.com>
12112
12113         * configure.ac:
12114         Bump required -core/-base to CVS
12115
12116 2007-01-25  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12119         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12120         * gst/rtp/gstrtpL16pay.h:
12121         Fill up to MTU using adapter.
12122         Timestamp rtp packets.
12123
12124 2007-01-25  Edward Hervey  <edward@fluendo.com>
12125
12126         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12127         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12128         Use G_GSIZE_FORMAT in print statements for portability.
12129         Fixes build on macosx.
12130
12131 2007-01-24  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/rtp/Makefile.am:
12134         * gst/rtp/gstrtp.c: (plugin_init):
12135         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12136         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12137         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12138         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12139         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12140         (gst_rtp_L16_depay_plugin_init):
12141         * gst/rtp/gstrtpL16depay.h:
12142         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12143         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12144         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12145         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12146         (gst_rtp_L16_pay_plugin_init):
12147         * gst/rtp/gstrtpL16pay.h:
12148         Port and enable raw audio payloader/depayloader. Needs a bit more work
12149         on the payloader side.
12150
12151 2007-01-24  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12154         (gst_rtspsrc_stream_configure_transport),
12155         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12156         * gst/rtsp/gstrtspsrc.h:
12157         Only unblock the udp pads when we linked and activated them all.
12158         Fixes #395688.
12159
12160 2007-01-24  Wim Taymans  <wim@fluendo.com>
12161
12162         * gst/rtp/Makefile.am:
12163         * gst/rtp/gstrtp.c: (plugin_init):
12164         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12165         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12166         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12167         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12168         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12169         * gst/rtp/gstrtpac3depay.h:
12170         Added simple AC3 depayloader (RFC 4184).
12171
12172         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12173         Fix a leak.
12174
12175 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12176
12177         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12178
12179         * gst/audiofx/Makefile.am:
12180         * gst/audiofx/audioamplify.c:
12181         (gst_audio_amplify_clipping_method_get_type),
12182         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12183         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12184         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12185         (gst_audio_amplify_set_caps),
12186         (gst_audio_amplify_transform_int_clip),
12187         (gst_audio_amplify_transform_int_wrap_negative),
12188         (gst_audio_amplify_transform_int_wrap_positive),
12189         (gst_audio_amplify_transform_float_clip),
12190         (gst_audio_amplify_transform_float_wrap_negative),
12191         (gst_audio_amplify_transform_float_wrap_positive),
12192         (gst_audio_amplify_transform_ip):
12193         * gst/audiofx/audioamplify.h:
12194         * gst/audiofx/audiofx.c: (plugin_init):
12195         Add new element "audioamplify". This allows scaling of raw audio
12196         samples, similar to the "volume" element, but provides different modes
12197         for clipping and allows unlimited amplification. It's mainly targeted
12198         for creative sound design and not as a replacement of the "volume"
12199         element. Fixes #397162
12200         * docs/plugins/Makefile.am:
12201         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12202         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12203         * docs/plugins/gst-plugins-good-plugins.args:
12204         * docs/plugins/inspect/plugin-audiofx.xml:
12205         Add docs for audioamplify and integrate them into the build system
12206         * tests/check/Makefile.am:
12207         * tests/check/elements/audioamplify.c: (setup_amplify),
12208         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12209         Add fairly extensive unit test suite for audioamplify
12210
12211 2007-01-24  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12214         Unblock pads after adding the pads to the element so that autopluggers
12215         get a change to link something. Possibly fixes #395688.
12216
12217 2007-01-24  Wim Taymans  <wim@fluendo.com>
12218
12219         * gst/rtp/gstrtpamrdepay.c:
12220         * gst/rtp/gstrtpgsmdepay.c:
12221         * gst/rtp/gstrtph263pdepay.c:
12222         * gst/rtp/gstrtph263ppay.c:
12223         * gst/rtp/gstrtph264depay.c:
12224         * gst/rtp/gstrtpilbcdepay.c:
12225         * gst/rtp/gstrtpmp2tdepay.c:
12226         * gst/rtp/gstrtpmp4gdepay.c:
12227         * gst/rtp/gstrtpmp4gpay.c:
12228         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12229         * gst/rtp/gstrtpmp4vpay.c:
12230         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12231         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12232         (gst_rtp_mpa_depay_process):
12233         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12234         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12235         * gst/rtp/gstrtppcmadepay.c:
12236         * gst/rtp/gstrtppcmudepay.c:
12237         * gst/rtp/gstrtpspeexdepay.c:
12238         * gst/rtp/gstrtpspeexpay.c:
12239         * gst/rtp/gstrtpsv3vdepay.c:
12240         * gst/rtp/gstrtptheoradepay.c:
12241         * gst/rtp/gstrtptheorapay.c:
12242         * gst/rtp/gstrtpvorbisdepay.c:
12243         * gst/rtp/gstrtpvorbispay.c:
12244         Fix caps with payload numbers.
12245         Add some fixed payload numbers to caps when possible.
12246
12247 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12248
12249         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12250
12251         * gst/audiofx/Makefile.am:
12252         * gst/audiofx/audiofx.c: (plugin_init):
12253         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12254         (gst_audio_invert_class_init), (gst_audio_invert_init),
12255         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12256         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12257         (gst_audio_invert_transform_float),
12258         (gst_audio_invert_transform_ip):
12259         * gst/audiofx/audioinvert.h:
12260         Add new audiofx element "audioinvert". This element swaps the upper
12261         and lower half of samples and can be used for example for a
12262         wide-stereo effect. Fixes #396057
12263         * docs/plugins/Makefile.am:
12264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12266         * docs/plugins/gst-plugins-good-plugins.args:
12267         * docs/plugins/inspect/plugin-audiofx.xml:
12268         Add docs for the audioinvert element and add them to the build system.
12269         * tests/check/Makefile.am:
12270         * tests/check/elements/audioinvert.c: (setup_invert),
12271         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12272         Add unit test suite for the audioinvert element.
12273
12274 2007-01-23  Wim Taymans  <wim@fluendo.com>
12275
12276         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12277         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12278         Parse config params as string and int.
12279         Parse and use AU header length
12280
12281 2007-01-23  Wim Taymans  <wim@fluendo.com>
12282
12283         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12284         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12285         * gst/smpte/gstmask.c: (_gst_mask_register):
12286         * gst/smpte/gstmask.h:
12287         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12288         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12289         (gst_smpte_paint_triangle_clock):
12290         constify some static structs.
12291         Don't update the mask if nothing changed to the params.
12292         Make sure we never draw outside of the picture. Fixes #398325.
12293
12294 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12295
12296         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12297           Error out properly when pull_range fails while we're reading the
12298           headers, instead of just pausing the task silently. Fixes #399338.
12299
12300 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12301
12302         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12303           Some more sanity checks to make sure the input formats match and the
12304           input pads are actually negotiated, in case someone tries to feed
12305           buffers from fakesrc or filesrc. Fixes #398299.
12306           Also const-ify an array, just because we can.
12307
12308 2007-01-19  Edward Hervey  <edward@fluendo.com>
12309
12310         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12311         Ignore previous commit, that was only valid for widths and heights
12312         that are multiples of 4.
12313         Copy over size/stride macros from jpegdec. This allows the element
12314         to work with any width,height...
12315         ... but puts in evidence that the actual transformations only work
12316         with width/height that are multiples of 4.
12317
12318 2007-01-19  Edward Hervey  <edward@fluendo.com>
12319
12320         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12321         Allocate buffers of the right size.
12322         The proper size of a I420 buffer in bytes is:
12323         
12324             width * height * 3
12325             ------------------
12326                     2
12327
12328 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12329
12330         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12331           Proxy getcaps on sink pads too, so that we either end up with the
12332           same dimensions on all pads or error out if that's not possible
12333           (seems to work even!). Fixes #398086, I think.
12334
12335 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12336
12337         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12338         * docs/plugins/gst-plugins-good-plugins.args:
12339         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12340           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12341           fix integer properties with -1 as minimum value.
12342
12343         * docs/plugins/inspect/plugin-1394.xml:
12344         * docs/plugins/inspect/plugin-aasink.xml:
12345         * docs/plugins/inspect/plugin-alaw.xml:
12346         * docs/plugins/inspect/plugin-alpha.xml:
12347         * docs/plugins/inspect/plugin-alphacolor.xml:
12348         * docs/plugins/inspect/plugin-annodex.xml:
12349         * docs/plugins/inspect/plugin-apetag.xml:
12350         * docs/plugins/inspect/plugin-audiofx.xml:
12351         * docs/plugins/inspect/plugin-auparse.xml:
12352         * docs/plugins/inspect/plugin-autodetect.xml:
12353         * docs/plugins/inspect/plugin-avi.xml:
12354         * docs/plugins/inspect/plugin-cacasink.xml:
12355         * docs/plugins/inspect/plugin-cairo.xml:
12356         * docs/plugins/inspect/plugin-cdio.xml:
12357         * docs/plugins/inspect/plugin-cutter.xml:
12358         * docs/plugins/inspect/plugin-debug.xml:
12359         * docs/plugins/inspect/plugin-dv.xml:
12360         * docs/plugins/inspect/plugin-efence.xml:
12361         * docs/plugins/inspect/plugin-effectv.xml:
12362         * docs/plugins/inspect/plugin-esdsink.xml:
12363         * docs/plugins/inspect/plugin-flac.xml:
12364         * docs/plugins/inspect/plugin-flxdec.xml:
12365         * docs/plugins/inspect/plugin-gconfelements.xml:
12366         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12367         * docs/plugins/inspect/plugin-goom.xml:
12368         * docs/plugins/inspect/plugin-halelements.xml:
12369         * docs/plugins/inspect/plugin-icydemux.xml:
12370         * docs/plugins/inspect/plugin-id3demux.xml:
12371         * docs/plugins/inspect/plugin-jpeg.xml:
12372         * docs/plugins/inspect/plugin-level.xml:
12373         * docs/plugins/inspect/plugin-matroska.xml:
12374         * docs/plugins/inspect/plugin-mulaw.xml:
12375         * docs/plugins/inspect/plugin-multipart.xml:
12376         * docs/plugins/inspect/plugin-navigationtest.xml:
12377         * docs/plugins/inspect/plugin-ossaudio.xml:
12378         * docs/plugins/inspect/plugin-png.xml:
12379         * docs/plugins/inspect/plugin-rtp.xml:
12380         * docs/plugins/inspect/plugin-rtsp.xml:
12381         * docs/plugins/inspect/plugin-shout2send.xml:
12382         * docs/plugins/inspect/plugin-smpte.xml:
12383         * docs/plugins/inspect/plugin-speex.xml:
12384         * docs/plugins/inspect/plugin-taglib.xml:
12385         * docs/plugins/inspect/plugin-udp.xml:
12386         * docs/plugins/inspect/plugin-videobalance.xml:
12387         * docs/plugins/inspect/plugin-videobox.xml:
12388         * docs/plugins/inspect/plugin-videoflip.xml:
12389         * docs/plugins/inspect/plugin-videomixer.xml:
12390         * docs/plugins/inspect/plugin-wavenc.xml:
12391         * docs/plugins/inspect/plugin-wavparse.xml:
12392         * docs/plugins/inspect/plugin-ximagesrc.xml:
12393           Update to CVS.
12394
12395 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12396
12397         Patch by: Sebastian Dröge <slomo circular-chaos org>
12398
12399         * gst/audiofx/audiopanorama.c:
12400           Fix doc section name (Fixes #397946)
12401
12402 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12403
12404         * sys/v4l2/gstv4l2object.c:
12405         (gst_v4l2_object_install_properties_helper),
12406         (gst_v4l2_object_set_property_helper),
12407         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12408         * sys/v4l2/gstv4l2object.h:
12409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12410         (gst_v4l2src_init), (gst_v4l2src_set_property),
12411         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12412         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12413         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12414         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12415         (gst_v4l2src_capture_deinit):
12416           Fix EIO handing when capturing. Add new property to specify the number of
12417           buffers to enque (and remove the borked num-buffers usage).
12418
12419 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12420
12421         Patch by: Sebastian Dröge <slomo circular-chaos org>
12422
12423         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12424         (gst_audio_panorama_set_process_function):
12425           Use a function array for process methods, add more docs and define the
12426           startindex of enums.
12427
12428 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         Patch by: Mark Nauwelaerts <manauw at skynet be>
12431
12432         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12433         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12434         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12435         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12436         (gst_avi_mux_riff_get_avi_header),
12437         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12438         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12439         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12440         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12441         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12442         (gst_avi_mux_change_state):
12443         * gst/avi/gstavimux.h:
12444         * tests/check/elements/avimux.c: (teardown_src_pad):
12445           Add support for more than one audio stream; write better AVIX
12446           header; refactor code a bit; don't announce vorbis caps on our audio
12447           sink pads since we don't support it anyway. Closes #379298.
12448
12449 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12450
12451         Patch by: Sebastian Dröge <slomo circular-chaos org>
12452
12453         * gst/audiofx/audiopanorama.c:
12454         (gst_audio_panorama_method_get_type),
12455         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12456         (gst_audio_panorama_set_process_function),
12457         (gst_audio_panorama_set_property),
12458         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12459         (gst_audio_panorama_transform_m2s_int_simple),
12460         (gst_audio_panorama_transform_s2s_int_simple),
12461         (gst_audio_panorama_transform_m2s_float_simple),
12462         (gst_audio_panorama_transform_s2s_float_simple):
12463         * gst/audiofx/audiopanorama.h:
12464           Add 'method' property and provide a simple (non-psychoacustic)
12465           processing method (#394859).
12466
12467         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12468         (panorama_suite):
12469           Tests for new method.
12470
12471 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12472
12473         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12474         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12475           Set correct caps on outgoing pulled buffers, or things blow up
12476           after recent core changes.
12477
12478 2007-01-11  Wim Taymans  <wim@fluendo.com>
12479
12480         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12481
12482         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12483         (gst_multipart_mux_request_new_pad),
12484         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12485         (gst_multipart_mux_change_state):
12486         Return FLOW errors ASAP. Fixes #394977.
12487         Misc cleanups.
12488
12489 2007-01-11  Wim Taymans  <wim@fluendo.com>
12490
12491         Patch by: Lutz Mueller <lutz at topfrose dot de>
12492
12493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12494         Check for stream pad before activating. 
12495
12496 2007-01-10  Wim Taymans  <wim@fluendo.com>
12497
12498         Patch by: Peter Kjellerstedt  <pkj at axis com>
12499
12500         * gst/rtsp/COPYING.MIT:
12501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12502         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12503         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12504         (gst_rtspsrc_stream_configure_transport),
12505         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12506         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12507         (gst_rtspsrc_parse_methods),
12508         (gst_rtspsrc_create_transports_string),
12509         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12510         (gst_rtspsrc_open), (gst_rtspsrc_close):
12511         * gst/rtsp/gstrtspsrc.h:
12512         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12513         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12514         (parse_request_line), (parse_line), (rtsp_connection_read),
12515         (rtsp_connection_close):
12516         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12517         (rtsp_method_as_text), (rtsp_header_as_text),
12518         (rtsp_status_as_text), (rtsp_find_header_field),
12519         (rtsp_find_method):
12520         * gst/rtsp/rtspdefs.h:
12521         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12522         (rtsp_ext_wms_configure_stream):
12523         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12524         (rtsp_message_new_request), (rtsp_message_init_request),
12525         (rtsp_message_new_response), (rtsp_message_init_response),
12526         (rtsp_message_init_data), (rtsp_message_unset),
12527         (rtsp_message_free), (rtsp_message_add_header),
12528         (rtsp_message_get_header), (rtsp_message_set_body),
12529         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12530         * gst/rtsp/rtspmessage.h:
12531         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12532         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12533         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12534         (sdp_message_dump):
12535         Allow url to be NULL to be able to use it for server connections.
12536         Can now send responses as well as requests.
12537         No longer hangs in an endless loop if EOF is received.
12538         Can now convert a status code to a text string.
12539         Return RTSP_HDR_INVALID for unknown headers.
12540         Return RTSP_INVALID for unknown methods.
12541         Copy CSeq and Session headers from the request.
12542         Only free memory corresponding to the currently set message type.
12543         Added const to function arguments as appropriate.
12544         Avoid a compiler warning when initializing nmedia.
12545         Use guint rather than gint to avoid compiler warnings.
12546         Fix crasher in wms extension.
12547         Factor out stream setup from open_connection.
12548         Delay activation of streams when actual data is received from the
12549         server, this prepares us to do proper protocol switching.
12550         Added new license.
12551         Fixes #380895.
12552
12553
12554 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12555
12556         Patch by: Sebastian Dröge <slomo ubuntu com>
12557
12558         * docs/plugins/Makefile.am:
12559         * gst/audiofx/audiopanorama.c:
12560           Some small docs fixes (#394851).
12561
12562 2007-01-09  Wim Taymans  <wim@fluendo.com>
12563
12564         * gst/avi/gstavidemux.c:
12565         Fix docs.
12566
12567 2007-01-09  Wim Taymans  <wim@fluendo.com>
12568
12569         * gst/rtp/Makefile.am:
12570         * gst/rtp/gstrtp.c: (plugin_init):
12571         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12572         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12573         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12574         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12575         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12576         * gst/rtp/gstrtpmpvdepay.h:
12577           Added RFC 2250 MPEG Video Depayloader.
12578
12579         * gst/rtp/gstrtpL16depay.h:
12580         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12581         (gst_rtp_h263p_depay_process):
12582         Fix Header file. Small cleanups.
12583
12584         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12585         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12586         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12587         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12588         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12589         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12590         (gst_rtp_mp4v_depay_change_state):
12591         Remove usused code. Remove Adapter from state Change. Added debug.
12592
12593         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12594         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12595         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12596         * gst/rtp/gstrtpmpadepay.h:
12597         Subclass base depayloader.
12598         Added debug.
12599         Support static payload type assignment as well.
12600
12601         * gst/rtp/gstrtpmpapay.c:
12602         Fix caps.
12603
12604 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12605
12606         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12607
12608         * ext/jpeg/gstjpegdec.c:
12609         * ext/jpeg/gstjpegenc.c:
12610         * ext/jpeg/smokecodec.c:
12611           These libjpeg callbacks should return a 'boolean' (unsigned char
12612           apparently) and not a 'gboolean' (which maps to gint). Fixes
12613           warnings when compiling with MingW (#393427).
12614
12615         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12616           Use ioctlsocket on win32.
12617
12618         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12619           Some printf format fixes for win32.
12620
12621 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12622
12623         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12624           Use gst_guint64_to_gdouble for conversion.
12625         * win32/vs6/libgstmatroska.dsp:
12626           Add zlib to the link.
12627         * win32/vs6/libgstvideobox.dsp:
12628           Update liboil library name (project is linked to 
12629           liboil-0.3-0.lib now).
12630           
12631 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12632
12633         * gst/matroska/Makefile.am:
12634           If zlib is available and used, we must link it explicitly for
12635           things to work on MingW (fixes #392855).
12636
12637 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12638
12639         * ext/esd/esdsink.c: (gst_esdsink_delay):
12640           Don't return bogus values when esd_get_delay() fails for some
12641           reason (#392189).
12642
12643 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * sys/ximage/gstximagesrc.c: (composite_pixel):
12646           Fix presumably copy'n'pasto for 16bpp depth.
12647
12648 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12649
12650         * gst/matroska/matroska-mux.c:
12651         (gst_matroska_mux_audio_pad_setcaps):
12652           The "signed" field in audio caps is of boolean type, trying to use
12653           gst_structure_get_int() to extract it will fail. Fixing this makes
12654           matroskamux accept raw audio input (#387121) (use at your own risk
12655           though, due to the matroska spec being not entirely useful in this
12656           respect).
12657           Also fix up raw audio structures in template caps so that they
12658           represent what our setcaps function will actually accept, so that
12659           converters know what to convert to.
12660           Finally, don't fail if there isn't an "endianness" field in 8-bit
12661           PCM caps.
12662
12663 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12664
12665         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12666         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12667         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12668         (teardown_cmmldec):
12669         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12670         (teardown_cmmlenc):
12671         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12672           reapply consistent pad (de)activation
12673
12674 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12675
12676         * configure.ac:
12677         Back to CVS
12678
12679         * gst-plugins-good.doap:
12680         Add 0.10.5 doap entry
12681
12682 === release 0.10.5 ===
12683
12684 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12685
12686         * configure.ac:
12687           releasing 0.10.5, "The Path of Thorns"
12688
12689 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12690
12691         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12692         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12693         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12694         (teardown_cmmldec):
12695         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12696         (teardown_cmmlenc):
12697         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12698           revert my freeze breakage
12699
12700 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12701
12702         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12703         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12704         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12705         (teardown_cmmldec):
12706         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12707         (teardown_cmmlenc):
12708         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12709           consistent pad (de)activation
12710
12711 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12712
12713         * configure.ac:
12714         * ext/Makefile.am:
12715         Disable LADPSA, as it has moved to the -bad module for the duration.
12716
12717 2006-12-18  Wim Taymans  <wim@fluendo.com>
12718
12719         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12720         (gst_signal_processor_event):
12721         Reset flow_state back to _OK after a flush stop so that we exit our
12722         error state after the flush. Fixes #374213
12723
12724 2006-12-16  David Schleef  <ds@schleef.org>
12725
12726         * sys/osxvideo/osxvideosink.h:
12727         * sys/osxvideo/osxvideosink.m:
12728           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12729
12730 2006-12-16  David Schleef  <ds@schleef.org>
12731
12732         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12733
12734         * sys/osxvideo/Makefile.am:
12735         * sys/osxvideo/osxvideosink.h:
12736         * sys/osxvideo/osxvideosink.m:
12737           Preliminary patch for porting osxvideosink
12738
12739 2006-12-16  Wim Taymans  <wim@fluendo.com>
12740
12741         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12742
12743         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12744         (gst_videomixer_set_master_geometry),
12745         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12746         (gst_videomixer_reset), (gst_videomixer_init),
12747         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12748         (gst_videomixer_release_pad), (gst_videomixer_collected),
12749         (gst_videomixer_change_state):
12750         Introduce some locking around the videomixer state so that it does not
12751         crash when adding/removing pads. Fixes #383043.
12752
12753 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * configure.ac:
12756           Make sure libcaca can actually be used instead of just checking for
12757           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12758           cross-compiling (fixes #384587).
12759
12760 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12761
12762         * Makefile.am:
12763         * gst-plugins-good.doap:
12764         * gst-plugins-good.spec.in:
12765           adding doap file
12766
12767 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12768
12769         * configure.ac:
12770           libflac-1.1.3 changed API again, but we can't build against it yet,
12771           so make sure our check doesn't use libflac-1.1.3 and add a comment
12772           to this effect.
12773
12774 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12775
12776         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12777         (gst_quarktv_planetable_clear):
12778           Add some NULL pointer checks (possibly related to #385623).
12779
12780 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12781
12782         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12783         (gst_tag_demux_chain):
12784         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12785           In streaming mode, if the first buffer we get doesn't have an
12786           offset, fix it up to be 0, otherwise trimming won't work later on
12787           and we'll be typefinding application/x-id3, which may result in
12788           decodebin plugging an endless number of id3demux elements as a
12789           consequence. Fixes #385031.
12790           
12791 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12792
12793         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12794           Ignore the buffer_time the sound device reports. Turns out it is 
12795           sometimes completely bogus and we're better off without it.
12796
12797 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12798
12799         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12800         (gst_matroska_demux_video_caps):
12801         * gst/matroska/matroska-ids.c:
12802         (gst_matroska_track_init_video_context):
12803         * gst/matroska/matroska-ids.h:
12804           Try harder to extract the framerate for video tracks correctly and
12805           save it directly instead of converting it back and forth a few
12806           times. Mostly makes a difference for very small framerates (<1).
12807           Fixes #380199.
12808
12809 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12810
12811         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12812         (gst_gconf_audio_src_dispose), (do_toggle_element):
12813         * ext/gconf/gstgconfaudiosrc.h:
12814           Remove gconf notify hook when the gconfaudiosrc element is
12815           destroyed, otherwise the callback may be called on an
12816           already-destroyed instance and bad things happen. Should fix
12817           #378184.
12818           Also ignore gconf key changes when the source is already running.
12819
12820 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12821
12822         Patch by: Sebastian Dröge  <mail at slomosnail de>
12823
12824         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12825           We need to be able to read and parse any possible floating point string
12826           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12827           will parse the former only in certain locales though, so we really need
12828           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12829           make sure we can parse either version at all times.
12830           Fixes #382982 for real.
12831
12832 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12833
12834         * sys/sunaudio/gstsunaudiomixerctrl.c:
12835         * sys/sunaudio/gstsunaudiosrc.c:
12836
12837         Use the sunaudio debug category.
12838
12839         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12840         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12841         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12842         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12843         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12844         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12845         (gst_sunaudiosink_reset):
12846         * sys/sunaudio/gstsunaudiosink.h:
12847
12848         Uses the sunaudio debug category for all debug output
12849         Implements the _delay() callback to synchronise video playback better
12850         Change the segtotal and segsize values back to the parent class 
12851           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12852           respectively)
12853         Measure the samples written to the device vs. played.
12854         Keep track of segments in the device by writing empty eof frames, and
12855         sleep using a GCond when we get too far ahead and risk overrunning the
12856         sink's ringbuffer.
12857
12858         Fixes: #360673
12859
12860 2006-12-08  Wim Taymans  <wim@fluendo.com>
12861
12862         Patch by: Sebastian Dröge  <mail at slomosnail de >
12863
12864         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12865         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12866         * gst/audiofx/audiopanorama.h:
12867         Fix audiopanorame with float samples. Fixes #383726.
12868
12869 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12870
12871         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12872         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12873         (gst_sunaudiosrc_reset):
12874
12875         Implement reset functions to unblock the src/sink more quickly on 
12876         state change requests.
12877         Patch by: Brian Cameron <brian dot cameron at sun com>
12878
12879 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12880
12881         * sys/sunaudio/gstsunaudiomixer.c:
12882         (gst_sunaudiomixer_change_state):
12883         Construct the correct mixer device name when the AUDIODEV env var
12884         is set.
12885
12886         Patch by: Jerry Tan <jerry.tan at sun dot com>
12887         Fixes: #383596
12888
12889 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12890
12891         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12892         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12893         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12894         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12895         Patch by: Jerry Tan <jerry.tan at sun dot com>
12896         Fixes: #349015
12897
12898 2006-12-07  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/smpte/gstmask.h:
12901         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12902         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12903         (gst_smpte_collected), (gst_smpte_set_property),
12904         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12905         * gst/smpte/gstsmpte.h:
12906         Port to 0.10 some more. 
12907         Added duration property to specify the duration of the transition.
12908         Make framerate a fraction.
12909         Deprecate fps property, we only use negotiated fps.
12910         Added docs.
12911         Fix collectpad usage.
12912         Reset state in READY.
12913         Send NEWSEGMENT event.
12914         Fix racy updates of object properties.
12915         Added debug category.
12916         Fixes #383323.
12917
12918 2006-12-06  Wim Taymans  <wim@fluendo.com>
12919
12920         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12921
12922         * gst/videomixer/videomixer.c:
12923         (gst_videomixer_set_master_geometry),
12924         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12925         Don't reset xpos and ypos in the setcaps function because causes
12926         unexpected behaviour.
12927         Fixes #382179.
12928
12929 2006-12-06  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12932         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12933         Keep track of the buffer timestamp in the collectdata member instead
12934         of modifying the buffer without making the metadata writable first.
12935         Fixes #382277.
12936
12937 2006-12-06  Wim Taymans  <wim@fluendo.com>
12938
12939         Patch by: Rob Taylor <robtaylor at floopily dot org>
12940
12941         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12942         If using multicast in udpsrc, bind to the multicast address rather than
12943         IN_ADDR_ANY.
12944         This allows the simultanous use of multiple udpsrcs listening on
12945         different multicat addresses. Without this all udpsrcs will receive all
12946         packets from all subscribed multicast addresses.
12947         Fixes #383001.
12948
12949 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12950
12951         * ext/taglib/gstid3v2mux.cc:
12952         Don't attempt to write a NULL frame into the ID3 tag set when the 
12953         createFrame method returned NULL.
12954         Fixes: #381857
12955         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12956
12957 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12958
12959         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12960         Use g_strtod() instead of sscanf to parse doubles, so that it will
12961         try parsing in the C locale if the current locale fails.
12962         Fixes: #382982
12963         Patch by: Sebastian Dröge  <mail at slomosnail de >
12964
12965 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12966
12967         * win32/MANIFEST:
12968         Fix compilation on win32 under VS8
12969         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12970         Partially fixes #381175
12971
12972 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12973
12974         * gst/avi/gstavimux.c:
12975           accept all mpegversions,fixes #380825
12976           spotted by: Jerome Alet  
12977
12978 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12979
12980         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12981         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12982         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12983         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12984           cleanup the error message a bit more
12985
12986 2006-11-28  Wim Taymans  <wim@fluendo.com>
12987
12988         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12989         Fix width and height properties.
12990
12991         * ext/libcaca/gstcacasink.h:
12992         Fix compilation on newer libcaca that require us to include a new
12993         header. Fixes #379918.
12994
12995 2006-11-28  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12998         * gst/rtsp/gstrtspsrc.h:
12999         * gst/rtsp/rtspext.h:
13000         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
13001         (rtsp_ext_wms_get_context):
13002         Add method so that extensions can choose to disable the setup of
13003         a stream.
13004         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
13005
13006 2006-11-27  Wim Taymans  <wim@fluendo.com>
13007
13008         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
13009
13010         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13011         Push header in a separate buffer instead of memcpy:ing all data.
13012         Change LF => CRLF in headers.
13013         Move trailing LF to header. Fixes #379792.
13014
13015 2006-11-27  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
13018         Small buffer overflow fix and improve debugging.
13019
13020 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13021
13022         * ext/esd/esdmon.h:
13023         * ext/esd/esdsink.h:
13024           remove obsolete _factory_init protos
13025
13026 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13027
13028         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
13029         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13030         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
13031         (gst_avi_demux_read_subindexes_push),
13032         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13033         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13034         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13035         (gst_avi_demux_massage_index),
13036         (gst_avi_demux_calculate_durations_from_index),
13037         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13038         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13039         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13040           remove dead code, tweak debugs statements, add comments, use
13041           _uint64_scale instead _uint64_scale_int when using guint64 values,
13042           small optimizations, reflow some error handling
13043
13044 2006-11-22  Edward Hervey  <edward@fluendo.com>
13045
13046         * po/.cvsignore:
13047         We never put .pot files in cvs. Let's ignore them all.
13048
13049 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * po/POTFILES.in:
13052           ... but better exclude files that aren't disted.
13053
13054 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13055
13056         * po/POTFILES.in:
13057           Add v4l2 source files to list of files with translations, so the
13058           strings are actually extracted (however bad they still may be).
13059
13060 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13061
13062         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13063           Minor clean-ups: const-ify static array, remove trailing comma from
13064           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13065
13066 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13067
13068         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13069         Make sure that g_free always gets called on the same pointer that was 
13070         returned by g_malloc.  Fixes #376594.
13071         Do not leak memory if decompressed size is wrong.
13072         Remove unneeded check of return value of g_malloc.
13073         Patch by: René Stadler <mail@renestadler.de>
13074
13075 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13076
13077         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13078           Add missing curly brackets.
13079
13080 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13081
13082         * sys/v4l2/v4l2src_calls.c:
13083         Fix capture_deinit.
13084
13085 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13086
13087         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13088         (gst_matroska_mux_request_new_pad):
13089           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13090
13091         * tests/check/elements/matroskamux.c: (setup_src_pad),
13092         (setup_sink_pad), (GST_START_TEST):
13093         Activate pads before using them.
13094
13095 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13096
13097         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13098           Initialise variable to get rid of bogus compiler warning.
13099
13100 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13101
13102         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13103
13104         * gst/rtp/gstrtph263pay.c:
13105         * gst/rtp/gstrtph263pdepay.c:
13106         * gst/rtp/gstrtph263ppay.c:
13107           Specify H.263 variant and version in the caps (fixes #361637)
13108
13109 2006-11-15  Wim Taymans  <wim@fluendo.com>
13110
13111         * gst/rtsp/rtspconnection.c: (read_body):
13112         Don't set a data pointer to NULL and a size > 0 when we deal
13113         with empty packets.
13114
13115         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13116         (rtsp_message_init_response), (rtsp_message_init_data),
13117         (rtsp_message_unset), (rtsp_message_free),
13118         (rtsp_message_take_body):
13119         Check that we can't create invalid empty packets. 
13120
13121 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13122
13123         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13124
13125         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13126         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13127         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13128         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13129         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13130         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13131         * gst/matroska/matroska-mux.h:
13132           Add basic tag writing support; implement releasing pads (#374658).
13133
13134 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13135
13136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13137         (gst_matroska_demux_audio_caps):
13138           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13139
13140 2006-11-14  David Schleef  <ds@schleef.org>
13141
13142         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13143
13144 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13145
13146         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13147
13148         * win32/vs8/gst-plugins-good.sln:
13149         * win32/vs8/libgst1394.vcproj:
13150         * win32/vs8/libgstaasink.vcproj:
13151         * win32/vs8/libgstalaw.vcproj:
13152         * win32/vs8/libgstalpha.vcproj:
13153         * win32/vs8/libgstalphacolor.vcproj:
13154         * win32/vs8/libgstannodex.vcproj:
13155         * win32/vs8/libgstapetag.vcproj:
13156         * win32/vs8/libgstaudiofx.vcproj:
13157         * win32/vs8/libgstauparse.vcproj:
13158         * win32/vs8/libgstautodetect.vcproj:
13159         * win32/vs8/libgstavi.vcproj:
13160         * win32/vs8/libgstcacasink.vcproj:
13161         * win32/vs8/libgstcdio.vcproj:
13162         * win32/vs8/libgstcutter.vcproj:
13163         * win32/vs8/libgstdv.vcproj:
13164         * win32/vs8/libgsteffectv.vcproj:
13165         * win32/vs8/libgstflac.vcproj:
13166         * win32/vs8/libgstflxdec.vcproj:
13167         * win32/vs8/libgstgoom.vcproj:
13168         * win32/vs8/libgsticydemux.vcproj:
13169         * win32/vs8/libgstid3demux.vcproj:
13170         * win32/vs8/libgstjpeg.vcproj:
13171         * win32/vs8/libgstladspa.vcproj:
13172         * win32/vs8/libgstlevel.vcproj:
13173         * win32/vs8/libgstmatroska.vcproj:
13174         * win32/vs8/libgstmikmod.vcproj:
13175         * win32/vs8/libgstmng.vcproj:
13176         * win32/vs8/libgstmonoscope.vcproj:
13177         * win32/vs8/libgstmulaw.vcproj:
13178         * win32/vs8/libgstmultipart.vcproj:
13179         * win32/vs8/libgstpng.vcproj:
13180         * win32/vs8/libgstrtp.vcproj:
13181         * win32/vs8/libgstrtsp.vcproj:
13182         * win32/vs8/libgstshout2.vcproj:
13183         * win32/vs8/libgstsmpte.vcproj:
13184         * win32/vs8/libgstspeex.vcproj:
13185         * win32/vs8/libgsttaglib.vcproj:
13186         * win32/vs8/libgstudp.vcproj:
13187         * win32/vs8/libgstvideobalance.vcproj:
13188         * win32/vs8/libgstvideobox.vcproj:
13189         * win32/vs8/libgstvideoflip.vcproj:
13190         * win32/vs8/libgstvideomixer.vcproj:
13191         * win32/vs8/libgstwavenc.vcproj:
13192         * win32/vs8/libgstwavparse.vcproj:
13193           Make end-of-line returns unixy, so that when the files are checked
13194           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13195           Hopefully fixes #366492.
13196
13197 2006-11-14  Wim Taymans  <wim@fluendo.com>
13198
13199         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13200         Disable init_frames delay timestamp adjustment, it does not
13201         seem to be needed at all. Fixes #369621.
13202
13203 2006-11-13  Wim Taymans  <wim@fluendo.com>
13204
13205         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13206
13207         * gst/videomixer/videomixer.c:
13208         (gst_videomixer_set_master_geometry),
13209         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13210         (gst_videomixer_collect_free), (gst_videomixer_reset),
13211         (gst_videomixer_init), (gst_videomixer_finalize),
13212         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13213         (gst_videomixer_collected), (gst_videomixer_change_state):
13214         Fix memleak by unref'ing collectpads instance (when finalizing)
13215         Implement releasing a request pad. Fixes #374479.
13216
13217 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13218
13219         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13220
13221         * win32/vs8/gst-plugins-good.sln:
13222         * win32/vs8/libgst1394.vcproj:
13223         * win32/vs8/libgstaasink.vcproj:
13224         * win32/vs8/libgstalaw.vcproj:
13225         * win32/vs8/libgstalpha.vcproj:
13226         * win32/vs8/libgstalphacolor.vcproj:
13227         * win32/vs8/libgstannodex.vcproj:
13228         * win32/vs8/libgstapetag.vcproj:
13229         * win32/vs8/libgstaudiofx.vcproj:
13230         * win32/vs8/libgstauparse.vcproj:
13231         * win32/vs8/libgstautodetect.vcproj:
13232         * win32/vs8/libgstavi.vcproj:
13233         * win32/vs8/libgstcacasink.vcproj:
13234         * win32/vs8/libgstcdio.vcproj:
13235         * win32/vs8/libgstcutter.vcproj:
13236         * win32/vs8/libgstdv.vcproj:
13237         * win32/vs8/libgsteffectv.vcproj:
13238         * win32/vs8/libgstflac.vcproj:
13239         * win32/vs8/libgstflxdec.vcproj:
13240         * win32/vs8/libgstgoom.vcproj:
13241         * win32/vs8/libgsticydemux.vcproj:
13242         * win32/vs8/libgstid3demux.vcproj:
13243         * win32/vs8/libgstjpeg.vcproj:
13244         * win32/vs8/libgstladspa.vcproj:
13245         * win32/vs8/libgstlevel.vcproj:
13246         * win32/vs8/libgstmatroska.vcproj:
13247         * win32/vs8/libgstmikmod.vcproj:
13248         * win32/vs8/libgstmng.vcproj:
13249         * win32/vs8/libgstmonoscope.vcproj:
13250         * win32/vs8/libgstmulaw.vcproj:
13251         * win32/vs8/libgstmultipart.vcproj:
13252         * win32/vs8/libgstpng.vcproj:
13253         * win32/vs8/libgstrtp.vcproj:
13254         * win32/vs8/libgstrtsp.vcproj:
13255         * win32/vs8/libgstshout2.vcproj:
13256         * win32/vs8/libgstsmpte.vcproj:
13257         * win32/vs8/libgstspeex.vcproj:
13258         * win32/vs8/libgsttaglib.vcproj:
13259         * win32/vs8/libgstudp.vcproj:
13260         * win32/vs8/libgstvideobalance.vcproj:
13261         * win32/vs8/libgstvideobox.vcproj:
13262         * win32/vs8/libgstvideoflip.vcproj:
13263         * win32/vs8/libgstvideomixer.vcproj:
13264         * win32/vs8/libgstwavenc.vcproj:
13265         * win32/vs8/libgstwavparse.vcproj:
13266           Add VS8 project files (note that many of the plugins in ext are
13267           disabled by default). Fixes #366492.
13268
13269 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13270
13271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13272           we do not translate debug messages
13273
13274 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13275
13276         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13277           fix categorisation, make short desc more explicit, remove unused code
13278           Fixes #372021
13279
13280 2006-11-08  Wim Taymans  <wim@fluendo.com>
13281
13282         * gst/rtp/gstrtpL16depay.c:
13283         * gst/rtp/gstrtpamrdepay.c:
13284         * gst/rtp/gstrtpamrpay.c:
13285         * gst/rtp/gstrtpgsmdepay.c:
13286         * gst/rtp/gstrtph263pay.c:
13287         * gst/rtp/gstrtph263pdepay.c:
13288         * gst/rtp/gstrtph263ppay.c:
13289         * gst/rtp/gstrtph264depay.c:
13290         * gst/rtp/gstrtpmp2tdepay.c:
13291         * gst/rtp/gstrtpmp4gdepay.c:
13292         * gst/rtp/gstrtpmp4gpay.c:
13293         * gst/rtp/gstrtpmp4vdepay.c:
13294         * gst/rtp/gstrtpmp4vpay.c:
13295         * gst/rtp/gstrtpmpadepay.c:
13296         * gst/rtp/gstrtpmpapay.c:
13297         * gst/rtp/gstrtppcmadepay.c:
13298         * gst/rtp/gstrtppcmapay.c:
13299         * gst/rtp/gstrtppcmudepay.c:
13300         * gst/rtp/gstrtppcmupay.c:
13301         * gst/rtp/gstrtpspeexdepay.c:
13302         * gst/rtp/gstrtpspeexpay.c:
13303         * gst/rtp/gstrtpsv3vdepay.c:
13304         Fix element descriptions.
13305
13306 2006-11-08  Wim Taymans  <wim@fluendo.com>
13307
13308         * gst/rtp/gstrtpvorbisdepay.c:
13309         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13310         Fix description.
13311         Small cleanup in the payloader.
13312
13313 2006-11-08  Wim Taymans  <wim@fluendo.com>
13314
13315         * gst/rtp/Makefile.am:
13316         * gst/rtp/gstrtp.c: (plugin_init):
13317         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13318         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13319         (gst_rtp_theora_depay_finalize),
13320         (gst_rtp_theora_depay_parse_configuration),
13321         (gst_rtp_theora_depay_setcaps),
13322         (gst_rtp_theora_depay_switch_codebook),
13323         (gst_rtp_theora_depay_process),
13324         (gst_rtp_theora_depay_set_property),
13325         (gst_rtp_theora_depay_get_property),
13326         (gst_rtp_theora_depay_change_state),
13327         (gst_rtp_theora_depay_plugin_init):
13328         * gst/rtp/gstrtptheoradepay.h:
13329         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13330         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13331         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13332         (gst_rtp_theora_pay_init_packet),
13333         (gst_rtp_theora_pay_flush_packet),
13334         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13335         (gst_rtp_theora_pay_handle_buffer),
13336         (gst_rtp_theora_pay_plugin_init):
13337         * gst/rtp/gstrtptheorapay.h:
13338         Add theora pay/depayloaders.
13339
13340 2006-11-06  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/rtp/Makefile.am:
13343         We depend on gsttag to generate the vorbis comments.
13344
13345         * gst/rtp/gstrtpvorbisdepay.c:
13346         (gst_rtp_vorbis_depay_parse_configuration),
13347         (gst_rtp_vorbis_depay_setcaps),
13348         (gst_rtp_vorbis_depay_switch_codebook),
13349         (gst_rtp_vorbis_depay_process):
13350         * gst/rtp/gstrtpvorbisdepay.h:
13351         Parse configuration string in the depayloader.
13352         Implement selecting and switching to a new codebook.
13353         Receiving vorbis over RTP now works.
13354
13355         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13356         (gst_rtp_vorbis_pay_init_packet),
13357         (gst_rtp_vorbis_pay_finish_headers),
13358         (gst_rtp_vorbis_pay_handle_buffer):
13359         * gst/rtp/gstrtpvorbispay.h:
13360         Set timestamps on outgoing buffers and RTP packets.
13361         Fix configuration string, prepend number of Packet headers.
13362         Fix encoding of ident string.
13363         Add delivery-method to caps.
13364         Streaming vorbis over RTP now works.
13365
13366 2006-11-06  Wim Taymans  <wim@fluendo.com>
13367
13368         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13369         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13370         (gst_rtp_vorbis_pay_handle_buffer):
13371         * gst/rtp/gstrtpvorbispay.h:
13372         Generate a valid configuration string in the caps based on the
13373         vorbis headers.
13374
13375 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13376
13377         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13378         * ext/cdio/gstcdio.h:
13379         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13380           Move CD-TEXT utility function into common file so it can also be
13381           used by a future cdioparanoiasrc.
13382
13383 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13384         
13385         * sys/v4l2/Makefile.am:
13386         * sys/v4l2/gstv4l2object.c:
13387         * sys/v4l2/gstv4l2src.c:
13388         * sys/v4l2/gstv4l2xoverlay.c:
13389         * sys/v4l2/v4l2_calls.c:
13390         * sys/v4l2/v4l2src_calls.c:
13391         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13392         xoverlay code that is still not implemented.
13393
13394 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13395
13396         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13397           We require a -base more recent than 0.10.9, so it's safe to use
13398           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13399
13400         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13401         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13402           Use _newsegment_full() now that we depend on a recent enough core.
13403
13404         * gst/wavparse/gstwavparse.c:
13405           Remove cruft that we don't need any longer now that we depend on
13406           a recent enough -base.
13407
13408 2006-10-31  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/rtp/Makefile.am:
13411         * gst/rtp/gstrtp.c: (plugin_init):
13412         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13413         (gst_rtpilbcpay_setcaps):
13414         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13415
13416 2006-10-31  Wim Taymans  <wim@fluendo.com>
13417
13418         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13419         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13420         Some small cleanups, use _scale.
13421
13422 2006-10-31  Wim Taymans  <wim@fluendo.com>
13423
13424         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13425         Use higher precision scale function.
13426
13427 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13428
13429         Patch by: Michal Benes  <michal dot benes at itonis tv>
13430
13431         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13432         (gst_matroska_demux_read_track_encodings),
13433         (gst_matroska_decode_buffer):
13434           Fix several issues with encoded/compressed/encrypted/signed tracks;
13435           also, remove superfluous newline characters from some debug
13436           statements. (#366155)
13437
13438 2006-10-30  Wim Taymans  <wim@fluendo.com>
13439
13440         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13441         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13442         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13443         (gst_smokedec_change_state):
13444         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13445         (gst_smokeenc_init), (gst_smokeenc_finalize),
13446         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13447         (gst_smokeenc_resync), (gst_smokeenc_chain),
13448         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13449         (gst_smokeenc_change_state):
13450         Various cleanups, capsnego and leak fixes.
13451
13452 2006-10-30  Wim Taymans  <wim@fluendo.com>
13453
13454         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13455
13456         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13457         Fix videomixer so that it can handle any combination of framerates.
13458         Fixes #367221.
13459
13460 2006-10-28  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13463         (gst_avi_demux_parse_file_header),
13464         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13465         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13466         (gst_avi_demux_chain):
13467         Fix position query for audio. also fixes timestamps in streaming
13468         mode and bug #364958.
13469         Small cleanups.
13470
13471 2006-10-27  Wim Taymans  <wim@fluendo.com>
13472
13473         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13474         * ext/libpng/gstpngenc.h:
13475         Fix strides. Fixes #364856.
13476         Cleanup capsnego.
13477         Set caps on outgoing buffers.
13478
13479 2006-10-18  Wim Taymans  <wim@fluendo.com>
13480
13481         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13482
13483         * gst/rtp/gstrtpgsmpay.c:
13484         * gst/rtp/gstrtph263pay.c:
13485         * gst/rtp/gstrtpmpapay.c:
13486         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13487         (gst_rtp_pcma_pay_handle_buffer):
13488         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13489         Add static payload numbers in addition to the dynamic ones.
13490         Fixes #361639.
13491
13492 2006-10-18  Wim Taymans  <wim@fluendo.com>
13493
13494         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13495         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13496         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13497         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13498         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13499         * gst/rtsp/rtspdefs.h:
13500         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13501         * gst/rtsp/rtspurl.h:
13502         Reuse already existing enum for lower transport.
13503         Add rtspt and rtspu protocols.
13504         Send redirect to rtspt when udp times out.
13505
13506 2006-10-18  Wim Taymans  <wim@fluendo.com>
13507
13508         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13509         (gst_wavparse_stream_data):
13510         Fix seeking some more, mostly for speed changes.
13511
13512 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13513
13514         Patch by: Fredrik Persson  <frepe at bredband net>
13515
13516         * sys/v4l2/gstv4l2tuner.c:
13517         * sys/v4l2/gstv4l2tuner.h:
13518           Fix _set_channel(): remove useless g_object_notify() for "channel"
13519           property that doesn't exist any longer and therefore now also
13520           useless redirect (#338818).
13521
13522 2006-10-17  Wim Taymans  <wim@fluendo.com>
13523
13524         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13525         Some drivers do not support unsetting the non-blocking flag once the
13526         device is opened. In those cases, close/open the device in
13527         non-blocking mode. Fixes #362673.
13528
13529 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13530
13531         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13533         (gst_v4l2src_get_fps):
13534           dear stefan, framespersecond is not frameperiod, reverting but adding
13535           comment
13536
13537 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13538
13539         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13540         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13541         (gst_v4l2src_get_fps):
13542           Numerator is numerator and denominator is denominator. Say that aloud
13543           5 times and retry after next beer.
13544
13545 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13546
13547         Patch by: Josep Torra Valles  <josep at fluendo com>
13548
13549         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13550         * ext/esd/esdsink.c: (gst_esdsink_write):
13551         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13552         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13553         (gst_flac_dec_send_newsegment):
13554         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13555         (gst_flac_enc_tell_callback):
13556         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13557         (smokecodec_parse_header), (smokecodec_decode):
13558         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13559         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13560         * gst/goom/Makefile.am:
13561         * gst/goom/gstgoom.c:
13562         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13563         * gst/rtsp/gstrtspsrc.c:
13564         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13565         * gst/udp/gstudpsink.c:
13566         * gst/udp/gstudpsrc.c:
13567         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13568         * sys/sunaudio/gstsunaudiomixertrack.h:
13569           Fix a bunch of problems discovered by the Forte compiler, mostly type
13570           mixups and pointer arithmetics with void pointers. Fixes #362603.
13571
13572 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13573
13574         * ext/speex/gstspeex.c: (plugin_init):
13575         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13576         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13577         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13578         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13579         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13580         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13581         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13582         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13583         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13584         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13585         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13586         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13587         * ext/speex/gstspeexenc.h:
13588           Miscellaneous clean-ups, among other things: speexenc => enc to
13589           enhance code readability; change speexenc => speex_enc; in chain
13590           function unref input buffer in case of error; take reference in
13591           event function; use boilerplate macro; use gst_pad_query_peer_*
13592           convenience functions.
13593
13594 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13595
13596         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13597         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13598         (gst_speexenc_set_header_on_caps):
13599           Fix some mem leaks.
13600
13601 2006-10-11  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/rtsp/URLS:
13604         Added some other URL.
13605
13606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13607         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13608         (gst_rtspsrc_open), (gst_rtspsrc_play),
13609         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13610         * gst/rtsp/gstrtspsrc.h:
13611         Work on fallback to TCP connection when the UDP socket times out.
13612         Handler server requests, just reply with OK for now.
13613
13614         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13615         * gst/rtsp/rtspdefs.h:
13616         Added some more Real extension headers.
13617
13618         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13619         Fix parsing of urls with a ':' that is not part of the hostname:port
13620         part of the url.
13621
13622 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13625         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13626         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13627           Activate pad before adding it to the already-running element.
13628
13629         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13630           Activate newly-created pad too.
13631
13632 2006-10-11  Wim Taymans  <wim@fluendo.com>
13633
13634         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13635
13636         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13637         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13638         (gst_udpsrc_start):
13639         Fix some leaks in caps and uris. Fixes #361252.
13640
13641 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13642
13643         * gst/wavparse/Makefile.am:
13644           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13645
13646 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13647
13648         * sys/v4l2/gstv4l2xoverlay.c:
13649         * sys/v4l2/gstv4l2xoverlay.h:
13650         Fix build as per the patch in #338818 comment 36.
13651
13652 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13653
13654         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13655           Activate pads before adding them to the source.
13656
13657 2006-10-06  Wim Taymans  <wim@fluendo.com>
13658
13659         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13660         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13661         Activate pads before adding.
13662
13663 2006-10-06  Wim Taymans  <wim@fluendo.com>
13664
13665         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13666         (gst_multipart_find_pad_by_mime):
13667         Activate pads before adding.
13668
13669         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13670         BOILERPLATE sets parent_class for us.
13671
13672 2006-10-06  Wim Taymans  <wim@fluendo.com>
13673
13674         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13675         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13676         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13677         (gst_rtspsrc_alloc_udp_ports),
13678         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13679         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13680         (gst_rtspsrc_create_transports_string),
13681         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13682         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13683         * gst/rtsp/gstrtspsrc.h:
13684         Rework how the transport string is constructed, try to share channels
13685         and udp ports.
13686         Make most of the stuff less dependant on RTP as we are also going to use
13687         it for RDT.
13688         Add support for transport specific session managers.
13689
13690         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13691         Implement _flush().
13692
13693         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13694         * gst/rtsp/rtspdefs.h:
13695         Add generic error return code.
13696
13697         * gst/rtsp/rtspext.h:
13698         Add support for pluggable tranport strings.
13699
13700         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13701         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13702         (rtsp_ext_wms_get_context):
13703         Detect WMServer and activate the extension.
13704
13705         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13706         (rtsp_transport_get_manager), (rtsp_transport_parse):
13707         * gst/rtsp/rtsptransport.h:
13708         Added methods to get mime/manager for certain transports.
13709
13710 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * ext/cairo/gsttimeoverlay.c:
13713         (gst_cairo_time_overlay_update_font_height):
13714         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13715         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13716         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13717         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13718         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13719         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13720         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13721         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13722         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13723         (gst_avi_demux_stream_data):
13724         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13725         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13726         (gst_fenced_buffer_copy):
13727         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13728         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13729         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13731         (gst_rtspsrc_handle_message):
13732         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13733         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13734           Printf format fixes.
13735
13736 2006-10-04  Wim Taymans  <wim@fluendo.com>
13737
13738         * gst/rtsp/Makefile.am:
13739         Dist new .h file too.
13740
13741 2006-10-04  Wim Taymans  <wim@fluendo.com>
13742
13743         * gst/rtsp/Makefile.am:
13744         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13745         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13747         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13748         (gst_rtspsrc_parse_rtpmap),
13749         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13750         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13751         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13752         * gst/rtsp/gstrtspsrc.h:
13753         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13754         * gst/rtsp/rtspdefs.h:
13755         * gst/rtsp/rtspext.h:
13756         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13757         (rtsp_ext_wms_get_context):
13758         * gst/rtsp/rtspextwms.h:
13759         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13760         (rtsp_transport_parse):
13761         * gst/rtsp/rtsptransport.h:
13762         Factor out extension in separate module.
13763         Fix getcaps to filter against the padtemplate.
13764         Use Content-Base if the server gives one.
13765         Rework the transport parsing a bit for future extensions.
13766         Added some Real Header field definitions.
13767
13768 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13769
13770         * docs/plugins/Makefile.am:
13771         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13772         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13773           added v4l2 stubs
13774         * gst-plugins-good.spec.in:
13775           add v4l2
13776
13777 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13778
13779         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13780           Extract disc/album/medium number and count and try harder
13781           to extract track number/count.
13782
13783 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13784
13785         * configure.ac:
13786         * sys/Makefile.am:
13787           add build stuff for v4l2, needs --enable-experimental until
13788           the last bits are resolved
13789
13790 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13791
13792         * tests/check/Makefile.am:
13793           Disable autodetect test temporarily, so that the build bots
13794           update -bad and the ranks of unreliable video sinks in there.
13795
13796         * tests/check/elements/autodetect.c: (GST_START_TEST):
13797           Skip test if no usable videosink is found.
13798
13799 2006-09-29  Wim Taymans  <wim@fluendo.com>
13800
13801         * gst/rtsp/URLS:
13802         Add some more URLs.
13803
13804         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13805         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13806         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13807         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13808         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13809         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13810         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13811         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13812         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13813         * gst/rtsp/gstrtspsrc.h:
13814         Add timeout property to control UDP timeouts.
13815         Fix error messages.
13816         Also start a loop function when operating in UDP mode so that we can
13817         do some more stuff async.
13818         Handle element messages from udpsrc to detect timeouts. If a timeout
13819         happens we currently generate an error.
13820         API: rtspsrc::timeout property.
13821
13822         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13823         (gst_udpsrc_create):
13824         Really implement the timeout in microseconds and not milliseconds.
13825
13826 2006-09-29  Wim Taymans  <wim@fluendo.com>
13827
13828         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13829         (gst_udpsrc_create), (gst_udpsrc_set_property),
13830         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13831         * gst/udp/gstudpsrc.h:
13832         Added property to post a message on timeout.
13833         Updated docs.
13834         When restarting the select, initialize the fdsets again.
13835         Init control sockets so we don't accidentally close a random socket.
13836         API: GstUDPSrc::timeout property
13837
13838 2006-09-29  Wim Taymans  <wim@fluendo.com>
13839
13840         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13841         Fix flag registration.
13842
13843         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13844         Reading 0 also means 'no more commands'
13845
13846 2006-09-29  Wim Taymans  <wim@fluendo.com>
13847
13848         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13849
13850         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13851         Fix possible infinite loop when shutting down, a read can also return
13852         0 to indicate no more messages are available. Fixes #358156.
13853
13854 2006-09-25  Wim Taymans  <wim@fluendo.com>
13855
13856         * gst/autodetect/gstautoaudiosink.c:
13857         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13858         (gst_auto_audio_sink_find_best):
13859         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13860         Small cleanups.
13861         don't try to set "sync" property when it is not available.
13862
13863 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13864
13865         Patch by: Peter Kjellerstedt  <pkj at axis com>
13866
13867         * gst/alpha/gstalpha.c:
13868         * gst/rtp/gstrtpamrdepay.c:
13869         * gst/rtsp/gstrtspsrc.c:
13870         * gst/udp/gstudpsrc.c:
13871         * gst/videomixer/videomixer.c:
13872           Include stdlib.h in some more places, makes things compile
13873           with uClibc and -Werror (#357592).
13874
13875 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * ext/jpeg/gstjpegdec.c:
13878           Set minimum height to 8 (from 16), our code should handle
13879           that fine. Some of the buttons on the apple trailer site
13880           are apparently only 15 pixels high (see #357470).
13881
13882 2006-09-23  Wim Taymans  <wim@fluendo.com>
13883
13884         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13885         (gst_rtspsrc_open):
13886         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13887         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13888         (rtsp_connection_receive):
13889         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13890         * gst/rtsp/rtspdefs.h:
13891         Improve error reporting.
13892
13893 2006-09-23  Wim Taymans  <wim@fluendo.com>
13894
13895         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13896         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13897         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13898         * gst/rtp/gstrtpdepay.c:
13899         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13900         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13901         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13902         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13903         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13904         (gst_rtp_mp2t_depay_plugin_init):
13905         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13906         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13907         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13908         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13909         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13910         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13911         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13912         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13913         Fix klass typos.
13914         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13915
13916 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         * configure.ac:
13919           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13920
13921 2006-09-22  Wim Taymans  <wim@fluendo.com>
13922
13923         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13924         Don't check for a tag that is never there and check if we read the
13925         correct tag. Fixes seeking again.
13926         We must post an error when all pads are unlinked.
13927
13928 2006-09-22  Wim Taymans  <wim@fluendo.com>
13929
13930         * gst/rtp/Makefile.am:
13931         * gst/rtp/gstrtp.c: (plugin_init):
13932         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13933         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13934         (gst_rtp_vorbis_pay_reset_packet),
13935         (gst_rtp_vorbis_pay_init_packet),
13936         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13937         (gst_rtp_vorbis_pay_handle_buffer):
13938         More fixage, set endoder-params correctly in the payloader.
13939
13940 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13941
13942         * gst/autodetect/gstautoaudiosink.c:
13943         (gst_auto_audio_sink_base_init):
13944         * gst/autodetect/gstautovideosink.c:
13945         (gst_auto_video_sink_base_init):
13946           Make static pad templates static to appease valgrind's leak
13947           detector.
13948
13949         * tests/check/Makefile.am:
13950         * tests/check/elements/.cvsignore:
13951         * tests/check/elements/autodetect.c: (GST_START_TEST),
13952         (autodetect_suite):
13953           Add simple test for the ghostpad lockup on shutdown fixed in core
13954           CVS (audio bit disabled because it would need dozens of alsa
13955           suppressions and I'm too lazy to add those now).
13956
13957 2006-09-22  Wim Taymans  <wim@fluendo.com>
13958
13959         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13960         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13961         Small cleanups.
13962
13963         * gst/rtp/Makefile.am:
13964         * gst/rtp/gstrtp.c: (plugin_init):
13965         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13966         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13967         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13968         (gst_rtp_vorbis_depay_process),
13969         (gst_rtp_vorbis_depay_set_property),
13970         (gst_rtp_vorbis_depay_get_property),
13971         (gst_rtp_vorbis_depay_change_state),
13972         (gst_rtp_vorbis_depay_plugin_init):
13973         * gst/rtp/gstrtpvorbisdepay.h:
13974         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13975         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13976         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13977         (gst_rtp_vorbis_pay_flush_packet),
13978         (gst_rtp_vorbis_pay_append_buffer),
13979         (gst_rtp_vorbis_pay_handle_buffer),
13980         (gst_rtp_vorbis_pay_plugin_init):
13981         * gst/rtp/gstrtpvorbispay.h:
13982         Add experimental vorbis pay and depayloaders.
13983
13984 2006-09-21  Wim Taymans  <wim@fluendo.com>
13985
13986         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13987         Fix profile-level-id parsing and setup.
13988
13989 2006-09-21  Wim Taymans  <wim@fluendo.com>
13990
13991         * gst/udp/README:
13992         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13993         Update README, simple cleanup.
13994
13995 2006-09-21  Wim Taymans  <wim@fluendo.com>
13996
13997         * gst/rtp/README:
13998         Update README with some examples.
13999
14000         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
14001         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
14002         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
14003         (gst_rtp_mp4g_pay_setcaps):
14004         * gst/rtp/gstrtpmp4gpay.h:
14005         Make optional RTP parameters of type STRING, as required by the
14006         application/x-rtp caps specification.
14007
14008 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14009
14010         * gst/rtp/gstrtph263pdepay.c:
14011         * gst/rtp/gstrtph263ppay.c:
14012         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
14013         RTP header.
14014
14015 2006-09-20  Wim Taymans  <wim@fluendo.com>
14016
14017         * gst/rtp/Makefile.am:
14018         And makefile too.
14019
14020 2006-09-20  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/rtp/gstrtp.c: (plugin_init):
14023         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
14024         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
14025         (decode_base64), (gst_rtp_asf_depay_setcaps),
14026         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
14027         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
14028         (gst_rtp_asf_depay_plugin_init):
14029         * gst/rtp/gstrtpasfdepay.h:
14030         Added preliminary ASF depayloader.
14031
14032         * gst/rtp/gstrtph264depay.c: (decode_base64):
14033         Fix base64 decoding.
14034
14035 2006-09-20  Wim Taymans  <wim@fluendo.com>
14036
14037         * gst/rtsp/URLS:
14038         Added some test URLS.
14039
14040         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14041         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14042         * gst/rtsp/gstrtspsrc.h:
14043         When creating streams, give access to the complete SDP.
14044         Fix some leaks.
14045         Collect and merge global stream properties in stream caps.
14046         Preliminary support for WMServer.
14047
14048         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14049         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14050         (rtsp_connection_receive):
14051         * gst/rtsp/rtspconnection.h:
14052         Make connection interruptable.
14053         Refactor to make it reconnectable.
14054         Don't fail on short reads when reading data packets.
14055
14056         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14057         (rtsp_url_get_port):
14058         * gst/rtsp/rtspurl.h:
14059         Add methods for getting/setting the port.
14060
14061         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14062         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14063         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14064         (sdp_media_get_format), (sdp_parse_line),
14065         (sdp_message_parse_buffer):
14066         Fix headers. 
14067         Add methods for getting multiple attributes with the same name.
14068         Increase buffer size when parsing.
14069         Fix parsing of a=foo fields.
14070
14071         * gst/rtsp/test.c: (main):
14072         Update to new connection API.
14073
14074         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14075         (rtsp_message_init_response), (rtsp_message_init_data),
14076         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14077         * gst/rtsp/rtspmessage.h:
14078         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14079         * gst/rtsp/rtsptransport.h:
14080         * gst/rtsp/sdp.h:
14081         * gst/rtsp/sdpmessage.h:
14082         * gst/rtsp/gstrtsp.c:
14083         * gst/rtsp/gstrtsp.h:
14084         * gst/rtsp/gstrtpdec.c:
14085         * gst/rtsp/gstrtpdec.h:
14086         * gst/rtsp/rtsp.h:
14087         * gst/rtsp/rtspdefs.c:
14088         * gst/rtsp/rtspdefs.h:
14089         Dual licensed under MIT and LGPL now.
14090
14091 2006-09-19  Wim Taymans  <wim@fluendo.com>
14092
14093         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14094         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14095         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14096         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14097         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14098         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14099         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14100         * gst/rtsp/gstrtspsrc.h:
14101         Reorganize stream parsing and creation.
14102         Detect container formats in interleaved mode.
14103         Keep more state about the streams.
14104         Assume a server also supports PLAY if it does not say.
14105         Add unicast and interleaved properties to TCP transport requests to make
14106         some servers happy (WMServer).
14107
14108         * gst/rtsp/sdpmessage.h:
14109         Add some defines for the standard Bandwidth types.
14110
14111 2006-09-19  Wim Taymans  <wim@fluendo.com>
14112
14113         * gst/rtsp/test.c: (main):
14114         Fix build.
14115
14116 2006-09-19  Wim Taymans  <wim@fluendo.com>
14117
14118         * gst/wavparse/gstwavparse.c:
14119         Add ms-gsm to the src template.
14120
14121 2006-09-18  Wim Taymans  <wim@fluendo.com>
14122
14123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14124         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14125         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14126         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14127         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14128         * gst/rtsp/gstrtspsrc.h:
14129         Small cleanups, added documentation.
14130         Try to clean up the requests and responses.
14131         Refactor parsing the supported methods.
14132
14133         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14134         (rtsp_connection_create), (rtsp_connection_send),
14135         (parse_response_status), (parse_request_line),
14136         (rtsp_connection_receive), (rtsp_connection_close),
14137         (rtsp_connection_free):
14138         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14139         (rtsp_transport_init), (rtsp_transport_parse),
14140         (rtsp_transport_free):
14141         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14142         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14143         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14144         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14145         Use g_return_val some more.
14146
14147         * gst/rtsp/rtspdefs.h:
14148         Add more enum values to track initial states.
14149
14150         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14151         (rtsp_message_init_request), (rtsp_message_new_response),
14152         (rtsp_message_init_response), (rtsp_message_init_data),
14153         (rtsp_message_unset), (rtsp_message_free),
14154         (rtsp_message_add_header), (rtsp_message_remove_header),
14155         (rtsp_message_get_header), (rtsp_message_set_body),
14156         (rtsp_message_take_body), (rtsp_message_get_body),
14157         (rtsp_message_steal_body), (rtsp_message_dump):
14158         * gst/rtsp/rtspmessage.h:
14159         Reorder arguments, object goes as the first one.
14160         Use g_return_val some more.
14161
14162 2006-09-18  Wim Taymans  <wim@fluendo.com>
14163
14164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14165         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14166         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14167         * gst/rtsp/gstrtspsrc.h:
14168         Export sometimes source pad with correct caps on the template, create
14169         the ghostpad from the template.
14170         Remove RTCP template as we never expose RTCP.
14171         Protect against invalid body size.
14172         Avoid memcpy when creating the output buffer.
14173         Properly post an error and send EOS when the loop function is shut down.
14174
14175 2006-09-18  Wim Taymans  <wim@fluendo.com>
14176
14177         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14178
14179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14180         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14181         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14182         * gst/rtsp/gstrtspsrc.h:
14183         Make sure we can never set an invalid location.
14184
14185         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14186         * gst/rtsp/rtspmessage.h:
14187         Added _steal_body method for future use.
14188
14189         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14190         Make freeing of NULL url return immediatly.
14191
14192 2006-09-18  Wim Taymans  <wim@fluendo.com>
14193
14194         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14195
14196         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14197         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14198         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14199         (gst_rtspsrc_change_state):
14200         * gst/rtsp/gstrtspsrc.h:
14201         Use boilerplate.
14202         Make rtspsrc subclass GstBin to make state changes easier.
14203         Add Range header field on the PLAY request.
14204
14205 2006-09-18  Wim Taymans  <wim@fluendo.com>
14206
14207         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14208
14209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14210         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14211         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14212         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14213         * gst/rtsp/rtspconnection.c: (inet_aton):
14214         Small cleanups.
14215         when multicast is selected as the transport, create UDP sources and
14216         connect to the multicast group.
14217         Move parsing and setting of caps to a common place.
14218         Fixes #349894.
14219
14220 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14221
14222         * ext/flac/gstflactag.c:
14223         * gst/alpha/gstalpha.c:
14224         * gst/debug/breakmydata.c:
14225         * gst/debug/negotiation.c:
14226         * gst/debug/testplugin.c:
14227         * gst/effectv/gstaging.c:
14228         * gst/effectv/gstdice.c:
14229         * gst/effectv/gstedge.c:
14230         * gst/effectv/gstquark.c:
14231         * gst/effectv/gstrev.c:
14232         * gst/effectv/gstshagadelic.c:
14233         * gst/effectv/gstvertigo.c:
14234         * gst/effectv/gstwarp.c:
14235         * gst/multipart/multipartdemux.c:
14236         * gst/multipart/multipartmux.c:
14237         * gst/videobox/gstvideobox.c:
14238         * gst/videofilter/gstgamma.c:
14239         * gst/videofilter/gstvideotemplate.c:
14240         * gst/videomixer/videomixer.c:
14241         * sys/sunaudio/gstsunaudiosrc.h:
14242         More G_OBJECT macro fixing.
14243
14244 2006-09-16  Wim Taymans  <wim@fluendo.com>
14245
14246         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14247
14248         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14249         Correctly set the dwLength in strh.
14250         With this patch, the file duration is now displayed correctly in window
14251         media player and the AVI plays completely. Fixes #356147
14252
14253 2006-09-15  Wim Taymans  <wim@fluendo.com>
14254
14255         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14256
14257         * sys/sunaudio/gstsunaudiomixerctrl.c:
14258         (gst_sunaudiomixer_ctrl_build_list):
14259         Set the output track as the MASTER so that the gnome-settings-daemon
14260         keybindings for changing the volume using the keyboard works.
14261         Fixes #356142.
14262
14263 2006-09-15  Wim Taymans  <wim@fluendo.com>
14264
14265         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14266         Fix documentation, it is not possible to control the framerate of jpegdec
14267         using filtered caps yet. Fixes #355210.
14268         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14269         stop when there is an error.
14270
14271 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14272
14273         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14274         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14275           Don't interpret a first buffer with an offset of NONE as
14276           'from the middle of the stream', but only a first buffer
14277           that has a valid buffer offset that's non-zero (see #345449).
14278
14279 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14282         (gst_icydemux_typefind_or_forward):
14283         * gst/icydemux/gsticydemux.h:
14284           When we merge/collect multiple incoming buffers for typefinding
14285           purposes, keep an initial 0 offset on the first outgoing buffer
14286           as well (otherwise id3demux won't work right). Fixes #345449.
14287           Also Make buffer metadata writable before setting buffer caps.
14288
14289         * tests/check/elements/icydemux.c: (typefind_succeed),
14290         (cleanup_icydemux), (push_data), (GST_START_TEST),
14291         (icydemux_suite):
14292           Small test case for the above.
14293
14294 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14297         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14298         (gst_avi_demux_stream_header_push),
14299         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14300         (gst_avi_demux_loop):
14301           More code reuse and better logging in _peek_chunk(). Reintroduce check
14302           for chunk sizes before reading them (avoid oom). Better handling for 
14303           invalid chunksizes when streaming.
14304
14305 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14306
14307         * gst/level/gstlevel.c: (gst_level_set_property):
14308         * gst/level/gstlevel.h:
14309           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14310           René Stadler
14311
14312 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14313
14314         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14315         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14316         (gst_avi_demux_stream_data):
14317           Revert one change to fix streaming avi (adapter size != data size).
14318
14319 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14320
14321         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14322
14323         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14324         (gst_matroska_demux_reset),
14325         (gst_matroska_demux_read_track_encodings),
14326         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14327         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14328         (gst_matroska_demux_subtitle_caps):
14329         * gst/matroska/matroska-ids.h:
14330           Add support for VOBSUB subtitle tracks and zlib-compressed
14331           tracks. Make sure we start on a keyframe after a seek. (#343348)
14332
14333 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14334
14335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14336         (gst_matroska_demux_push_flac_codec_priv_data),
14337         (gst_matroska_demux_push_xiph_codec_priv_data),
14338         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14339         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14340         * gst/matroska/matroska-ids.h:
14341           Add basic FLAC support (#311586), not perfect yet though, needs some
14342           tweaking in flacdec; also, seeking could be better.
14343           Do better bounds checking when deserialising vorbis stream headers
14344           to make sure we don't read beyond the end of the buffer on bad input.
14345
14346 2006-09-04  Wim Taymans  <wim@fluendo.com>
14347
14348         Patch by: Alessandro Decina <alessandro at nnva dot org>
14349
14350         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14351         Seeking back in a file containing a CMML stream errors out if the seek
14352         goes back up to the CMML headers. This is because after the seek the xml
14353         processing instruction <?xml ...?> is submitted to the xml parser again, 
14354         which results in an error. The attached patch fixes the problem. 
14355         Fixes #353908.
14356
14357         * ext/annodex/gstcmmlenc.h:
14358         Fix authors name.
14359
14360
14361 2006-08-28  Andy Wingo  <wingo@pobox.com>
14362
14363         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14364         New helper function to lessen the ifdefs.
14365         (GST_INFO_OBJECT): 
14366         (gst_dv1394src_iso_receive): Use it.
14367         (gst_dv1394src_create): Also use the control sockets in iec61883
14368         mode.
14369         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14370         handle for AVC operations; fixes #348233.
14371
14372 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14373
14374         * configure.ac:
14375         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14376         * docs/plugins/inspect/plugin-audiofx.xml:
14377         * docs/plugins/inspect/plugin-audiofxgood.xml:
14378         * gst/audiofx/Makefile.am:
14379         * gst/audiofx/audiofx.c:
14380         * gst/audiofxgood/.cvsignore:
14381         * gst/audiofxgood/Makefile.am:
14382         * gst/audiofxgood/audiofx.c:
14383         * gst/audiofxgood/audiopanorama.c:
14384         * gst/audiofxgood/audiopanorama.h:
14385           Rename again (audiofxgood -> audiofx).
14386
14387 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14388
14389         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14390         (gst_avi_demux_stream_scan):
14391           Initialze variables.
14392
14393 2006-08-25  Wim Taymans  <wim@fluendo.com>
14394
14395         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14396         (gst_avi_demux_init), (gst_avi_demux_finalize),
14397         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14398         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14399         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14400         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14401         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14402         (gst_avi_demux_massage_index),
14403         (gst_avi_demux_calculate_durations_from_index),
14404         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14405         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14406         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14407         (gst_avi_demux_change_state):
14408         * gst/avi/gstavidemux.h:
14409         More attempts to turn this into readable code.
14410         Don't leak adapters.
14411         Calculate duration according to index more efficiently.
14412         Don't try to act like we drive the pipeline in chain mode.
14413
14414 2006-08-25  Wim Taymans  <wim@fluendo.com>
14415
14416         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14417         Fix build.
14418
14419 2006-08-25  Wim Taymans  <wim@fluendo.com>
14420
14421         Patch by: Alessandro Decina <alessandro at nnva dot org>
14422
14423         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14424         Do some extra sanity checks.
14425         Fixes #350340.
14426
14427         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14428         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14429         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14430         Check if clip->start_time is valid before adding the clip to the
14431         track list.
14432         Reset enc->preamble going from PAUSED to READY.
14433         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14434         only used for EOS.
14435         Only post an error message if we were the one that created the fatal
14436         GstFlowReturn value.
14437
14438         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14439         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14440         Parse the seconds field of the npt-sec time format using %llu rather than
14441         %d and check that the value scaled by GST_SECOND doesn't overflow.
14442         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14443         Lookup a clip's track with clip->track rather than clip->id which
14444         makes no sense.
14445         Identify a clip by its track and start time and not its xml id.
14446         do some more input checking and make sure we don't do undefined shifts.
14447
14448         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14449         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14450         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14451         (push_clip), (push_empty_clip), (check_output_clip),
14452         (GST_START_TEST), (cmmldec_suite):
14453         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14454         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14455         (check_headers), (push_clip), (check_clip_times), (check_clip),
14456         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14457         Added some more checks.
14458
14459 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14460
14461         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14462         (gst_audio_panorama_set_property),
14463         (gst_audio_panorama_get_property),
14464         (gst_audio_panorama_transform_m2s_int),
14465         (gst_audio_panorama_transform_s2s_int),
14466         (gst_audio_panorama_transform_m2s_float),
14467         (gst_audio_panorama_transform_s2s_float):
14468         * gst/audiofxgood/audiopanorama.h:
14469         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14470           Make also the pan-property float (saves scaling and yields better
14471           resolution)
14472
14473 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14474
14475         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14476         (gst_audio_panorama_transform_m2s_float),
14477         (gst_audio_panorama_transform_s2s_float):
14478           ChangeLog surgery to add cymax's real name
14479
14480
14481 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14482
14483         Patch by: René Stadler <mail@renestadler.de>
14484
14485         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14486         (gst_audio_panorama_transform_m2s_int),
14487         (gst_audio_panorama_transform_s2s_int),
14488         (gst_audio_panorama_transform_m2s_float),
14489         (gst_audio_panorama_transform_s2s_float),
14490         (gst_audio_panorama_transform):
14491         * gst/audiofxgood/audiopanorama.h:
14492           Added float support
14493
14494 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14495
14496         * gst/audiofxgood/audiopanorama.c:
14497         (gst_audio_panorama_transform_m2s):
14498           Fix docs & debug category. Add Fixme for volume pan levels.
14499
14500 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14501
14502         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14503         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14504         (gst_avi_demux_stream_header_pull),
14505         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14506         (gst_avi_demux_chain):
14507           unbreak AVI index handling, some more debug, remove an obsolete
14508           adapter_flush that caused streaming to wander off in the wild
14509
14510 2006-08-24  Wim Taymans  <wim@fluendo.com>
14511
14512         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14513         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14514         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14515         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14516         (gst_avi_demux_calculate_durations_from_index),
14517         (gst_avi_demux_stream_header_push),
14518         (gst_avi_demux_stream_header_pull):
14519         * gst/avi/gstavidemux.h:
14520         Some more cleanups. 
14521         Fix totalFrames parsing in ODML.
14522         Disable use of index for length calculation in case of ODML as this is
14523         broken now.
14524
14525 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14526
14527         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14528           Use libgsttag helper function here too.
14529
14530 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14531
14532         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14533         (gst_avi_demux_init), (gst_avi_demux_dispose),
14534         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14535         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14536         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14537         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14538         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14539         (gst_avi_demux_parse_subindex),
14540         (gst_avi_demux_read_subindexes_push),
14541         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14542         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14543         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14544         (gst_avi_demux_massage_index), (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         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14548         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14549         (gst_avi_demux_change_state):
14550         * gst/avi/gstavidemux.h:
14551           Initial streaming support for avidemux (fixes #336465)
14552
14553 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14554
14555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14556           There is no taglibmux element ...
14557
14558         * gst/rtsp/gstrtspsrc.c:
14559           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14560           was complaining about unknown entity here.
14561
14562 2006-08-22  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14565         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14566         (gst_avi_demux_process_next_entry):
14567         * gst/avi/gstavidemux.h:
14568         Mark DISCONT.
14569         Remove old unused fields and reorder the struct a bit.
14570
14571 2006-08-22  Wim Taymans  <wim@fluendo.com>
14572
14573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14574         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14575         (gst_rtspsrc_pause):
14576         * gst/rtsp/gstrtspsrc.h:
14577         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14578         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14579         Small documentation updates.
14580
14581 2006-08-22  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14584         (gst_avi_demux_index_entry_for_time),
14585         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14586         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14587         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14588         (gst_avi_demux_next_data_buffer),
14589         (gst_avi_demux_calculate_durations_from_index),
14590         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14591         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14592         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14593         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14594         * gst/avi/gstavidemux.h:
14595         Precalc most of the duration query for each stream.
14596         Make seeking more correct.
14597         Use GstSegment to track position and duration.
14598         Code cleanups and leak fixes.
14599         Calculate correct total duration based on index length.
14600
14601 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14602
14603         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14604         (parse_insert_string_field):
14605           If strings in text fields are marked ISO8859-1, but contain
14606           valid UTF-8 already, then handle them as UTF-8 and ignore
14607           the encoding. (#351794)
14608
14609 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14612         (gst_flac_dec_write), (gst_flac_dec_loop),
14613         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14614         (gst_flac_dec_src_query):
14615         * ext/flac/gstflacdec.h:
14616           Make flac-in-ogg work (#352100).
14617
14618 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14619
14620         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14621           Don't unref buffers of which we've already given away
14622           ownership to the adapter.
14623
14624 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14627           Make metadata extraction actually work.
14628
14629         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14630         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14631         (gst_speexenc_chain):
14632           Fix metadata writing: replace old code which wrote completely
14633           broken tags with libgsttag-based code. Plus miscellaneous
14634           code cleanups (use static pad templates etc.) and a bunch
14635           of leak fixes.
14636
14637 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14638
14639         * gst/audiopanorama/.cvsignore:
14640         * gst/audiopanorama/Makefile.am:
14641         * gst/audiopanorama/audiofx.c:
14642         * gst/audiopanorama/audiopanorama.c:
14643         * gst/audiopanorama/audiopanorama.h:
14644           die! die! die! you should never have been there
14645
14646 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14647
14648         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14649         Fix invalid memory access in audiopanorama test suite.
14650
14651 2006-08-21  Edward Hervey  <edward@fluendo.com>
14652
14653         * tests/check/elements/.cvsignore:
14654         ignore built file
14655
14656 2006-08-21  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst/rtp/Makefile.am:
14659         Fix the build again.
14660
14661 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14662
14663         * gst/audiofxgood/.cvsignore:
14664         * gst/audiofxgood/Makefile.am:
14665         * gst/audiofxgood/audiofx.c: (plugin_init):
14666         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14667         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14668         (gst_audio_panorama_set_property),
14669         (gst_audio_panorama_get_property),
14670         (gst_audio_panorama_get_unit_size),
14671         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14672         (gst_audio_panorama_transform_m2s),
14673         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14674         * gst/audiofxgood/audiopanorama.h:
14675           resubmit with the desired name *again*
14676
14677 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14678
14679         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14680         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14681           use g_assert in _get_unit_size
14682
14683 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14684
14685         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14686         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14687         * docs/plugins/inspect/plugin-audiofxgood.xml:
14688           cleanup -unused.txt to make it useful, add previously missing docs
14689
14690         * ext/Makefile.am:
14691           Quietly (accidentally) enable LADSPA for building by default, 
14692           despite the fact that it doesn't meet the plugin checklist.
14693             -- Added by Jan Schmidt 18 Dec 2006
14694
14695         * ext/esd/esdmon.c:
14696         * ext/esd/esdsink.c:
14697         * ext/esd/gstesd.c: (plugin_init):
14698           reflow to get rid of two external symbols
14699
14700         * gst/audiofxgood/audiofx.c: (plugin_init):
14701           re-add
14702
14703 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14704
14705         * configure.ac:
14706         * gst/audiofxgood/.cvsignore:
14707         * gst/audiofxgood/Makefile.am:
14708         * gst/audiofxgood/audiofx.c
14709         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14710         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14711         (gst_audio_panorama_set_property),
14712         (gst_audio_panorama_get_property),
14713         (gst_audio_panorama_get_unit_size),
14714         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14715         (gst_audio_panorama_transform_m2s),
14716         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14717         * gst/audiofxgood/audiopanorama.h:
14718         * tests/check/Makefile.am:
14719         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14720         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14721         (panorama_suite), (main):
14722         Add audiofxgood plugin with audiopanorama element
14723
14724 2006-08-18  Wim Taymans  <wim@fluendo.com>
14725
14726         * docs/plugins/Makefile.am:
14727         More Oss docs fixage. 
14728
14729 2006-08-18  Wim Taymans  <wim@fluendo.com>
14730
14731         * gst/rtp/Makefile.am:
14732         * gst/rtp/gstrtp.c: (plugin_init):
14733         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14734         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14735         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14736         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14737         (gst_rtp_sv3v_depay_get_property),
14738         (gst_rtp_sv3v_depay_change_state),
14739         (gst_rtp_sv3v_depay_plugin_init):
14740         * gst/rtp/gstrtpsv3vdepay.h:
14741         Added experimental SVQ3 depayloader.
14742
14743 2006-08-18  Edward Hervey  <edward@fluendo.com>
14744
14745         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14746         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14747         * ext/dv/gstdvdemux.h:
14748         When handling seek requests, don't send the newsegment event from the
14749         calling thread. Instead save it so it can be sent from the streaming
14750         thread.
14751
14752 2006-08-17  Wim Taymans  <wim@fluendo.com>
14753
14754         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14755
14756         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14757         Accept leading whitespace before the boundary
14758         This patch makes the demuxer allow some whitespace before the actual
14759         boundary. This makes the demuxer work with the ``old'' gstreamer
14760         multipartmuxer again (which placed an extra \n before the start
14761         of the stream) Fixes #349068.
14762
14763 2006-08-17  Wim Taymans  <wim@fluendo.com>
14764
14765         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14766         Error out on non-implemented stuff.
14767
14768 2006-08-16  Wim Taymans  <wim@fluendo.com>
14769
14770         Patch by: Andy Wingo <wingo at pobox dot com>
14771
14772         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14773         (gst_signal_processor_start), (gst_signal_processor_stop),
14774         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14775         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14776         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14777         (gst_signal_processor_change_state):
14778         Make ladspa elements reusable. Fixes #350006.
14779
14780 2006-08-16  Wim Taymans  <wim@fluendo.com>
14781
14782         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14783         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14784         names as possible. Fixes #349901.
14785
14786 2006-08-16  Wim Taymans  <wim@fluendo.com>
14787
14788         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14789         (gst_signal_processor_do_pushes):
14790         A push() gives away our refcount so we should not use the buffer on the
14791         pen anymore.
14792
14793 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14794
14795         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14796         (gst_oss_mixer_element_finalize):
14797           Don't leak device string.
14798
14799 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * configure.ac:
14802           Require CVS of GStreamer core and -base (for
14803           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14804
14805         * ext/taglib/gstid3v2mux.cc:
14806           Write extended comment tags properly (#348762).
14807
14808         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14809         (parse_comment_frame):
14810           Extract COMM frames into extended comments, which makes it
14811           easier to properly retain the description bit of the tag
14812           and maintain this information when re-tagging (#348762).
14813
14814 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * tests/check/Makefile.am:
14817           Don't try to run annodex unit tests if the annodex
14818           plugin has not been built (Fixes #351116).
14819
14820 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * gst/autodetect/gstautoaudiosink.c:
14823         (gst_auto_audio_sink_find_best):
14824           When we can't find a usable audiosink, don't error out,
14825           but use a fake sink instead and post a warning message
14826           on the bus (#341278).
14827
14828 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14831         * sys/oss/gstosssink.c:
14832         * sys/oss/gstosssrc.c:
14833           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14834           ossmixer's new device property.
14835
14836         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14837         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14838           Add docs for OSS elements.
14839
14840         * docs/plugins/inspect/plugin-aasink.xml:
14841         * docs/plugins/inspect/plugin-alaw.xml:
14842         * docs/plugins/inspect/plugin-alpha.xml:
14843         * docs/plugins/inspect/plugin-alphacolor.xml:
14844         * docs/plugins/inspect/plugin-annodex.xml:
14845         * docs/plugins/inspect/plugin-apetag.xml:
14846         * docs/plugins/inspect/plugin-auparse.xml:
14847         * docs/plugins/inspect/plugin-autodetect.xml:
14848         * docs/plugins/inspect/plugin-avi.xml:
14849         * docs/plugins/inspect/plugin-cacasink.xml:
14850         * docs/plugins/inspect/plugin-cairo.xml:
14851         * docs/plugins/inspect/plugin-cdio.xml:
14852         * docs/plugins/inspect/plugin-cutter.xml:
14853         * docs/plugins/inspect/plugin-debug.xml:
14854         * docs/plugins/inspect/plugin-dv.xml:
14855         * docs/plugins/inspect/plugin-efence.xml:
14856         * docs/plugins/inspect/plugin-effectv.xml:
14857         * docs/plugins/inspect/plugin-esdsink.xml:
14858         * docs/plugins/inspect/plugin-flac.xml:
14859         * docs/plugins/inspect/plugin-flxdec.xml:
14860         * docs/plugins/inspect/plugin-gconfelements.xml:
14861         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14862         * docs/plugins/inspect/plugin-goom.xml:
14863         * docs/plugins/inspect/plugin-halelements.xml:
14864         * docs/plugins/inspect/plugin-icydemux.xml:
14865         * docs/plugins/inspect/plugin-id3demux.xml:
14866         * docs/plugins/inspect/plugin-jpeg.xml:
14867         * docs/plugins/inspect/plugin-level.xml:
14868         * docs/plugins/inspect/plugin-matroska.xml:
14869         * docs/plugins/inspect/plugin-mulaw.xml:
14870         * docs/plugins/inspect/plugin-multipart.xml:
14871         * docs/plugins/inspect/plugin-navigationtest.xml:
14872         * docs/plugins/inspect/plugin-ossaudio.xml:
14873         * docs/plugins/inspect/plugin-png.xml:
14874         * docs/plugins/inspect/plugin-rtp.xml:
14875         * docs/plugins/inspect/plugin-rtsp.xml:
14876         * docs/plugins/inspect/plugin-shout2send.xml:
14877         * docs/plugins/inspect/plugin-smpte.xml:
14878         * docs/plugins/inspect/plugin-speex.xml:
14879         * docs/plugins/inspect/plugin-taglib.xml:
14880         * docs/plugins/inspect/plugin-udp.xml:
14881         * docs/plugins/inspect/plugin-videobalance.xml:
14882         * docs/plugins/inspect/plugin-videobox.xml:
14883         * docs/plugins/inspect/plugin-videoflip.xml:
14884         * docs/plugins/inspect/plugin-videomixer.xml:
14885         * docs/plugins/inspect/plugin-wavenc.xml:
14886         * docs/plugins/inspect/plugin-wavparse.xml:
14887         * docs/plugins/inspect/plugin-ximagesrc.xml:
14888           Update to CVS version.
14889           
14890 2006-08-16  Wim Taymans  <wim@fluendo.com>
14891
14892         * gst/rtp/gstrtpamrdepay.c:
14893         * gst/rtp/gstrtpmp4gdepay.c:
14894         Caps extra properties must be defined as strings for
14895         depayloaders because they are generated from an SDP.
14896
14897         * gst/rtp/Makefile.am:
14898         * gst/rtp/gstrtp.c: (plugin_init):
14899         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14900         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14901         (gst_rtp_h264_depay_finalize), (decode_base64),
14902         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14903         (gst_rtp_h264_depay_set_property),
14904         (gst_rtp_h264_depay_get_property),
14905         (gst_rtp_h264_depay_change_state),
14906         (gst_rtp_h264_depay_plugin_init):
14907         * gst/rtp/gstrtph264depay.h:
14908         Added basic, not completely functional RFC 3984 H264 depayloader.
14909
14910 2006-08-16  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14913         Add pads after setting them up.
14914
14915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14916         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14917         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14918         (gst_rtspsrc_stream_setup_rtp),
14919         (gst_rtspsrc_stream_configure_transport),
14920         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14921         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14922         (gst_rtspsrc_pause):
14923         * gst/rtsp/gstrtspsrc.h:
14924         Fix interleaved mode.
14925          - Protect streaming with lock.
14926          - Combine flows
14927          - set caps on outgoing buffers.
14928          - strip trailing \0 from data packets.
14929          - Configure RTP/RTCP in stream.
14930         Use DEBUG_OBJECT more.
14931
14932 2006-08-16  Wim Taymans  <wim@fluendo.com>
14933
14934         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14935         Turn a g_print into a DEBUG line.
14936
14937 2006-08-13  Wim Taymans  <wim@fluendo.com>
14938
14939         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14940         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14941         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14942         (gst_oss_mixer_element_get_property),
14943         (gst_oss_mixer_element_change_state):
14944         * sys/oss/gstossmixerelement.h:
14945         Small cleanups. Better error reporting.
14946         Add device property for the mixer instead of the hardcoded
14947         /dev/mixer. Fixes #350785.
14948         API: GstOssMixerElement::device property
14949
14950 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14951
14952         Patch by: Jens Granseuer <jensgr at gmx net>
14953
14954         * gconf/Makefile.am:
14955           Make --disable-schemas work right (they still need
14956           to be copied to the installation directory, just not
14957           applied). Fixes #351347 (also #344100).
14958           
14959 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14960
14961         * configure.ac: back to HEAD
14962
14963 === release 0.10.4 ===
14964
14965 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14966
14967         * configure.ac:
14968           releasing 0.10.4, "Dear Leader"
14969
14970 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14971
14972         Patch by: Edward Hervey <edward@fluendo.com>
14973
14974         * configure.ac:
14975         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14976         (gst_wavparse_stream_data):
14977         Send the newsegment event in the streaming thread.
14978         Fixes #347529
14979
14980 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14983         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14984         (gst_smokeenc_resync), (gst_smokeenc_chain):
14985           Refuse sink caps in the encoder if width or height is not a
14986           multiple of 16, the encoder does not support that yet (#349939);
14987           along the same lines, check the return value of the encoder
14988           setup function; also remove some debug log clutter.
14989
14990 2006-08-04  Andy Wingo  <wingo@pobox.com>
14991
14992         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14993         whether a processor can work in place or not, and for keeping
14994         track of its state. Change the FlowReturn instance variable from
14995         "state" to "flow_state", all callers changed.
14996
14997         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14998         (gst_signal_processor_start, gst_signal_processor_stop)
14999         (gst_signal_processor_cleanup): New functions to manage the
15000         processor's state.
15001         (gst_signal_processor_setcaps): start() as well as setup() here.
15002         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
15003         (gst_signal_processor_change_state): Stop and cleanup the
15004         processor as we go to NULL.
15005
15006         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
15007         INPLACE_BROKEN is not set.
15008
15009         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
15010         Do the alloc_buffer in bytes, not frames.
15011         
15012 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15013
15014         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
15015         Fix rgb masks when recording in < 24bpp.
15016
15017 2006-08-04  Andy Wingo  <wingo@pobox.com>
15018
15019         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
15020         (gst_signal_processor_prepare)
15021         (gst_signal_processor_update_inputs)
15022         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
15023         (gst_signal_processor_flush)
15024         (gst_signal_processor_sink_activate_push)
15025         (gst_signal_processor_src_activate_pull)
15026         (gst_signal_processor_change_state): Remove the last of the code
15027         that assumes that we process whole buffers at a time. Fix some
15028         debugging. Seems to work now in some cases.
15029         (gst_signal_processor_src_activate_pull): BPB
15030
15031 2006-08-01  Andy Wingo  <wingo@pobox.com>
15032
15033         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15034         Fix nframes-choosing.
15035         (gst_signal_processor_init): Init pending_in and pending_out.
15036
15037         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15038         more default sample rate, although we never check that the sample
15039         rate actually gets set. Something for the future.
15040         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15041         (gst_signal_processor_event): Refcount fixen.
15042         (gst_signal_processor_process): Pull the number of frames to
15043         process from the sizes of the buffers in the input pens.
15044         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15045         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15046         it instead of buffer_frames.
15047         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15048         to do_pulls.
15049         (gst_signal_processor_chain)
15050         (gst_signal_processor_sink_activate_push)
15051         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15052
15053         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15054
15055 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15056
15057         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15058         (gst_signal_processor_process):
15059           don't query buffer-frames from caps, add lots of debug-log,
15060           try fix for assert (#349189)
15061
15062 2006-07-31  Wim Taymans  <wim@fluendo.com>
15063
15064         * gst/udp/gstudpsrc.c:
15065         Fix docs.
15066
15067 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15068
15069         * ext/ladspa/gstsignalprocessor.c:
15070         (gst_signal_processor_add_pad_from_template),
15071         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15072         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15073         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15074         (gst_signal_processor_sink_activate_push),
15075         (gst_signal_processor_src_activate_pull),
15076         (gst_signal_processor_change_state):
15077          Add debugs logs here and there, add more error handling, add some
15078          FIXME comments, filed #349189
15079
15080 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15081
15082         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15083         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15084         Set caps on buffer correctly.  Fixes bug #349155.
15085
15086 2006-07-28  Wim Taymans  <wim@fluendo.com>
15087
15088         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15089
15090         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15091         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15092         (gst_multipart_demux_finalize), (get_line_end),
15093         (multipart_parse_header), (multipart_find_boundary),
15094         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15095         (gst_multipart_set_property), (gst_multipart_get_property):
15096         Uses GstAdapter instead of own buffering.
15097         Actually parses the mime-type correctly (In tests the mime-type was
15098         always "" with the old version).
15099         Uses the Content-length header if available to speed up things.
15100         Reliably autoscans the boundary name by default.
15101         Fixes #349068.
15102
15103         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15104         Don't start the stream with a \n.
15105
15106 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15107
15108         Patch by: Brian Cameron <brian dot cameron at sun com>
15109
15110         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15111           Open source with O_NONBLOCK (#349015).
15112
15113 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15114
15115         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15116         (gst_avi_demux_massage_index):
15117         * gst/avi/gstavidemux.h:
15118           Whitespace fixes and more debug
15119
15120 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15121
15122         * gst/autodetect/gstautoaudiosink.c:
15123         (gst_auto_audio_sink_create_element_with_pretty_name),
15124         (gst_auto_audio_sink_find_best),
15125         (gst_auto_audio_sink_change_state):
15126           Get rid of old and unused magic sound-server properties stuff.
15127           Add suffix to child sink's name that makes it easy to see from
15128           the name alone which type it actually is (alsa, oss, esd, etc.).
15129
15130 2006-07-27  Wim Taymans  <wim@fluendo.com>
15131
15132         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15133         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15134         (gst_udpsrc_start):
15135         * gst/udp/gstudpsrc.h:
15136         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15137         not some sort of feature we enable.
15138
15139 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15140
15141         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15142           Use CLOSE_SOCKET() here instead of close() to maintain
15143           win32 workiness.
15144
15145 2006-07-27  Wim Taymans  <wim@fluendo.com>
15146
15147         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15148
15149         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15150         (gst_udpsrc_create), (gst_udpsrc_set_property),
15151         (gst_udpsrc_get_property), (gst_udpsrc_start):
15152         * gst/udp/gstudpsrc.h:
15153         Added "buffer-size" property to control the kernel receive buffer size.
15154         Update documentation.
15155         Small cleanups. Fixes #348752.
15156         API: buffer-size property
15157
15158 2006-07-26  Wim Taymans  <wim@fluendo.com>
15159
15160         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15161
15162         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15163         (gst_rtp_pcma_pay_handle_buffer):
15164         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15165         (gst_rtp_pcmu_pay_handle_buffer):
15166         Fix timestamp calculation on outgoing RTP packets.
15167         Fixes #348675.
15168
15169 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * ext/taglib/gstid3v2mux.cc:
15172           Fix writing of comment frames (should be COMM not TCOM),
15173           is still sub-optimal though, since we don't retain or
15174           extract the comment descriptions properly (#334375,
15175           also see #334375).
15176
15177 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * gst/wavparse/gstwavparse.c:
15180           #define 'fact' RIFF chunk if we are not compiling against
15181           -base CVS (we don't want to depend on -base CVS for this
15182           one define only, and also not for release order reasons).
15183
15184 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15185
15186         * ext/taglib/gstid3v2mux.cc:
15187           Handle multiple tags of the same type properly. Re-inject
15188           unparsed ID3v2 frames that we get as binary blobs from
15189           id3demux into the tag again so we don't lose information
15190           when retagging (#334375).
15191
15192 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15195           Document newly-added properties properly, so that there is a
15196           'Since: 0.10.4' in the plugin docs. Convert some property
15197           names into canonical GObject style (GObject will do that
15198           internally anyway).
15199
15200 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * gst/id3demux/id3tags.c:
15203         (id3demux_add_id3v2_frame_blob_to_taglist):
15204           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15205           well, and add the version to the blob's buffer caps, since that
15206           information will be needed for deserialisation later on (#348644).
15207
15208 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15209
15210         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15211         (gst_avi_demux_parse_stream):
15212          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15213          indentation and spacing.
15214
15215 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15216
15217         * docs/plugins/Makefile.am:
15218         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15219         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15220         * docs/plugins/gst-plugins-good-plugins.args:
15221         * docs/plugins/inspect/plugin-1394.xml:
15222         * docs/plugins/inspect/plugin-aasink.xml:
15223         * docs/plugins/inspect/plugin-alaw.xml:
15224         * docs/plugins/inspect/plugin-alpha.xml:
15225         * docs/plugins/inspect/plugin-alphacolor.xml:
15226         * docs/plugins/inspect/plugin-annodex.xml:
15227         * docs/plugins/inspect/plugin-apetag.xml:
15228         * docs/plugins/inspect/plugin-auparse.xml:
15229         * docs/plugins/inspect/plugin-autodetect.xml:
15230         * docs/plugins/inspect/plugin-avi.xml:
15231         * docs/plugins/inspect/plugin-cacasink.xml:
15232         * docs/plugins/inspect/plugin-cairo.xml:
15233         * docs/plugins/inspect/plugin-cdio.xml:
15234         * docs/plugins/inspect/plugin-cutter.xml:
15235         * docs/plugins/inspect/plugin-debug.xml:
15236         * docs/plugins/inspect/plugin-dv.xml:
15237         * docs/plugins/inspect/plugin-efence.xml:
15238         * docs/plugins/inspect/plugin-effectv.xml:
15239         * docs/plugins/inspect/plugin-esdsink.xml:
15240         * docs/plugins/inspect/plugin-flac.xml:
15241         * docs/plugins/inspect/plugin-flxdec.xml:
15242         * docs/plugins/inspect/plugin-gconfelements.xml:
15243         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15244         * docs/plugins/inspect/plugin-goom.xml:
15245         * docs/plugins/inspect/plugin-halelements.xml:
15246         * docs/plugins/inspect/plugin-icydemux.xml:
15247         * docs/plugins/inspect/plugin-id3demux.xml:
15248         * docs/plugins/inspect/plugin-jpeg.xml:
15249         * docs/plugins/inspect/plugin-level.xml:
15250         * docs/plugins/inspect/plugin-matroska.xml:
15251         * docs/plugins/inspect/plugin-mulaw.xml:
15252         * docs/plugins/inspect/plugin-multipart.xml:
15253         * docs/plugins/inspect/plugin-navigationtest.xml:
15254         * docs/plugins/inspect/plugin-ossaudio.xml:
15255         * docs/plugins/inspect/plugin-png.xml:
15256         * docs/plugins/inspect/plugin-rtp.xml:
15257         * docs/plugins/inspect/plugin-rtsp.xml:
15258         * docs/plugins/inspect/plugin-shout2send.xml:
15259         * docs/plugins/inspect/plugin-smpte.xml:
15260         * docs/plugins/inspect/plugin-speex.xml:
15261         * docs/plugins/inspect/plugin-udp.xml:
15262         * docs/plugins/inspect/plugin-videobalance.xml:
15263         * docs/plugins/inspect/plugin-videobox.xml:
15264         * docs/plugins/inspect/plugin-videoflip.xml:
15265         * docs/plugins/inspect/plugin-videomixer.xml:
15266         * docs/plugins/inspect/plugin-wavenc.xml:
15267         * docs/plugins/inspect/plugin-wavparse.xml:
15268         * docs/plugins/inspect/plugin-ximagesrc.xml:
15269           Update files to CVS/Prerelease version, add esdsink docs.
15270
15271         * ext/esd/esdsink.c:
15272           Add gtk-doc blurb.
15273
15274         * gst/rtp/gstrtpmp4vpay.c:
15275           Fix typo in element description.
15276
15277 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * ext/esd/esdsink.c: (gst_esdsink_open),
15280         (gst_esdsink_factory_init):
15281           Prevent libesd from auto-spawning a sound daemon if it
15282           is not already running. Now that we don't do evil stuff
15283           like that any longer we can give esdsink a rank so that
15284           autoaudiosink will try it as well if all other audio
15285           sinks fail (#343051).
15286
15287 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15288
15289         * ext/esd/Makefile.am:
15290           Oops, need to remove README from EXTRA_DIST as well.
15291
15292 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15293
15294         * ext/esd/README:
15295           Remove, it contains nothing useful anyway.
15296
15297         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15298         (gst_esdsink_delay):
15299           Some small clean-ups; use GST_BOILERPLATE etc.
15300
15301 2006-07-24  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst/law/alaw-decode.c: (alawdec_getcaps):
15304         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15305         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15306         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15307         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15308
15309 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15310
15311         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15312         (gst_wavparse_other), (gst_wavparse_perform_seek),
15313         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15314         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15315         (gst_wavparse_pad_query):
15316         * gst/wavparse/gstwavparse.h:
15317           Use information from 'fact' chunk for length calculation of compressed
15318           samples. Calculate bps if bogus value is found in wav header (embeded
15319           mp2/mp3).
15320           
15321
15322 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15325
15326         * configure.ac:
15327         * gst/udp/Makefile.am:
15328         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15329         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15330         * gst/udp/gstdynudpsink.h:
15331         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15332         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15333         * gst/udp/gstmultiudpsink.h:
15334         * gst/udp/gstudp.c: (plugin_init):
15335         * gst/udp/gstudpsink.h:
15336         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15337         (gst_udpsrc_start), (gst_udpsrc_stop):
15338         * gst/udp/gstudpsrc.h:
15339         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15340         (gst_udp_net_utils_win32_wsa_startup):
15341         * gst/udp/gstudpnetutils.h:
15342           Port udp plugin to win32 (#345288).
15343
15344 2006-07-24  Wim Taymans  <wim@fluendo.com>
15345
15346         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15347         Remove unwanted DEBUG line.
15348
15349 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         * gst/id3demux/gstid3demux.c: (plugin_init):
15352         * gst/id3demux/id3tags.c:
15353         (id3demux_add_id3v2_frame_blob_to_taglist):
15354         * gst/id3demux/id3tags.h:
15355           On second thought, it might be wiser and more efficient
15356           not to do tag registration from a streaming thread.
15357
15358 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * gst/id3demux/id3tags.c:
15361         (id3demux_add_id3v2_frame_blob_to_taglist),
15362         (id3demux_id3v2_frames_to_tag_list):
15363           Put ID3v2 frames we can't parse as binary blobs into private
15364           tags, so that they are not lost when retagging, at least once
15365           id3v2mux has been taught to re-inject those frames again.
15366           See bug #334375.
15367
15368 2006-07-21  Wim Taymans  <wim@fluendo.com>
15369
15370         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15371         (gst_avi_demux_process_next_entry):
15372         Fix some leaks.
15373
15374         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15375         Don't use \n in debug lines.
15376
15377 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15378
15379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15381           Add annodex and icydemux, cleanup the sections a bit
15382
15383 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15384
15385         Patch by: Alex Lancaster <alexl at users sourceforge net>
15386
15387         * ext/taglib/gstid3v2mux.cc:
15388           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15389           ID3v2 TSSE frames (#347898).
15390
15391 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15392
15393         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15394           Respect mpegversion for "video/mpeg" and give message in case of
15395           unhandled versions.
15396
15397 2006-07-17  Wim Taymans  <wim@fluendo.com>
15398
15399         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15400         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15401         (gst_pngdec_chain), (gst_pngdec_sink_event),
15402         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15403         (gst_pngdec_sink_activate_push):
15404         * ext/libpng/gstpngdec.h:
15405         Use statically allocated segment instead of leaking.
15406         Various cleanups.
15407         Fix flush and seek handling.
15408
15409 2006-07-16  Wim Taymans  <wim@fluendo.com>
15410
15411         * gst/rtp/Makefile.am:
15412         * gst/rtp/gstrtp.c: (plugin_init):
15413         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15414         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15415         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15416         (gst_rtp_mp4g_depay_set_property),
15417         (gst_rtp_mp4g_depay_get_property),
15418         (gst_rtp_mp4g_depay_change_state),
15419         (gst_rtp_mp4g_depay_plugin_init):
15420         * gst/rtp/gstrtpmp4gdepay.h:
15421         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15422         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15423         (gst_rtp_mp4g_pay_flush):
15424         Added simple generic mpeg4 depayloader.
15425         Fix generic mpeg4 payloader.
15426
15427 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15428
15429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15430           Don't try doing state changes on a NULL pointer.
15431
15432 2006-07-14  Wim Taymans  <wim@fluendo.com>
15433
15434         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15435
15436         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15437         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15438         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15439         * gst/rtp/gstrtpamrdepay.h:
15440         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15441         Fixes #321191
15442
15443 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15444
15445         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15446         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15447         Fix segfault when moving mouse pointer to the bottom right corner.
15448
15449 2006-07-12  Wim Taymans  <wim@fluendo.com>
15450
15451         * gst/rtp/Makefile.am:
15452         * gst/rtp/gstrtp.c: (plugin_init):
15453         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15454         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15455         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15456         (gst_rtp_mp2t_depay_set_property),
15457         (gst_rtp_mp2t_depay_get_property),
15458         (gst_rtp_mp2t_depay_change_state),
15459         (gst_rtp_mp2t_depay_plugin_init):
15460         * gst/rtp/gstrtpmp2tdepay.h:
15461         Added mpeg2 TS depayloader. Closing #347234.
15462
15463 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15466           Remove g_assert that shouldn't be there and was triggered
15467           after trying to open a device that doesn't exist or can't
15468           be opened for some other reason (#347972).
15469
15470 2006-07-10  Edward Hervey  <edward@fluendo.com>
15471
15472         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15473         (gst_avi_demux_stream_header), (push_tag_lists):
15474         * gst/avi/gstavidemux.h:
15475         Don't push tag events found by gst_riff_parse_info() before outputting
15476         GST_EVENT_NEWSEGMENT.
15477
15478 2006-07-10  Wim Taymans  <wim@fluendo.com>
15479
15480         * gst/rtsp/Makefile.am:
15481         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15482         (rtsp_connection_close):
15483         * gst/rtsp/rtspdefs.h:
15484         replaced closesocket and close in code with one CLOSE_SOCKET. 
15485         Some more cleanups. Fixes #345301.
15486
15487 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst/autodetect/gstautoaudiosink.c:
15490           Fix example pipeline in docs.
15491
15492 2006-07-10  Wim Taymans  <wim@fluendo.com>
15493
15494         Patch by: Rob Taylor <robtaylor at floopily dot org>
15495
15496         * gst/udp/gstmultiudpsink.c: (join_multicast),
15497         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15498         If a destination is added before the stream is set to PAUSED, the
15499         multicast group is not joined as the socket is not created yet. 
15500         Also TTL and LOOP should also be set. Fixes #346921.
15501
15502 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15503
15504         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15505         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15506         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15507         (gst_ximage_src_init):
15508         * sys/ximage/gstximagesrc.h:
15509         Fix use-damage property to actually work :)
15510         Add startx, starty, endx, endy properties so screencasts other than full
15511         screen ones can work.
15512
15513 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15514
15515         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15516         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15517         (gst_ximage_src_class_init), (gst_ximage_src_init):
15518         * sys/ximage/gstximagesrc.h:
15519         Add use_damage property to offer ability to choose whether to use
15520         XDamage or not.
15521
15522 2006-07-07  Wim Taymans  <wim@fluendo.com>
15523
15524         * gst/goom/filters.c: (zoomFilterSetResolution):
15525         Avoid goom coredumping by clearing memory. 
15526         Fixes 345679.
15527
15528 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15529
15530         * win32/vs6/libgstid3demux.dsp:
15531         Add a link to libgsttag-0.10.lib.
15532
15533 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15534
15535         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15536         (gst_tag_demux_read_range):
15537         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15538         (gst_id3demux_read_range):
15539           Don't return FLOW_UNEXPECTED when a buffer is before
15540           the start of the stream (which might happen with
15541           large ID3v2 tags if the tag reading was done pullrange
15542           based and we then switched to push mode later on).
15543           Fixes regression introduced by commit from June 29th.
15544
15545 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15546
15547         * ext/taglib/gstid3v2mux.cc:
15548           Make UTF-8 the default encoding when writing string
15549           tags (before, our UTF-8 strings would automatically
15550           be converted to ISO-8859-1 by taglib and written as
15551           ISO-8859-1 fields if that was possible).
15552
15553         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15554         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15555         (test_taglib_id3mux_with_tags):
15556           Add test case that makes sure our UTF-8 strings have
15557           actually been written into the tag as UTF-8.
15558
15559 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         * configure.ac:
15562           Let's try that again.
15563
15564 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15565
15566         * configure.ac:
15567           Disable monoscope plugin for now until it fulfills
15568           all the requirements.
15569
15570 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * configure.ac:
15573         * gst/monoscope/Makefile.am:
15574         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15575         (gst_monoscope_class_init), (gst_monoscope_init),
15576         (gst_monoscope_finalize), (gst_monoscope_reset),
15577         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15578         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15579         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15580         (gst_monoscope_change_state), (plugin_init):
15581         * gst/monoscope/gstmonoscope.h:
15582           Port monoscope visualisation to 0.10.
15583
15584 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15585
15586         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15587         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15588           Return FLOW_UNEXPECTED when at the end of the file, not
15589           FLOW_ERROR. Fixes 'internal stream error' errors that
15590           would sometimes occur in totem when scrubbing to the
15591           end of an ID3v1 tagged mp3 file.
15592
15593 2006-07-03  Edward Hervey  <edward@fluendo.com>
15594
15595         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15596         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15597         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15598         * ext/libpng/gstpngdec.h:
15599         Implement buffer clipping/dropping using GstSegment.
15600         This provides accurate seeking.
15601
15602 2006-07-03  Edward Hervey  <edward@fluendo.com>
15603
15604         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15605         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15606         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15607         (gst_avi_demux_process_next_entry), (push_tag_lists),
15608         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15609         * gst/avi/gstavidemux.h:
15610         Proper aggregation of each stream's GstFlowReturn in order to figure out
15611         whether the task should stop or not.
15612         Don't send inline events before pushing out a NEW_SEGMENT, more
15613         specifically for GST_TAG_EVENT.
15614         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15615         sub-indexes.
15616
15617 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15620
15621         * sys/sunaudio/gstsunaudiomixerctrl.c:
15622         (gst_sunaudiomixer_ctrl_build_list):
15623           Move "Monitor" slider to input tab so it works more like
15624           sdtaudiocontrol, which is what people on Solaris are used
15625           to using for their mixer program (#346259).
15626
15627 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15628
15629         * tests/check/elements/level.c: (GST_START_TEST):
15630           fix a leak, clean up at the end
15631
15632 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15633
15634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15635         (gst_matroska_demux_send_event),
15636         (gst_matroska_demux_loop_stream_parse_id):
15637         * gst/matroska/matroska-ids.h:
15638           Send tag event after newsegment event.
15639
15640 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15641
15642         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15643         (gst_id3demux_read_range):
15644           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15645           certain cases where a read beyond the end of the file is
15646           requested. Fixes #345930.
15647
15648         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15649         (gst_tag_demux_read_range):
15650           Fix same issue here as well.
15651
15652 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15653
15654         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15655         
15656         Fix hypothetical crash.
15657
15658 2006-06-28  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/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15663           Do not modify the ports value. If the user has turned off the
15664           built-in speakers, then we should not reset it in the prepare
15665           function, since this causes the built-in speakers to turn
15666           back on anytime the user changes a track in totem, rhythmbox,
15667           etc. (#346066).
15668
15669 2006-06-23  Wim Taymans  <wim@fluendo.com>
15670
15671         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15672         Fix double caps unref when negotiation fails.
15673
15674 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15675
15676         * ext/annodex/gstcmmldec.c:
15677         * ext/annodex/gstcmmlenc.c:
15678         * ext/annodex/gstcmmlparser.c:
15679         * ext/dv/gstdvdec.c:
15680         * ext/dv/gstdvdemux.c:
15681         * ext/gdk_pixbuf/pixbufscale.c:
15682         * ext/jpeg/gstjpegenc.c:
15683         * ext/jpeg/gstsmokedec.c:
15684         * ext/jpeg/gstsmokeenc.c:
15685         * ext/libpng/gstpngdec.c:
15686         * ext/libpng/gstpngenc.c:
15687         * ext/speex/gstspeexenc.c:
15688         * gst/alpha/gstalphacolor.c:
15689         * gst/cutter/gstcutter.c:
15690         * gst/debug/gstnavigationtest.c:
15691         * gst/icydemux/gsticydemux.c:
15692         * gst/level/gstlevel.c:
15693         * gst/multipart/multipart.c:
15694         * gst/rtp/gstrtpamrpay.c:
15695         * gst/rtp/gstrtpdepay.c:
15696         * gst/rtp/gstrtpilbcpay.c:
15697         * gst/rtp/gstrtpmp4gpay.c:
15698         * gst/rtp/gstrtpmp4vpay.c:
15699         * gst/rtsp/gstrtpdec.c:
15700         * gst/rtsp/gstrtspsrc.c:
15701         * gst/udp/gstdynudpsink.c:
15702         * gst/udp/gstmultiudpsink.c:
15703         * gst/udp/gstudpsrc.c:
15704         * gst/videobox/gstvideobox.c:
15705         * gst/videofilter/gstvideoflip.c:
15706           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15707           plus two minor macro fixes.
15708
15709 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * gst/matroska/matroska-demux.c:
15712         (gst_matroska_demux_check_subtitle_buffer),
15713         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15714         (gst_matroska_demux_subtitle_caps):
15715         * gst/matroska/matroska-ids.c:
15716         (gst_matroska_track_init_subtitle_context):
15717         * gst/matroska/matroska-ids.h:
15718           Try to fix up broken matroska files containing subtitle
15719           streams with non-UTF8 character encodings (courtesy of
15720           mkvmerge) using either the encoding specified in the
15721           GST_SUBTITLE_ENCODING environment variable or the
15722           current locale's character set if it is non-UTF8.
15723           Fixes #337076.
15724
15725 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15726
15727         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15728           Set image type from APIC frame as "image-type" field
15729           of GST_TAG_IMAGE buffer caps (#344605).
15730
15731 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15732
15733         * ext/flac/Makefile.am:
15734         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15735         (gst_flac_dec_reset_decoders),
15736         (gst_flac_dec_setup_seekable_decoder),
15737         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15738         (gst_flac_dec_metadata_callback),
15739         (gst_flac_dec_metadata_callback_seekable),
15740         (gst_flac_dec_metadata_callback_stream),
15741         (gst_flac_dec_error_callback),
15742         (gst_flac_dec_error_callback_seekable),
15743         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15744         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15745         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15746         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15747         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15748         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15749         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15750         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15751         (gst_flac_dec_sink_activate_push),
15752         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15753         * ext/flac/gstflacdec.h:
15754           Support chain-based operation, should make flac-over-DAAP
15755           work (#340492).
15756
15757 2006-06-20  Wim Taymans  <wim@fluendo.com>
15758
15759         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15760         Doc updates, merge some unused symbols.
15761
15762 2006-06-20  Wim Taymans  <wim@fluendo.com>
15763
15764         * docs/plugins/Makefile.am:
15765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15767         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15768         * gst/rtsp/gstrtspsrc.c:
15769         * gst/rtsp/gstrtspsrc.h:
15770         Added documentation for the rtsp plugin. Fixes #345393.
15771
15772 2006-06-20  Wim Taymans  <wim@fluendo.com>
15773
15774         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15775         (rtsp_connection_close), (rtsp_connection_free):
15776         Use better G_OS_* macros. Fixes #345301 some more.
15777
15778 2006-06-20  Wim Taymans  <wim@fluendo.com>
15779
15780         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15781
15782         * sys/sunaudio/Makefile.am:
15783         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15784         * sys/sunaudio/gstsunaudiomixerctrl.c:
15785         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15786         (gst_sunaudiomixer_ctrl_list_tracks),
15787         (gst_sunaudiomixer_ctrl_get_volume),
15788         (gst_sunaudiomixer_ctrl_set_volume),
15789         (gst_sunaudiomixer_ctrl_set_mute),
15790         (gst_sunaudiomixer_ctrl_set_record):
15791         * sys/sunaudio/gstsunaudiomixerctrl.h:
15792         * sys/sunaudio/gstsunaudiomixertrack.c:
15793         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15794         * sys/sunaudio/gstsunaudiomixertrack.h:
15795         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15796         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15797         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15798         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15799         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15800         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15801         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15802         (gst_sunaudiosrc_reset):
15803         * sys/sunaudio/gstsunaudiosrc.h:
15804         Add a SunAudio source plugin.
15805         Support stereo and right/left channel gain in the mixer plugin.
15806         Support the RECORD flag so that you can switch between line-input and
15807         microphone in gnome-volume-control.
15808         Code cleanups like using an enumerator for track number instead of an 
15809         integer. Fixes #344923.
15810
15811 2006-06-20  Wim Taymans  <wim@fluendo.com>
15812
15813         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15814
15815         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15816         (rtsp_connection_close):
15817         Make RTSP plugin compile on windows. Fixes #345301.
15818         Some changes to original patch to catch errors better.
15819         use ifdef WIN32 instead of ifndef.
15820
15821 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15822
15823         * configure.ac:
15824         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15825
15826 2006-06-18  Edward Hervey  <edward@fluendo.com>
15827
15828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15829         After a failed buffer alloc, we need to abort the jpeg decoding (it
15830         started when parsing headers to figure out how many bytes we need
15831         to request downstream).
15832
15833 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15834
15835         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15836
15837         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15838           Make sure we don't read beyond the end of the file (#345232).
15839
15840 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15841
15842         * configure.ac:
15843           Fix --disable-external (can't set conditionals conditionally,
15844           #343602).
15845
15846 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15847
15848         * autogen.sh:
15849         * configure.ac:
15850         * docs/Makefile.am:
15851           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15852
15853         * docs/plugins/Makefile.am:
15854         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15855         * docs/plugins/inspect/plugin-taglib.xml:
15856           Add/fix apev2mux docs.
15857
15858 2006-06-14  Wim Taymans  <wim@fluendo.com>
15859
15860         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15861         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15862         (gst_dvdec_change_state):
15863         Reset segment info on flush.
15864         Alloc segment in _init, free in _finalize.
15865
15866         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15867         Don't send segments twice.
15868
15869 2006-06-14  Wim Taymans  <wim@fluendo.com>
15870
15871         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15872         Respect segment.stop. Fixes #342592.
15873
15874 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15875
15876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15877           No language specified means the implied language is English
15878           according to the matroska spec (partially fixes #344708);
15879           add some more debug output.
15880
15881 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15884         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15885         (gst_wavparse_chain):
15886           When operating chain-based, don't make any assumptions about the
15887           chunking of the incoming data and make streaming work on days other
15888           than the second Thursday after a full moon. Also fix up debug
15889           messages here and there and make use of the most excellent new
15890           gst_pad_query_peer_duration() utility function.
15891           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15892
15893         * gst/wavparse/gstwavparse.h:
15894           Remove trailing comma after last enum value, some compilers don't
15895           like that.
15896
15897 2006-06-13  Wim Taymans  <wim@fluendo.com>
15898
15899         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15900         Handle premature EOS gracefully.
15901
15902 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15903
15904         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15905           Prevent out of bounds array access when scrubbing towards
15906           the end of the file between the last index entry and the
15907           end. Fixes occasional 'start <= stop' newsegment event
15908           assertions when scrubbing in MJPEG files.
15909
15910 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15911
15912         * tests/check/elements/.cvsignore:
15913           And another one.
15914
15915 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15916
15917         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15918         (scan_encoded_string), (parse_picture_frame):
15919           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15920
15921         * configure.ac:
15922           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15923           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15924
15925 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15926
15927         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15928           gratuitous comment changes
15929         * tests/check/elements/level.c: (GST_START_TEST):
15930           fix level test leaks
15931
15932 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15935         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15936           Use gst_pad_query_peer_duration() utility function here.
15937
15938 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15939
15940         * autogen.sh:
15941           require am17
15942         * configure.ac:
15943         * ext/annodex/Makefile.am:
15944         * ext/cdio/Makefile.am:
15945         * ext/dv/Makefile.am:
15946         * ext/esd/Makefile.am:
15947         * ext/flac/Makefile.am:
15948         * ext/gdk_pixbuf/Makefile.am:
15949         * ext/ladspa/Makefile.am:
15950         * ext/libcaca/Makefile.am:
15951         * ext/speex/Makefile.am:
15952         * ext/taglib/Makefile.am:
15953         * sys/oss/Makefile.am:
15954         * sys/sunaudio/Makefile.am:
15955         * sys/ximage/Makefile.am:
15956           clean up build further
15957
15958 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15959
15960         * gconf/Makefile.am:
15961           Honour --disable-schemas-install configure option. Fixes #344100.
15962
15963 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15964
15965         * tests/examples/level/Makefile.am:
15966           Add -lm to LIBS for pow() function, don't assume one of our
15967           dependencies (such as libxml-2.0) drags it in automatically
15968           (#343603).
15969
15970 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15973
15974         * configure.ac:
15975           We should use $SED and not $(SED) in configure.ac (#343678).
15976
15977 2006-06-09  Wim Taymans  <wim@fluendo.com>
15978
15979         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15980
15981         * sys/sunaudio/gstsunaudiomixerctrl.c:
15982         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15983         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15984         (gst_sunaudiomixer_ctrl_set_mute):
15985         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15986         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15987         (gst_sunaudiosink_write):
15988         Attached find a patch that fixes a number of bugs with the SunAudio
15989         mixer plugin and fixes #344101:
15990         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15991            tracks onto the tracklist causing gnome-volume-control's preferences
15992            dialog to be messed up and would core dump if you checked/unchecked
15993            any item.
15994         2. We weren't previously setting the MUTE flag properly.  Fixing this
15995            makes gnome-volume-control work better.
15996         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15997            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15998            gnome-volume-control look better.
15999         Also some minor cleanup in gstsunaudiosink.c.
16000
16001 2006-06-09  Wim Taymans  <wim@fluendo.com>
16002
16003         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
16004         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
16005         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
16006         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
16007         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
16008         * ext/jpeg/gstjpegdec.h:
16009         API: Added IDCT method property
16010         Small cleanups.
16011         Avoid dynamic allocation of trivial fixed structure.
16012         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
16013
16014 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16015
16016         * configure.ac:
16017         We now require libraw1394 >= 1.1.0 and that version onwards all
16018         have .pc files.
16019
16020 2006-06-02  Edward Hervey  <edward@fluendo.com>
16021
16022         * gst/law/alaw-decode.c: (alawdec_getcaps): 
16023         Trying to get items from an ANY or EMPTY caps is ... stupid.
16024
16025 2006-06-02  Edward Hervey  <edward@fluendo.com>
16026
16027         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
16028         (gst_dvdec_chain), (gst_dvdec_change_state):
16029         * ext/dv/gstdvdec.h:
16030         Added GstSegment handling, now implements dropping/clipping.
16031
16032 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
16033
16034         * ext/aalib/gstaasink.h:
16035         * ext/annodex/gstcmmldec.h:
16036         * ext/cairo/gsttimeoverlay.h:
16037         * ext/dv/gstdvdec.h:
16038         * ext/dv/gstdvdemux.h:
16039         * ext/esd/esdmon.h:
16040         * ext/esd/esdsink.h:
16041         * ext/flac/gstflacenc.h:
16042         * ext/gconf/gstgconfaudiosink.h:
16043         * ext/gconf/gstgconfaudiosrc.h:
16044         * ext/gconf/gstgconfvideosink.h:
16045         * ext/gconf/gstgconfvideosrc.h:
16046         * ext/gdk_pixbuf/gstgdkanimation.h:
16047         * ext/gdk_pixbuf/pixbufscale.h:
16048         * ext/hal/gsthalaudiosink.h:
16049         * ext/hal/gsthalaudiosrc.h:
16050         * ext/jpeg/gstjpegenc.h:
16051         * ext/jpeg/gstsmokedec.h:
16052         * ext/jpeg/gstsmokeenc.h:
16053         * ext/libcaca/gstcacasink.h:
16054         * ext/libmng/gstmngdec.h:
16055         * ext/libmng/gstmngenc.h:
16056         * ext/libpng/gstpngdec.h:
16057         * ext/libpng/gstpngenc.h:
16058         * ext/raw1394/gstdv1394src.h:
16059         * ext/speex/gstspeexenc.h:
16060         * gst/autodetect/gstautoaudiosink.h:
16061         * gst/autodetect/gstautovideosink.h:
16062         * gst/avi/gstavidemux.h:
16063         * gst/cutter/gstcutter.h:
16064         * gst/debug/efence.h:
16065         * gst/debug/gstnavigationtest.h:
16066         * gst/debug/gstnavseek.h:
16067         * gst/flx/gstflxdec.h:
16068         * gst/goom/gstgoom.h:
16069         * gst/icydemux/gsticydemux.h:
16070         * gst/id3demux/gstid3demux.h:
16071         * gst/law/alaw-decode.h:
16072         * gst/law/alaw-encode.h:
16073         * gst/law/mulaw-decode.h:
16074         * gst/law/mulaw-encode.h:
16075         * gst/matroska/matroska-mux.h:
16076         * gst/median/gstmedian.h:
16077         * gst/oldcore/gstaggregator.h:
16078         * gst/oldcore/gstfdsink.h:
16079         * gst/oldcore/gstmd5sink.h:
16080         * gst/oldcore/gstmultifilesrc.h:
16081         * gst/oldcore/gstpipefilter.h:
16082         * gst/oldcore/gstshaper.h:
16083         * gst/oldcore/gststatistics.h:
16084         * gst/rtp/gstasteriskh263.h:
16085         * gst/rtp/gstrtpL16depay.h:
16086         * gst/rtp/gstrtpL16pay.h:
16087         * gst/rtp/gstrtpamrdepay.h:
16088         * gst/rtp/gstrtpamrpay.h:
16089         * gst/rtp/gstrtpdepay.h:
16090         * gst/rtp/gstrtpgsmdepay.h:
16091         * gst/rtp/gstrtpgsmpay.h:
16092         * gst/rtp/gstrtph263pay.h:
16093         * gst/rtp/gstrtph263pdepay.h:
16094         * gst/rtp/gstrtph263ppay.h:
16095         * gst/rtp/gstrtpmp4gpay.h:
16096         * gst/rtp/gstrtpmp4vdepay.h:
16097         * gst/rtp/gstrtpmp4vpay.h:
16098         * gst/rtp/gstrtpmpadepay.h:
16099         * gst/rtp/gstrtpmpapay.h:
16100         * gst/rtp/gstrtppcmadepay.h:
16101         * gst/rtp/gstrtppcmapay.h:
16102         * gst/rtp/gstrtppcmudepay.h:
16103         * gst/rtp/gstrtppcmupay.h:
16104         * gst/rtp/gstrtpspeexdepay.h:
16105         * gst/rtp/gstrtpspeexpay.h:
16106         * gst/rtsp/gstrtpdec.h:
16107         * gst/rtsp/gstrtspsrc.h:
16108         * gst/smpte/gstsmpte.h:
16109         * gst/udp/gstdynudpsink.h:
16110         * gst/udp/gstmultiudpsink.h:
16111         * gst/udp/gstudpsink.h:
16112         * gst/udp/gstudpsrc.h:
16113         * gst/videofilter/gstvideobalance.h:
16114         * gst/videofilter/gstvideoflip.h:
16115         * sys/oss/gstossdmabuffer.h:
16116         * sys/oss/gstossmixerelement.h:
16117         * sys/oss/gstosssink.h:
16118         * sys/oss/gstosssrc.h:
16119         * sys/osxvideo/osxvideosink.h:
16120         * sys/sunaudio/gstsunaudiomixer.h:
16121         * sys/sunaudio/gstsunaudiosink.h:
16122         * sys/ximage/gstximagesrc.h:
16123         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16124
16125 2006-05-31  Wim Taymans  <wim@fluendo.com>
16126
16127         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16128         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16129         (gst_goom_src_setcaps), (gst_goom_src_event),
16130         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16131         (gst_goom_change_state):
16132         * gst/goom/gstgoom.h:
16133         Handle QoS.
16134         Handle flushing, discont and events.
16135         Fix timestamps and various other cleanups.
16136
16137 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16138
16139         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16140         Fix bus reset when using libiec61883
16141
16142 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16143
16144         * configure.ac:
16145         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16146         * ext/raw1394/Makefile.am:
16147         Add CFLAGS.
16148         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16149         New method, to receive using libiec61883.
16150         (gst_dv1394src_iso_receive),
16151         #ifdef'd out if libiec61883 is present.
16152         (gst_dv1394src_bus_reset),
16153         Get userdata correctly if using libiec61883. 
16154         (gst_dv1394src_create),
16155         When using libiec61883, only poll one fd and no need to read.
16156         (gst_dv1394src_discover_avc_node),
16157         Replace g_warnings.
16158         (gst_dv1394src_start),
16159         Create new handle when we know which dv port.  More reliable
16160         than setting port on an existing handle.  Initialise libiec61883.
16161         (gst_dv1394src_stop):
16162         If using libiec61883, then cleanup its handle properly.
16163         * ext/raw1394/gstdv1394src.h:
16164         Add libiec61883 handle.
16165
16166 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16167
16168         * gst/avi/gstavidemux.c:
16169           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16170         * win32/MANIFEST:
16171           sort file listing
16172         * win32/vs6/libgstavi.dsp:
16173           add gstavimux.c to the project
16174         * win32/vs6/libgstid3demux.dsp:
16175           add link to zlib library
16176         * win32/vs6/libgstmatroska.dsp:
16177           add matroska-ids.c to the project
16178
16179 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         Patch by: Sebastian Dröge  <mail at slomosnail de >
16182
16183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16185         * ext/taglib/Makefile.am:
16186         * ext/taglib/gstapev2mux.cc:
16187         * ext/taglib/gstapev2mux.h:
16188         * ext/taglib/gstid3v2mux.cc:
16189         * ext/taglib/gsttaglibmux.c: (plugin_init):
16190         * ext/taglib/gsttaglibmux.h:
16191           Add apev2mux element (#343122).
16192         
16193         * tests/check/Makefile.am:
16194         * tests/check/elements/apev2mux.c:
16195         (test_taglib_apev2mux_create_tags),
16196         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16197         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16198         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16199         (apev2mux_suite), (main):
16200           Add unit test for apev2mux element.
16201
16202 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16205         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16206         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16207           GST_PTR_FORMAT should be used to print caps in debug statements.
16208
16209 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16212
16213         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16214         (ape_demux_parse_tags):
16215           Some clean-ups and additions: map APE 'file' tag to
16216           GST_TAG_LOCATION (#343123); add support for extracting
16217           the track count and clean up parsing a bit (#343127).
16218
16219 2006-05-28  Edward Hervey  <edward@fluendo.com>
16220
16221         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16222         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16223
16224 2006-05-28  Edward Hervey  <edward@fluendo.com>
16225
16226         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16227         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16228         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16229         * ext/jpeg/gstjpegdec.h:
16230         Clip outgoing buffers according to currently configured segment.
16231
16232 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16233
16234         * ext/taglib/gstid3v2mux.cc:
16235           Handle  writing of track-count or album-volume-count without
16236           track-number or albume-volume-number (in this case the number
16237           will just be set to 0).
16238
16239         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16240           It would be nice if we actually checked the values received for
16241           track/album-volume number/count in  _check_tags(), rather than
16242           setting them again ...
16243
16244 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16245
16246         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16247           A track/volume number or count of 0 does not make sense,
16248           just ignore it along with negative numbers (a tag might
16249           only contain a track count without a track number).
16250
16251 2006-05-27  Edward Hervey  <edward@fluendo.com>
16252
16253         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16254         (gst_jpeg_dec_sink_event):
16255         Abort decompression when receiving FLUSH_STOP. This should avoid
16256         issues when interrupting decoding with flushes.
16257
16258 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16259
16260         * ext/flac/gstflac.c:
16261           Don't #include file we don't dist any longer.
16262
16263 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         * README:
16266           Replace current README (containing the release notes from
16267           some 0.9.x version) with a proper README taken from the core.
16268
16269 2006-05-24  Wim Taymans  <wim@fluendo.com>
16270
16271         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16272         Implement EOS correctly by either posting
16273         SEGMENT_DONE or pushing an EOS message depending
16274         on the seek type. Fixes #342592
16275
16276 2006-05-24  Wim Taymans  <wim@fluendo.com>
16277
16278         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16279         * gst/law/alaw-decode.h:
16280         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16281         * gst/law/alaw-encode.h:
16282         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16283         * gst/law/mulaw-decode.h:
16284         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16285         * gst/law/mulaw-encode.h:
16286         Some cleanups in the chain functions.
16287         Remove some GStreamer 0.0.2 bits.
16288
16289 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16290
16291         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16292
16293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16294           gst_collect_pads_stop() needs to be called before chaining up
16295           to the parent class (#342734).
16296
16297 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16298
16299         * ext/flac/Makefile.am:
16300         * ext/flac/flac_compat.h:
16301         * ext/flac/gstflac.c:
16302         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16303         * ext/flac/gstflacenc.c:
16304           Remove backwards compatibility cruft for dealing with FLAC API
16305           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16306
16307 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16310         (gst_matroska_demux_push_xiph_codec_priv_data),
16311         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16312         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16313         * gst/matroska/matroska-ids.h:
16314         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16315         (gst_matroska_mux_video_pad_setcaps),
16316         (xiph3_streamheader_to_codecdata),
16317         (vorbis_streamheader_to_codecdata),
16318         (theora_streamheader_to_codecdata),
16319         (gst_matroska_mux_audio_pad_setcaps),
16320         (gst_matroska_mux_write_data):
16321           Add support for muxing/demuxing theora video (#342448; too bad
16322           none of the usual linux players can actually play this). Playback
16323           in GStreamer will require additional changes to theoradec in -base.
16324           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16325           cleanups.
16326
16327 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16328
16329         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16330         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16331           Fix crashes when the horizontal subsampling is 1.
16332           Fixes #342097.
16333
16334 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16337
16338         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16339         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16340         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16341         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16342         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16343         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16344         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16345         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16346         (gst_avi_mux_change_state):
16347         * gst/avi/gstavimux.h:
16348           Some enhancements for avimux (#342526):
16349            - add odml (large file) index support
16350            - store codec init data (e.g. huffyuv)
16351            - miscellaneous other fixes/cleanups
16352
16353 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16354
16355         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16356         Don't output any tag when we encounter a negative track number - the
16357         tag type is uint, so we end up outputting huge positive numbers
16358         instead. (Fixes: #342029)
16359
16360 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16361
16362         * configure.ac:
16363           update for new GSTPB_PLUGINS_DIR
16364
16365 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16366
16367         * rtp/gst/gstrtph263pay.c:
16368         Properly set static caps for H263 at 34.
16369
16370 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16373
16374         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16375           Merge event tags and tag setter tags correctly (#339918). Also,
16376           don't leak taglist in case of an error.
16377           
16378 2006-05-17  Edward Hervey  <edward@fluendo.com>
16379
16380         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16381         We can only do caps intersection if the othercaps are non-empty and not
16382         ANY. Else we return the pad template (base_caps).
16383
16384 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16385
16386         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16387           Fix crash when outputting debugging information for certain
16388           pictures (always good to use the right struct member for
16389           the number of records in an array).
16390
16391 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16394
16395         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16396         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16397         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16398         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16399         (gst_ebml_read_float), (gst_ebml_read_ascii),
16400         (gst_ebml_read_binary):
16401           Don't create unnecessary sub-buffers all the time. Dramatically
16402           improves performance with multiple concurrently running
16403           matroskademux instances (#341818) (and avoids doing
16404           unnecessarily inefficient things in the general case).
16405
16406 2006-05-16  Edward Hervey  <edward@fluendo.com>
16407
16408         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16409         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16410         return value of gst_pad_push_event().
16411
16412 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16413
16414         * gst/autodetect/gstautoaudiosink.c:
16415         (gst_auto_audio_sink_find_best):
16416         * gst/autodetect/gstautovideosink.c:
16417         (gst_auto_video_sink_find_best):
16418         Make the name of the child element be based on the name of the
16419         parent, so that debug output is more useful.
16420         
16421         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16422         (parse_insert_string_field), (parse_split_strings):
16423         Rework string parsing to always walk over BOM markers in UTF16
16424         strings, using the endianness indicated by the innermost one,
16425         then trying the opposite endianness if that fails to convert
16426         to valid UTF-8. Fixes #341774
16427
16428 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16429
16430         Patch from: Matthieu <matthieu at fluendo dot com>
16431
16432         * ext/libpng/Makefile.am:
16433         Add LIBPNG_CFLAGS.
16434
16435 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16436
16437         * ext/taglib/gstid3v2mux.cc:
16438           Add support for writing images (APIC frames) into ID3v2
16439           tags (picture type always set to 'other' for now though).
16440
16441 2006-05-14  Michael Smith  <msmith@fluendo.com>
16442
16443         * gst/wavparse/gstwavparse.c:
16444           Update docs; wavparse implements push and pull modes.
16445
16446 2006-05-12  Wim Taymans  <wim@fluendo.com>
16447
16448         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16449         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16450         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16451         Ooops, bitten by the copy-and-paste design paradigm, fixes
16452         seek again.
16453
16454 2006-05-12  Wim Taymans  <wim@fluendo.com>
16455
16456         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16457         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16458         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16459         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16460         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16461         (gst_avi_demux_massage_index),
16462         (gst_avi_demux_calculate_durations_from_index),
16463         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16464         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16465         (gst_avi_demux_loop):
16466         * gst/avi/gstavidemux.h:
16467         Some cleanups, prepare to use GstSegment.
16468         Fix error in entry walking code.
16469         Fix VBR detection.
16470         Smarter timestamp calculation code.
16471         Uniform error/eos handling.
16472
16473 2006-05-12  Michael Smith  <msmith@fluendo.com>
16474
16475         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16476         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16477           Fix use of uninitialised values if we're NOT seeking in ready.
16478           Fix typos.
16479
16480 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         * gst/wavparse/Makefile.am:
16483           Add CFLAGS and LIBS for libgstbase, fixes build on
16484           Cygwin (#341489).
16485
16486 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16487
16488         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16489           Some more debug info. No need to check whether the string
16490           returned by g_convert() is really UTF-8 - either it is or
16491           we get NULL returned.
16492
16493 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16494
16495         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16496           Fix parsing of numeric genre strings some more, by ensuring that
16497           we only try and parse strings that a) Start with '(' and b) Consist
16498           only of digits.
16499           Also, when finding an escaping '((' sequence, bust it back to '(' by
16500           swallowing the first parenthesis
16501
16502 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16503
16504         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16505         (gst_esdsink_open), (gst_esdsink_close):
16506         * ext/esd/esdsink.h:
16507           Move the esd_get_server_info() into gst_esdsink_open() and fail
16508           with a decent error message on errors.
16509
16510 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16511
16512         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16513         (gst_esdmon_channels_get_type):
16514         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16515         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16516         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16517         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16518         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16519         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16520         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16521         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16522         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16523         * gst/videomixer/videomixer.c:
16524         (gst_video_mixer_background_get_type):
16525           Const-ify GEnumValue arrays.
16526
16527 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16530
16531         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16532         (gst_avi_mux_do_video_buffer):
16533           Work around gst_buffer_make_metadata_writable() bug that
16534           results in avimux marking all frames in the index as
16535           keyframes (#340859).
16536           
16537 2006-05-08  Wim Taymans  <wim@fluendo.com>
16538
16539         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16540         Make parsing of urls suck slightly less.
16541
16542 2006-05-08  Edward Hervey  <edward@fluendo.com>
16543
16544         * autogen.sh: (CONFIGURE_DEF_OPT): 
16545         libtoolize on Darwin/MacOSX is called glibtoolize.
16546
16547 2006-05-08  Wim Taymans  <wim@fluendo.com>
16548
16549         Patch by: Jens Granseuer <jensgr at gmx dot net>
16550
16551         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16552         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16553         C89 compliance fixes. Fixes #340980
16554
16555 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16556
16557         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16558         * ext/flac/gstflacdec.h:
16559           Handle segment seeks that include the end of the file as stop point
16560           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16561           message instead of an EOS event in case we're in segment seek
16562           mode (fixes #340699).
16563           
16564 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16565
16566         * ext/cairo/gsttextoverlay.c:
16567         * ext/flac/gstflacdec.c:
16568         * ext/gdk_pixbuf/pixbufscale.c:
16569         * gst/apetag/gstapedemux.c:
16570         * gst/debug/breakmydata.c:
16571         * gst/debug/testplugin.c:
16572         * gst/matroska/ebml-write.c:
16573         * gst/multipart/multipartdemux.c:
16574         * sys/osxaudio/gstosxaudiosink.c:
16575         * sys/osxaudio/gstosxaudiosrc.c:
16576         Add semicolons after GST_BOILERPLATE[_FULL] so that
16577         indent doesn't mess up following lines.
16578
16579 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16582
16583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16584           Don't leak caps when freeing the stream context (#340623).
16585
16586 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16587
16588         * configure.ac:
16589           Back to CVS
16590
16591 === release 0.10.3 ===
16592
16593 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16594
16595         * configure.ac:
16596           releasing 0.10.3, "Desplazado"
16597
16598 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * gst/matroska/matroska-mux.c:
16601         (gst_matroska_mux_stream_is_vorbis_header),
16602         (gst_matroska_mux_write_data):
16603           Don't strcmp() NULL strings.
16604           Only start new clusters on video keyframes, not on any
16605           random audio buffer that doesn't have the DELTA_UNIT
16606           flag set (fixes 'make check' again).
16607
16608 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16609
16610         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16611
16612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16613         (gst_matroska_mux_stream_is_vorbis_header),
16614         (gst_matroska_mux_write_data):
16615           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16616           value and then dead-lock when muxing vorbis audio streams
16617           (the three vorbis header buffers carry no timestamp, and it
16618           would try to mux these after all video buffers). Fixes #340346.
16619
16620           Improve clustering: start a new cluster also whenever we get
16621           a keyframe.     
16622
16623 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16624
16625         * win32/common/config.h:
16626         * win32/MANIFEST
16627           add the generated file as well
16628
16629 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16630
16631         * Makefile.am:
16632         * configure.ac:
16633         * win32/common/config.h.in:
16634           add win32 stuff
16635
16636 2006-05-03  Michael Smith  <msmith@fluendo.com>
16637
16638         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16639           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16640           SUCKS.
16641
16642 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16643
16644         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16645         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16646         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16647           don't leak caps-string
16648
16649 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16652         (gst_id3demux_sink_activate):
16653           Let core insert default error message for TYPE_NOT_FOUND
16654           errors, it's just as good as our own and has the added
16655           bonus of being translated.
16656
16657 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16658
16659         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16660         (gst_tag_demux_sink_event):
16661         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16662         (gst_id3demux_sink_event):
16663           Post an error message when we get an EOS event and were not
16664           able to find out the type of stream.
16665
16666         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16667         (test_taglib_id3mux_with_tags):
16668           Decrease num-buffers to 16 per iteration again, otherwise the
16669           many memcpy()s and reallocations in the test will hammer slow
16670           CPUs completely and make the test timeout.
16671
16672 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16673
16674         * configure.ac:
16675           figure out where plugins-base plugins are
16676         * tests/check/Makefile.am:
16677           use plugins-base plugins, so we have typefind functions
16678         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16679           increase num-buffers, this makes sure the test errors out instead
16680           of timing out when no typefind functions are present
16681
16682 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16683
16684         * docs/plugins/Makefile.am:
16685           also check .cc files for gtk-doc markup
16686         * configure.ac:
16687         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16688         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16689         * tests/check/Makefile.am:
16690         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16691         * ext/Makefile.am:
16692         * ext/taglib/Makefile.am:
16693         * ext/taglib/gstid3v2mux.h:
16694         * ext/taglib/gsttaglibmux.c:
16695         * ext/taglib/gsttaglibmux.h:
16696           move taglib-based id3v2muxer to -good.  Fixes #336110.
16697
16698 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16699
16700         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16701           ... and fix multichannel/WAVFORMATEX support again.
16702
16703 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16704
16705         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16706         (gst_wavparse_class_init), (gst_wavparse_dispose),
16707         (gst_wavparse_reset), (gst_wavparse_init),
16708         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16709         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16710         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16711         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16712         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16713         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16714         (gst_wavparse_stream_data), (gst_wavparse_loop),
16715         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16716         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16717         (gst_wavparse_change_state), (plugin_init):
16718         * gst/wavparse/gstwavparse.h:
16719           Add push (streaming) mode to wavparse (fixes #337625)
16720
16721 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16722
16723         * configure.ac:
16724         * tests/Makefile.am:
16725           add ximagesrc icles test
16726
16727 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * configure.ac:
16730         * docs/plugins/Makefile.am:
16731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16733         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16734         (gst_cmml_enc_push_clip):
16735         * sys/Makefile.am:
16736         * sys/ximage/Makefile.am:
16737         * sys/ximage/gstximagesrc.c:
16738           Move ximagesrc plug-in to good after review.  Fixes #336756.
16739
16740 2006-04-28  Michael Smith  <msmith@fluendo.com>
16741
16742         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16743         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16744         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16745         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16746         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16747         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16748         * gst/icydemux/gsticydemux.h:
16749           Fix event handling: cache events when typefinding and forward later.
16750
16751 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16752
16753         * sys/osxaudio/gstosxaudiosink.c:
16754         (plugin_init):
16755          Register osxaudiosrc to the plugin.
16756         * sys/osxaudio/gstosxaudiosrc.c:
16757         (gst_osx_audio_src_osxelement_do_init),
16758         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16759         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16760         (gst_osx_audio_src_get_property),
16761         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16762         (gst_osx_audio_src_osxelement_init):
16763         * sys/osxaudio/gstosxaudiosrc.h:
16764           Port of osxaudiosrc to 0.10.
16765         * sys/osxaudio/Makefile.am:
16766           Add osxaudiosrc
16767
16768 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16769
16770         * sys/osxaudio/gstosxringbuffer.c:
16771         * sys/osxaudio/gstosxringbuffer.h:
16772           Forgot to commit earlier, part of the OSX audio plugin port
16773
16774 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16775
16776         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16777         (parse_split_strings):
16778           Recognise and skip any byte order marker (BOM) in
16779           UTF-16 strings.
16780
16781 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16782
16783         * docs/plugins/Makefile.am:
16784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16786         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16787         * docs/plugins/inspect/plugin-avi.xml:
16788         * gst/avi/gstavidemux.c:
16789         * gst/avi/gstavimux.c:
16790           Add docs for both avidemux and avimux.
16791
16792 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16793
16794         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16795
16796         * gst/avi/Makefile.am:
16797         * gst/avi/gstavi.c: (plugin_init):
16798         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16799         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16800         (gst_avi_mux_class_init), (gst_avi_mux_init),
16801         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16802         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16803         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16804         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16805         (gst_avi_mux_riff_get_avix_header),
16806         (gst_avi_mux_riff_get_video_header),
16807         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16808         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16809         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16810         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16811         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16812         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16813         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16814         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16815         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16816         (gst_avi_mux_change_state):
16817         * gst/avi/gstavimux.h:
16818           Port AVI muxer to GStreamer-0.10 (#332031).
16819
16820         * tests/check/Makefile.am:
16821         * tests/check/elements/avimux.c:
16822         * tests/check/elements/.cvsignore:
16823           Add unit test for AVI muxer.
16824
16825 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16826
16827         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16828         (gst_wavparse_class_init), (gst_wavparse_reset),
16829         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16830         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16831         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16832         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16833         (gst_wavparse_stream_data), (gst_wavparse_loop),
16834         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16835         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16836         (plugin_init):
16837         * gst/wavparse/gstwavparse.h:
16838           reverted patch #337625 for the price of 1 hour sleep
16839
16840 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16841
16842         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16843         (gst_wavparse_class_init), (gst_wavparse_reset),
16844         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16845         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16846         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16847         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16848         (gst_wavparse_stream_data), (gst_wavparse_loop),
16849         (gst_wavparse_chain), (plugin_init):
16850         * gst/wavparse/gstwavparse.h:
16851           correct partial implementation of push mode
16852           (from my last commit)
16853
16854 2006-04-26  Wim Taymans  <wim@fluendo.com>
16855
16856         * ext/esd/esdsink.c:
16857         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16858         it is not in esd.h
16859
16860 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16861
16862         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16863         (gst_au_parse_class_init), (gst_au_parse_init),
16864         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16865         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16866         (gst_au_parse_chain), (gst_au_parse_src_convert),
16867         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16868         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16869         (gst_au_parse_change_state):
16870         * gst/auparse/gstauparse.h:
16871           Rewrite auparse to suck a little bit less: make source pad
16872           dynamic, so decodebin/playbin work with non-raw formats
16873           like alaw/mulaw; add query function for duration/position
16874           queries; check whether we have enough data before attempting
16875           to parse the header (instead of crashing when that is not the
16876           case); work around audioconvert sucking by swapping endianness
16877           to the native endianness ourselves for float formats; send
16878           initial newsegment event. Fixes #161712.
16879
16880 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16881
16882         * sys/osxaudio/Makefile.am:
16883         * sys/osxaudio/gstosxaudioelement.c:
16884         (gst_osx_audio_element_get_type),
16885         (gst_osx_audio_element_class_init):
16886         * sys/osxaudio/gstosxaudioelement.h:
16887         * sys/osxaudio/gstosxaudiosink.c:
16888         (gst_osx_audio_sink_osxelement_do_init),
16889         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16890         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16891         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16892         (gst_osx_audio_sink_create_ringbuffer),
16893         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16894         (plugin_init):
16895         * sys/osxaudio/gstosxaudiosink.h:
16896         Port of osxaudiosink to 0.10
16897
16898 2006-04-26  Wim Taymans  <wim@fluendo.com>
16899
16900         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16901         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16902         the size of the ringbuffer. This should fix hangs with older 
16903         esd sound servers.
16904
16905 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16906
16907         * ext/aalib/gstaasink.c:
16908         * ext/annodex/gstcmmldec.c:
16909         * ext/annodex/gstcmmlenc.c:
16910         * ext/cairo/gsttextoverlay.c:
16911         * ext/cairo/gsttimeoverlay.c:
16912         * ext/cdio/gstcdiocddasrc.c:
16913         * ext/dv/gstdvdec.c:
16914         * ext/dv/gstdvdemux.c:
16915         * ext/esd/esdmon.c:
16916         * ext/esd/esdsink.c:
16917         * ext/flac/gstflacenc.c:
16918         * ext/flac/gstflactag.c:
16919         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16920         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16921         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16922         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16923         * ext/gdk_pixbuf/pixbufscale.c:
16924         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16925         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16926         * ext/jpeg/gstjpegdec.c:
16927         * ext/jpeg/gstjpegenc.c:
16928         * ext/jpeg/gstsmokedec.c:
16929         * ext/jpeg/gstsmokeenc.c:
16930         * ext/libcaca/gstcacasink.c:
16931         * ext/libmng/gstmngdec.c:
16932         * ext/libmng/gstmngenc.c:
16933         * ext/libpng/gstpngdec.c:
16934         * ext/libpng/gstpngenc.c:
16935         * ext/mikmod/gstmikmod.c:
16936         * ext/raw1394/gstdv1394src.c:
16937         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16938         * ext/shout2/gstshout2.h:
16939         * ext/speex/gstspeexdec.c:
16940         * ext/speex/gstspeexenc.c:
16941         * gst/alpha/gstalpha.c:
16942         * gst/alpha/gstalphacolor.c:
16943         * gst/apetag/gstapedemux.c:
16944         * gst/auparse/gstauparse.c:
16945         * gst/autodetect/gstautoaudiosink.c:
16946         (gst_auto_audio_sink_base_init):
16947         * gst/autodetect/gstautovideosink.c:
16948         (gst_auto_video_sink_base_init):
16949         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16950         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16951         * gst/cutter/gstcutter.c:
16952         * gst/debug/breakmydata.c:
16953         * gst/debug/efence.c:
16954         * gst/debug/gstnavigationtest.c:
16955         * gst/debug/gstnavseek.c:
16956         * gst/debug/negotiation.c:
16957         * gst/debug/progressreport.c:
16958         * gst/debug/testplugin.c:
16959         * gst/effectv/gstaging.c:
16960         * gst/effectv/gstdice.c:
16961         * gst/effectv/gstedge.c:
16962         * gst/effectv/gstquark.c:
16963         * gst/effectv/gstrev.c:
16964         * gst/effectv/gstshagadelic.c:
16965         * gst/effectv/gstvertigo.c:
16966         * gst/effectv/gstwarp.c:
16967         * gst/flx/gstflxdec.c:
16968         * gst/goom/gstgoom.c:
16969         * gst/icydemux/gsticydemux.c:
16970         * gst/id3demux/gstid3demux.c:
16971         * gst/interleave/deinterleave.c:
16972         * gst/interleave/interleave.c:
16973         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16974         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16975         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16976         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16977         * gst/level/gstlevel.c:
16978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16979         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16980         * gst/median/gstmedian.c:
16981         * gst/monoscope/gstmonoscope.c:
16982         * gst/multipart/multipartdemux.c:
16983         * gst/multipart/multipartmux.c:
16984         * gst/oldcore/gstaggregator.c:
16985         * gst/oldcore/gstfdsink.c:
16986         * gst/oldcore/gstmd5sink.c:
16987         * gst/oldcore/gstmultifilesrc.c:
16988         * gst/oldcore/gstpipefilter.c:
16989         * gst/oldcore/gstshaper.c:
16990         * gst/oldcore/gststatistics.c:
16991         * gst/rtp/gstasteriskh263.c:
16992         * gst/rtp/gstrtpL16depay.c:
16993         * gst/rtp/gstrtpL16pay.c:
16994         * gst/rtp/gstrtpamrdepay.c:
16995         * gst/rtp/gstrtpamrpay.c:
16996         * gst/rtp/gstrtpdepay.c:
16997         * gst/rtp/gstrtpgsmpay.c:
16998         * gst/rtp/gstrtph263pay.c:
16999         * gst/rtp/gstrtph263pdepay.c:
17000         * gst/rtp/gstrtph263ppay.c:
17001         * gst/rtp/gstrtpilbcdepay.c:
17002         * gst/rtp/gstrtpmp4gpay.c:
17003         * gst/rtp/gstrtpmp4vdepay.c:
17004         * gst/rtp/gstrtpmp4vpay.c:
17005         * gst/rtp/gstrtpmpadepay.c:
17006         * gst/rtp/gstrtpmpapay.c:
17007         * gst/rtp/gstrtppcmadepay.c:
17008         * gst/rtp/gstrtppcmapay.c:
17009         * gst/rtp/gstrtppcmudepay.c:
17010         * gst/rtp/gstrtppcmupay.c:
17011         * gst/rtp/gstrtpspeexdepay.c:
17012         * gst/rtp/gstrtpspeexpay.c:
17013         * gst/rtsp/gstrtpdec.c:
17014         * gst/rtsp/gstrtspsrc.c:
17015         * gst/smpte/gstsmpte.c:
17016         * gst/udp/gstdynudpsink.c:
17017         * gst/udp/gstmultiudpsink.c:
17018         * gst/udp/gstudpsink.c:
17019         * gst/udp/gstudpsrc.c:
17020         * gst/videobox/gstvideobox.c:
17021         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17022         * gst/videofilter/gstvideobalance.c:
17023         * gst/videofilter/gstvideoflip.c:
17024         * gst/videofilter/gstvideotemplate.c:
17025         (gst_videotemplate_base_init):
17026         * gst/videomixer/videomixer.c:
17027         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17028         (gst_wavparse_class_init), (gst_wavparse_dispose),
17029         (gst_wavparse_reset), (gst_wavparse_init),
17030         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
17031         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
17032         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
17033         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17034         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17035         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17036         (gst_wavparse_change_state):
17037         * gst/wavparse/gstwavparse.h:
17038         * sys/oss/gstossmixerelement.c:
17039         * sys/oss/gstosssink.c:
17040         * sys/oss/gstosssrc.c:
17041         * sys/osxaudio/gstosxaudioelement.c:
17042         * sys/osxaudio/gstosxaudiosink.c:
17043         * sys/osxaudio/gstosxaudiosrc.c:
17044         * sys/sunaudio/gstsunaudiomixer.c:
17045         * sys/sunaudio/gstsunaudiosink.c:
17046           Define GstElementDetails as const and also static (when defined as
17047           global)
17048
17049 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17050
17051         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17052           Source pad has fixed caps. If we don't set this, bad
17053           things happen when the window is resized.
17054
17055 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * gst/matroska/Makefile.am:
17058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17059         (gst_matroska_demux_handle_src_event):
17060         * gst/matroska/matroska-ids.c:
17061         (gst_matroska_track_init_video_context),
17062         (gst_matroska_track_init_audio_context),
17063         (gst_matroska_track_init_subtitle_context),
17064         (gst_matroska_track_init_complex_context):
17065         * gst/matroska/matroska-ids.h:
17066           Handle case where the TrackType ebml chunk does not come before the
17067           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17068           events.
17069
17070 2006-04-25  Wim Taymans  <wim@fluendo.com>
17071
17072         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17073         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17074         It's codec_data, not codec_info.
17075
17076 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17079
17080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17081           Handle codec_data for VfW compatibility codec IDs (#339451)
17082
17083         * gst/matroska/matroska-mux.c:
17084         (gst_matroska_mux_video_pad_setcaps):
17085           Same here, handle codec_data and add additional caps we can handle
17086           now to the pad template (huffyuv, dv and h263 video) (#339451)
17087
17088 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17089
17090         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17091
17092         * gst/matroska/matroska-mux.c:
17093         (gst_matroska_mux_create_buffer_header),
17094         (gst_matroska_mux_write_data):
17095           Fix timestamping of B-frames, use signed integers, do
17096           some rounding (#339678).
17097
17098 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17099
17100         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17101         just make it compile with --disable-gst-debug.
17102
17103 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17104
17105         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17106         Fix a bad conversion using gst_guint64_to_gdouble.
17107         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17108         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17109         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17110     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17111         mistake.
17112
17113 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17114
17115         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17116         Use gst_guint64_to_gdouble for conversions
17117         * win32/vs6/gst_plugins_good.dsw:
17118         * win32/vs6/libgsticydemux.dsp:
17119         Add a project file for icydemux
17120
17121 2006-04-21  Wim Taymans  <wim@fluendo.com>
17122
17123         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17124
17125         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17126         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17127         When splitting audio chunks, the block alignment is not taken in
17128         consideration, so the smaller chunks could be of size which is 
17129         not a multiple of the block alignment. Fixes #336904
17130
17131 2006-04-21  Wim Taymans  <wim@fluendo.com>
17132
17133         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17134         Use scale functions
17135
17136 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         * ext/dv/gstdv.c: (plugin_init):
17139           Fix build.
17140
17141 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17144         (gst_progress_report_class_init), (gst_progress_report_init),
17145         (gst_progress_report_do_query), (gst_progress_report_report),
17146         (gst_progress_report_set_property),
17147         (gst_progress_report_get_property):
17148           Add 'format' property to force querying to a particular format.
17149
17150 2006-04-21  Andy Wingo  <wingo@pobox.com>
17151
17152         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17153         best, on big endian systems. Drop its rank in that case. OTOH on
17154         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17155
17156 2006-04-21  Michael Smith  <msmith@fluendo.com>
17157
17158         * configure.ac:
17159         * gst/icydemux/Makefile.am:
17160         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17161         (gst_icydemux_base_init), (gst_icydemux_class_init),
17162         (gst_icydemux_reset), (gst_icydemux_init),
17163         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17164         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17165         (unicodify), (gst_icydemux_unicodify),
17166         (gst_icydemux_parse_and_send_tags),
17167         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17168         (gst_icydemux_chain), (gst_icydemux_change_state),
17169         (gst_icydemux_send_tag_event), (plugin_init):
17170         * gst/icydemux/gsticydemux.h:
17171         * tests/check/Makefile.am:
17172         * tests/check/elements/icydemux.c: (typefind_succeed),
17173         (plugin_init), (icydemux_found_pad), (create_icydemux),
17174         (cleanup_icydemux), (push_data), (GST_START_TEST),
17175         (icydemux_suite), (main):
17176           Add icydemux, and tests.
17177
17178 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17181           Post SEGMENT_DONE message in TIME format.
17182
17183 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17186
17187         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17188         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17189           Fix index creation when we have to scan the file to create
17190           an index. There may be other types of RIFF 'LIST' chunks than
17191           'movi' and we need to skip them properly as well or we'll end up
17192           reading garbage (#336889). Some other cosmetic changes.
17193           
17194 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17195
17196         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17197         (gst_flac_dec_handle_seek_event):
17198           Add support for segment seeks (fixes #338290). Also demote
17199           some recurring debug message from DEBUG to LOG level.
17200
17201 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17202
17203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17204         (gst_matroskademux_do_index_seek),
17205         (gst_matroska_demux_handle_seek_event),
17206         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17207         * gst/matroska/matroska-ids.h:
17208           Set DISCONT flag on first buffer after a discontinuity.
17209           Fix newsegment events sent when seeking and honour KEY_UNIT
17210           seek flag. Create pad with bogus caps if we don't recognise
17211           the stream codec id.
17212
17213         * gst/matroska/matroska-demux.h:
17214           Fix GObject macros.
17215
17216 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17219
17220         * gst/matroska/matroska-demux.c:
17221         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17222           Handle end of segment properly when set; don't dead-lock when
17223           posting start of segment message when doing a segment seek.
17224           Fixes #338810.
17225
17226 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17227
17228         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17229         (gst_matroska_demux_plugin_init):
17230           Make mpeg2 aac audio work: create artificial private codec data
17231           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17232           Also call gst_riff_init(). Partially fixes #338767.
17233
17234 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17235
17236         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17237         (gst_wavenc_class_init), (gst_wavenc_init),
17238         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17239         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17240         (gst_wavenc_chain), (gst_wavenc_change_state):
17241         * gst/wavenc/gstwavenc.h:
17242           Set caps on first outgoing buffer, so that it doesn't error out
17243           immediately with a non-negotiated error (#338716). Rewrite and
17244           clean up a bit; fix setcaps function to parse things properly;
17245           fix sink caps (8bit audio is unsigned and doesn't have depth);
17246           use boilerplate macros; remove unused properties stuff.
17247
17248 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17251           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17252           handle MJPEG streams and might be autoplugged for those if the
17253           user doesn't have jpegdec installed (resulting in a cryptic error
17254           message about huffman tables). Better to disable JPEG decoding here
17255           and let the user figure out that she needs to install jpegdec.
17256
17257 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17258
17259         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17260         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17261         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17262         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17263           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17264           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17265           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17266           debug messages. Fix boilerplate macros.
17267
17268 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17269
17270         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17271         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17272           No need to special-case for Gdk-2.0 any longer, we require
17273           Gdk 2.2 or newer; minor clean-ups.
17274
17275 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17276
17277         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17278         (gst_shout2send_class_init), (gst_shout2send_init),
17279         (set_shout_metadata), (gst_shout2send_set_metadata),
17280         (gst_shout2send_event), (gst_shout2send_start),
17281         (gst_shout2send_connect), (gst_shout2send_stop),
17282         (gst_shout2send_render), (gst_shout2send_set_property),
17283         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17284         (plugin_init):
17285         * ext/shout2/gstshout2.h:
17286         * po/POTFILES.in:
17287           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17288           change function; use GST_ELEMENT_ERROR for error reporting, not
17289           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17290           will cause crashes or assertion failures; remove (unused) "sync"
17291           property, basesink already has such a property; misc. other
17292           minor fixes and cleanups.
17293
17294 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17297         * ext/esd/gstesd.c: (plugin_init):
17298         * po/POTFILES.in:
17299           Add translatable error message for when we cannot
17300           connect to the sound server, as "Cannot open resource
17301           for writing" isn't really an acceptable message to show
17302           to the user in this case.
17303
17304 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17305
17306         * sys/oss/gst-i18n-plugin.h:
17307           Remove bogus file that doesn't belong here.
17308
17309 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17310
17311         Patch by: Philippe Valembois
17312
17313         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17314         (gst_shout2send_set_metadata), (gst_shout2send_event),
17315         (gst_shout2send_render), (gst_shout2send_change_state):
17316         * ext/shout2/gstshout2.h:
17317           Handle tags being received before the connection to
17318           the server is established properly (see #338636).
17319
17320 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17321
17322         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17323           Don't crash in case the connection to the server fails:
17324           don't set pointer to NULL by assigning FALSE; error out
17325           properly by using GST_ELEMENT_ERROR and returning
17326           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17327           before resetting the pointer.
17328
17329 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17330
17331         * gst/id3demux/id3tags.c:
17332         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17333         (Fixes #338713)
17334
17335 2006-04-12  Wim Taymans  <wim@fluendo.com>
17336
17337         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17338         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17339         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17340         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17341         (gst_gdk_pixbuf_chain):
17342         Some cleanups.
17343         Added RGBA as a possible output format.
17344         Correctly free the supported mimetypes.
17345         deprecate silent arg, it's not used.
17346         Return result from _alloc_buffer to peer.
17347
17348 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17351           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17352           overwriting GST_BUFFER_MALLOCDATA.
17353
17354 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17355
17356         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17357         (user_endrow_callback), (user_end_callback),
17358         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17359         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17360         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17361         * ext/libpng/gstpngdec.h:
17362           Handle more than one frame if the content is framed,
17363           like with png-in-quicktime (#331917).
17364
17365 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17366
17367         * sys/oss/Makefile.am:
17368         * sys/oss/common.h:
17369         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17370         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17371         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17372         (gst_oss_src_unprepare):
17373           - the user-visible error strings were in the wrong category
17374           - and the messages were not marked for translation
17375           - which is actually a good thing, because they were exactly
17376             the kind of message you would never want anyone to see
17377           - the macros were using variables that didn't exist in the macro
17378             arguments
17379           - and they were obviously copied from each other and then modified
17380           - so a common header makes sense
17381
17382 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17383
17384         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17385           Don't try to modify read-only data.
17386
17387         * gst/matroska/matroska-demux.c:
17388         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17389           Fix comment (won't crash any longer now).
17390
17391 2006-04-10  Michael Smith  <msmith@fluendo.com>
17392
17393         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17394           Use copies of header buffers for caps to avoid circular refcounting
17395           problems (as in theoradec, vorbisdec).
17396
17397         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17398           Fix a typo in test that meant it was testing the wrong thing.
17399
17400         * tests/check/elements/cmmlenc.c: (check_headers):
17401           Fix refcount checks now that we use buffer-copies for caps.
17402
17403 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17404
17405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17406         (gst_matroska_demux_handle_seek_event),
17407         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17408         (gst_matroska_demux_subtitle_caps),
17409         (gst_matroska_demux_plugin_init):
17410           Use static pad templates with ANY caps for audio and video
17411           source pads and get rid of a lot of unnecessary (and partially
17412           broken) code for the template caps. Clean up caps finding
17413           functions. Fixes playback of audio files/streams that do not
17414           contain the sample rate and/or number of channels in the audio
17415           context (happens a lot with vorbis/mp3 .mka files it seems).
17416           Fixes #337183.
17417           Also add myself to copyright holders.
17418
17419 2006-04-10  Michael Smith  <msmith@fluendo.com>
17420
17421         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17422           Use g_list_delete_link () instead of g_list_remove_link () so that
17423           we free the link as well as the contained data.
17424
17425 2006-04-10  Wim Taymans  <wim@fluendo.com>
17426
17427         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17428
17429         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17430         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17431         (gst_avi_demux_stream_header):
17432         Fix some crashers with empty chunks. (Fixes #337749)
17433
17434 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17435
17436         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17437           use G_GINT64_CONSTANT for INT64 constants
17438         * gst/videofilter/gstvideobalance.c:
17439           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17440         * win32/vs6/libgstavi.dsp:
17441          add missing libraries for the link and remove avimux.c from
17442          the project as it isn't ported to 0.10 yet
17443         
17444 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17447           Even better would be if we actually did the right thing
17448           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17449
17450 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17451
17452         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17453           Can't just replace 1LL with 1L here just because MSVC doesn't
17454           support it, as it might lead to incorrect results when doing the
17455           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17456           force a 64-bit constant in a way that all compilers are happy with.
17457
17458 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17459
17460         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17461         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17462         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17463         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17465         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17466         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17467         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17468         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17469         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17470         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17471         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17472         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17473         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17474         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17475         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17476         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17477         * gst/debug/efence.c: (gst_efence_class_init):
17478         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17479         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17480         * gst/goom/gstgoom.c: (gst_goom_class_init):
17481         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17482         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17483         * gst/interleave/interleave.c: (interleave_class_init):
17484         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17485         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17486         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17487         * gst/median/gstmedian.c: (gst_median_class_init):
17488         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17489         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17490         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17491         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17492         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17493         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17494         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17495         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17496         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17497         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17498         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17499         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17500         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17501         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17502         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17503         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17504         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17505         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17506         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17507         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17508         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17509         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17510         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17511         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17512         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17514         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17515         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17516         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17517         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17518         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17519         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17520         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17521         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17522         * sys/osxaudio/gstosxaudioelement.c:
17523         (gst_osxaudioelement_class_init):
17524         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17525         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17526         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17527         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17528
17529 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17530
17531         * ext/mikmod/gstmikmod.h:
17532         * gst/level/gstlevel.h:
17533         Fix more broken GObject macros
17534
17535 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17536
17537         * ext/annodex/gstcmmldec.h:
17538         * ext/annodex/gstcmmlenc.h:
17539         * ext/annodex/gstcmmltag.h:
17540         * ext/cairo/gsttextoverlay.h:
17541         * ext/ladspa/gstsignalprocessor.h:
17542         * gst/matroska/ebml-read.h:
17543         * gst/matroska/ebml-write.h:
17544         * sys/osxaudio/gstosxaudioelement.h:
17545         Fix broken GObject macros
17546
17547 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17548
17549         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17550           Don't try to seek beyond the end of the file (would
17551           occasionally display error dialogs in totem when seeking
17552           to the end) (#335869). Will still throw an error though
17553           if the file is truncated and the total_samples value in
17554           the stream header is wrong.
17555
17556 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17559         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17560         (gst_flac_dec_metadata_callback):
17561         * ext/flac/gstflacdec.h:
17562           If the stream header doesn't contain the total number of samples,
17563           search for the last flac frame at the end of the file and calculate
17564           the total duration from that frame's offset (fixes #337609).
17565
17566 2006-04-07  Edward Hervey  <edward@fluendo.com>
17567
17568         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17569         Don't unref the GstPadTemplate returned by
17570         gst_element_class_get_pad_template().
17571
17572 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17573
17574         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17575
17576         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17577         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17578         * sys/sunaudio/gstsunaudiosink.h:
17579           Use spec->segsize and spec->segtotal in the prepare function
17580           to initialise the ring buffer instead of using the buffer-time
17581           property (#337421).
17582
17583 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * configure.ac:
17586           Bump core requirements to CVS for gst_pad_query_peer_duration()
17587           which is used by speexdec.
17588
17589 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * ext/speex/gstspeex.c: (plugin_init):
17592         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17593         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17594         (speex_get_sink_query_types), (speex_dec_sink_query),
17595         (speex_get_src_query_types), (speex_dec_src_query),
17596         (speex_dec_src_event), (speex_dec_sink_event),
17597         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17598         (speex_dec_chain_parse_data), (speex_dec_chain),
17599         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17600         (speex_dec_change_state):
17601         * ext/speex/gstspeexdec.h:
17602           Fix seeking and duration queries (#337033); clean up and
17603           refactor a bit.
17604
17605 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * ext/raw1394/gstdv1394src.c:
17608           distinguish between device not found and could not open for
17609           reading
17610
17611 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17612
17613         * Makefile.am:
17614         * configure.ac:
17615         * pkgconfig/.cvsignore:
17616         * pkgconfig/Makefile.am:
17617         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17618           add a .pc file so other modules can use good plugins in tests
17619
17620 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17621
17622         * configure.ac:
17623           clean up, use AS_VERSION and AS_NANO
17624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17625           use PACKAGE_VERSION define
17626         * po/af.po:
17627         * po/az.po:
17628         * po/cs.po:
17629         * po/en_GB.po:
17630         * po/hu.po:
17631         * po/it.po:
17632         * po/nb.po:
17633         * po/nl.po:
17634         * po/or.po:
17635         * po/sq.po:
17636         * po/sr.po:
17637         * po/sv.po:
17638         * po/uk.po:
17639         * po/vi.po:
17640           updated
17641
17642 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17643
17644         * ext\jpeg\smokecodec.c:
17645           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17646         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17647           move first instruction after all variables declarations
17648         * gst\alpha\gstalpha.c:
17649         * gst\effectv\gstshagadelic.c:
17650         * gst\smpte\paint.c:
17651         * gst\videofilter\gstvideobalance.c:
17652           define M_PI if it's not defined (it's not defined on WIN32)
17653         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17654         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17655         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17656         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17657         (gst_matroska_demux_video_caps):
17658         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17659         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17660           use gst_guint64_to_gdouble for conversions
17661         * gst\goom\filters.c: (setPixelRGB_):
17662           fix a debug which was using undefined variable
17663         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17664         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17665           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17666         * win32/vs6:
17667           add vs6 projects files for most of plugins-good
17668         
17669 2006-03-30  j^  <j@bootlab.org>
17670
17671         * ext/aalib/gstaasink.c:
17672         * ext/annodex/gstcmmldec.c:
17673         * ext/annodex/gstcmmlenc.c:
17674         * ext/cairo/gsttextoverlay.c:
17675         * ext/cairo/gsttimeoverlay.c:
17676         * ext/cdio/gstcdiocddasrc.c:
17677         * ext/dv/gstdvdec.c:
17678         * ext/esd/esdmon.c:
17679         * ext/esd/esdsink.c:
17680         * ext/flac/gstflacdec.c:
17681         * ext/flac/gstflacenc.c:
17682         * ext/flac/gstflactag.c:
17683         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17684         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17685         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17686         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17687         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17688         * ext/gdk_pixbuf/pixbufscale.c:
17689         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17690         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17691         * ext/jpeg/gstjpegdec.c:
17692         * ext/jpeg/gstjpegenc.c:
17693         * ext/jpeg/gstsmokedec.c:
17694         * ext/jpeg/gstsmokeenc.c:
17695         * ext/libcaca/gstcacasink.c:
17696         * ext/libmng/gstmngdec.c:
17697         * ext/libmng/gstmngenc.c:
17698         * ext/libpng/gstpngdec.c:
17699         * ext/libpng/gstpngenc.c:
17700         * ext/mikmod/gstmikmod.c:
17701         * ext/raw1394/gstdv1394src.c:
17702         * ext/shout2/gstshout2.c:
17703         * ext/speex/gstspeexdec.c:
17704         * ext/speex/gstspeexenc.c:
17705         * gst/alpha/gstalpha.c:
17706         * gst/alpha/gstalphacolor.c:
17707         * gst/auparse/gstauparse.c:
17708         * gst/autodetect/gstautoaudiosink.c:
17709         (gst_auto_audio_sink_base_init):
17710         * gst/autodetect/gstautovideosink.c:
17711         (gst_auto_video_sink_base_init):
17712         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17713         * gst/cutter/gstcutter.c:
17714         * gst/debug/breakmydata.c:
17715         * gst/debug/efence.c:
17716         * gst/debug/gstnavigationtest.c:
17717         * gst/debug/negotiation.c:
17718         * gst/debug/progressreport.c:
17719         * gst/debug/testplugin.c:
17720         * gst/effectv/gstaging.c:
17721         * gst/effectv/gstdice.c:
17722         * gst/effectv/gstedge.c:
17723         * gst/effectv/gstquark.c:
17724         * gst/effectv/gstrev.c:
17725         * gst/effectv/gstvertigo.c:
17726         * gst/effectv/gstwarp.c:
17727         * gst/flx/gstflxdec.c:
17728         * gst/goom/gstgoom.c:
17729         * gst/interleave/deinterleave.c:
17730         * gst/interleave/interleave.c:
17731         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17732         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17733         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17734         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17735         * gst/level/gstlevel.c:
17736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17737         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17738         * gst/median/gstmedian.c:
17739         * gst/monoscope/gstmonoscope.c:
17740         * gst/multipart/multipartdemux.c:
17741         * gst/multipart/multipartmux.c:
17742         * gst/oldcore/gstmd5sink.c:
17743         * gst/oldcore/gstmultifilesrc.c:
17744         * gst/oldcore/gstpipefilter.c:
17745         * gst/oldcore/gstshaper.c:
17746         * gst/oldcore/gststatistics.c:
17747         * gst/rtp/gstasteriskh263.c:
17748         * gst/rtp/gstrtpL16depay.c:
17749         * gst/rtp/gstrtpL16pay.c:
17750         * gst/rtp/gstrtpamrdepay.c:
17751         * gst/rtp/gstrtpamrpay.c:
17752         * gst/rtp/gstrtpdepay.c:
17753         * gst/rtp/gstrtpgsmpay.c:
17754         * gst/rtp/gstrtph263pay.c:
17755         * gst/rtp/gstrtph263pdepay.c:
17756         * gst/rtp/gstrtph263ppay.c:
17757         * gst/rtp/gstrtpmp4gpay.c:
17758         * gst/rtp/gstrtpmp4vdepay.c:
17759         * gst/rtp/gstrtpmp4vpay.c:
17760         * gst/rtp/gstrtpmpadepay.c:
17761         * gst/rtp/gstrtpmpapay.c:
17762         * gst/rtp/gstrtppcmadepay.c:
17763         * gst/rtp/gstrtppcmapay.c:
17764         * gst/rtp/gstrtppcmudepay.c:
17765         * gst/rtp/gstrtppcmupay.c:
17766         * gst/rtp/gstrtpspeexdepay.c:
17767         * gst/rtp/gstrtpspeexpay.c:
17768         * gst/rtsp/gstrtpdec.c:
17769         * gst/smpte/gstsmpte.c:
17770         * gst/videobox/gstvideobox.c:
17771         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17772         * gst/videofilter/gstvideobalance.c:
17773         * gst/videofilter/gstvideoflip.c:
17774         * gst/videofilter/gstvideotemplate.c:
17775         (gst_videotemplate_base_init):
17776         * gst/videomixer/videomixer.c:
17777         * gst/wavenc/gstwavenc.c:
17778         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17779          better/unified long descriptions
17780          Fixed #336602
17781          Some cleanups to auparse, don't send multiple newsegments.
17782
17783 2006-03-29  Wim Taymans  <wim@fluendo.com>
17784
17785         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17786
17787         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17788         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17789         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17790         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17791         * ext/dv/gstdvdemux.h:
17792         Seek in READY patch. Only works for pull based mode.
17793         Fixes #323880
17794
17795 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17798         (gst_gdk_pixbuf_event):
17799           Fix two crashers: don't unref the same caps twice, and
17800           set pixbuf loader to NULL after freeing it.
17801
17802 2006-03-27  Wim Taymans  <wim@fluendo.com>
17803
17804         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17805         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17806         (gst_speexenc_chain):
17807         * ext/speex/gstspeexenc.h:
17808         Don't leak adapter.
17809         A push *always* takes ownership of the buffer, even on
17810         errors.
17811         Small cleanups.
17812
17813 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17814
17815         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17816           Create source pad without leaking.
17817
17818 2006-03-24  Wim Taymans  <wim@fluendo.com>
17819
17820         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17821         * ext/flac/gstflacdec.h:
17822         * ext/flac/gstflacenc.h:
17823         Spifify a bit.
17824         Fix deadly lock order error in seeking code, STREAM_LOCK
17825         cannot be taken within LOCK and the streaming variables are
17826         protected with the STREAM_LOCK anyway.
17827
17828 2006-03-24  Wim Taymans  <wim@fluendo.com>
17829
17830         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17831         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17832         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17833         this patch combines the global init_frames with the stream
17834         init_frames. Rationale being that the global delay should 
17835         be subtracted from any stream delay.
17836         Fixes #335858.
17837
17838 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17839
17840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17841         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17842         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17843         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17844         use DEBUG_FUNCPTR for collectpads
17845
17846 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17847
17848         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17849           Don't crash when encoding images where the number of rows isn't
17850           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17851
17852 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17855         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17856         * gst/interleave/interleave.c: (interleave_change_state):
17857         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17858           More state change function fixes.
17859
17860 2006-03-23  Wim Taymans  <wim@fluendo.com>
17861
17862         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17863         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17864         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17865         (gst_esdsink_delay), (gst_esdsink_reset):
17866         * ext/esd/esdsink.h:
17867         Fix esd choppy playback by configuring audiosink
17868         correctly. Fixes #325191
17869
17870 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17871
17872         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17873           Make state change function thread-safe.
17874
17875 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17876
17877         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17878         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17879           Don't try to read beyond the end of the file just because
17880           the header claims a bigger size (like with truncated files).
17881
17882 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17883
17884         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17885         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17886         (gst_wavparse_stream_data), (gst_wavparse_loop):
17887         * gst/wavparse/gstwavparse.h:
17888           Delay source pad creation until we have the first chunk of
17889           media data, so the we can examine the data and adjust the
17890           caps accordingly if required. This makes playback of .wav
17891           files with DTS-declared-as-PCM content work (#313266).
17892
17893 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17894
17895         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17896         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17897         Don't attempt typefinding on too-short buffers that have been
17898         completely trimmed away. (Fixes #330239)
17899
17900         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17901         Improve the debug output
17902
17903 2006-03-21  Wim Taymans  <wim@fluendo.com>
17904
17905         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17906         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17907         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17908         (gst_esdsink_set_property), (gst_esdsink_get_property):
17909         Some cleanups.
17910         Reset fd to -1 when we close them.
17911
17912 2006-03-21  Wim Taymans  <wim@fluendo.com>
17913
17914         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17915         the OPTIONS request result is optional so don't
17916         fail on it.
17917
17918 2006-03-21  Edward Hervey  <edward@fluendo.com>
17919
17920         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17921         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17922         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17923         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17924         (gst_wavparse_change_state):
17925         gcc 4.1 unreferenced pointer fixes.
17926
17927 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17928
17929         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17930
17931         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17932           Fix block alignment calculation. Alignment should be done before
17933           adding the byte offset where the data starts (#335231).
17934
17935 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17936
17937         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17938           Ensure that we set correct caps on buffers that are transferred
17939           direct from the input.
17940
17941 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17942
17943         * gst/goom/filters.c: (zoomFilterDestroy):
17944         * gst/goom/goom_core.c: (goom_close):
17945           Free filter data when cleaning up. (Fixes: #334995)
17946
17947 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17948
17949         * configure.ac:
17950           Don't compile udp and rtsp plugins on win32 (mingw) or other
17951           systems that don't have <sys/socket.h> for some reason (#316203).
17952
17953 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17954
17955         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17956         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17957         * ext/raw1394/gstdv1394src.h:
17958           Change bus reset handler so it reports useful information such as
17959           whether the device being used connected or disconnected
17960
17961 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17962
17963         * gst/id3demux/id3v2frames.c:
17964         (parse_relative_volume_adjustment_two):
17965           We only care about gain and peak data for the master volume.
17966
17967 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17968
17969         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17970         (parse_id_string), (parse_unique_file_identifier),
17971         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17972           Read replay gain tags (#323721).
17973
17974 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17975
17976         * configure.ac:
17977           Bump requirements to gst-plugins-base CVS because
17978           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17979
17980 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17981
17982         * rtp/gst/gstrtppcmadepay.c:
17983         Fixed one of the caps in the code from mulaw to alaw.
17984
17985 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17986
17987         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17988           Ensure that we set caps on the buffers we pass.
17989
17990         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17991         (gst_id3demux_sink_activate):
17992           Ensure that we set caps on the buffers we pass.
17993
17994           Use STREAM, TYPE_NOT_FOUND as the error class when
17995           typefinding fails.
17996
17997 2006-03-15  Edward Hervey  <edward@fluendo.com>
17998
17999         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
18000         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
18001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
18002         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
18003         (gst_jpeg_dec_setcaps):
18004         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18005         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
18006         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
18007         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
18008         (gst_mngdec_src_getcaps):
18009         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18010         (gst_pngdec_caps_create_and_set):
18011         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
18012         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
18013         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
18014         * gst/alpha/gstalpha.c: (gst_alpha_init):
18015         * gst/auparse/gstauparse.c: (gst_au_parse_init):
18016         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
18017         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
18018         * gst/cutter/gstcutter.c: (gst_cutter_init):
18019         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18020         (gst_efence_checkgetrange):
18021         * gst/debug/negotiation.c: (gst_negotiation_init):
18022         * gst/flx/gstflxdec.c: (gst_flxdec_init):
18023         * gst/goom/gstgoom.c: (gst_goom_init):
18024         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
18025         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
18026         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
18027         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
18028         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
18029         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
18030         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
18031         * gst/smpte/gstsmpte.c: (gst_smpte_init):
18032         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18033         (gst_wavparse_create_sourcepad):
18034         Fix memleak with gst_static_pad_template_get().
18035         This uses gst_pad_new_from_static_template() instead.
18036         Fixes #333512
18037
18038 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18039
18040         * configure.ac:
18041           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18042           used by id3demux.
18043
18044         * gst/id3demux/gstid3demux.c: (plugin_init):
18045         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18046         (parse_user_text_identification_frame),
18047         (parse_unique_file_identifier):
18048           Add support for UFID and TXXX frames and extract musicbrainz tags.
18049
18050 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18051
18052         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18053           Catch short reads, like they might happen with truncated
18054           files (see #305279); remove unnecessary indentation.
18055
18056 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18057
18058         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18059           Fix DIB image inversion for pictures with a
18060           depth != 8 (#305279).
18061
18062 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18063
18064         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18065         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18066         * ext/jpeg/gstjpegdec.h:
18067           Fix durations on outgoing buffers after seeking
18068           in MJPEG files (#334083); some minor clean-ups.
18069
18070 2006-03-13  Wim Taymans  <wim@fluendo.com>
18071
18072         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18073         (gst_wavparse_change_state):
18074         Implement seek in READY (re-fixes #327658)
18075
18076 2006-03-13  Wim Taymans  <wim@fluendo.com>
18077
18078         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18079         * ext/esd/esdmon.c: (gst_esdmon_get):
18080         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18081         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18082         (gst_gdk_pixbuf_sink_getcaps):
18083         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18084         (gst_jpegenc_setcaps):
18085         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18086         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18087         (gst_smokeenc_setcaps):
18088         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18089         (gst_mngdec_src_getcaps):
18090         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18091         (gst_mngenc_chain):
18092         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18093         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18094         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18095         (speex_dec_src_event), (speex_dec_chain):
18096         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18097         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18098         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18099         (gst_negotiation_pad_link), (gst_negotiation_chain):
18100         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18101         (gst_flxdec_chain):
18102         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18103         (deinterleave_chain):
18104         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18105         * gst/median/gstmedian.c: (gst_median_link):
18106         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18107         (gst_monoscope_chain):
18108         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18109         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18110         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18111         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18112         close #333784 unref the result of gst_pad_get_parent()
18113         by: Christophe Fergeau.
18114
18115 2006-03-09  Wim Taymans  <wim@fluendo.com>
18116
18117         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18118         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18119         Handle events in push mode better, can now do non-flushing
18120         seeks in push mode as well.
18121
18122 2006-03-07  Wim Taymans  <wim@fluendo.com>
18123
18124         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18125         Applied patch from Kai Vehmanen, fixes #333624.
18126
18127 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18128
18129         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18130         Implement paletted and grayscale png files handling.
18131         (#150363).
18132
18133 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18134
18135         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18136         (gst_speexenc_chain):
18137           fix a tag list assert
18138           follow gst-plugins-base/ext/ogg/README; set OFFSET
18139           and OFFSET_END.  Muxes correctly with gst-plugins-base
18140           > 0.9.3
18141
18142 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18143
18144         * gst/id3demux/Makefile.am:
18145         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18146         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18147           Use new typefind helper functions here as well, and
18148           do typefinding in pull-mode if upstream supports that.
18149
18150 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18151
18152         * sys/sunaudio/gstsunaudiomixerctrl.c:
18153         (gst_sunaudiomixer_ctrl_get_volume),
18154         (gst_sunaudiomixer_ctrl_set_volume):
18155         * sys/sunaudio/gstsunaudiomixertrack.c:
18156         (gst_sunaudiomixer_track_new):
18157           Remove unused variables, breaks build from CVS
18158           with -Werror (#333392, patch by: Benjamin Pineau)
18159
18160 2006-03-03  Wim Taymans  <wim@fluendo.com>
18161
18162         * docs/plugins/Makefile.am:
18163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18165         Added wavparse docs.
18166
18167         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18168         (gst_wavparse_reset), (gst_wavparse_init),
18169         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18170         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18171         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18172         (gst_wavparse_stream_data), (gst_wavparse_loop),
18173         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18174         (gst_wavparse_change_state):
18175         * gst/wavparse/gstwavparse.h:
18176         Implement seek in READY (fixes #327658)
18177         Added docs and did some cleanups.
18178
18179 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18180
18181         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18182         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18183         (gst_avi_demux_calculate_durations_from_index),
18184         (gst_avi_demux_stream_header):
18185         * gst/avi/gstavidemux.h:
18186           If we have an index, use a duration based on the index instead
18187           of blindly trusting the information in the stream headers
18188           (fixes #331817).
18189
18190 2006-03-03  Wim Taymans  <wim@fluendo.com>
18191
18192         * docs/plugins/Makefile.am:
18193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18195         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18196         Added smoke and jpeg to the docs.
18197
18198         * ext/jpeg/Makefile.am:
18199         * ext/jpeg/gstjpeg.c: (plugin_init):
18200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18201         * ext/jpeg/gstjpegenc.h:
18202         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18203         (gst_smokedec_chain):
18204         * ext/jpeg/gstsmokedec.h:
18205         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18206         * ext/jpeg/gstsmokeenc.h:
18207         * ext/jpeg/smokecodec.h:
18208         Port smokedec (fixes #331905).
18209         Added some docs.
18210         Some cleanups.
18211
18212 2006-03-03  Wim Taymans  <wim@fluendo.com>
18213
18214         * docs/plugins/Makefile.am:
18215         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18216         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18217         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18218         Added videobalance and videoflip to the docs.
18219
18220         * gst/videofilter/Makefile.am:
18221         * gst/videofilter/gstvideobalance.c:
18222         (gst_video_balance_update_tables_planar411),
18223         (gst_video_balance_is_passthrough),
18224         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18225         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18226         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18227         (gst_video_balance_finalize), (gst_video_balance_class_init),
18228         (gst_video_balance_init), (gst_video_balance_interface_supported),
18229         (gst_video_balance_interface_init),
18230         (gst_video_balance_colorbalance_list_channels),
18231         (gst_video_balance_colorbalance_set_value),
18232         (gst_video_balance_colorbalance_get_value),
18233         (gst_video_balance_colorbalance_init),
18234         (gst_video_balance_set_property), (gst_video_balance_get_property),
18235         (gst_video_balance_get_type), (plugin_init):
18236         * gst/videofilter/gstvideobalance.h:
18237         Ported to 0.10. (Fixes #326160)
18238         Added docs.
18239
18240         * gst/videofilter/gstvideoflip.c:
18241         * gst/videofilter/gstvideoflip.h:
18242         Added docs.
18243
18244 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18245
18246         * configure.ac:
18247           Bump requirements to current core and -base CVS
18248           (core for new typefind helper API, and -base for the
18249           WAVFORMATEX support that was added to libgstriff and
18250           is needed by wavparse).
18251         
18252         * gst/apetag/Makefile.am:
18253         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18254         (gst_tag_demux_sink_activate):
18255           Use new typefind helpers for typefinding instead of our
18256           home-grown stuff; also, do typefinding in pull-mode if
18257           upstream supports that.
18258
18259 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18260
18261         Reviewed by: Christian Schaller <christian@fluendo.com>
18262
18263         This patch fixes bug: 329107
18264
18265         This Changelog entry is for a commit done on February 17
18266
18267         * ext/gconf/gconf.c
18268         * ext/gconf/gconf.h
18269         * ext/gconf/gstgconfaudiosink.c
18270         * ext/gconf/gstgconfaudiosink.h
18271         * gconf/gstreamer.schemas.in
18272
18273 2006-02-28  Wim Taymans  <wim@fluendo.com>
18274
18275         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18276         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18277         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18278         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18279         Use DEBUG_OBJECT more.
18280
18281 2006-02-28  Wim Taymans  <wim@fluendo.com>
18282
18283         * docs/plugins/Makefile.am:
18284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18286         Added dvdec and dvdemux to docs.
18287
18288         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18289         Added docs.
18290         Check frame sizes so we don't crash when don't have enough
18291         data.
18292         Send nice error messages on error.
18293
18294         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18295         (gst_dvdemux_class_init), (gst_dvdemux_init),
18296         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18297         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18298         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18299         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18300         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18301         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18302         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18303         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18304         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18305         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18306         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18307         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18308         * ext/dv/gstdvdemux.h:
18309         Added docs.
18310         Implement pull mode.
18311         Fix memleaks.
18312         Reduce memcpy for the video demuxing.
18313
18314 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18315
18316         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18317         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18318         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18319         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18320           Add a little extra debug. Make the decoder not return NOT_LINKED,
18321           as we want to continue decoding all CMML and emitting tags.
18322
18323 2006-02-27  Michael Smith  <msmith@fluendo.com>
18324
18325         * ext/annodex/gstskeltag.c:
18326         * ext/annodex/gstskeltag.h:
18327           Deleted; these files aren't used any more either.
18328
18329 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18330
18331         * ext/Makefile.am: Fix dist-check.
18332
18333 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18334
18335         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18336         memleak.
18337
18338 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18339
18340         * ext/annodex/Makefile.am:
18341         * ext/annodex/gstannodex.c:
18342         * ext/annodex/gstcmmldec.c:
18343         * ext/annodex/gstcmmlenc.c:
18344         * ext/annodex/gstcmmlparser.c:
18345         * ext/annodex/gstcmmlparser.h:
18346         * ext/annodex/gstcmmlutils.c:
18347         * tests/check/elements/cmmldec.c:
18348         * tests/check/elements/cmmlenc.c:
18349           Fix a memleak in gst_cmml_track_list_add_clip.
18350           Handle overflows in clip's start and end times.
18351           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18352           Do not parse junk at the end of a CMML preamble buffer.
18353           Register a libxml error handler to not print stuff on stderr.
18354           Check for bad clip start and end times in the testsuites.
18355
18356 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18357
18358         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18359         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18360         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18361         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18362         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18363         possible memleaks.
18364
18365 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18366
18367         * tests/check/Makefile.am:
18368         * tests/check/elements/cmmldec.c:
18369         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18370         the plugins-base tags.
18371
18372 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18373
18374         * ext/Makefile.am: Re-enable module.
18375
18376 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18377
18378         * tests/check/Makefile.am: Forgot to remove that test.
18379
18380 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18381
18382         * ext/annodex/Makefile.am:
18383         * ext/annodex/gstannodex.c: (plugin_init):
18384         * ext/annodex/gstcmmldec.c:
18385         * ext/annodex/gstskeldec.c:
18386         * ext/annodex/gstskeldec.h:
18387         * tests/check/Makefile.am:
18388         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18389
18390 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18391
18392         * tests/check/Makefile.am: Disable those checks as well.
18393
18394 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18395
18396         * ext/Makefile.am: Disable annodex for now until we figure out
18397         how to make it build.
18398         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18399         Add a rule to your checklist : "please try to at least build 
18400         what you are going to commit into -good, or if you are too lazy
18401         to do that, please check that the buildbots are not crying because
18402         of your commit."
18403
18404 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18405
18406         * configure.ac:
18407         * ext/Makefile.am:
18408         * ext/gdk_pixbuf/Makefile.am:
18409         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18410         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18411         * ext/gdk_pixbuf/pixbufscale.c:
18412         * ext/gdk_pixbuf/pixbufscale.h:
18413           Gdkpixbuf ported from 0.8 to 0.10 by
18414           Renato Filho <renato.filho@indt.org.br>.
18415           gst_loader and gdkpixbufanimation still need port.
18416
18417 2006-02-24  Michael Smith  <msmith@fluendo.com>
18418
18419         * configure.ac:
18420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18421         * ext/Makefile.am:
18422         * ext/annodex/Makefile.am:
18423         * ext/annodex/gstannodex.c:
18424         * ext/annodex/gstannodex.h:
18425         * ext/annodex/gstcmmldec.c:
18426         * ext/annodex/gstcmmldec.h:
18427         * ext/annodex/gstcmmlenc.c:
18428         * ext/annodex/gstcmmlenc.h:
18429         * ext/annodex/gstcmmlparser.c:
18430         * ext/annodex/gstcmmlparser.h:
18431         * ext/annodex/gstcmmltag.c:
18432         * ext/annodex/gstcmmltag.h:
18433         * ext/annodex/gstcmmlutils.c:
18434         * ext/annodex/gstcmmlutils.h:
18435         * ext/annodex/gstskeldec.c:
18436         * ext/annodex/gstskeldec.h:
18437         * ext/annodex/gstskeltag.c:
18438         * ext/annodex/gstskeltag.h:
18439         * tests/check/Makefile.am:
18440         * tests/check/elements/cmmldec.c:
18441         * tests/check/elements/cmmlenc.c:
18442         * tests/check/elements/skeldec.c:
18443           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18444           Includes tests & docs, oh my! Passes Thomas's -good checklist
18445           entirely. Wow.
18446
18447 2006-02-24  Michael Smith  <msmith@fluendo.com>
18448
18449         * autogen.sh:
18450           Check for automake 1.9 as well.
18451
18452 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18453
18454         * ext/flac/gstflacenc.c:
18455           Change min. sample rate to 8kHz to match flacdec's.
18456           
18457 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18458
18459         * ext/cdio/Makefile.am:
18460           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18461           required for Cygwin, see #317048)
18462
18463         * gst/rtp/gstasteriskh263.c:
18464           Cygwin has includes for both the unix network socket API
18465           and the windows API, but only one can be included, so fix
18466           includes to only use one or the other, prefering the unxi
18467           one (#317048).
18468
18469 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18470
18471         * rtp/gst/gstrtppcmadepay.c:
18472         * rtp/gst/gstrtppcmadepay.h:
18473         * rtp/gst/gstgstrtppcmapay.c:
18474         * rtp/gst/gstgstrtppcmapay.h:
18475         * rtp/gst/gstrtppcmudepay.c:
18476         * rtp/gst/gstrtppcmudepay.h:
18477         * rtp/gst/gstrtppcmupay.c:
18478         * rtp/gst/gstrtppcmupay.h:
18479         * rtp/gst/Makefile.am:
18480         * rtp/gst/gstrtp.c:
18481         * rtp/gst/README:
18482         Separated the G711 payloaders/depayloaders into separate elements for
18483         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18484
18485 2006-02-22  Wim Taymans  <wim@fluendo.com>
18486
18487         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18488         (gst_dvdec_change_state):
18489         * ext/dv/gstdvdec.h:
18490         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18491         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18492         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18493         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18494         (gst_dvdemux_flush), (gst_dvdemux_chain),
18495         (gst_dvdemux_change_state):
18496         * ext/dv/gstdvdemux.h:
18497         Ueber spiffify some more, added debug category.
18498         Use _scale.
18499         Use segments, respect playback rate from newsegment.
18500         Fix refcount issue.
18501
18502 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18503
18504         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18505         (gst_signal_processor_process):
18506         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18507         enabled for the build, but it helps me win the feature-count
18508         competitions ooh yeah.
18509
18510 2006-02-19  Wim Taymans  <wim@fluendo.com>
18511
18512         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18513         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18514         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18515         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18516         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18517         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18518         Use scaling code for added precission and more correct stop
18519         position in case scale==0.
18520
18521 2006-02-19  Wim Taymans  <wim@fluendo.com>
18522
18523         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18524         (gst_flxdec_chain):
18525         * gst/flx/gstflxdec.h:
18526         Implement DURATION query.
18527
18528 2006-02-19  Wim Taymans  <wim@fluendo.com>
18529
18530         * gst/flx/flx_color.h:
18531         * gst/flx/flx_fmt.h:
18532         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18533         (gst_flxdec_src_query_handler), (flx_decode_color),
18534         (gst_flxdec_chain):
18535         * gst/flx/gstflxdec.h:
18536         Set MALLOCDATA for the temp buffers so we don't leak.
18537         Some debug cleanups.
18538         Consume all data in the adapter before leaving the chain
18539         function. Fixes #330678.
18540
18541 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18542
18543         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18544         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18545          Handle 0 data size in otherwise valid frames.
18546          Handle numeric strings in 2.4.0 even when not in parentheses 
18547
18548 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18549
18550         * gst/matroska/matroska-demux.c:
18551         (gst_matroska_demux_subtitle_caps),
18552         (gst_matroska_demux_plugin_init):
18553         * gst/matroska/matroska-ids.h:
18554           Recognise SSA/ASS and USF subtitle formats and
18555           set proper caps when they are found.
18556
18557 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18560         (gst_jpeg_dec_chain):
18561           Fix invalid memory access for some odd-sized images
18562           (see image contained in quicktime stream in #327083);
18563           use g_malloc() instead of g_alloca().
18564
18565 2006-02-17  Wim Taymans  <wim@fluendo.com>
18566
18567         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18568         Patch from Sebastien Cote, fixes #319884
18569
18570 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18571
18572         * ext/cdio/gstcdio.c: (plugin_init):
18573           Init debug category (#331253).
18574
18575 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18576
18577         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18578           Pass extra_data to gst_riff_create_audio_caps(), so that
18579           WAVEFORMATEX stuff works. Post audio codec name and post
18580           it as taglist on the bus. Allow up to 8 channesl for raw
18581           PCM in the source pad template caps.
18582
18583 2006-02-16  Wim Taymans  <wim@fluendo.com>
18584
18585         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18586         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18587         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18588         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18589         (gst_multipart_set_property), (gst_multipart_get_property):
18590         Applied #318663. Gives quite a few false positives in
18591         autoscan mode, but it's better than nothing. Not closing yet.
18592
18593 2006-02-16  Wim Taymans  <wim@fluendo.com>
18594
18595         * docs/plugins/Makefile.am:
18596         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18597         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18598         * docs/plugins/gst-plugins-good-plugins.args:
18599         * docs/plugins/inspect/plugin-udp.xml:
18600         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18601         (gst_udpsrc_start):
18602         Update documentation.
18603         Fix args.
18604
18605 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18606
18607         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18608         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18609         frame size. (Fixes #331368)
18610
18611 2006-02-16  Wim Taymans  <wim@fluendo.com>
18612
18613         * gst/rtsp/README:
18614         Updated README.
18615
18616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18617         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18618         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18619         * gst/rtsp/gstrtspsrc.h:
18620         Make sure the RTP port is an even port an try to allocate 
18621         another if not.
18622         Added retry property to control max retries for port allocation.
18623         Make sure RTCP port is RTP port+1.
18624         Cleanup when port allocation fails.
18625         Fixes #319183.
18626         
18627 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18628
18629         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18630           Don't ignore return value of the parent class's state
18631           change function (#331385, patch by: Wouter Paesen).
18632
18633 2006-02-15  Wim Taymans  <wim@fluendo.com>
18634
18635         * configure.ac:
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.hierarchy:
18640         * ext/Makefile.am:
18641         * ext/hal/Makefile.am:
18642         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18643         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18644         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18645         (do_toggle_element), (gst_hal_audio_sink_set_property),
18646         (gst_hal_audio_sink_get_property),
18647         (gst_hal_audio_sink_change_state):
18648         * ext/hal/gsthalaudiosink.h:
18649         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18650         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18651         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18652         (do_toggle_element), (gst_hal_audio_src_set_property),
18653         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18654         * ext/hal/gsthalaudiosrc.h:
18655         * ext/hal/gsthalelements.c: (plugin_init):
18656         * ext/hal/gsthalelements.h:
18657         * ext/hal/hal.c: (gst_hal_get_string),
18658         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18659         (gst_hal_get_audio_src):
18660         * ext/hal/hal.h:
18661         Add HAL sound device wrapper plugins. Closes #329106
18662
18663 2006-02-15  Wim Taymans  <wim@fluendo.com>
18664
18665         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18666         Add comment in a fultile attempt to stop the copy-and-paste 
18667         paradigm leading to duplication of bad code.
18668
18669         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18670         Mime parameters have to be checked case insensitive
18671
18672 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18675           Advance stream time for lagging subtitle streams by sending
18676           newsegment events with the update flag set.
18677
18678 2006-02-14  Edward Hervey  <edward@fluendo.com>
18679
18680         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18681         There can be bogus data before the hdrl LIST tag in the RIFF header.
18682         It's hard to say if it's not respecting the AVI specifications or not,
18683         but since Google Video is producing AVIs like that and the other player
18684         don't seem to complain, I guess we should do the same.
18685
18686 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18687
18688         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18689         (parse_split_strings):
18690         Add more validation to ensure that a char encoding conversion
18691         produced a valid UTF-8 string.
18692
18693 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18694
18695         Reviewed by: Edward Hervey  <edward@fluendo.com>
18696
18697         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18698         Properly handle end of segment. Closes #330885.
18699
18700 2006-02-13  Wim Taymans  <wim@fluendo.com>
18701
18702         * gst/rtp/gstrtpmp4gpay.h:
18703         For got to commit this one.
18704
18705 2006-02-12  Wim Taymans  <wim@fluendo.com>
18706
18707         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18708         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18709         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18710         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18711         * gst/rtp/gstrtpmp4gpay.h:
18712         Make more things work.
18713         Handle ACC config strings.
18714
18715 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18716
18717         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18718           set timestamps if no incoming timestamps set
18719
18720 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18721
18722         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18723         (gst_tag_demux_do_typefind):
18724           ... and fix the very same leaks in GstTagDemux.
18725
18726 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18727
18728         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18729         (gst_id3demux_do_typefind):
18730         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18731         <jonathan at kaolin dot wh9 dot net>)
18732
18733 2006-02-10  Wim Taymans  <wim@fluendo.com>
18734
18735         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18736         First set options, then set caps or else the baseclass
18737         will not know about the options, duh.
18738
18739 2006-02-10  Wim Taymans  <wim@fluendo.com>
18740
18741         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18742         (gst_rtp_mp4v_pay_setcaps):
18743         Don't waste time looking for a config string if we have codec_info
18744         on the incomming caps.
18745
18746 2006-02-10  Wim Taymans  <wim@fluendo.com>
18747
18748         * gst/rtp/README:
18749         Say something about case-sensitivity of caps vs mime-attributes.
18750
18751         * gst/rtp/Makefile.am:
18752         * gst/rtp/gstrtp.c: (plugin_init):
18753         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18754         (gst_rtp_amr_pay_handle_buffer):
18755         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18756         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18757         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18758         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18759         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18760         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18761         (gst_rtp_mp4g_pay_plugin_init):
18762         * gst/rtp/gstrtpmp4gpay.h:
18763         Added beginnings of mpeg4-generic payloader (RFC 3640)
18764
18765 2006-02-09  Wim Taymans  <wim@fluendo.com>
18766
18767         * gst/rtsp/Makefile.am:
18768         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18769         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18770         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18771         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18772         (gst_rtpdec_change_state):
18773         * gst/rtsp/gstrtpdec.h:
18774         * gst/rtsp/gstrtsp.c: (plugin_init):
18775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18776         * gst/rtsp/rtspconnection.c: (read_body),
18777         (rtsp_connection_receive):
18778         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18779         Resurected rtpdec to make rtspsrc happy again.
18780         Skip attributes from the session id.
18781         Don't crash when dumping a message with an empty body.
18782
18783
18784 2006-02-09  Wim Taymans  <wim@fluendo.com>
18785
18786         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18787         Added more meaningfull warnings when something goes wrong.
18788         Clear F bit on outgoing AMR packets.
18789
18790         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18791         (gst_rtp_amr_pay_handle_buffer):
18792         Added debugging category
18793         Support payloading of multiple AMR frames.
18794
18795         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18796         Added some debugging.
18797
18798 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18799
18800         * configure.ac:
18801           Back to CVS
18802
18803 === release 0.10.2 ===
18804
18805 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18806
18807         * configure.ac:
18808           releasing 0.10.2, "Papa was a rolling stone"
18809
18810 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18811
18812         * configure.ac:
18813           Bump core and plugins-base requirement to 0.10.2.2
18814           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18815
18816 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * ext/flac/gstflac.c: (plugin_init):
18819         * ext/speex/gstspeex.c: (plugin_init):
18820           Register musicbrainz tags.
18821
18822 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18823
18824         * ext/gconf/gconf.h:
18825           Remove declaration of function that no longer exists.
18826
18827 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18828
18829         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18830         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18831         Make shout2 work for non ogg streams
18832
18833 2006-02-06  Wim Taymans  <wim@fluendo.com>
18834
18835         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18836         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18837         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18838         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18839         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18840         * gst/udp/gstmultiudpsink.h:
18841         Updated docs.
18842         Added properties bytes-served, bytes_to_serve.
18843         Post proper error messages,
18844         Emit client added signal too.
18845
18846 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848         * docs/plugins/Makefile.am:
18849         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18850         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18851         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18852         (gst_multiudpsink_get_stats):
18853           adding docs for multiudpsink
18854
18855 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18856
18857         * gst/level/gstlevel.c: (gst_level_transform_ip):
18858           peak below decay is not necessarily an error, so don't ERROR log
18859
18860 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18861
18862         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18863         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18864         (gst_ebml_write_seek):
18865         * gst/matroska/ebml-write.h:
18866           Make sure we send a newsegment event in BYTES format
18867           before sending buffers (#328531).
18868
18869 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18870
18871         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18872         (gst_dvdemux_sink_query):
18873         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18874         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18875         (speex_dec_src_query):
18876         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18877         (gst_speexenc_sink_query):
18878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18879         * gst/matroska/matroska-demux.c:
18880         (gst_matroska_demux_get_src_query_types),
18881         (gst_matroska_demux_handle_src_query):
18882         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18883         (gst_wavparse_pad_query):
18884           Pass unhandled queries upstream instead of just dropping
18885           them (#326446). Update query type arrays here and there.
18886
18887 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18888
18889         * tests/check/elements/matroskamux.c: (setup_src_pad):
18890           Collectpads in core got changed and now also holds a
18891           reference to any pad that is part of it. Fix refcount
18892           checks in test case accordingly.
18893
18894 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18895
18896         * gst/apetag/gstapedemux.h:
18897           Fix include, for now GstTagDemux is in the apetag dir.
18898
18899 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18900
18901         * docs/plugins/Makefile.am:
18902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18904         * docs/plugins/inspect/plugin-cdio.xml:
18905           Add cdio plugin to docs.
18906
18907         * ext/cdio/gstcdiocddasrc.c:
18908           Add gtk-doc blurb.
18909
18910         * ext/cdio/gstcdio.c:
18911           The plugin is called 'cdio' not 'cddio'.
18912
18913 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18914
18915         * configure.ac:
18916         * docs/plugins/Makefile.am:
18917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18918         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18919         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18920         * docs/plugins/inspect/plugin-apetag.xml:
18921         * gst/apetag/Makefile.am:
18922         * gst/apetag/gstapedemux.c:
18923         * gst/apetag/gstapedemux.h:
18924         * gst/apetag/gsttagdemux.c:
18925         * gst/apetag/gsttagdemux.h:
18926           Add APE tag demuxer (#325649).
18927
18928 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18929
18930         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18931         (gst_gconf_get_default_video_sink),
18932         (gst_gconf_get_default_audio_src),
18933         (gst_gconf_get_default_video_src):
18934         * ext/gconf/gconf.h:
18935         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18936         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18937         (do_toggle_element):
18938         * ext/gconf/gstgconfaudiosink.h:
18939         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18940         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18941         (do_toggle_element):
18942         * ext/gconf/gstgconfaudiosrc.h:
18943         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18944         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18945         (do_toggle_element):
18946         * ext/gconf/gstgconfvideosink.h:
18947         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18948         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18949         (do_toggle_element):
18950         * ext/gconf/gstgconfvideosrc.h:
18951           Ignore changing the GConf key to "". Ignore GConf key updates
18952           that don't actually change the string.
18953           For now, ignore the GConf key when the state is > READY, as
18954           it breaks streaming. Sometime it will be nice to bring the
18955           new sink online even mid-stream, by sending NEWSEGMENT info
18956           and possibly prerolling.
18957           (Fixes #326736)
18958
18959 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18960
18961         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18962         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18963         (zoomFilterSetResolution), (zoomFilterDestroy),
18964         (zoomFilterFastRGB), (pointFilter):
18965         * gst/goom/filters.h:
18966         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18967         (goom_update), (goom_close):
18968         * gst/goom/goom_core.h:
18969         * gst/goom/goom_tools.h:
18970         * gst/goom/graphic.c:
18971         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18972         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18973         * gst/goom/gstgoom.h:
18974         * gst/goom/lines.c: (goom_lines):
18975         * gst/goom/lines.h:
18976           Make goom reentrant by moving all important static variables
18977           into instance structures.
18978           (Fixes #329181)
18979
18980 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18981
18982         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18983         (gst_avi_demux_all_source_pads_unlinked),
18984         (gst_avi_demux_process_next_entry):
18985         * gst/avi/gstavidemux.h:
18986           Third attempt, use gst_pad_is_linked() this time.
18987
18988 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18989
18990         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18991         (parse_split_strings):
18992         Adjust for data length indicators when parsing (Fixes #329810)
18993         Fix stupid bug parsing UTF-8 tag text.
18994         Output tag strings with multiple fields as multiple tags, so the
18995         app gets all the data.
18996
18997 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18998
18999         * ext/flac/gstflacenc.c:
19000         Fixed a bug add in last commit, where no event is send. Thanks Tim to
19001         show me.
19002         
19003 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
19004
19005         * ext/flac/gstflacenc.c:
19006         * gst/matroska/ebml-read.c:
19007         Just make it compile with --disable-gst-debug.
19008
19009 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
19010
19011         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
19012         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
19013         (id3v2_genre_fields_to_taglist):
19014           Never output a tag with a null contents string.
19015
19016 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19017
19018         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
19019           Only pause if all pads are unlinked AND we've tried to send data
19020           on all of them at least once.
19021
19022 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19023
19024         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
19025         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
19026           Make loop function/task pause itself when all source pads are
19027           unlinked.
19028
19029 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19030
19031         * configure.ac:
19032         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
19033           Use new functions from core to render a bin from a
19034           string. Fixes build. Up requirements to core CVS.
19035
19036 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19037
19038         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19039           Don't push buffers into the adapter that we are going to
19040           push downstream again without framing anyway. Also, the
19041           adaptor takes ownership of buffers put into it (fixes
19042           auparse pushing invalid buffers for .au files with
19043           ADPCM contents). Finally, set caps on all outgoing buffers.
19044
19045 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19046
19047         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19048         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19049         (gst_id3demux_send_tag_event):
19050         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19051         Someone should kick my butt. Remove ID3v1 tags from the end of the
19052         file.
19053
19054         Improve error messages. Send the TAG message as soon as we complete
19055         typefinding, instead of waiting until we send the first buffer.
19056         Downstream tag event is still sent before the first buffer.
19057
19058 2006-01-27  Jan Gerber  <j@bootlab.org>
19059
19060         Reviewed by: Andy Wingo <wingo@pobox.com>
19061
19062         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19063         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19064         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19065         to not have warings flooding stderr. this is the suggested way
19066         also used in dvgrab and kino. (#328336)
19067
19068 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19069
19070         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19071         (gst_oss_sink_init), (gst_oss_sink_finalise):
19072           Free the device name string when finalised.
19073
19074 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19075
19076         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19077           Don't put function calls in g_return_if_fail() statements,
19078           or they'll be replaced with NOOPs if someone compiles with
19079           G_DISABLE_CHECKS defined.
19080           
19081 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19082
19083         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19084         Never trust ANY information encoded in a media file, especially
19085         when it's giving you sizes. (Fixes #328452)
19086
19087 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19088
19089         * gst/rtp/gstrtpg711pay.c:
19090         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19091         bug #325148.
19092
19093 2006-01-23  Edward Hervey  <edward@fluendo.com>
19094
19095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19096         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19097         * gst/matroska/matroska-ids.h:
19098         Added recognition of Real Audio and Video streams in matroska demuxer.
19099
19100 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19101
19102         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19103           Remove errant break statement, and fix compilation with
19104           older GCC.
19105
19106 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19107
19108         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19109
19110         * sys/sunaudio/gstsunaudiomixerctrl.c:
19111         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19112           Export functions that are needed in other parts of the code,
19113           makes the mixer actually work; adjust magic minimum buffer-time
19114           value from 3ms to 5ms to work around stuttering during mp3
19115           playback (#327765).
19116
19117 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19118
19119         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19120
19121         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19122         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19123           Fix possible deadlock in matroska muxer (#327825).
19124
19125 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19126
19127         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19128         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19129         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19130         * gst/rtsp/sdpmessage.h:
19131         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19132         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19133           C89 fixes: declare variables at the beginning of a block and
19134           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19135           <jensgr at gmx dot net>).
19136
19137 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19138
19139         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19140         * gst/id3demux/id3tags.h:
19141         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19142         (parse_comment_frame), (parse_text_identification_frame),
19143         (id3v2_tag_to_taglist), (id3v2_are_digits),
19144         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19145         (parse_split_strings), (free_tag_strings):
19146           Rewrite parsing of text tags to handle multiple NULL terminated
19147           strings. Parse numeric genre strings and ID3v2 type
19148           "(3)(6)Alternative" style genre strings.
19149           Parse dates that are only YYYY or YYYY-mm format.
19150           (Fixes #328241 and #322154)
19151
19152 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19153
19154         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19155           Don't forget to initialize liboil, otherwise our oil functions
19156           will crash (fixes #327871; patch by: Christoph Burghardt
19157           <hawkes at web dot de>).
19158
19159 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19160
19161         * configure.ac:
19162           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19163           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19164           patch by: Brian Cameron <brian dot cameron at sun dot com>
19165
19166 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19167
19168         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19169         * ext/cdio/gstcdio.h:
19170         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19171           Fix build for libcdio versions >= 76; give slightly lower rank
19172           than cdparanoia.
19173
19174 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19175
19176         * configure.ac:
19177         * ext/Makefile.am:
19178         * ext/cdio/Makefile.am:
19179         * ext/cdio/gstcdio.c:
19180         * ext/cdio/gstcdio.h:
19181         * ext/cdio/gstcdiocddasrc.c:
19182         * ext/cdio/gstcdiocddasrc.h:
19183           Port libcdio cdda source, formerly known as cddasrc, now known as
19184           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19185           but that's not tested (fixes #317658).
19186
19187 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19188
19189         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19190           Fix conversion from TIME to BYTES format (fixes #326864;
19191           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19192
19193 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19194
19195         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19196           Fix compilation of id3demux when zlib is not present.
19197           (Fixes #326602; patch by: Sergey Scobich)
19198
19199 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19200
19201         * ext/esd/Makefile.am:
19202           Add $(ESD_CFLAGS), otherwise build will fail for folks
19203           with libesd in a non-standard prefix (#327009).
19204
19205 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19206
19207         * configure.ac:
19208           back to HEAD
19209
19210 === release 0.10.1 ===
19211
19212 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19213
19214         * configure.ac:
19215           releasing 0.10.1, "Li"
19216
19217 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219           patch by: Wim Taymans
19220
19221         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19222           fix memleak.  Fixes #326618
19223
19224 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19225
19226           patch by: Mike Smith
19227
19228         * gst/level/gstlevel.c: (gst_level_message_new),
19229         (gst_level_message_append_channel):
19230           Fix memleak.  Fixes #326612
19231
19232 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19233
19234         * configure.ac:
19235           prereleasing
19236         * po/af.po:
19237         * po/az.po:
19238         * po/cs.po:
19239         * po/en_GB.po:
19240         * po/hu.po:
19241         * po/it.po:
19242         * po/nb.po:
19243         * po/nl.po:
19244         * po/or.po:
19245         * po/sq.po:
19246         * po/sr.po:
19247         * po/sv.po:
19248         * po/uk.po:
19249         * po/vi.po:
19250           update translations
19251
19252 2006-01-10  Michael Smith  <msmith@fluendo.com>
19253
19254         * gst/level/gstlevel.c: (gst_level_class_init),
19255         (gst_level_dispose):
19256           Don't leak filter arrays.
19257
19258 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19259
19260         reviewed by: Christian Schaller <uraeus@gnome.org>
19261         
19262         * configure.ac:
19263         * gst-plugins-good.spec.in:
19264         * sys/Makefile.am:
19265         * sys/sunaudio/Makefile.am:
19266         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19267         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19268         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19269         (gst_sunaudiomixer_change_state):
19270         * sys/sunaudio/gstsunaudiomixer.h:
19271         * sys/sunaudio/gstsunaudiomixerctrl.c:
19272         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19273         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19274         (gst_sunaudiomixer_ctrl_list_tracks),
19275         (gst_sunaudiomixer_ctrl_get_volume),
19276         (gst_sunaudiomixer_ctrl_set_volume),
19277         (gst_sunaudiomixer_ctrl_set_mute),
19278         (gst_sunaudiomixer_ctrl_set_record):
19279         * sys/sunaudio/gstsunaudiomixerctrl.h:
19280         * sys/sunaudio/gstsunaudiomixertrack.c:
19281         (gst_sunaudiomixer_track_class_init),
19282         (gst_sunaudiomixer_track_init), (fill_labels),
19283         (gst_sunaudiomixer_track_new):
19284         * sys/sunaudio/gstsunaudiomixertrack.h:
19285         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19286         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19287         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19288         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19289         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19290         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19291         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19292         * sys/sunaudio/gstsunaudiosink.h:
19293
19294         Add SunAudio plugin - tested to make sure it doesn't break
19295         the build under GNU/Linux.      
19296
19297 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19298
19299         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19300         * gst-plugins-good/gst/udp/gstudpsrc.c:
19301         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19302         overrides the port or multicast parameters. Fixes bugs #323021.
19303         API addition: adds GstUDPSrc::sockfd property   
19304
19305 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19306
19307         * ext/gconf/Makefile.am:
19308         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19309         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19310         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19311         (do_toggle_element), (cb_toggle_element),
19312         (gst_gconf_audio_src_change_state):
19313         * ext/gconf/gstgconfaudiosrc.h:
19314         * ext/gconf/gstgconfelements.c: (plugin_init):
19315         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19316         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19317         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19318         (do_toggle_element), (cb_toggle_element),
19319         (gst_gconf_video_src_change_state):
19320         * ext/gconf/gstgconfvideosrc.h:
19321           Add new gconfaudiosrc and gconfvideosrc elements
19322           (needed for gnome-sound-recorder).
19323
19324 2006-01-06  Edward Hervey  <edward@fluendo.com>
19325
19326         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19327         Add gst_element_no_more_pads() for proper decodebin behaviour.
19328         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19329         (parse_text_identification_frame), (parse_split_strings):
19330         Failure to decode some tags is not a GST_ERROR() but a
19331         GST_WARNING()
19332         When iterating over a chunk of text, check that we haven't gone too
19333         far.
19334
19335 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19336
19337         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19338         (plugin_init):
19339           call oil_init() when using liboil
19340
19341 2006-01-04  Wim Taymans  <wim@fluendo.com>
19342
19343         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19344         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19345         Fix leaks.
19346
19347 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19348
19349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19350
19351         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19352         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19353         (gst_flac_dec_change_state):
19354           Don't g_assert() where we should just return FALSE; remove
19355           unnecessary g_assert(); initialize some fields properly in
19356           state change function (fixes #325504). Also, use
19357           GST_DEBUG_OBJECT in two more places.
19358
19359 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19360
19361         * configure.ac:
19362           also remove smoothwave's Makefile.am
19363         * docs/plugins/Makefile.am:
19364           fix plugin docs
19365
19366 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19367
19368         * tests/examples/Makefile.am:
19369           added missing Makefile.am
19370
19371 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19372
19373         * configure.ac:
19374         * gst/level/Makefile.am:
19375         * gst/level/level-example.c:
19376         * tests/Makefile.am:
19377         * tests/examples/level/Makefile.am:
19378         * tests/examples/level/level-example.c: (message_handler), (main):
19379           moved level-example to tests/examples/level-example
19380         * tests/old/examples/level/demo.c: (main):
19381         * tests/old/examples/level/plot.c: (main):
19382           some initial fixes
19383
19384 2005-12-29  Michael Smith  <msmith@fluendo.com>
19385
19386         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19387         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19388         * gst/udp/gstmultiudpsink.h:
19389           Track packets sent per client in addition to bytes sent; provide
19390           this info through get-stats signal
19391
19392 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19393
19394         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19395           Can't use gst_object_unref() on a GstAdapter (#325191).
19396
19397 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19398
19399         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19400         If a broken tag has 0 bytes payload, at least still skip
19401         the 10 byte header
19402
19403 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19404
19405         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19406         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19407         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19408         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19409           Making these depayloaders (H263+ and mpeg4 video) inherit from
19410           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19411
19412 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19413
19414         * docs/plugins/gst-plugins-good-plugins.args:
19415         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19416         Regenerate the plugin hiearchy.
19417
19418 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19419
19420         * docs/plugins/Makefile.am:
19421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19423         * docs/plugins/gst-plugins-good-plugins.args:
19424         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19425         (gst_id3demux_base_init), (gst_id3demux_class_init),
19426         (gst_id3demux_chain):
19427         * gst/id3demux/gstid3demux.h:
19428           Add documentation for id3demux.
19429           Don't fail if the first buffer is not at offset 0, just
19430           attempt to typefind and do pass through
19431           Rename the gst_type function from gst_gst_id3demux..
19432
19433 2005-12-20  Michael Smith  <msmith@fluendo.com>
19434
19435         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19436         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19437         (gst_multiudpsink_get_stats):
19438         * gst/udp/gstmultiudpsink.h:
19439           Collect statistics; return them from get_stats.
19440
19441 2005-12-19  Edward Hervey  <edward@fluendo.com>
19442
19443         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19444         Stupid signedness issue...
19445
19446 2005-12-19  Edward Hervey  <edward@fluendo.com>
19447
19448         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19449         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19450         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19451         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19452         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19453         Construct index for indexless files.
19454         Make sure pad/buffers are correctly reset to NULL once we don't need
19455         them anymore, else we get lovely segfaults/assertions.
19456         * gst/wavparse/gstwavparse.c:
19457         Yes, you can have 96KHz audio and wma in wav :(
19458
19459 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19460
19461         * configure.ac:
19462           Check for optional dependency on zlib for id3demux
19463
19464         * gst/id3demux/Makefile.am:
19465         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19466         (gst_id3demux_base_init), (gst_id3demux_class_init),
19467         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19468         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19469         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19470         (gst_id3demux_set_property), (gst_id3demux_get_property),
19471         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19472         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19473         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19474         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19475         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19476         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19477         (simple_find_peek), (simple_find_suggest),
19478         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19479         (plugin_init):
19480         * gst/id3demux/gstid3demux.h:
19481         * gst/id3demux/id3tags.c: (read_synch_uint),
19482         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19483         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19484         (id3demux_id3v2_frames_to_tag_list):
19485         * gst/id3demux/id3tags.h:
19486         * gst/id3demux/id3v2.4.0-frames.txt:
19487         * gst/id3demux/id3v2.4.0-structure.txt:
19488         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19489         (parse_comment_frame), (parse_text_identification_frame),
19490         (id3v2_tag_to_taglist), (parse_split_strings):
19491           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19492           otherwise it discards them. Works on my test files. 
19493
19494         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19495           Don't send EOS to a non-existing srcpad
19496           The debug category can be static
19497
19498 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19499
19500         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19501         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19502         * gst/multipart/multipartdemux.c:
19503           change some char* into char[]
19504
19505 2005-12-16  Wim Taymans  <wim@fluendo.com>
19506
19507         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19508         (gst_wavparse_other), (gst_wavparse_perform_seek),
19509         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19510         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19511         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19512         * gst/wavparse/gstwavparse.h:
19513         Use GstSegment to implement more seeking features.
19514
19515 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19516
19517         * gst/rtsp/rtspconnection.c:
19518           Add <netinet/in.h> include and move <arpa/inet.h> include
19519           to make things work on OpenBSD as well (fixes #323717;
19520           patch by: Benjamin Pineau)
19521
19522 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19523
19524         * gst/rtp/gstrtpspeexdepay.c:
19525         * gst/rtp/gstrtpspeexpay.c:
19526         Set clock rate to be fixed in 8000. It fixes bug #324012.
19527
19528 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19529
19530         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19531         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19532         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19533         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19534         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19535         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19536         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19537         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19538         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19539         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19540         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19541         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19542         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19543         * gst-plugins-good/gst/rtp/README:
19544         Fixed payload range in payloder caps. Removed payload range completely
19545         from depayloaders as they don't require payload type in their caps.
19546         In effect, there isn't any specific payload type for any given codec,
19547         only suggestions.
19548         Fixes bug #324011.
19549
19550 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19551
19552         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19553         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19554         (gst_videomixer_collected): Code cleanup and re-enabling 
19555         queued time validity check for correct EOS handling.
19556
19557 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19558
19559         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19560         (gst_oss_mixer_element_get_property),
19561         (gst_oss_mixer_element_change_state):
19562         Add 'device-name' property and fix state change function.
19563
19564 2005-12-13  Edward Hervey  <edward@fluendo.com>
19565
19566         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19567         If the speed of the file is null in the header, set the frame_time to
19568         the default setting of GST_SECOND / 70. Which is the default
19569         frame_delay for .fli files as stated in this document :
19570         http://www.compuphase.com/flic.htm
19571         Would be nice to have the time conversion done properly too (duration =
19572         flxh->frames * flxdec->frame_time)
19573
19574 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19575
19576         * docs/plugins/Makefile.am:
19577         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19578         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19579         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19580         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19581         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19582         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19583         documentation for videomixer on my way with a funny sample
19584         pipeline.
19585
19586 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19587
19588         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19589         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19590         (gst_videomixer_update_queues), (gst_videomixer_collected):
19591         Fix caps negotiation. (#323896)
19592
19593 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19594
19595         * gst/matroska/matroska-demux.c:
19596         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19597           Set correct timestamps on audio laces, fixes playback of mp3 from
19598                 matroska.
19599
19600 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19601
19602         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19603         (gst_au_parse_class_init), (gst_au_parse_init),
19604         (gst_au_parse_dispose), (gst_au_parse_chain),
19605         (gst_au_parse_change_state), (plugin_init):
19606         * gst/auparse/gstauparse.h:
19607           Use gst_object_unref() for GstObjects instead of
19608           g_object_unref() and fix a mem leak in a debug
19609           statement; while we're at it, also borgify, use
19610           boilerplate macros and clean up a little bit.
19611
19612 2005-12-11  Edward Hervey  <edward@fluendo.com>
19613
19614         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19615         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19616         Added pull mode.
19617
19618 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19619
19620         * gst/goom/gstgoom.c:
19621         * gst/level/level-example.c: (main):
19622         * gst/smoothwave/demo-osssrc.c: (main):
19623           Use audiotestsrc instead of sinesrc (#323798).
19624
19625 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19626
19627         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19628           more debug-func-ptr usage
19629
19630 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19631
19632         * gst/flx/flx_color.c: (flx_colorspace_convert):
19633         * gst/flx/flx_color.h:
19634         * gst/flx/flx_fmt.h:
19635         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19636         * gst/flx/gstflxdec.h:
19637           Now flxdec works on big-endian machines as well.
19638
19639 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19640
19641         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19642         (gst_fenced_buffer_copy):
19643           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19644           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19645           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19646           and use GST_DEBUG_FUNCPTR for pad functions.
19647
19648 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19649
19650         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19651         (gst_flac_dec_class_init), (gst_flac_dec_init),
19652         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19653         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19654         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19655         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19656         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19657         (gst_flac_dec_change_state):
19658         * ext/flac/gstflacdec.h:
19659           Rewrite flacdec a bit, so that even seeking might work now. Most
19660           importantly, don't act upon any flow return values we get, just tell
19661           the decoder everything's dandy and act on the flow return values
19662           later on in the loop function. We don't want to mess up the internal
19663           decoder state for non-fatal things like flushing pads etc. Other
19664           than that, use GstSegment (segment seeks don't work yet though, but
19665           should be easy to add), use boilerplate macros, drop the superfluous
19666           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19667           lots of other things.
19668
19669 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19670
19671         * configure.ac:
19672           Update comment in OSS includes check.
19673
19674         * sys/oss/gstossdmabuffer.c:
19675         * sys/oss/gstosshelper.c:
19676         * sys/oss/gstossmixer.c:
19677         * sys/oss/gstossmixertrack.c:
19678         * sys/oss/gstosssink.c:
19679         * sys/oss/gstosssrc.c:
19680         * sys/oss/oss_probe.c:
19681           Don't assume the OSS soundcard.h include is always in
19682           the sys/ directory. Instead, use the existing defines
19683           from config.h to include the right file. Fixes
19684           compilation on OpenBSD 3.8 (#323718).
19685
19686 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19687
19688         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19689         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19690         * docs/plugins/inspect/plugin-1394.xml:
19691         * docs/plugins/inspect/plugin-aasink.xml:
19692         * docs/plugins/inspect/plugin-alaw.xml:
19693         * docs/plugins/inspect/plugin-alpha.xml:
19694         * docs/plugins/inspect/plugin-alphacolor.xml:
19695         * docs/plugins/inspect/plugin-auparse.xml:
19696         * docs/plugins/inspect/plugin-autodetect.xml:
19697         * docs/plugins/inspect/plugin-avi.xml:
19698         * docs/plugins/inspect/plugin-cacasink.xml:
19699         * docs/plugins/inspect/plugin-cairo.xml:
19700         * docs/plugins/inspect/plugin-cutter.xml:
19701         * docs/plugins/inspect/plugin-debug.xml:
19702         * docs/plugins/inspect/plugin-dv.xml:
19703         * docs/plugins/inspect/plugin-efence.xml:
19704         * docs/plugins/inspect/plugin-effectv.xml:
19705         * docs/plugins/inspect/plugin-esdsink.xml:
19706         * docs/plugins/inspect/plugin-flac.xml:
19707         * docs/plugins/inspect/plugin-flxdec.xml:
19708         * docs/plugins/inspect/plugin-gconfelements.xml:
19709         * docs/plugins/inspect/plugin-goom.xml:
19710         * docs/plugins/inspect/plugin-jpeg.xml:
19711         * docs/plugins/inspect/plugin-level.xml:
19712         * docs/plugins/inspect/plugin-matroska.xml:
19713         * docs/plugins/inspect/plugin-mulaw.xml:
19714         * docs/plugins/inspect/plugin-multipart.xml:
19715         * docs/plugins/inspect/plugin-navigationtest.xml:
19716         * docs/plugins/inspect/plugin-ossaudio.xml:
19717         * docs/plugins/inspect/plugin-png.xml:
19718         * docs/plugins/inspect/plugin-rtp.xml:
19719         * docs/plugins/inspect/plugin-rtsp.xml:
19720         * docs/plugins/inspect/plugin-shout2send.xml:
19721         * docs/plugins/inspect/plugin-smpte.xml:
19722         * docs/plugins/inspect/plugin-speex.xml:
19723         * docs/plugins/inspect/plugin-udp.xml:
19724         * docs/plugins/inspect/plugin-videobox.xml:
19725         * docs/plugins/inspect/plugin-videoflip.xml:
19726         * docs/plugins/inspect/plugin-videomixer.xml:
19727         * docs/plugins/inspect/plugin-wavenc.xml:
19728         * docs/plugins/inspect/plugin-wavparse.xml:
19729         * ext/flac/gstflac.c: (plugin_init):
19730         * ext/flac/gstflacdec.c: (flacdec_get_type),
19731         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19732         (gst_flac_dec_init), (gst_flac_dec_finalize),
19733         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19734         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19735         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19736         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19737         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19738         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19739         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19740         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19741         * ext/flac/gstflacdec.h:
19742         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19743         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19744         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19745         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19746         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19747         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19748         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19749         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19750         (gst_flac_enc_change_state):
19751         * ext/flac/gstflacenc.h:
19752           borgify and fix up documentation
19753
19754 2005-12-09  Michael Smith  <msmith@fluendo.com>
19755
19756         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19757           Accept a wider range of flac files, more closely matching flac spec.
19758
19759 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19760
19761         * docs/plugins/Makefile.am: Add multipart elements.
19762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19763         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19764         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19765         * gst/multipart/multipartdemux.c:
19766         * gst/multipart/multipartmux.c: Add docs.
19767
19768 2005-12-07  Edward Hervey  <edward@fluendo.com>
19769
19770         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19771         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19772         (gst_avi_demux_invert):
19773         Memleak and crasher fixes.
19774         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19775         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19776         Memleak fixes
19777
19778 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * ext/aalib/gstaasink.h:
19781         * ext/cairo/gsttextoverlay.h:
19782         * ext/dv/gstdvdec.h:
19783         * ext/dv/gstdvdemux.c:
19784         * ext/dv/gstdvdemux.h:
19785         * ext/esd/esdsink.h:
19786         * ext/flac/flac_compat.h:
19787         * ext/flac/gstflacdec.h:
19788         * ext/flac/gstflacenc.h:
19789         * ext/gconf/gconf.h:
19790         * ext/gconf/gstgconfaudiosink.h:
19791         * ext/gconf/gstgconfvideosink.h:
19792         * ext/gdk_pixbuf/gstgdkanimation.h:
19793         * ext/jpeg/gstjpegdec.h:
19794         * ext/jpeg/smokecodec.h:
19795         * ext/jpeg/smokeformat.h:
19796         * ext/ladspa/gstsignalprocessor.h:
19797         * ext/ladspa/search.c: (LADSPAPluginSearch):
19798         * ext/ladspa/utils.h:
19799         * ext/libmng/gstmng.c:
19800         * ext/libmng/gstmngdec.h:
19801         * ext/libmng/gstmngenc.c:
19802         * ext/libmng/gstmngenc.h:
19803         * ext/libpng/gstpng.c:
19804         * ext/libpng/gstpngenc.c:
19805         * ext/libpng/gstpngenc.h:
19806         * ext/shout2/gstshout2.h:
19807         * ext/speex/gstspeexdec.h:
19808         * ext/speex/gstspeexenc.c:
19809         * ext/speex/gstspeexenc.h:
19810         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19811         * gst/autodetect/gstautoaudiosink.h:
19812         * gst/autodetect/gstautovideosink.h:
19813         * gst/avi/gstavidemux.h:
19814         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19815         (gst_cutter_set_property), (gst_cutter_get_caps):
19816         * gst/cutter/gstcutter.h:
19817         * gst/debug/tests.c: (md5_process_block):
19818         * gst/debug/tests.h:
19819         * gst/effectv/gstwarp.c:
19820         * gst/flx/flx_fmt.h:
19821         * gst/flx/gstflxdec.h:
19822         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19823         (zoomFilterFastRGB):
19824         * gst/goom/filters.h:
19825         * gst/goom/goom_tools.h:
19826         * gst/law/alaw-encode.c:
19827         * gst/level/gstlevel.c:
19828         * gst/level/gstlevel.h:
19829         * gst/matroska/ebml-write.h:
19830         * gst/matroska/matroska-demux.h:
19831         * gst/matroska/matroska-ids.h:
19832         * gst/matroska/matroska-mux.h:
19833         * gst/monoscope/convolve.c: (convolve_match):
19834         * gst/monoscope/convolve.h:
19835         * gst/multipart/multipartmux.c:
19836         * gst/oldcore/gstaggregator.c:
19837         * gst/oldcore/gstaggregator.h:
19838         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19839         * gst/oldcore/gstmd5sink.h:
19840         * gst/oldcore/gstmultifilesrc.c:
19841         * gst/oldcore/gstmultifilesrc.h:
19842         * gst/oldcore/gstpipefilter.h:
19843         * gst/oldcore/gstshaper.h:
19844         * gst/rtp/gstrtpL16depay.h:
19845         * gst/rtp/gstrtpL16pay.h:
19846         * gst/rtp/gstrtpdepay.h:
19847         * gst/rtp/gstrtpmp4vpay.c:
19848         * gst/rtp/gstrtpmp4vpay.h:
19849         * gst/rtsp/gstrtspsrc.c:
19850         * gst/rtsp/gstrtspsrc.h:
19851         * gst/rtsp/rtspconnection.h:
19852         * gst/rtsp/rtspdefs.h:
19853         * gst/rtsp/rtspmessage.h:
19854         * gst/rtsp/rtsptransport.h:
19855         * gst/rtsp/rtspurl.c:
19856         * gst/rtsp/rtspurl.h:
19857         * gst/rtsp/sdpmessage.c:
19858         * gst/rtsp/sdpmessage.h:
19859         * gst/smpte/barboxwipes.c:
19860         * gst/smpte/gstmask.h:
19861         * gst/smpte/gstsmpte.h:
19862         * gst/smpte/paint.c:
19863         * gst/smpte/paint.h:
19864         * gst/udp/gstdynudpsink.h:
19865         * gst/udp/gstmultiudpsink.h:
19866         * gst/udp/gstudpsink.c:
19867         * gst/udp/gstudpsink.h:
19868         * gst/udp/gstudpsrc.c:
19869         * gst/videomixer/videomixer.c:
19870         * gst/wavenc/riff.h:
19871         * gst/wavparse/gstwavparse.h:
19872         * sys/oss/gstossdmabuffer.h:
19873         * sys/oss/gstossmixer.h:
19874         * sys/oss/gstossmixerelement.h:
19875         * sys/oss/gstossmixertrack.h:
19876         * sys/oss/gstosssink.c:
19877         * sys/oss/gstosssink.h:
19878         * sys/oss/gstosssrc.c:
19879         * sys/oss/gstosssrc.h:
19880         * sys/osxaudio/gstosxaudioelement.h:
19881         * sys/osxaudio/gstosxaudiosink.h:
19882         * sys/osxaudio/gstosxaudiosrc.h:
19883           expand tabs
19884
19885 === release 0.10.0 ===
19886
19887 2005-12-05   <thomas (at) apestaart (dot) org>
19888
19889         * configure.ac:
19890           releasing 0.10.0, "Abondance"
19891
19892 2005-12-05  Andy Wingo  <wingo@pobox.com>
19893
19894         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19895         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19896         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19898         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19899         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19900         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19901         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19902         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19903         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19904         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19905         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19906         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19907         * gst/goom/gstgoom.c: (gst_goom_chain):
19908         * gst/matroska/matroska-demux.c:
19909         (gst_matroska_demux_push_vorbis_codec_priv_data),
19910         (gst_matroska_demux_add_wvpk_header):
19911         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19912         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19913         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19915         alloc_buffer changes.
19916
19917 2005-12-05  Michael Smith  <msmith@fluendo.com>
19918
19919         * docs/plugins/gst-plugins-good-plugins.args:
19920           Remove args for plugins that aren't in -good.
19921
19922 === release 0.9.7 ===
19923
19924 2005-12-01   <thomas (at) apestaart (dot) org>
19925
19926         * configure.ac:
19927           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19928
19929 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19930
19931         * docs/plugins/.cvsignore:
19932         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19933         * docs/plugins/inspect/plugin-multipart.xml:
19934         * docs/plugins/inspect/plugin-rtp.xml:
19935           add multipart plugin to docs
19936
19937 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19938
19939         * configure.ac:
19940         * ext/Makefile.am:
19941         * ext/pango/Makefile.am:
19942         * ext/pango/gstclockoverlay.c:
19943         * ext/pango/gstclockoverlay.h:
19944         * ext/pango/gsttextoverlay.c:
19945         * ext/pango/gsttextoverlay.h:
19946         * ext/pango/gsttextrender.c:
19947         * ext/pango/gsttextrender.h:
19948         * ext/pango/gsttimeoverlay.c:
19949         * ext/pango/gsttimeoverlay.h:
19950           move pango to base
19951
19952 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19953
19954         * gst/rtp/Makefile.am:
19955         * gst/rtp/gstrtpL16depay.c:
19956         * gst/rtp/gstrtpL16depay.h:
19957         * gst/rtp/gstrtpL16parse.c:
19958         * gst/rtp/gstrtpL16parse.h:
19959         * gst/rtp/gstrtpgsmdepay.c:
19960         * gst/rtp/gstrtpgsmdepay.h:
19961         * gst/rtp/gstrtpgsmparse.c:
19962         * gst/rtp/gstrtpgsmparse.h:
19963           parsers are depayers
19964
19965 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19966
19967         * gst/rtp/Makefile.am:
19968         * gst/rtp/gstasteriskh263.c:
19969         * gst/rtp/gstrtp.c:
19970         * gst/rtp/gstrtpL16enc.c:
19971         * gst/rtp/gstrtpL16enc.h:
19972         * gst/rtp/gstrtpL16parse.c:
19973         * gst/rtp/gstrtpL16parse.h:
19974         * gst/rtp/gstrtpL16pay.c:
19975         * gst/rtp/gstrtpL16pay.h:
19976         * gst/rtp/gstrtpamrdec.c:
19977         * gst/rtp/gstrtpamrdec.h:
19978         * gst/rtp/gstrtpamrdepay.c:
19979         * gst/rtp/gstrtpamrdepay.h:
19980         * gst/rtp/gstrtpamrenc.c:
19981         * gst/rtp/gstrtpamrenc.h:
19982         * gst/rtp/gstrtpamrpay.c:
19983         * gst/rtp/gstrtpamrpay.h:
19984         * gst/rtp/gstrtpdec.c:
19985         * gst/rtp/gstrtpdec.h:
19986         * gst/rtp/gstrtpdepay.c:
19987         * gst/rtp/gstrtpdepay.h:
19988         * gst/rtp/gstrtpg711dec.c:
19989         * gst/rtp/gstrtpg711dec.h:
19990         * gst/rtp/gstrtpg711depay.c:
19991         * gst/rtp/gstrtpg711depay.h:
19992         * gst/rtp/gstrtpg711enc.c:
19993         * gst/rtp/gstrtpg711enc.h:
19994         * gst/rtp/gstrtpg711pay.c:
19995         * gst/rtp/gstrtpg711pay.h:
19996         * gst/rtp/gstrtpgsmenc.c:
19997         * gst/rtp/gstrtpgsmenc.h:
19998         * gst/rtp/gstrtpgsmparse.c:
19999         * gst/rtp/gstrtpgsmparse.h:
20000         * gst/rtp/gstrtpgsmpay.c:
20001         * gst/rtp/gstrtpgsmpay.h:
20002         * gst/rtp/gstrtph263enc.c:
20003         * gst/rtp/gstrtph263enc.h:
20004         * gst/rtp/gstrtph263pay.c:
20005         * gst/rtp/gstrtph263pay.h:
20006         * gst/rtp/gstrtph263pdec.c:
20007         * gst/rtp/gstrtph263pdec.h:
20008         * gst/rtp/gstrtph263pdepay.c:
20009         * gst/rtp/gstrtph263pdepay.h:
20010         * gst/rtp/gstrtph263penc.c:
20011         * gst/rtp/gstrtph263penc.h:
20012         * gst/rtp/gstrtph263ppay.c:
20013         * gst/rtp/gstrtph263ppay.h:
20014         * gst/rtp/gstrtpmp4vdec.c:
20015         * gst/rtp/gstrtpmp4vdec.h:
20016         * gst/rtp/gstrtpmp4vdepay.c:
20017         * gst/rtp/gstrtpmp4vdepay.h:
20018         * gst/rtp/gstrtpmp4venc.c:
20019         * gst/rtp/gstrtpmp4venc.h:
20020         * gst/rtp/gstrtpmp4vpay.c:
20021         * gst/rtp/gstrtpmp4vpay.h:
20022         * gst/rtp/gstrtpmpadec.c:
20023         * gst/rtp/gstrtpmpadec.h:
20024         * gst/rtp/gstrtpmpadepay.c:
20025         * gst/rtp/gstrtpmpadepay.h:
20026         * gst/rtp/gstrtpmpaenc.c:
20027         * gst/rtp/gstrtpmpaenc.h:
20028         * gst/rtp/gstrtpmpapay.c:
20029         * gst/rtp/gstrtpmpapay.h:
20030         * gst/rtp/gstrtpspeexdec.c:
20031         * gst/rtp/gstrtpspeexdec.h:
20032         * gst/rtp/gstrtpspeexdepay.c:
20033         * gst/rtp/gstrtpspeexdepay.h:
20034         * gst/rtp/gstrtpspeexenc.c:
20035         * gst/rtp/gstrtpspeexenc.h:
20036         * gst/rtp/gstrtpspeexpay.c:
20037         * gst/rtp/gstrtpspeexpay.h:
20038           Do burger's rename for rtp payloaders and depayloaders
20039
20040 2005-11-30  Wim Taymans  <wim@fluendo.com>
20041
20042         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20043         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20044         * ext/dv/gstdvdemux.h:
20045         Fix seeking in dvdemux again, add some more debug info.
20046
20047 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20048
20049         * configure.ac:
20050           fix tests
20051
20052 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20053
20054         * PORTED_09:
20055         * docs/random/PORTED_09:
20056           move
20057         * tests/Makefile.am:
20058           add
20059         * win32/gst.sln:
20060           remove
20061
20062 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20063
20064         * Makefile.am:
20065         * check/.cvsignore:
20066         * check/Makefile.am:
20067         * check/elements/.cvsignore:
20068         * check/elements/level.c:
20069         * check/elements/matroskamux.c:
20070         * configure.ac:
20071         * examples/Makefile.am:
20072         * examples/capsfilter/Makefile.am:
20073         * examples/capsfilter/capsfilter1.c:
20074         * examples/gob/Makefile.am:
20075         * examples/gob/gst-identity2.gob:
20076         * examples/gstplay/.cvsignore:
20077         * examples/gstplay/Makefile.am:
20078         * examples/gstplay/player.c:
20079         * examples/indexing/.cvsignore:
20080         * examples/indexing/Makefile.am:
20081         * examples/indexing/indexmpeg.c:
20082         * examples/level/Makefile.am:
20083         * examples/level/README:
20084         * examples/level/demo.c:
20085         * examples/level/plot.c:
20086         * examples/stats/Makefile.am:
20087         * examples/stats/mp2ogg.c:
20088         * examples/switch/.cvsignore:
20089         * examples/switch/Makefile.am:
20090         * examples/switch/switcher.c:
20091           move under tests/
20092
20093 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20094
20095         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20096         (gst_text_render_class_init), (resize_bitmap),
20097         (gst_text_render_render_text), (gst_text_render_setcaps),
20098         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20099         (gst_text_render_chain), (gst_text_render_finalize),
20100         (gst_text_render_init), (gst_text_render_set_property):
20101         * ext/pango/gsttextrender.h:
20102           Add missing files.
20103
20104 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20105
20106         * configure.ac:
20107         * ext/Makefile.am:
20108         * ext/pango/Makefile.am:
20109         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20110         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20111         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20112         * ext/pango/gstclockoverlay.h:
20113         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20114         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20115         (gst_text_overlay_finalize), (gst_text_overlay_init),
20116         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20117         (gst_text_overlay_text_pad_linked),
20118         (gst_text_overlay_text_pad_unlinked),
20119         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20120         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20121         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20122         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20123         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20124         (gst_text_overlay_change_state), (plugin_init):
20125         * ext/pango/gsttextoverlay.h:
20126         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20127         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20128         (gst_time_overlay_class_init), (gst_time_overlay_init):
20129         * ext/pango/gsttimeoverlay.h:
20130           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20131           and add background shading and text wrapping modes. Make 
20132           timoverlay derive from textoverlay. Also add new clockoverlay
20133           element.
20134
20135 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20136
20137         * gst/udp/Makefile.am: Moved to netbuffer.
20138
20139 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20140
20141         * configure.ac:
20142         * PORTED_O9:
20143         * gst/multipart/Makefile.am:
20144         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20145         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20146         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20147         (gst_multipart_demux_change_state),
20148         (gst_multipart_demux_plugin_init):
20149         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20150         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20151         (gst_multipart_mux_sinkconnect),
20152         (gst_multipart_mux_request_new_pad),
20153         (gst_multipart_mux_handle_src_event),
20154         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20155         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20156         0.9.
20157
20158 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20159
20160         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20161         * gst/debug/gstnavigationtest.h:
20162         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20163         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20164         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20165         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20166         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20167         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20168         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20169         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20170         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20171         (gst_video_flip_get_type):
20172         * gst/videofilter/gstvideoflip.h:
20173           update for symbols change
20174
20175 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20176
20177         * gst/udp/gstdynudpsink.c:
20178         * gst/udp/gstudpsrc.c:
20179           the old gstnet lib was renamed gstnetbuffer (#322257)
20180
20181 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20182
20183         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20184         (gst_text_overlay_collected):
20185           Actually render the text from the text pad.
20186
20187 2005-11-29  Edward Hervey  <edward@fluendo.com>
20188
20189         * gst/debug/gstnavseek.c: (gst_navseek_event):
20190         * gst/debug/progressreport.c: (gst_progress_report_event):
20191         Update for GstBaseTransform event virtual method
20192
20193 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20194
20195         * ext/cairo/Makefile.am:
20196           no need to link to videofilter
20197
20198 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20199
20200         * gst/debug/Makefile.am:
20201         * gst/debug/gstnavigationtest.h:
20202         * gst/effectv/Makefile.am:
20203         * gst/effectv/gstaging.c:
20204         * gst/effectv/gstdice.c:
20205         * gst/effectv/gstedge.c:
20206         * gst/effectv/gstquark.c:
20207         * gst/effectv/gstrev.c:
20208         * gst/effectv/gstshagadelic.c:
20209         * gst/effectv/gstvertigo.c:
20210         * gst/effectv/gstwarp.c:
20211         * gst/videofilter/Makefile.am:
20212         * gst/videofilter/gstvideofilter.c:
20213         * gst/videofilter/gstvideofilter.h:
20214         * gst/videofilter/gstvideoflip.h:
20215           remove the videofilter library and link to the one in base
20216
20217 2005-11-28  Edward Hervey  <edward@fluendo.com>
20218
20219         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20220         Useless check now we're setting the current entry correctly.
20221
20222 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20223
20224         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20225         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20226         (gst_jpegenc_change_state):
20227           Don't leak input buffer in chain function (fixes #322667); make 
20228           state change function thread-safe; don't repeat the current function
20229           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20230           gst_pad_alloc_buffer(); misc. minor cleanups.
20231
20232 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20233
20234         * gst/matroska/matroska-mux.c:
20235         (gst_matroska_mux_video_pad_setcaps):
20236         Look for pixel-aspect-ratio in caps, not pixel_width and
20237         pixel_height (Fixes: #322645)
20238
20239 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20240
20241         * gst/matroska/matroska-mux.c:
20242         (gst_matroska_mux_video_pad_setcaps):
20243         From Michal Benes:
20244         frame duration should be GST_SECOND / framerate, not
20245         GST_SECOND * framerate. (Fixes: #322643)
20246
20247 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * configure.ac:
20250           fix up GST_PLUGIN_LDFLAGS
20251         * gst/rtsp/rtspconnection.c:
20252           fix includes (see #317043)
20253         * gst/videofilter/Makefile.am:
20254           stop installing this library
20255
20256 2005-11-26  Edward Hervey  <edward@fluendo.com>
20257
20258         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20259         Handle the case where the incoming Video dv stream doesn't have
20260         a pixel aspect ratio set.
20261
20262 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20263
20264         * docs/plugins/Makefile.am:
20265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20267         * ext/flac/gstflacdec.c:
20268           document flacdec
20269
20270 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * docs/plugins/Makefile.am:
20273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20275         * docs/plugins/inspect/plugin-autodetect.xml:
20276         * ext/cairo/gstcairo.c: (plugin_init):
20277         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20278         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20279         (gst_text_overlay_init), (gst_text_overlay_font_init),
20280         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20281         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20282         (gst_text_overlay_text_pad_linked),
20283         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20284         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20285         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20286         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20287         (gst_text_overlay_change_state):
20288         * ext/cairo/gsttextoverlay.h:
20289         * ext/cairo/gsttimeoverlay.c:
20290         (gst_cairo_time_overlay_update_font_height),
20291         (gst_cairo_time_overlay_set_caps),
20292         (gst_cairo_time_overlay_get_unit_size),
20293         (gst_cairo_time_overlay_print_smpte_time),
20294         (gst_cairo_time_overlay_transform),
20295         (gst_cairo_time_overlay_base_init),
20296         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20297         (gst_cairo_time_overlay_get_type):
20298         * ext/cairo/gsttimeoverlay.h:
20299           do some name borgifying
20300           document
20301
20302 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20303
20304         * docs/plugins/Makefile.am:
20305         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20306         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20307         * gst/autodetect/gstautoaudiosink.c:
20308         (gst_auto_audio_sink_base_init):
20309         * gst/autodetect/gstautovideosink.c:
20310         (gst_auto_video_sink_base_init),
20311         (gst_auto_video_sink_factory_filter):
20312           documenting auto*sink
20313           using strstr for the video sink lookup, class field is not ordered
20314         * docs/plugins/inspect/plugin-1394.xml:
20315         * docs/plugins/inspect/plugin-aasink.xml:
20316         * docs/plugins/inspect/plugin-alaw.xml:
20317         * docs/plugins/inspect/plugin-alpha.xml:
20318         * docs/plugins/inspect/plugin-alphacolor.xml:
20319         * docs/plugins/inspect/plugin-auparse.xml:
20320         * docs/plugins/inspect/plugin-autodetect.xml:
20321         * docs/plugins/inspect/plugin-avi.xml:
20322         * docs/plugins/inspect/plugin-cacasink.xml:
20323         * docs/plugins/inspect/plugin-cairo.xml:
20324         * docs/plugins/inspect/plugin-cutter.xml:
20325         * docs/plugins/inspect/plugin-debug.xml:
20326         * docs/plugins/inspect/plugin-dv.xml:
20327         * docs/plugins/inspect/plugin-efence.xml:
20328         * docs/plugins/inspect/plugin-effectv.xml:
20329         * docs/plugins/inspect/plugin-esdsink.xml:
20330         * docs/plugins/inspect/plugin-flac.xml:
20331         * docs/plugins/inspect/plugin-flxdec.xml:
20332         * docs/plugins/inspect/plugin-gconfelements.xml:
20333         * docs/plugins/inspect/plugin-goom.xml:
20334         * docs/plugins/inspect/plugin-jpeg.xml:
20335         * docs/plugins/inspect/plugin-level.xml:
20336         * docs/plugins/inspect/plugin-matroska.xml:
20337         * docs/plugins/inspect/plugin-mulaw.xml:
20338         * docs/plugins/inspect/plugin-navigationtest.xml:
20339         * docs/plugins/inspect/plugin-ossaudio.xml:
20340         * docs/plugins/inspect/plugin-png.xml:
20341         * docs/plugins/inspect/plugin-rtp.xml:
20342         * docs/plugins/inspect/plugin-rtsp.xml:
20343         * docs/plugins/inspect/plugin-shout2send.xml:
20344         * docs/plugins/inspect/plugin-smpte.xml:
20345         * docs/plugins/inspect/plugin-speex.xml:
20346         * docs/plugins/inspect/plugin-udp.xml:
20347         * docs/plugins/inspect/plugin-videobox.xml:
20348         * docs/plugins/inspect/plugin-videoflip.xml:
20349         * docs/plugins/inspect/plugin-videomixer.xml:
20350         * docs/plugins/inspect/plugin-wavenc.xml:
20351         * docs/plugins/inspect/plugin-wavparse.xml:
20352           update for HEAD version
20353
20354 2005-11-25  Michael Smith  <msmith@fluendo.com>
20355
20356         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20357           Patch from Sebastien Cote to close control sockets in udpsrc.
20358
20359 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20360
20361         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20362         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20363         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20364         (gst_quarktv_base_init), (gst_quarktv_class_init),
20365         (gst_quarktv_init): Flush the planes list on reverse caps
20366         negotiation. This was crashing because of differently sized
20367         buffers.
20368
20369 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20370
20371         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20372         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20373         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20374         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20375         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20376         (gst_videoflip_set_property), (gst_videoflip_base_init),
20377         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20378         correctly, fix identity flipping, convert navigation event 
20379         correctly again.
20380
20381 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20382
20383         * configure.ac: back to HEAD
20384
20385 === release 0.9.6 ===
20386
20387 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20388
20389         * configure.ac:
20390           releasing 0.9.6, "Everything's Not Lost"
20391
20392 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20393
20394         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20395         Oops, initialise the framerate GValue
20396
20397 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20398
20399         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20400         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20401         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20402         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20403         (gst_timeoverlay_get_type):
20404         * ext/cairo/gsttimeoverlay.h:
20405         * gst/debug/Makefile.am:
20406         * gst/debug/gstnavigationtest.c:
20407         (gst_navigationtest_handle_src_event),
20408         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20409         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20410         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20411         (gst_navigationtest_init), (gst_navigationtest_get_type),
20412         (plugin_init):
20413         * gst/debug/gstnavigationtest.h:
20414         * gst/effectv/Makefile.am:
20415         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20416         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20417         (gst_agingtv_base_init), (gst_agingtv_class_init),
20418         (gst_agingtv_init), (gst_agingtv_get_type):
20419         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20420         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20421         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20422         (gst_dicetv_get_type):
20423         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20424         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20425         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20426         (gst_edgetv_get_type):
20427         * gst/effectv/gsteffectv.c:
20428         * gst/effectv/gsteffectv.h:
20429         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20430         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20431         (gst_quarktv_change_state), (gst_quarktv_base_init),
20432         (gst_quarktv_class_init), (gst_quarktv_init),
20433         (gst_quarktv_get_type):
20434         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20435         (gst_revtv_get_unit_size), (gst_revtv_transform),
20436         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20437         (gst_revtv_get_type):
20438         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20439         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20440         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20441         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20442         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20443         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20444         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20445         (gst_vertigotv_init), (gst_vertigotv_get_type):
20446         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20447         (gst_warptv_get_unit_size), (gst_warptv_transform),
20448         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20449         (gst_warptv_get_type):
20450         * gst/videofilter/Makefile.am:
20451         * gst/videofilter/gstvideobalance.c:
20452         * gst/videofilter/gstvideobalance.h:
20453         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20454         (gst_videofilter_class_init), (gst_videofilter_init):
20455         * gst/videofilter/gstvideofilter.h:
20456         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20457         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20458         (gst_videoflip_flip), (gst_videoflip_transform),
20459         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20460         (gst_videoflip_base_init), (gst_videoflip_class_init),
20461         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20462         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20463         BaseTransform, it's just a place holder for now and every video
20464         effect plugin has been ported to use BaseTransform features 
20465         directly. QuarkTV was fixed too (was broken), navigationtest works
20466         and best for the end, videoflip converts navigation events depending
20467         on flip method ! Fixes #320953
20468
20469 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20470
20471         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20472         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20473         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20474         (gst_goom_src_negotiate), (gst_goom_chain):
20475         * gst/matroska/matroska-mux.c:
20476         (gst_matroska_mux_video_pad_setcaps):
20477         * sys/osxvideo/osxvideosink.m:
20478           Fixes for API changes
20479
20480 2005-11-23  Michael Smith <msmith@fluendo.com>
20481
20482         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20483         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20484         * ext/jpeg/gstjpegdec.h:
20485         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20486         * ext/jpeg/gstjpegenc.h:
20487         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20488         (gst_smokeenc_resync):
20489         * ext/jpeg/gstsmokeenc.h:
20490           JPEG fractiony goodness.
20491
20492 2005-11-22  Michael Smith <msmith@fluendo.com>
20493
20494         * gst/goom/filters.c:
20495         * gst/goom/graphic.h:
20496           Fix compilation by making some functions static inline instead of
20497           extern inline, matching the way they're used.
20498
20499 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20500
20501         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20502         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20503         * ext/cairo/gsttextoverlay.h:
20504         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20505         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20506         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20507         (gst_pngdec_caps_create_and_set):
20508         * ext/libpng/gstpngdec.h:
20509         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20510         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20511         * gst/avi/gstavimux.c: (gst_avimux_init),
20512         (gst_avimux_vidsinkconnect):
20513         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20514         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20515         (gst_goom_src_negotiate), (gst_goom_chain):
20516         * gst/goom/gstgoom.h:
20517         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20518         * gst/matroska/matroska-mux.c:
20519         (gst_matroska_mux_video_pad_setcaps):
20520         * sys/osxvideo/osxvideosink.h:
20521         * sys/osxvideo/osxvideosink.m:
20522           More fractional framerate conversions 
20523
20524 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20525
20526         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20527         * gst/debug/gstnavigationtest.c:
20528         (gst_navigationtest_handle_src_event):
20529         * gst/videofilter/gstvideofilter.c:
20530         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20531         (gst_videofilter_init):
20532         * gst/videofilter/gstvideofilter.h:
20533           Convert to fractional framerates.
20534
20535 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20536
20537         * ext/aalib/gstaasink.c:
20538         * ext/dv/gstdvdec.c:
20539         * ext/esd/esdmon.c:
20540         * ext/flac/gstflacenc.c:
20541         * ext/gdk_pixbuf/pixbufscale.c:
20542         * ext/libcaca/gstcacasink.c:
20543         * ext/shout2/gstshout2.c:
20544         * gst/alpha/gstalpha.c:
20545         * gst/oldcore/gstaggregator.c:
20546         * gst/oldcore/gstshaper.c:
20547         * gst/smpte/barboxwipes.c:
20548         * gst/smpte/gstsmpte.c:
20549         * gst/videobox/gstvideobox.c:
20550         * gst/videofilter/gstvideoflip.c:
20551         * gst/videomixer/videomixer.c:
20552           fix up more enums
20553
20554 2005-11-22  Michael Smith <msmith@fluendo.com>
20555
20556         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20557         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20558         (gst_videomixer_update_queues):
20559           Fractional framerates, videomixer.
20560
20561 2005-11-22  Michael Smith <msmith@fluendo.com>
20562
20563         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20564         * ext/dv/gstdvdec.h:
20565         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20566         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20567         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20568         (gst_dvdemux_flush):
20569         * ext/dv/gstdvdemux.h:
20570           Fractional framerates for DV. 
20571
20572 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20573
20574         * gst/autodetect/gstautoaudiosink.c:
20575         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20576         * gst/autodetect/gstautovideosink.c:
20577         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20578           Use gst_plugin_feature_list_free() to free feature list and
20579           in the case of autovideosink free the list at all. Also
20580           miscellaneous cosmetic fixes.
20581
20582 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20583
20584         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20585         (gst_cutter_set_property), (gst_cutter_get_caps):
20586           copy calculation code from level; remove use of some audio
20587           functions
20588
20589 2005-11-22  Andy Wingo  <wingo@pobox.com>
20590
20591         * Update for gst_tag_setter API changes.
20592
20593 2005-11-22  Andy Wingo  <wingo@pobox.com>
20594
20595         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20596         (gst_dvdemux_demux_frame)
20597         * ext/flac/gstflacdec.c (gst_flacdec_write)
20598         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20599         (gst_flacenc_sink_event)
20600         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20601         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20602         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20603         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20604         * gst/auparse/gstauparse.c (gst_auparse_chain)
20605         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20606         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20607         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20608         (gst_avi_demux_handle_seek)
20609         * gst/goom/gstgoom.c (gst_goom_event)
20610         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20611         * gst/matroska/matroska-demux.c
20612         (gst_matroska_demux_handle_seek_event)
20613         (gst_matroska_demux_loop_stream_parse_id)
20614         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20615         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20616         (gst_wavparse_stream_headers): Run update-funcnames.
20617
20618 2005-11-22  Edward Hervey  <edward@fluendo.com>
20619
20620         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20621         (gst_dv1394src_init), (gst_dv1394src_dispose),
20622         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20623         (gst_dv1394src_uri_set_uri):
20624         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20625         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20626         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20627         URIHandler interface and element properties are now properly
20628         synchronized for DV1394src and UDPSrc
20629
20630 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20631
20632         * ext/flac/Makefile.am:
20633         * ext/speex/Makefile.am:
20634           libgsttagedit has been renamed to libgsttag.
20635
20636 2005-11-21  Wim Taymans  <wim@fluendo.com>
20637
20638         * gst/rtsp/rtspconnection.c: (read_body):
20639         Apply patch from Sebastien Cote to fix #319184.
20640
20641 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20642
20643         * configure.ac:
20644         * gst/cutter/Makefile.am:
20645         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20646         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20647         (gst_cutter_set_property), (gst_cutter_get_property),
20648         (plugin_init), (gst_cutter_get_caps):
20649           port cutter
20650         * gst/level/gstlevel.c:
20651           fix up plugin details
20652
20653 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20654
20655         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20656         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20657         (gst_flacdec_src_event):
20658         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20659         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20660         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20661         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20662         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20663         (gst_flxdec_sink_event_handler):
20664         * gst/matroska/matroska-demux.c:
20665         (gst_matroska_demux_handle_seek_event):
20666         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20667           Update for stream lock API changes: don't take stream log
20668           in sink event handlers any longer and change GST_STREAM_LOCK
20669           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20670           functions.
20671
20672 2005-11-21  Michael Smith <msmith@fluendo.com>
20673
20674         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20675           gst_object_unref, not g_object_unref
20676
20677 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20678
20679         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20680         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20681           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20682
20683 2005-11-21  Michael Smith <msmith@fluendo.com>
20684
20685         * gst/auparse/Makefile.am:
20686         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20687         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20688         (gst_auparse_change_state):
20689         * gst/auparse/gstauparse.h:
20690           Partially fix #161712. playbin still doesn't work on these files,
20691           (on the bug report, Andy says we aren't typefinding it for some
20692           reason?) but at least auparse isn't totally busted like it was before.
20693
20694 2005-11-21  Andy Wingo  <wingo@pobox.com>
20695
20696         * *.h:
20697         * *.c: Ran scripts/update-macros. Oh yes.
20698
20699 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20700
20701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20702           Filler events are gone for now, comment out section generating
20703           them.
20704
20705 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20706
20707         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20708         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20709         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20710         * sys/osxvideo/osxvideosink.m:
20711           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20712           (#322027)
20713
20714 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20715
20716         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20717         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20718         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20719         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20720         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20721         (gst_avi_demux_stream_data):
20722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20723         * gst/wavenc/gstwavenc.c: (write_metadata):
20724         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20725         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20726         Fixes for GST_FOURCC_FORMAT API change.
20727
20728 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20729
20730         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20731         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20732         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20733         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20734         (gst_text_overlay_change_state):
20735         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20736         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20737         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20738         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20739         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20740         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20741         (gst_videomixer_change_state):
20742           Fix for collect pads API change. Also fix textoverlay state
20743           change function.
20744
20745 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20746
20747         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20748         GST_PAD_IS_USABLE by something approaching it.
20749
20750 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20751
20752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20753         API changes.
20754         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20755         but also fix the code that was not checking return values from
20756         pad_push neither using pad_alloc_buffer.
20757
20758 2005-11-18  Edward Hervey  <edward@fluendo.com>
20759
20760         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20761         (gst_pngenc_chain):
20762         Added debug category
20763         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20764         goes to EOS.
20765
20766 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20767
20768         * gst/rtp/Makefile.am
20769         * gst/rtp/gstrtp.c
20770         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20771         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20772         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20773         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20774         * gst/rtp/gstrtpg711enc.h:
20775         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20776         * gst/rtp/gstrtpspeexenc.c:
20777         * gst/rtp/gstrtpspeexenc.h:
20778         * gst/rtp/gstrtpspeexdec.c:
20779         * gst/rtp/gstrtpspeexdec.h:
20780         Created Speex payloader and depayloader; Optimize G711 payloader to
20781         use adapter and send packets until MTU size.
20782
20783 2005-11-16  Wim Taymans  <wim@fluendo.com>
20784
20785         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20786         Fix leak in check.
20787
20788 2005-11-16  Wim Taymans  <wim@fluendo.com>
20789
20790         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20791         Fix state change.
20792
20793 2005-11-16  Andy Wingo  <wingo@pobox.com>
20794
20795         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20796         (gst_udpsrc_create): Move comment.
20797
20798 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20799
20800         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20801
20802         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20803           When seeking, seek to closest index entry at or before the requested
20804           seek position, not just the closest one (#321001).
20805
20806 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20807
20808         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20809         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20810           Invert DIB images again (see #132341).
20811
20812 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20813
20814         * configure.ac:
20815           rework configure.ac file
20816         * ext/aalib/gstaasink.c:
20817         * ext/cairo/gstcairo.c:
20818         * ext/dv/gstdv.c:
20819         * ext/esd/gstesd.c:
20820         * ext/flac/gstflac.c:
20821         * ext/gconf/gstgconfelements.c:
20822         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20823         * ext/jpeg/gstjpeg.c:
20824         * ext/ladspa/gstladspa.c:
20825         * ext/libcaca/gstcacasink.c:
20826         * ext/libmng/gstmng.c:
20827         * ext/libpng/gstpng.c:
20828         * ext/mikmod/gstmikmod.c:
20829         * ext/pango/gsttextoverlay.c:
20830         * ext/pango/gsttimeoverlay.c:
20831         * ext/raw1394/gst1394.c:
20832         * ext/speex/gstspeex.c:
20833         * gst/alpha/Makefile.am:
20834         * gst/alpha/gstalpha.c:
20835         * gst/alpha/gstalphacolor.c:
20836         * gst/auparse/gstauparse.c:
20837         * gst/autodetect/gstautoaudiosink.c:
20838         (gst_auto_audio_sink_factory_filter),
20839         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20840         * gst/autodetect/gstautodetect.c:
20841         * gst/avi/gstavi.c:
20842         * gst/cutter/gstcutter.c:
20843         * gst/debug/efence.c:
20844         * gst/debug/gstdebug.c:
20845         * gst/debug/gstnavigationtest.c:
20846         * gst/effectv/gsteffectv.c:
20847         * gst/flx/gstflxdec.c:
20848         * gst/goom/gstgoom.c:
20849         * gst/interleave/plugin.c:
20850         * gst/law/alaw.c:
20851         * gst/law/mulaw.c:
20852         * gst/level/gstlevel.c:
20853         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20854         * gst/matroska/matroska.c:
20855         * gst/median/gstmedian.c:
20856         * gst/monoscope/gstmonoscope.c:
20857         * gst/multipart/multipart.c:
20858         * gst/oldcore/gstelements.c:
20859         * gst/rtp/gstrtp.c:
20860         * gst/rtsp/gstrtsp.c:
20861         * gst/smoothwave/gstsmoothwave.c:
20862         * gst/smpte/gstsmpte.c:
20863         * gst/udp/gstudp.c:
20864         * gst/videobox/gstvideobox.c:
20865         * gst/videofilter/gstgamma.c:
20866         * gst/videofilter/gstvideobalance.c:
20867         * gst/videofilter/gstvideoflip.c:
20868         * gst/videofilter/gstvideotemplate.c:
20869         * gst/videomixer/videomixer.c:
20870         * gst/wavenc/gstwavenc.c:
20871         * gst/wavparse/gstwavparse.c:
20872         * sys/oss/gstossaudio.c:
20873         * sys/osxaudio/gstosxaudio.c:
20874           update GST_PLUGIN_DEFINE
20875         * gst/rtp/Makefile.am:
20876         * gst/rtp/gstasteriskh263.c:
20877           check for htons/htonl headers and possibly link to winsock2 lib
20878
20879 2005-11-12  Edward Hervey  <edward@fluendo.com>
20880
20881         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20882         Only GST_DEBUG() information on the valid components.
20883
20884 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * configure.ac: back to HEAD
20887
20888 === release 0.9.5 ===
20889
20890 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20891
20892         * configure.ac:
20893           releasing 0.9.5, "Phone Alarm"
20894
20895 2005-11-11  Edward Hervey  <edward@fluendo.com>
20896
20897         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20898         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20899         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20900         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20901         (gst_avi_demux_loop):
20902         * gst/avi/gstavidemux.h:
20903         Yeah, implement proper seeking. Exact seeking and segment seeking.
20904         Still need to do some checks for segment_stop.
20905
20906 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20907
20908         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20911           Don't try to ready buffer duration from buffer that we don't
20912           own any  longer and that might already have been unreffed.
20913           (#321136)
20914
20915 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20916
20917         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20918         (flx_decode_delta_flc), (gst_flxdec_chain):
20919         Attempting to optimize the code for embedded systems.
20920
20921 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20922
20923         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20924
20925         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20926           Don't re-use already closed file descriptor. (#320920)
20927
20928 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20929
20930         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20931         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20932         (gst_oss_sink_prepare):
20933         * sys/oss/gstosssink.h:
20934           Cache probed caps; fix debug output for SET_PARAM macros.
20935
20936 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20937
20938         * ext/cairo/Makefile.am:
20939         * ext/cairo/gstcairo.c: (plugin_init):
20940         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20941         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20942         (gst_text_overlay_init), (gst_text_overlay_font_init),
20943         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20944         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20945         (gst_text_overlay_text_pad_linked),
20946         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20947         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20948         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20949         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20950         (gst_text_overlay_change_state):
20951         * ext/cairo/gsttextoverlay.h:
20952           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20953           property and redo positioning. Doesn't handle upstream renegotiation
20954           yet though.
20955
20956 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20957
20958         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20959         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20960         (gst_avi_demux_loop):
20961           No need to take the STREAM_LOCK in the loop function. Improve
20962           some debug messages. Don't leak pad names in debug messages.
20963
20964 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * gst/matroska/matroska-demux.c:
20967         (gst_matroska_demux_push_vorbis_codec_priv_data),
20968         (gst_matroska_demux_add_wvpk_header):
20969           Don't error out when the source pad isn't linked.
20970
20971 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20972
20973         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20974         (gst_gconf_audio_sink_change_state):
20975         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20976         (gst_gconf_video_sink_change_state):
20977           Fix state change functions here as well and set kid
20978           to NULL state before removing it.
20979
20980 2005-11-01  Edward Hervey  <edward@fluendo.com>
20981
20982         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20983         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20984         Added proper event handlind, 
20985         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20986         ignored),
20987         and don't set a duration of 0 for buffers otherwise they are discarded
20988         by GstBaseSink.
20989
20990         GstWavEnc needs some serious loving, after going through the code I'm
20991         really wondering how this can stay in -good ...
20992
20993 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20994
20995         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20996         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20997         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20998         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20999         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
21000         (gst_matroska_mux_collected):
21001           Fix leaks and invalid memory access as reported by valgrind
21002
21003 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21004
21005         Patch by: Michal Benes <michal.benes@xeris.cz>
21006
21007         * check/Makefile.am:
21008         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
21009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
21010         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21011           add a unit test for matroskamux
21012           fix the bugs that the unit test exposed
21013
21014 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
21015
21016         * gst/autodetect/gstautoaudiosink.c:
21017         (gst_auto_audio_sink_class_init),
21018         (gst_auto_audio_sink_change_state):
21019         * gst/autodetect/gstautovideosink.c:
21020         (gst_auto_video_sink_class_init),
21021         (gst_auto_video_sink_change_state):
21022           Fix state change function and use GST_DEBUG_FUNCPTR in
21023           class_init.
21024
21025 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21026
21027         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21028
21029         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
21030         (gst_ebml_write_reset), (gst_ebml_write_element_new):
21031         * gst/matroska/ebml-write.h:
21032         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
21033           Set timestamps on outgoing ebml headers as well, so that the
21034           element after matroskamux can get the timestamp already when
21035           reading the first ebml element and doesn't have to wait for
21036           the actual data buffer for that (#320308).
21037           
21038 2005-10-31  Andy Wingo  <wingo@pobox.com>
21039
21040         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21041         (gst_videomixer_pad_link): Kill some memleaks.
21042         (gst_videomixer_pad_get_property): Style fix.
21043         (gst_videomixer_pad_set_property): Style fix.
21044         (gst_videomixer_pad_init): Style fix.
21045         (gst_videomixer_update_queues): Kill memleak.
21046         (gst_videomixer_loop): Kill memleak.
21047         (gst_videomixer_collected): Kill memleak.
21048
21049 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21050
21051         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21052         gst_auparse_change_state:
21053         Just some cleanup.
21054
21055 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21056
21057         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21058         Add checks to GST_FLOW_NOT_LINKED for values returned
21059         from gst_pad_push.
21060         
21061 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21062
21063         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21064         (gst_rtpg711dec_process):
21065         * gst/rtp/gstrtpgsmenc.c:
21066         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21067         are never set. This is important for the g711 to work with burger's rtpbin
21068         element.
21069
21070 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21071
21072         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21073         (gst_speexenc_push_buffer):
21074         Add checks for return values from gst_pad_push and
21075         gst_pad_alloc_buffer.
21076
21077 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21078
21079         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21080
21081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21082         (gst_matroska_demux_parse_info),
21083         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21084         (gst_matroska_demux_parse_cluster):
21085         * gst/matroska/matroska-ids.h:
21086         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21087         (gst_matroska_mux_init), (gst_matroska_mux_start),
21088         (gst_matroska_mux_create_buffer_header),
21089         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21090         (gst_matroska_mux_get_property):
21091         * gst/matroska/matroska-mux.h:
21092           Add SimpleBlock support to matroska demuxer and muxer (part of
21093           Matroska v2). (#319731)
21094
21095 2005-10-28  Wim Taymans  <wim@fluendo.com>
21096
21097         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21098         (gst_jpeg_dec_change_state):
21099         * ext/jpeg/gstjpegdec.h:
21100         Cleanups. Don't create caps for every chain.
21101
21102 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21103
21104         * gst/law/alaw-encode.c: (gst_alawenc_init),
21105         (alawenc_setcaps), (gst_alawenc_chain)
21106         * gst/law/alaw-encode.h:
21107         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21108         (mulawenc_setcaps), (gst_mulawenc_chain)
21109         * gst/law/mulaw-encode.h:
21110         Set timestamp on buffer and it allows RTP G711 elements
21111         work properly.
21112
21113 2005-10-27  Wim Taymans  <wim@fluendo.com>
21114
21115         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21116         Set correct format on oss instead of a silly value. 
21117
21118 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21119
21120         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21121         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21122         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21123         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21124         I420 rendering as well, doesn't bring much for my platform.
21125         Might help on some other platforms.
21126
21127 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21128
21129         * gst/rtp/gstrtpgsmenc.c:
21130         * gst/rtp/gstrtpgsmparse.c:
21131         Declaring the padtemplate correctly.
21132
21133 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21134
21135         * gst/rtp/gstrtpg711dec.c:
21136         * gst/rtp/gstrtpg711enc.c:
21137         * gst/rtp/gstrtpgsmenc.c:
21138         * gst/rtp/gstrtpgsmparse.c:
21139         Setting the proper copyright notice.
21140
21141 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21142
21143         * gst/videobox/Makefile.am: Use liboil.
21144         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21145         (gst_video_box_set_property), (gst_video_box_transform_caps),
21146         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21147         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21148         using liboil. Will dot the same to I420 border generation
21149         tomorrow.
21150
21151 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21152
21153         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21154         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21155         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21156         * gst/rtp/gstrtpg711dec.h:
21157         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21158         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21159         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21160         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21161         (gst_rtpgsmenc_handle_buffer):
21162         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21163         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21164         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21165         * gst/rtp/gstrtpgsmparse.h:
21166         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21167         inherits from the basertpdepayloader.
21168
21169 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21170
21171         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21172         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21173         (gst_video_box_ayuv): Removing this forgotten debug.
21174
21175 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21176
21177         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21178         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21179         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21180
21181 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21182
21183         * sys/oss/gstossaudio.c:
21184         * sys/oss/gstossdmabuffer.c:
21185         * sys/oss/gstosshelper.c:
21186         * sys/oss/gstossmixer.c:
21187         * sys/oss/gstossmixerelement.c:
21188         * sys/oss/gstossmixertrack.c:
21189         * sys/oss/gstosssink.c:
21190         * sys/oss/gstosssrc.c:
21191           Actually use the 'oss' debug category we register.
21192
21193 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21194
21195         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21196         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21197         Use gst_pad_get_parent and drop the ref that was added through
21198         that call.
21199
21200 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21201
21202         * gst/rtp/gstrtpgsmenc.c:
21203           Fix compilation
21204
21205 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21206
21207         * gst/rtp/gstrtpg711dec.c
21208         Just removed a couple of lines of weird code used during
21209         development/test time.
21210
21211 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21212
21213         * gst/rtp/Makefile.am
21214         * gst/rtp/gstrtp.c
21215         * gst/rtp/gstrtpg711enc.c
21216         * gst/rtp/gstrtpg711enc.h
21217         * gst/rtp/gstrtpg711dec.c
21218         * gst/rtp/gstrtpg711dec.h
21219         Created G711 payloader and depayloader (it supports mulaw and alaw
21220         (dec)encoders)
21221
21222 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21223
21224         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21225         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21226         Doh ! I introduced wingo's bug again ! Sorry...
21227
21228 2005-10-25  Christian Schaller <christian@fluendo.com> 
21229
21230         * gst/rtp/Makefile.am: add missing header files for disting
21231
21232 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21233
21234         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21235         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21236         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21237         (gst_rtpgsmenc_handle_buffer):
21238         * gst/rtp/gstrtpgsmenc.h:
21239         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21240         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21241         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21242         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21243         * gst/rtp/gstrtpgsmparse.h:
21244         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21245
21246 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21247
21248         * ext/libpng/gstpngdec.c: (user_info_callback),
21249         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21250         a newsegment event, move some redundant code in a single place.
21251
21252 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21253
21254         * ext/libpng/gstpngdec.c: (user_info_callback),
21255         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21256         hack to get correct colors order when we have a png image with
21257         alpha channel.
21258
21259 2005-10-24  Edward Hervey  <edward@fluendo.com>
21260
21261         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21262         Call gst_element_no_more_pads when there will be no more pads.
21263
21264 2005-10-24  Wim Taymans  <wim@fluendo.com>
21265
21266         * gst/rtp/Makefile.am:
21267         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21268         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21269         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21270         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21271         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21272         (gst_asteriskh263_plugin_init):
21273         * gst/rtp/gstasteriskh263.h:
21274         * gst/rtp/gstrtp.c: (plugin_init):
21275         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21276         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21277         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21278         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21279         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21280         (gst_rtph263enc_plugin_init):
21281         * gst/rtp/gstrtph263enc.h:
21282         Added two new payloaders, an RFC 2190 payloader for h263 and
21283         a payload convertor for an asterisk server.
21284
21285 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21286
21287         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21288           Set bytes_per_sample correctly (is not always 4, but 
21289           depends on width and number of channels).
21290
21291 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21292
21293         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21294         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21295         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21296         (gst_flacenc_sink_event), (gst_flacenc_chain),
21297         (gst_flacenc_set_property), (gst_flacenc_get_property),
21298         (gst_flacenc_change_state):
21299         * ext/flac/gstflacenc.h:
21300           Fix seeking, so that flacenc can rewrite the header with the
21301           correct duration and amount of samples and all that at EOS;
21302           also set timestamps and granulepos on outgoing buffers; add
21303           debug category; fix state change function.
21304           
21305 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21306
21307         * gst/videomixer/videomixer.c: Don't restrict video geometry
21308         from 16 to 4096.
21309
21310 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21311
21312         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21313         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21314         Fix caps negotiation correctly, add debugging category.
21315
21316 2005-10-24  Christian Schaller  <christian@fluendo.com>
21317
21318         * configure.ac: Port over Thomas's change from base listing all plugins
21319
21320 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21321
21322         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21323         a sink pad.
21324
21325 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21326
21327         * configure.ac:
21328         * docs/upload.mak:
21329           back to HEAD
21330
21331 === release 0.9.4 ===
21332
21333 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21334
21335         * configure.ac:
21336           Releasing 0.9.4, "Dromiceiomimus"
21337
21338 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21339
21340         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21341         (gst_speexenc_src_query):
21342           Add position and duration query, fix query type function.
21343           
21344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21345         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21346           Let's not set non-fixed caps on source pads.
21347
21348 2005-10-21  Wim Taymans  <wim@fluendo.com>
21349
21350         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21351         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21352         (gst_avi_demux_handle_seek):
21353         Set correct stream_time in newsegment event.
21354         avi can also handle a duration query now.
21355
21356 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21357
21358         * gst/matroska/matroska-demux.c:
21359         (gst_matroska_demux_handle_src_query),
21360         (gst_matroska_demux_handle_seek_event),
21361         (gst_matroska_demux_loop_stream_parse_id):
21362           Fix duration query; fix basetime in newsegment event after
21363           seek; fix duration in initial newsegment event.
21364
21365         * gst/matroska/matroska-mux.c:
21366         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21367           Extract number of channels and samplerate from vorbis headers;
21368           add some debug messages when querying the durations of the
21369           input streams.
21370
21371 2005-10-20  Wim Taymans  <wim@fluendo.com>
21372
21373         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21374         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21375         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21376         Set stream time correctly in newsegment.
21377
21378 2005-10-20  Wim Taymans  <wim@fluendo.com>
21379
21380         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21381         Correctly fill in the stream time.
21382
21383 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * check/elements/level.c: (GST_START_TEST):
21386         * gst/level/gstlevel.c: (gst_level_message_new):
21387         * gst/level/level-example.c: (message_handler):
21388           use ELEMENT messages instead
21389
21390 2005-10-19  Wim Taymans  <wim@fluendo.com>
21391
21392         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21393         (gst_dvdemux_src_query):
21394         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21395         (gst_flacdec_src_query):
21396         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21397         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21398         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21399         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21400         * gst/debug/progressreport.c: (gst_progress_report_report):
21401         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21402         * gst/matroska/matroska-demux.c:
21403         (gst_matroska_demux_handle_src_query):
21404         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21405         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21406         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21407         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21408         (gst_wavparse_srcpad_event):
21409         API change fix.
21410
21411 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21412
21413         * gst/goom/filters.c:
21414         * gst/goom/graphic.h:
21415         * gst/goom/lines.c:
21416           Make inline functions either 'static inline' or 'extern inline',
21417           otherwise the Forte compiler apparently won't inline them (#317300).
21418
21419 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21420
21421         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21422         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21423         (user_info_callback), (user_endrow_callback), (user_end_callback),
21424         (user_read_data), (gst_pngdec_caps_create_and_set),
21425         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21426         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21427         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21428         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21429         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21430         very nice and handle push/pull based model. if you have filesrc
21431         connected to it, it will do random access to load the png file.
21432         If you have a network source that can't do _getrange, it does 
21433         progressive loading through the chain function.
21434         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21435         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21436         thanks to Master Wim Taymans ;-)
21437
21438 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21439
21440         * gst/matroska/Makefile.am:
21441         * gst/matroska/ebml-read.c:
21442         * gst/matroska/ebml-read.h:
21443         * gst/matroska/matroska-demux.c:
21444         * gst/matroska/matroska-demux.h:
21445         * gst/matroska/matroska.c: (plugin_init):
21446           Ported matroska demuxer to 0.9.
21447
21448 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21449
21450         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21451
21452         * gst/matroska/matroska-mux.c:
21453         (gst_matroska_mux_video_pad_setcaps),
21454         (gst_matroska_mux_audio_pad_setcaps):
21455           Fix mpeg4 input handling (#318847); also, while we're at it,
21456           fix media type for Motion-JPEG: should be image/jpeg.
21457
21458 2005-10-18  Wim Taymans  <wim@fluendo.com>
21459
21460         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21461         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21462         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21463         Fix for segment-start/stop API change.
21464
21465 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21466
21467         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21468         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21469         way.
21470
21471 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21472
21473         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21474         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21475         output declared in transform_caps.
21476
21477 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21478
21479         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21480
21481 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21482
21483         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21484         (gst_video_box_get_unit_size): Fix wrong size calculations and
21485         implement get_unit_size correctly.
21486
21487 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21488
21489         * configure.ac:
21490           Enable flx plugin.
21491
21492         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21493           Fix gcc4 signedness issue.
21494
21495 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21496
21497         * configure.ac: Adding videomixer.
21498         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21499         (user_read_data), (gst_pngdec_chain): More debugging.
21500         * gst/alpha/Makefile.am: Adding alphacolor
21501         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21502         (gst_alpha_color_class_init), (gst_alpha_color_init),
21503         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21504         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21505         (plugin_init): Ported to 0.9 using in place base tranform.
21506         * gst/videomixer/Makefile.am:
21507         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21508         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21509         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21510         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21511         (gst_videomixer_init), (gst_videomixer_getcaps),
21512         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21513         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21514         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21515         to 0.9 using collectpads.
21516
21517 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21518
21519         * configure.ac:
21520         * gst/flx/Makefile.am:
21521         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21522         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21523         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21524         * gst/flx/gstflxdec.h:
21525         flx plugin ported to 0.9
21526
21527 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21528
21529         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21530           use new gst_version_string()
21531
21532 2005-10-16  Andy Wingo  <wingo@pobox.com>
21533
21534         * configure.ac: GLIB_CHECK.
21535
21536 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21537
21538         * ext/libpng/Makefile.am:
21539         * ext/libpng/gstpng.c: (plugin_init):
21540         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21541         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21542         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21543
21544 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21545
21546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21547
21548         * configure.ac:
21549         * gst/matroska/Makefile.am:
21550         * gst/matroska/ebml-ids.h:
21551         * gst/matroska/ebml-write.c:
21552         * gst/matroska/ebml-write.h:
21553         * gst/matroska/matroska-ids.h:
21554         * gst/matroska/matroska-mux.c:
21555         * gst/matroska/matroska-mux.h:
21556         * gst/matroska/matroska.c: (plugin_init):
21557           Port matroska muxer to 0.9 (#318847).
21558
21559 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21560
21561         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21562         (comment_init), (comment_add):
21563           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21564           use GST_READ_UINT32_LE() and friends rather than the private
21565           implementation of those same macros.
21566
21567 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21568
21569         * examples/stats/mp2ogg.c:
21570           more typo fixes
21571
21572 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21573
21574         * examples/indexing/indexmpeg.c: (main):
21575         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21576         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21577         * ext/esd/esdmon.h:
21578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21579         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21580         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21581         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21582         * gst/avi/gstavimux.c: (gst_avimux_init):
21583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21584         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21585         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21586         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21587         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21588         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21589         * gst/oldcore/gstmultifilesrc.h:
21590         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21591         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21592         (gst_pipefilter_change_state):
21593         * gst/oldcore/gstpipefilter.h:
21594         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21595         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21596         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21597         * sys/osxaudio/gstosxaudiosink.h:
21598         * sys/osxaudio/gstosxaudiosrc.h:
21599           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21600           moved bitshift from macro to enum definition
21601
21602 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21603
21604         * ext/Makefile.am:
21605         * ext/cairo/Makefile.am:
21606         * ext/cairo/gstcairo.c: (plugin_init):
21607         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21608         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21609         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21610         * ext/cairo/gsttimeoverlay.h:
21611           update of cairo-based timeoverlay to 1.0 Cairo API
21612           doesn't work yet for resizing of output sink
21613
21614 2005-10-11  Wim Taymans  <wim@fluendo.com>
21615
21616         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21617         newsegment API fix.
21618
21619 2005-10-11  Wim Taymans  <wim@fluendo.com>
21620
21621         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21622         (gst_dvdemux_demux_frame):
21623         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21624         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21626         (gst_avi_demux_handle_seek):
21627         * gst/goom/gstgoom.c: (gst_goom_event):
21628         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21629         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21630         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21631         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21632         (gst_wavparse_srcpad_event):
21633         newsegment API update.
21634
21635 2005-10-11  Andy Wingo  <wingo@pobox.com>
21636
21637         * ext/speex/gstspeexenc.c: Signedness cleanups.
21638
21639 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21640
21641         * PORTED_09:
21642         * ext/speex/Makefile.am:
21643         * ext/speex/gstspeex.c:
21644         * ext/speex/gstspeexenc.c:
21645         Speexenc ported to 0.9
21646
21647 2005-10-10  Wim Taymans  <wim@fluendo.com>
21648
21649         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21650         (gst_oss_sink_init), (gst_oss_sink_set_property),
21651         (gst_oss_sink_get_property), (gst_oss_sink_open),
21652         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21653         * sys/oss/gstosssink.h:
21654         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21655         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21656         (gst_oss_src_prepare):
21657         Cleanups, make device configurable in the sink, handle and report
21658         errors.
21659
21660 2005-10-10  Wim Taymans  <wim@fluendo.com>
21661
21662         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21663         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21664         Make sure element is NULL before removing from the bin.
21665
21666 2005-10-07  Andy Wingo  <wingo@pobox.com>
21667
21668         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21669         block forever in a read().
21670         (gst_dv1394src_bus_reset): Post a message when the cable is
21671         unplugged.
21672         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21673         (gst_dv1394src_bus_reset): Don't unref the message.
21674
21675         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21676         hacking. The only change should be that the state change stuff was
21677         put into basesrc's start() and stop() routines, which coalesces
21678         some steps.
21679
21680 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21681
21682         * configure.ac:
21683           Add check for mmap
21684           
21685         * gst/debug/Makefile.am:
21686           Only compile efence plugin on systems that have mmap.
21687
21688 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21689
21690         * gst/debug/Makefile.am:
21691         * gst/debug/breakmydata.c:
21692         * gst/debug/gstdebug.c:
21693         * gst/debug/gstnavigationtest.c:
21694         * gst/debug/gstnavseek.c: 
21695         * gst/debug/gstnavseek.h:
21696         * gst/debug/progressreport.c: 
21697         * gst/debug/testplugin.c:
21698           Port progressreport, navseek, navigationtest, testsink and
21699           breakmydata.
21700
21701 2005-10-05  Edward Hervey  <edward@fluendo.com>
21702
21703         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21704         (gst_dvdemux_src_query):
21705         Fixes for better conversion
21706
21707 2005-10-04  Michael Smith <msmith@fluendo.com>
21708
21709         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21710         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21711         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21712         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21713           Set state of elements to NULL before removing from bins.
21714           Set state of test element to NULL if we failed to move it to READY
21715
21716 2005-10-04  Edward Hervey  <edward@fluendo.com>
21717
21718         * ext/dv/Makefile.am:
21719         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21720         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21721         Corrected the query function for position so it doesn't forget what
21722         format was asked, and calls the conversion functions on the correct pad.
21723
21724 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21725
21726         * configure.ac:
21727           back to development
21728
21729 === release 0.9.3 ===
21730
21731 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21732
21733         * configure.ac:
21734           Releasing 0.9.3, "Aramis"
21735
21736 2005-10-03  Andy Wingo  <wingo@pobox.com>
21737
21738         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21739         error returns.
21740
21741 2005-10-02  Andy Wingo  <wingo@pobox.com>
21742
21743         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21744
21745         * ext/flac/gstflacenc.c: Ported to 0.9.
21746
21747         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21748
21749         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21750         and link to gsttagedit. Enable flacenc.
21751
21752         * ext/flac/gstflacdec.c: Re-enable tag reading.
21753
21754 2005-09-30  Wim Taymans  <wim@fluendo.com>
21755
21756         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21757         * gst/rtp/gstrtpgsmparse.c:
21758         * gst/rtp/gstrtph263penc.c:
21759         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21760         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21761         (gst_rtpmp4venc_set_property):
21762         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21763         Various class and caps fixes from Andre Magalhaes (andrunko)
21764
21765 2005-09-29  Wim Taymans  <wim@fluendo.com>
21766
21767         * gst/level/level-example.c: (main):
21768         Update for new bus API.
21769
21770 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21771
21772         * configure.ac:
21773           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21774           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21775
21776 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21777
21778         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21779           Fix playback of mono streams (bytes_per_sample should be set
21780           from the sample width and the number of channels negotiated,
21781           and not just be set to 4) (#317338)
21782
21783 2005-09-26  Wim Taymans  <wim@fluendo.com>
21784
21785         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21786         (gst_rtpmpaenc_handle_buffer):
21787         Set buffer duration correctly.
21788
21789 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21790
21791         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21792         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21793         (gst_avi_demux_change_state):
21794           Don't crash when encountering a stream with an unknown fourcc or
21795           codec id. Instead, create a pad of type video/x-avi-unknown or
21796           audio/x-avi-unknown, which as a side-effect also results in less
21797           confusing error messages in players ('no decoder' vs. 'no streams');
21798           minor fixes to state change function and class_init function.
21799
21800 2005-09-24  Wim Taymans  <wim@fluendo.com>
21801
21802         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21803         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21804         These are sinks.
21805
21806 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21807
21808         * check/elements/level.c: (GST_START_TEST):
21809           fix test for new GstClockTime use
21810         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21811         (gst_level_transform_ip):
21812         * gst/level/gstlevel.h:
21813           fix up the decay peak, ensuring the decay peak is never lower
21814           than the peak for that interval
21815
21816 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * docs/plugins/gst-plugins-good-plugins.args:
21819         * docs/plugins/inspect/plugin-alpha.xml:
21820         * docs/plugins/inspect/plugin-rtp.xml:
21821         * gst/level/gstlevel.c: (gst_level_set_caps),
21822         (gst_level_transform_ip):
21823           updating docs
21824
21825 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21826
21827         * Makefile.am:
21828         * check/elements/level.c: (GST_START_TEST):
21829         * gst/level/Makefile.am:
21830         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21831         (gst_level_set_property), (gst_level_get_property),
21832         (gst_level_set_caps), (gst_level_message_new),
21833         (gst_level_transform_ip):
21834         * gst/level/gstlevel.h:
21835         * gst/level/level-example.c: (message_handler), (main):
21836           convert to using GstClockTime for all time values, finally.
21837
21838 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21839
21840         * gst/auparse/Makefile.am:
21841         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21842           fix up build
21843         * configure.ac:
21844         * ext/cairo/Makefile.am:
21845         * ext/dv/Makefile.am:
21846         * ext/esd/Makefile.am:
21847         * ext/flac/Makefile.am:
21848         * ext/gconf/Makefile.am:
21849         * ext/gdk_pixbuf/Makefile.am:
21850         * ext/jpeg/Makefile.am:
21851         * ext/ladspa/Makefile.am:
21852         * ext/libcaca/Makefile.am:
21853         * ext/libmng/Makefile.am:
21854         * ext/libpng/Makefile.am:
21855         * ext/mikmod/Makefile.am:
21856         * ext/pango/Makefile.am:
21857         * ext/raw1394/Makefile.am:
21858         * ext/shout2/Makefile.am:
21859         * ext/speex/Makefile.am:
21860         * gst/alpha/Makefile.am:
21861         * gst/autodetect/Makefile.am:
21862         * gst/avi/Makefile.am:
21863         * gst/cutter/Makefile.am:
21864         * gst/debug/Makefile.am:
21865         * gst/effectv/Makefile.am:
21866         * gst/flx/Makefile.am:
21867         * gst/goom/Makefile.am:
21868         * gst/interleave/Makefile.am:
21869         * gst/law/Makefile.am:
21870         * gst/matroska/Makefile.am:
21871         * gst/median/Makefile.am:
21872         * gst/monoscope/Makefile.am:
21873         * gst/multipart/Makefile.am:
21874         * gst/oldcore/Makefile.am:
21875         * gst/rtp/Makefile.am:
21876         * gst/rtsp/Makefile.am:
21877         * gst/smoothwave/Makefile.am:
21878         * gst/smpte/Makefile.am:
21879         * gst/videobox/Makefile.am:
21880         * gst/videofilter/Makefile.am:
21881         * gst/videomixer/Makefile.am:
21882         * gst/wavenc/Makefile.am:
21883         * gst/wavparse/Makefile.am:
21884         * sys/oss/Makefile.am:
21885         * sys/osxaudio/Makefile.am:
21886         * sys/osxvideo/Makefile.am:
21887           fix up GST_LIBS use
21888
21889 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21890
21891         * gst/auparse/Makefile.am:
21892         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21893           fix build of auparse
21894
21895 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21896
21897         * configure.ac:
21898         * PORTED_09:
21899         * gst/auparse/gstauparse.c:
21900         * gst/auparse/gstauparse.h:
21901         Auparse ported to 0.9.
21902
21903 2005-09-22  Wim Taymans  <wim@fluendo.com>
21904
21905         * gst/rtp/TODO:
21906         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21907         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21908         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21909         (gst_rtpmp4venc_set_property):
21910         * gst/rtp/gstrtpmp4venc.h:
21911         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21912         * gst/rtp/gstrtpmpaenc.h:
21913         Use is_filled to both check MTU and max-ptime of base class.
21914
21915 2005-09-22  Wim Taymans  <wim@fluendo.com>
21916
21917         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21918         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21919         (gst_rtpmp4venc_set_property):
21920         Don't fragment packets with multiple frames.
21921
21922 2005-09-22  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst/rtp/TODO:
21925         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21926         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21927         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21928         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21929         (gst_rtpmp4venc_get_property):
21930         * gst/rtp/gstrtpmp4venc.h:
21931         Remove g_print.
21932         Update TODO
21933         Make payload encoder a bit smarter and more correct with
21934         timestamps.
21935         Added option in payloader to include config string in-band.
21936
21937 2005-09-21  Wim Taymans  <wim@fluendo.com>
21938
21939         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21940         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21941         (gst_rtspsrc_send):
21942         Strip spaces for key/value pairs.
21943
21944 2005-09-21  Wim Taymans  <wim@fluendo.com>
21945
21946         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21947         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21948         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21949         (gst_rtspsrc_change_state):
21950         More SDP parsing and caps setting.
21951         Do NO_PREROLL differently.
21952         add pads only after negotiated.
21953
21954         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21955         (gst_udpsrc_getcaps):
21956         Implement the getcaps function.
21957
21958 2005-09-21  Wim Taymans  <wim@fluendo.com>
21959
21960         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21961         (gst_rtpamrdec_chain):
21962         Handle multiple AMr packets per payload. Handle CRC and
21963         parse ILL/ILP.
21964
21965         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21966         Make caps params strings for easy SDP mapping.
21967         
21968         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21969         Handle capsnego better.
21970
21971         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21972         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21973         Generate and parse config string in the caps.
21974
21975 2005-09-21  Wim Taymans  <wim@fluendo.com>
21976
21977         * gst/rtp/README:
21978         Update README
21979
21980         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21981         Make extra params as strings.
21982
21983         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21984         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21985         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21986         Make state change return NO_PREROLL as this is a live
21987         source.
21988
21989         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21990         Don't unref old caps when NULL.
21991
21992 2005-09-20  Wim Taymans  <wim@fluendo.com>
21993
21994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21995         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21996         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21997         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21998         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21999         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
22000         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
22001         * gst/rtsp/sdpmessage.h:
22002         Add URI handler.
22003         Parse SDP and create caps.
22004
22005 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
22006
22007         * gst/alpha/gstalpha.c:
22008           fix element description
22009
22010 2005-09-19  Wim Taymans  <wim@fluendo.com>
22011
22012         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
22013         Don't check payload for now.
22014
22015 2005-09-19  Wim Taymans  <wim@fluendo.com>
22016
22017         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
22018         (gst_wavparse_init), (gst_wavparse_parse_file_header),
22019         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
22020         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
22021         (gst_wavparse_loop), (gst_wavparse_pad_convert),
22022         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
22023         (gst_wavparse_change_state):
22024         * gst/wavparse/gstwavparse.h:
22025         Fix wavparse some more.
22026
22027 2005-09-19  Wim Taymans  <wim@fluendo.com>
22028
22029         * check/elements/level.c: (GST_START_TEST):
22030         Fix for bus API change.
22031
22032 2005-09-19  Wim Taymans  <wim@fluendo.com>
22033
22034         * gst/level/level-example.c: (main):
22035         Fix for new bus API.
22036
22037         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22038         Set caps on pads.
22039
22040 2005-09-15  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst/rtp/Makefile.am:
22043         * gst/rtp/README:
22044         * gst/rtp/gstrtp.c: (plugin_init):
22045         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22046         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22047         (gst_rtpamrdec_change_state):
22048         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22049         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22050         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22051         * gst/rtp/gstrtpamrenc.h:
22052         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22053         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22054         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22055         * gst/rtp/gstrtpgsmenc.h:
22056         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22057         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22058         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22059         (gst_rtpgsmparse_change_state):
22060         * gst/rtp/gstrtpgsmparse.h:
22061         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22062         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22063         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22064         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22065         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22066         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22067         * gst/rtp/gstrtph263penc.h:
22068         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22069         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22070         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22071         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22072         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22073         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22074         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22075         * gst/rtp/gstrtpmp4venc.h:
22076         * gst/rtp/gstrtpmpadec.c:
22077         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22078         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22079         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22080         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22081         * gst/rtp/gstrtpmpaenc.h:
22082         Updates to payloader/depayloaders, make payloaders use
22083         the base classes.
22084         Updated README with suggested RTP caps and how to convert
22085         to/from SDP.
22086         Added config descriptor in mp4v payloader.
22087
22088 2005-09-15  Andy Wingo  <wingo@pobox.com>
22089
22090         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22091         * gst/autodetect/gstautovideosink.c
22092         (gst_auto_video_sink_find_best): Update for new registry API.
22093
22094 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * common/c-to-xml.py:
22097         * common/gtk-doc-plugins.mak:
22098           a simple py script to generate valid xml from a C example
22099           probably also need to strip an MIT license when we decide
22100         * docs/plugins/Makefile.am:
22101         * gst/level/Makefile.am:
22102         * gst/level/gstlevel.c: (gst_level_init):
22103         * gst/level/level-example.c: (message_handler), (main):
22104           add an example to level that will show up in the docs
22105         * gst/rtp/TODO:
22106           add a note for the future
22107
22108 2005-09-14  Michael Smith <msmith@fluendo.com>
22109
22110         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22111           Actually define the debug object being used in wavenc. Fixes #316205
22112
22113 2005-09-14  Michael Smith <msmith@fluendo.com>
22114
22115         * gst/smpte/Makefile.am:
22116           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22117           needed to build on windows (bug 316204)
22118
22119 2005-09-12  Andy Wingo  <wingo@pobox.com>
22120
22121         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22122
22123 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22124
22125         * configure.ac:
22126         * gst/fdsrc/Makefile.am:
22127         * gst/fdsrc/gstfdsrc.c:
22128         * gst/fdsrc/gstfdsrc.h:
22129           Move fdsrc back into gstreamer core elements.
22130
22131         * gst/level/gstlevel.c: (gst_level_class_init),
22132         (gst_level_transform_ip):
22133         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22134           Basetransform changes.
22135
22136 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22137
22138         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22139         * ext/jpeg/smokecodec.c: (find_best_size):
22140           fix compiler warnings
22141
22142 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22143
22144         * gst-plugins-good.spec.in:
22145           spec file fixes
22146         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22147         (gst_multiudpsink_render), (gst_multiudpsink_add),
22148         (gst_multiudpsink_clear):
22149           it actually helps to actually stream if we hook up the
22150           "add" signal to an actual implementation
22151         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22152           some debugging
22153
22154 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22155
22156         * ext/jpeg/Makefile.am:
22157         * ext/jpeg/gstjpeg.c
22158         * ext/jpeg/gstjpegenc.c:
22159         * ext/jpeg/gstsmokeenc.c:
22160
22161 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22162
22163         * ext/flac/gstflacdec.c:
22164         * ext/flac/gstflacenc.c:
22165         * ext/flac/gstflactag.c:
22166         * ext/speex/gstspeexenc.c:
22167           gsttaginterface.h -> gsttagsetter.h
22168
22169 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22170
22171         * configure.ac:
22172         * gst/debug/Makefile.am:
22173         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22174         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22175         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22176         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22177         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22178           Port to 0.9 and re-enable efence plugin.
22179
22180 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22181
22182         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22183         (gst_flacdec_write), (gst_flacdec_convert_src):
22184         * ext/flac/gstflacdec.h:
22185           Add support for flac files with 24/32 bits per sample; and misc.
22186           minor clean-ups. Seeking is still partly broken (for me at least).
22187
22188 2005-09-06  Wim Taymans  <wim@fluendo.com>
22189
22190         * gst/rtp/Makefile.am:
22191         * gst/rtp/gstrtp.c: (plugin_init):
22192         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22193         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22194         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22195         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22196         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22197         (gst_rtpmp4vdec_plugin_init):
22198         * gst/rtp/gstrtpmp4vdec.h:
22199         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22200         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22201         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22202         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22203         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22204         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22205         * gst/rtp/gstrtpmp4venc.h:
22206         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22207         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22208         Added mpeg4 video payload encoder/decoder.
22209         Added some docs in mpa payloader.
22210
22211 === release 0.9.1 ===
22212
22213 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22214
22215         * NEWS:
22216         * README:
22217         * RELEASE:
22218         * autogen.sh:
22219         * configure.ac:
22220           releasing 0.9.1, "Blondie"
22221
22222 2005-09-05  Andy Wingo  <wingo@pobox.com>
22223
22224         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22225         here from the state change handler, so we fire signals without
22226         holding the state lock.
22227
22228 2005-09-02  Andy Wingo  <wingo@pobox.com>
22229
22230         * All plugins updated for element state changes.
22231
22232 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22233
22234         * Makefile.am:
22235         * check/.cvsignore:
22236         * check/Makefile.am:
22237         * check/elements/.cvsignore:
22238         * check/elements/level.c: (setup_level), (cleanup_level),
22239         (GST_START_TEST), (level_suite), (main):
22240           add a test for level
22241         * common/release.mak:
22242           move the enum checking to release.mak
22243         * configure.ac:
22244           add valgrind and check checking
22245         * gst/level/gstlevel.c: (gst_level_transform):
22246         * gst/level/gstlevel.h:
22247           fix Andy's cast bug
22248           convert a field to int
22249           fix the arithmetic to int when checking for emit so that a
22250           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22251
22252 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22253
22254         * Makefile.am:
22255         * configure.ac:
22256           add docs to build
22257         * common/plugins.xsl:
22258           wrap Description into a refsect2
22259         * docs/Makefile.am:
22260         * docs/plugins/Makefile.am:
22261         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22262         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22263         * gst/goom/Makefile.am:
22264         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22265         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22266         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22267         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22268         (gst_goom_change_state):
22269         * gst/goom/gstgoom.h:
22270           GstGOOM -> GstGoom
22271           add an example launch line
22272         * gst/level/gstlevel.h:
22273         * gst/monoscope/gstmonoscope.c:
22274           cleanups
22275
22276 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * configure.ac:
22279         * docs/plugins/Makefile.am:
22280         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22281         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22282         * docs/plugins/gst-plugins-good-plugins.types:
22283           document elements and plugins.  Shazam !
22284
22285 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22286
22287         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22288           be found under doc/random/ChangeLog-0.8