sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-15  Michael Smith <msmith@songbirdnest.com>
2
3         * sys/osxaudio/Makefile.am:
4           Link against CoreServices (needed for osx 10.4) and fix up the linker
5           flags. Fixes #567853.
6
7 2009-01-15  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * gst/qtdemux/qtdemux.c: (qtdemux_parse_segments):
10         Catch invalid and commonly wrong playback rates in the elst atoms.
11         Fixes #567800.
12
13 2009-01-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
16         Don't call gst_fft_f32_free() with NULL to prevent a
17         crash. Fixes bug #567642.
18
19 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
20
21         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
22         * gst/spectrum/gstspectrum.h:
23         Use correct types for frame/fft counters and some minor
24         cleanup.
25
26 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         Patch by: Lennart Poettering <lennart at poettering dot net>
29
30         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
31         (gst_pulseprobe_free):
32         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
33
34 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         * gst/spectrum/Makefile.am:
37         * gst/spectrum/README:
38         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
39         (gst_spectrum_class_init), (gst_spectrum_init),
40         (gst_spectrum_reset_state), (gst_spectrum_finalize),
41         (gst_spectrum_set_property), (gst_spectrum_start),
42         (gst_spectrum_stop), (gst_spectrum_setup),
43         (gst_spectrum_transform_ip):
44         * gst/spectrum/gstspectrum.h:
45         Post a spectrum message on the bus for every interval, even
46         if the interval is small than the length of the FFT.
47         Fixes bug #567642.
48
49         Major cleanup of the spectrum element.
50
51 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
52
53         * configure.ac:
54         * gst/audiofx/Makefile.am:
55         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
56         (gst_audio_fir_filter_class_init),
57         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
58         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
59         (gst_audio_fir_filter_set_property),
60         (gst_audio_fir_filter_get_property):
61         * gst/audiofx/audiofirfilter.h:
62         * gst/audiofx/audiofx.c: (plugin_init):
63         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
64         (gst_audio_iir_filter_class_init),
65         (gst_audio_iir_filter_update_coefficients),
66         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
67         (gst_audio_iir_filter_finalize),
68         (gst_audio_iir_filter_set_property),
69         (gst_audio_iir_filter_get_property):
70         * gst/audiofx/audioiirfilter.h:
71         Add audioiirfilter and audiofirfilter elements which allow
72         generic IIR/FIR filters to be implemented by providing the
73         filter coefficients. Fixes bug #567577.
74
75         * docs/plugins/Makefile.am:
76         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
77         * docs/plugins/gst-plugins-good-plugins-sections.txt:
78         * docs/plugins/gst-plugins-good-plugins.args:
79         * docs/plugins/gst-plugins-good-plugins.hierarchy:
80         * docs/plugins/gst-plugins-good-plugins.signals:
81         * docs/plugins/inspect/plugin-alaw.xml:
82         * docs/plugins/inspect/plugin-audiofx.xml:
83         * docs/plugins/inspect/plugin-avi.xml:
84         * docs/plugins/inspect/plugin-flac.xml:
85         * docs/plugins/inspect/plugin-mulaw.xml:
86         * docs/plugins/inspect/plugin-video4linux2.xml:
87         * docs/plugins/inspect/plugin-wavparse.xml:
88         Add documentation for the audioiirfilter and audiofirfilter
89         elements.
90
91         * tests/check/Makefile.am:
92         * tests/check/elements/audiofirfilter.c: (on_message),
93         (on_rate_changed), (on_handoff), (GST_START_TEST),
94         (audiofirfilter_suite):
95         * tests/check/elements/audioiirfilter.c: (on_message),
96         (on_rate_changed), (on_handoff), (GST_START_TEST),
97         (audioiirfilter_suite):
98         * tests/examples/Makefile.am:
99         * tests/examples/audiofx/Makefile.am:
100         * tests/examples/audiofx/firfilter-example.c: (on_message),
101         (on_rate_changed), (main):
102         * tests/examples/audiofx/iirfilter-example.c: (on_message),
103         (on_rate_changed), (main):
104         Add unit tests and example applications for the two filter
105         elements.
106
107 2009-01-13  Michael Smith <msmith@songbirdnest.com>
108
109         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
110         * gst/qtdemux/qtdemux.c:
111           Fix format string for guint64.
112
113 2009-01-13  Michael Smith <msmith@songbirdnest.com>
114
115         * sys/osxaudio/Makefile.am:
116           osxaudio plugin now requires AudioUnit framework, so link against that.
117           Clean up tabs v spaces while I'm there.
118
119 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
120
121         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
122         (print_stats), (main):
123         Add some example code for printing the RTP manager stats.
124
125 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
126
127         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
128         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
129         (gst_audio_cheb_band_set_property):
130         * gst/audiofx/audiochebband.h:
131         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
132         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
133         (gst_audio_cheb_limit_set_property):
134         * gst/audiofx/audiocheblimit.h:
135         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
136         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
137         (gst_audio_wsincband_set_property):
138         * gst/audiofx/audiowsincband.h:
139         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
140         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
141         (gst_audio_wsinclimit_set_property):
142         * gst/audiofx/audiowsinclimit.h:
143         Use a custom mutex for protecting the instance fields instead of
144         the GstObject lock. Using the latter can lead to deadlocks, especially
145         with the FIR filters when updating the latency.
146
147 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
148
149         * gst/audiofx/Makefile.am:
150         * gst/audiofx/audiofxbasefirfilter.c:
151         (gst_audio_fx_base_fir_filter_dispose),
152         (gst_audio_fx_base_fir_filter_base_init),
153         (gst_audio_fx_base_fir_filter_class_init),
154         (gst_audio_fx_base_fir_filter_init),
155         (gst_audio_fx_base_fir_filter_push_residue),
156         (gst_audio_fx_base_fir_filter_setup),
157         (gst_audio_fx_base_fir_filter_transform),
158         (gst_audio_fx_base_fir_filter_start),
159         (gst_audio_fx_base_fir_filter_stop),
160         (gst_audio_fx_base_fir_filter_query),
161         (gst_audio_fx_base_fir_filter_query_type),
162         (gst_audio_fx_base_fir_filter_event),
163         (gst_audio_fx_base_fir_filter_set_kernel):
164         * gst/audiofx/audiofxbasefirfilter.h:
165         * gst/audiofx/audiofxbaseiirfilter.c:
166         Implement a base class for generic audio FIR filters.
167
168         * gst/audiofx/audiowsincband.c:
169         (gst_gst_audio_wsincband_mode_get_type),
170         (gst_gst_audio_wsincband_window_get_type),
171         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
172         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
173         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
174         (gst_audio_wsincband_get_property):
175         * gst/audiofx/audiowsincband.h:
176         * gst/audiofx/audiowsinclimit.c:
177         (gst_audio_wsinclimit_mode_get_type),
178         (gst_audio_wsinclimit_window_get_type),
179         (gst_audio_wsinclimit_base_init),
180         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
181         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
182         (gst_audio_wsinclimit_set_property),
183         (gst_audio_wsinclimit_get_property):
184         * gst/audiofx/audiowsinclimit.h:
185         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
186         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
187         Use this new base class for audiowsincband and audiowsinclimit.
188         Also cleanup both elements.
189
190 2009-01-08  Michael Smith <msmith@songbirdnest.com>
191
192         * gst/qtdemux/qtdemux.c:
193           In push mode, error out if we get EOS before we've created any srcpads.
194           Handle (in pull mode) some files that have a truncated moov atom where
195           the final sub-atom is a 'free' atom and the contents of that are not
196           present in the file.
197
198 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
199
200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
202         Some cleanups, refactoring and minor enhancements in caps handling.
203
204         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
205         (gst_matroska_mux_init), (gst_matroska_pad_reset),
206         (gst_matroska_pad_free), (gst_matroska_mux_reset),
207         (gst_matroska_mux_video_pad_setcaps),
208         (gst_matroska_mux_request_new_pad):
209         * tests/check/elements/matroskamux.c: (teardown_src_pad):
210         Only remove, release or reset what is appropriate upon state change.
211
212 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
213
214         * ext/pulse/pulsesink.c:
215         * ext/pulse/pulsesink.h:
216         Use a mutex to protect the current stream pointer, and ignore
217         callbacks for stream objects that have been destroyed already.
218         Fixes problems with unprepare/prepare cycles caused by the input
219         caps changing, without reintroducing bug #556986.
220
221 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
222
223         * sys/v4l2/gstv4l2src.c:
224         Remove () from translateable string, so that it makes more sense.
225
226 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
227
228         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
229         Minor fix/cleanup in header field calculation.
230
231 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
232
233         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
234         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
235         * gst/matroska/matroska-mux.h:
236         Remove internal taglist and fully use tagsetter interface.
237
238 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
239
240         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
241         (gst_avi_mux_riff_get_avi_header):
242         * gst/avi/gstavimux.h:
243         Ensure header size invariance during subsequent rewrite by using
244         tags snapshot.
245
246 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
249         Don't wait for the pulse mainloop when destroying the stream.
250         Fixes a deadlock when the pulsedaemon goes away while pulsesink
251         is PLAYING. Fixes bug #556986.
252
253 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
254
255         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
256                   Luotao Fu <l dot fu at pengutronix dot de>
257
258         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
259         (gst_v4l2_get_caps_info):
260         Add support for grayscale v4l2 devices. Fixes bug #566616.
261
262 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
263
264         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
265         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
266         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
267         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
268         * gst/qtdemux/qtdemux.h:
269         * gst/qtdemux/quicktime.c: (plugin_init):
270         Streamline tag handling and pass unparsed tags as binary blob
271         in private tag.
272
273 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         * gst/audiofx/Makefile.am:
276         * gst/audiofx/audiofxbaseiirfilter.c:
277         (gst_audio_fx_base_iir_filter_base_init),
278         (gst_audio_fx_base_iir_filter_dispose),
279         (gst_audio_fx_base_iir_filter_class_init),
280         (gst_audio_fx_base_iir_filter_init),
281         (gst_audio_fx_base_iir_filter_calculate_gain),
282         (gst_audio_fx_base_iir_filter_set_coefficients),
283         (gst_audio_fx_base_iir_filter_setup), (process),
284         (gst_audio_fx_base_iir_filter_transform_ip),
285         (gst_audio_fx_base_iir_filter_stop):
286         * gst/audiofx/audiofxbaseiirfilter.h:
287         Implement a base class for IIR filters.
288
289         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
290         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
291         (generate_coefficients), (gst_audio_cheb_band_set_property),
292         (gst_audio_cheb_band_setup):
293         * gst/audiofx/audiochebband.h:
294         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
295         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
296         (generate_coefficients), (gst_audio_cheb_limit_set_property),
297         (gst_audio_cheb_limit_setup):
298         * gst/audiofx/audiocheblimit.h:
299         Use the IIR filter base class for the chebyshev filters.
300
301 2009-01-02  Michael Smith <msmith@songbirdnest.com>
302
303           Patch by: Justin Karnegas <justin@affinix.com> and
304                     Michael Smith <msmith@songbirdnest.com>
305         * sys/osxaudio/gstosxaudio.c:
306         * sys/osxaudio/gstosxaudioelement.c:
307         * sys/osxaudio/gstosxaudioelement.h:
308         * sys/osxaudio/gstosxaudiosink.c:
309         * sys/osxaudio/gstosxaudiosink.h:
310         * sys/osxaudio/gstosxaudiosrc.c:
311         * sys/osxaudio/gstosxaudiosrc.h:
312         * sys/osxaudio/gstosxringbuffer.c:
313         * sys/osxaudio/gstosxringbuffer.h:
314           Rewrite osxaudio to work more flexibly and more reliably, using a
315           different abstraction layer of coreaudio that is the recommended way of
316           doing low-level audio I/O on OSX.
317           Fixes byg #564948.
318
319 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
322         Add example RTP transcoding pipeline from any file decodedable with
323         uridecodebin.
324
325 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
326
327         * tests/examples/rtp/.cvsignore:
328         * tests/examples/rtp/Makefile.am:
329         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
330         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
331         Add two C examples of using gstrtpbin as a sender and a receiver.
332
333 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
334
335         * ChangeLog:
336         Remove conflict marker from ChangeLog
337
338 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
339
340         Patch by: j^ <j at oil21.org>
341
342         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
343         (qtdemux_audio_caps):
344         Add codec mapping for xvid, fmp4 and ac3 tracks.
345         Fixes #565850
346
347 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
348
349         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
350         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
351         (gst_smokeenc_chain), (gst_smokeenc_change_state):
352         * ext/jpeg/gstsmokeenc.h:
353         Implement getcaps function.
354         Set caps on the pad and on all outgoing buffers.
355         Fixes #565441.
356
357 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
358
359         * ext/pulse/pulsemixerctrl.c:
360           And remove temporary comment pointing to the bug ticket.
361
362         * gst/avi/gstavimux.c:
363           Move reoccuring logging to LOG and log instance too.
364
365 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
366
367         * ext/pulse/pulsemixerctrl.c:
368           Don't leak the pa_operation.
369
370 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
371
372         * configure.ac:
373           Require core cvs.
374
375 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
376
377         * gst/avi/gstavimux.c:
378           Rename api from _flush to _reset_tags. 
379
380 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
381
382         * gst/avi/gstavimux.c:
383           Use new tagsetter api to flush tags.
384
385 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
386
387         * tests/check/elements/deinterleave.c: (deinterleave_suite):
388         Increase timeout to 3 minutes to prevent timeouts.
389
390 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
391
392         * tests/check/elements/interleave.c: (interleave_suite):
393         Increase timeout to 3 minutes to prevent timeouts.
394
395 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
396
397         * gst/avi/gstavimux.c:
398         * gst/avi/gstavimux.h:
399           Totally remove the internal taglists and fully use tagsetter.
400
401 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
402
403         * gst/avi/gstavimux.c:
404           Instead of filtering wrongly just use the mergemode. Applications is
405           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
406           avi for real (I hope). Everyone chime in, before I fix the others.
407
408 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
409
410         * ext/pulse/pulsemixerctrl.c:
411           Add note about memleak.
412
413 2008-12-13  Edward Hervey  <bilboed@gmail.com>
414
415         * m4/Makefile.am:
416         A couple more .m4 that aren't shipped anymore with gettext 0.17.
417
418 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
419
420         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
421         (gst_flac_dec_init):
422         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
423         (gst_alaw_dec_init):
424         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
425         (gst_alaw_enc_init):
426         * gst/law/alaw.c: (plugin_init):
427         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
428         (gst_mulawdec_init):
429         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
430         (gst_mulawenc_init):
431         * gst/law/mulaw.c: (plugin_init):
432         Switch to using GstStaticPadTemplate.
433         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
434         Don't forget to free the addrinfo structure.
435         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
436         (gst_wavparse_sink_activate):
437         Don't forget to unref the GstAdapter.
438
439 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
440
441         * m4/Makefile.am:
442         inttypes.m4 hasn't been available since gettext-0.15, and since we now
443         require gettext >= 0.17 ... we can remove it from the list of files to
444         dist.
445
446 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
447
448         * gst/avi/gstavidemux.c:
449           More logging.
450
451         * gst/avi/gstavimux.c:
452           Handle more metadata fields. Better estimate of metadata size. Don't
453           merge received tags, if application has specified tags using
454           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
455
456 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * tests/check/Makefile.am:
459         Also ignore pulsemixer for the states unit test.
460
461 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
464         Add an EOI marker at the end of the jpeg frame when it's missing.
465         Fixes #563056.
466
467 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
468
469         * tests/check/elements/videocrop.c: (check_1x1_buffer):
470         Update the unit test for the new color values for BT.601 red.
471         Fixes bug #563510.
472
473 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
474
475         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
476           Restore previous behaviour of not passing QoS and navigation
477           events upstream, which presumably wasn't meant to be changed.
478
479 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
480
481         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
482         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
483         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
484         (gst_dvdemux_chain), (gst_dvdemux_loop),
485         (gst_dvdemux_change_state):
486         Add srcpads only when needed and remove them again when going
487         back to READY. This prevents stalled pipelines if there's no
488         audio inside the DV stream, which happens for many MXF files.
489
490 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
491
492         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
493         (run_server):
494         The ports in libsoup are unsigned integers and not signed
495         integers.
496
497 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
498
499         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
500         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
501         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
502         (gst_dvdemux_chain), (gst_dvdemux_loop),
503         (gst_dvdemux_change_state):
504         Add srcpads only when they're needed. If we add all pads in any
505         case we will get a stalling audio pad if the stream contains
506         no audio, which is the case for many MXF files.
507
508 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
511         Forward all events upstream unless it's something we really
512         don't handle. This fixes latency configuration of pipelines.
513
514 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
515
516         * ext/dv/gstdv.c: (plugin_init):
517         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
518         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
519         Really call dv_init() exactly one time, not one time for
520         the demuxer and one time for the decoder.
521
522 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
525         Copy incomming timestamp to outgoing packets.
526
527 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
528
529         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
530         (gst_rtp_mp4v_pay_event):
531         Don't try to push packets before we could find a valid config
532         startcode. Fixes #563509.
533
534 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
535
536         Patch by: Brian Cameron <brian.cameron at sun dot com>
537
538         * sys/sunaudio/gstsunaudiomixerctrl.c:
539         (gst_sunaudiomixer_ctrl_open):
540         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
541
542 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
543
544         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
545
546         * configure.ac:
547         Make usage of libv4l optional by a configure parameter.
548         Fixes bug #563504.
549
550 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
551
552         * docs/plugins/Makefile.am:
553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
555         * docs/plugins/gst-plugins-good-plugins.args:
556         * docs/plugins/gst-plugins-good-plugins.hierarchy:
557         * docs/plugins/gst-plugins-good-plugins.interfaces:
558         * docs/plugins/inspect/plugin-1394.xml:
559         * docs/plugins/inspect/plugin-aasink.xml:
560         * docs/plugins/inspect/plugin-alaw.xml:
561         * docs/plugins/inspect/plugin-alpha.xml:
562         * docs/plugins/inspect/plugin-alphacolor.xml:
563         * docs/plugins/inspect/plugin-annodex.xml:
564         * docs/plugins/inspect/plugin-apetag.xml:
565         * docs/plugins/inspect/plugin-audiofx.xml:
566         * docs/plugins/inspect/plugin-auparse.xml:
567         * docs/plugins/inspect/plugin-autodetect.xml:
568         * docs/plugins/inspect/plugin-avi.xml:
569         * docs/plugins/inspect/plugin-cacasink.xml:
570         * docs/plugins/inspect/plugin-cairo.xml:
571         * docs/plugins/inspect/plugin-cutter.xml:
572         * docs/plugins/inspect/plugin-debug.xml:
573         * docs/plugins/inspect/plugin-dv.xml:
574         * docs/plugins/inspect/plugin-efence.xml:
575         * docs/plugins/inspect/plugin-effectv.xml:
576         * docs/plugins/inspect/plugin-equalizer.xml:
577         * docs/plugins/inspect/plugin-esdsink.xml:
578         * docs/plugins/inspect/plugin-flac.xml:
579         * docs/plugins/inspect/plugin-flxdec.xml:
580         * docs/plugins/inspect/plugin-gamma.xml:
581         * docs/plugins/inspect/plugin-gconfelements.xml:
582         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
583         * docs/plugins/inspect/plugin-goom.xml:
584         * docs/plugins/inspect/plugin-goom2k1.xml:
585         * docs/plugins/inspect/plugin-halelements.xml:
586         * docs/plugins/inspect/plugin-icydemux.xml:
587         * docs/plugins/inspect/plugin-id3demux.xml:
588         * docs/plugins/inspect/plugin-interleave.xml:
589         * docs/plugins/inspect/plugin-jpeg.xml:
590         * docs/plugins/inspect/plugin-level.xml:
591         * docs/plugins/inspect/plugin-matroska.xml:
592         * docs/plugins/inspect/plugin-monoscope.xml:
593         * docs/plugins/inspect/plugin-mulaw.xml:
594         * docs/plugins/inspect/plugin-multifile.xml:
595         * docs/plugins/inspect/plugin-multipart.xml:
596         * docs/plugins/inspect/plugin-navigationtest.xml:
597         * docs/plugins/inspect/plugin-ossaudio.xml:
598         * docs/plugins/inspect/plugin-png.xml:
599         * docs/plugins/inspect/plugin-pulseaudio.xml:
600         * docs/plugins/inspect/plugin-quicktime.xml:
601         * docs/plugins/inspect/plugin-replaygain.xml:
602         * docs/plugins/inspect/plugin-rtp.xml:
603         * docs/plugins/inspect/plugin-rtsp.xml:
604         * docs/plugins/inspect/plugin-shout2send.xml:
605         * docs/plugins/inspect/plugin-smpte.xml:
606         * docs/plugins/inspect/plugin-soup.xml:
607         * docs/plugins/inspect/plugin-spectrum.xml:
608         * docs/plugins/inspect/plugin-speex.xml:
609         * docs/plugins/inspect/plugin-taglib.xml:
610         * docs/plugins/inspect/plugin-udp.xml:
611         * docs/plugins/inspect/plugin-video4linux2.xml:
612         * docs/plugins/inspect/plugin-videobalance.xml:
613         * docs/plugins/inspect/plugin-videobox.xml:
614         * docs/plugins/inspect/plugin-videocrop.xml:
615         * docs/plugins/inspect/plugin-videoflip.xml:
616         * docs/plugins/inspect/plugin-videomixer.xml:
617         * docs/plugins/inspect/plugin-wavenc.xml:
618         * docs/plugins/inspect/plugin-wavpack.xml:
619         * docs/plugins/inspect/plugin-wavparse.xml:
620         * docs/plugins/inspect/plugin-ximagesrc.xml:
621         * gst/matroska/matroska-demux.c:
622         * gst/matroska/matroska-demux.h:
623         * gst/matroska/matroska-mux.c:
624         * gst/matroska/matroska-mux.h:
625         Add documentation for matroskamux and matroskademux and
626         update the inspection xml files.
627
628 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
629
630         * configure.ac:
631         Apparently AC_CONFIG_MACRO_DIR breaks when using more
632         than one macro directory, reverting last change.
633
634 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
635
636         * configure.ac:
637         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
638         our M4 macros.
639
640 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
641
642         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
643         Provide the parameters that are required for the format string
644         to fix a compiler warning.
645
646 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
647
648         * gst/autodetect/gstautoaudiosrc.c:
649           Fix classification.
650
651 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
652
653         Patch by: Cygwin Ports maintainer
654                   <yselkowitz at users dot sourceforge dot net>
655
656         * autogen.sh:
657         * configure.ac:
658         Require gettext 0.17 because older versions don't mix with libtool
659         2.2. At build time an older gettext version will still work.
660         Fixes bug #556091.
661
662 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         Patch by: Peter Kjellerstedt <pkj at axis com>
665
666         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
667         Make gst_multiudpsink_render() ignore errors from sendto() instead of
668         breaking streaming. Emit a warning instead. Fixes #562572.
669
670 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
671
672         Patch by: Ron McOuat <rmcouat at smartt dot com>
673
674         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
675         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
676         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
677         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
678         * ext/soup/gstsouphttpsrc.h:
679         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
680         (digest_auth_cb), (run_test), (GST_START_TEST),
681         (souphttpsrc_suite), (run_server):
682         Add support for basic and digest authentication in souphttpsrc.
683         Fixes bug #561775.
684
685 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
686
687         Patch by: Pepijn Van Eeckhoudt
688                       <pepijn dot vaneeckhoudt at luciad dot com>
689
690         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
691         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
692         * gst/wavenc/gstwavenc.h:
693         * gst/wavenc/riff.h:
694         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
695
696 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         Patch by: 이문형 <iwings at gmail dot com>
699
700         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
701         Prevent further read/write actions taken to the connect-failed socket by
702         erroring out quickly. See #562258.
703
704 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
705
706         * tests/examples/level/level-example.c:
707           Set fakesink to sync. Otherwise people might question the message
708           interval. Nevertheless the timestamp in the message is what matters.
709
710 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * tests/icles/.cvsignore:
713         cvsignore newly generated file.
714
715 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst/rtp/gstasteriskh263.c:
718         * gst/rtp/gstasteriskh263.h:
719         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
720         * gst/rtp/gstrtpL16depay.h:
721         * gst/rtp/gstrtpL16pay.c:
722         * gst/rtp/gstrtpL16pay.h:
723         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
724         * gst/rtp/gstrtpac3depay.h:
725         * gst/rtp/gstrtpamrdepay.c:
726         * gst/rtp/gstrtpamrdepay.h:
727         * gst/rtp/gstrtpamrpay.c:
728         * gst/rtp/gstrtpamrpay.h:
729         * gst/rtp/gstrtpdepay.c:
730         * gst/rtp/gstrtpdepay.h:
731         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
732         * gst/rtp/gstrtpg726depay.c:
733         * gst/rtp/gstrtpg726pay.c:
734         * gst/rtp/gstrtpg729depay.c:
735         * gst/rtp/gstrtpg729pay.c:
736         * gst/rtp/gstrtpgsmdepay.c:
737         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
738         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
739         * gst/rtp/gstrtph263depay.h:
740         * gst/rtp/gstrtph263pay.c:
741         * gst/rtp/gstrtph263pay.h:
742         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
743         * gst/rtp/gstrtph263pdepay.h:
744         * gst/rtp/gstrtph263ppay.c:
745         * gst/rtp/gstrtph263ppay.h:
746         * gst/rtp/gstrtph264depay.c:
747         * gst/rtp/gstrtph264depay.h:
748         * gst/rtp/gstrtph264pay.c:
749         * gst/rtp/gstrtph264pay.h:
750         * gst/rtp/gstrtpilbcdepay.c:
751         * gst/rtp/gstrtpilbcpay.c:
752         * gst/rtp/gstrtpjpegdepay.h:
753         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
754         * gst/rtp/gstrtpmp1sdepay.h:
755         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
756         * gst/rtp/gstrtpmp2tdepay.h:
757         * gst/rtp/gstrtpmp2tpay.c:
758         * gst/rtp/gstrtpmp2tpay.h:
759         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
760         * gst/rtp/gstrtpmp4apay.c:
761         * gst/rtp/gstrtpmp4apay.h:
762         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
763         * gst/rtp/gstrtpmp4gdepay.h:
764         * gst/rtp/gstrtpmp4gpay.c:
765         * gst/rtp/gstrtpmp4gpay.h:
766         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
767         * gst/rtp/gstrtpmp4vdepay.h:
768         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
769         * gst/rtp/gstrtpmp4vpay.h:
770         * gst/rtp/gstrtpmpadepay.c:
771         * gst/rtp/gstrtpmpadepay.h:
772         * gst/rtp/gstrtpmpapay.c:
773         * gst/rtp/gstrtpmpapay.h:
774         * gst/rtp/gstrtpmpvdepay.c:
775         * gst/rtp/gstrtpmpvdepay.h:
776         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
777         * gst/rtp/gstrtppcmapay.c:
778         * gst/rtp/gstrtppcmudepay.c:
779         * gst/rtp/gstrtppcmupay.c:
780         * gst/rtp/gstrtpspeexdepay.c:
781         * gst/rtp/gstrtpspeexpay.c:
782         * gst/rtp/gstrtpsv3vdepay.c:
783         * gst/rtp/gstrtpsv3vdepay.h:
784         * gst/rtp/gstrtptheoradepay.c:
785         * gst/rtp/gstrtptheoradepay.h:
786         * gst/rtp/gstrtptheorapay.c:
787         * gst/rtp/gstrtptheorapay.h:
788         * gst/rtp/gstrtpvorbisdepay.c:
789         * gst/rtp/gstrtpvorbisdepay.h:
790         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
791         * gst/rtp/gstrtpvorbispay.h:
792         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
793         * gst/rtp/gstrtpvrawpay.c:
794         Fix the descriptions and fix some email addresses.
795
796 2008-11-25  Julien Moutte  <julien@fluendo.com>
797
798         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
799         to supported qtdemux video codecs as I found some video clips using 
800         those.
801
802 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
803
804         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
805         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
806         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
807         (gst_auto_video_sink_detect):
808         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
809         Post an error when we can't set the internal ghostpad target.
810
811 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
812
813         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
814         (gst_video_crop_transform), (gst_video_crop_transform_caps),
815         (gst_video_crop_set_caps), (gst_video_crop_set_property):
816         * gst/videocrop/gstvideocrop.h:
817         Fix renegotiation when changing properties using the new basetransform
818         features. Fixes #561502.
819
820         * tests/icles/Makefile.am:
821         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
822         Add crazy interactive test unit for dynamically changing properties.
823
824 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
827         (gst_rtspsrc_parse_range):
828         Add some more debugging.
829         Use the reanges received from the server unconditionally.
830         Fixes #561625.
831
832 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
833
834         * ext/pulse/pulsesink.c:
835           Change #if 0 to something more expresive and add pointer to related
836           bug ticket.
837
838 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
839
840         Patch by: Tal Shalif <tshalif at nargila dot org>
841
842         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
843         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
844         the latter don't exist on some systems (mingw). Fixes bug #561990.
845
846 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
847
848         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
849
850         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
851         Add transferMode.dnla.org header to HTTP requests as this is
852         required by the DLNA specs and doesn't hurt in other situations.
853         Fixes bug #561802.
854
855 2008-11-20  Michael Smith <msmith@songbirdnest.com>
856
857         * sys/osxvideo/osxvideosink.h:
858         * sys/osxvideo/osxvideosink.m:
859           Handle video window resizing more correctly, avoiding crashes when
860           embedding the window and resizing it.
861
862 2008-11-20  Michael Smith <msmith@songbirdnest.com>
863
864         * gst/udp/gstmultiudpsink.c:
865         * gst/udp/gstudpnetutils.c:
866         * gst/udp/gstudpnetutils.h:
867         * gst/udp/gstudpsrc.c:
868           Fix multiudpsink on OSX by passing the specific length of the socket,
869           refactor that into a function shared with the same thing in udpsrc.
870
871 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
872
873         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
874         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
875         (gst_wavparse_stream_headers):
876         Fix the scaling code.
877         Fix parsing of the INFO chunks, we were reading the wrong number of
878         bytes.  Fixes #561580.
879
880 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * gst/matroska/matroska-mux.c:
883         Fix NULL pointer dereference of an unset codec_id in the recently 
884         added Dirac paths
885
886 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
887
888         * tests/check/Makefile.am:
889         Just keep disabling elements that hang the states test until it
890         works.
891
892 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
893
894         * ext/libpng/gstpngenc.c:
895         Don't flush downstream after every buffer - that's not what
896         this libpng callback is for at all!
897
898 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
899
900         * sys/v4l2/v4l2src_calls.c:
901           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
902           (gst_v4l2src_probe_caps_for_format):
903           Turns out we don't always get the frame sizes in a predefined
904           order from lowest to highest resolution, so let's just sort the
905           list by frame size once we've queried the possible resolutions
906           rather than assume any particular order. Fixes probed caps for
907           the camera in my HP2133 mini notebook and makes v4l2src default
908           to a decent size.
909
910 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
911
912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
913         * gst/matroska/matroska-ids.h:
914         Make mkvdemux aware of E-AC3.
915
916 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
917
918         * gst/rtp/Makefile.am:
919         * gst/rtp/gstrtp.c: (plugin_init):
920         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
921         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
922         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
923         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
924         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
925         (gst_rtp_jpeg_depay_change_state),
926         (gst_rtp_jpeg_depay_plugin_init):
927         * gst/rtp/gstrtpjpegdepay.h:
928         Add a jpeg depayloader.
929
930         * gst/rtp/gstrtpjpegpay.c:
931         Set the default properties on the payloader to better defaults.
932
933 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
934
935         * sys/v4l2/gstv4l2.c:
936           Give it a primary rank for autovideosrc.
937
938 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
939
940         Patch by: Bjorn Ostby <bjornos at axis dot com>
941
942         * gst/rtp/Makefile.am:
943         * gst/rtp/gstrtp.c: (plugin_init):
944         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
945         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
946         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
947         (gst_rtp_jpeg_pay_read_quant_table),
948         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
949         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
950         (gst_rtp_jpeg_pay_plugin_init):
951         * gst/rtp/gstrtpjpegpay.h:
952         Add JPEG payloader. Fixes #560756.
953
954 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
955
956         Patch by: Fabricio Godoy <skarllot at gmail dot com>
957
958         * sys/oss/gstosssink.c: (gst_oss_sink_open):
959         * sys/oss/gstosssrc.c: (gst_oss_src_open):
960         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
961         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
962         Fix some spelling mistakes. Fixes #556802.
963
964 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
965
966         * gst/equalizer/GstIirEqualizer10Bands.prs:
967         * gst/equalizer/GstIirEqualizer3Bands.prs:
968         * gst/equalizer/Makefile.am:
969         * gst/equalizer/gstiirequalizer10bands.c:
970         * gst/equalizer/gstiirequalizer3bands.c:
971           Add presets for equalizer. Fixes #522183.
972
973 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
974
975         * gst/rtsp/Makefile.am:
976         * gst/rtsp/gstrtsp.c: (plugin_init):
977         * gst/rtsp/gstrtspgoogle.c:
978         * gst/rtsp/gstrtspgoogle.h:
979         Remove google extension again, it's not needed anymore because we never
980         send multiple transports anymore.
981
982 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
983
984         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
985
986         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
987         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
988         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
989         (gst_rtspsrc_stream_free),
990         (gst_rtspsrc_stream_configure_udp_sinks),
991         (gst_rtspsrc_stream_configure_transport),
992         (gst_rtspsrc_send_dummy_packets),
993         (gst_rtspsrc_create_transports_string),
994         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
995         * gst/rtsp/gstrtspsrc.h:
996         Add property to configure NAT traversal method.
997         Ignore EOS from the internal sinks.
998         Implement sending dummy packets as a (simple) method to open up
999         some firewalls.
1000         Send PLAY request to the server after we started the udp sources.
1001         Fixes #559545.
1002
1003 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1004
1005         Patch by: Yotam <sh dot yotam at gmail dot com>
1006
1007         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
1008         Flush the remaining frames on EOS. Fixes #560641.
1009
1010 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
1011
1012         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
1013         Fix compiler warning about printf formatting.
1014
1015 2008-11-12  Andy Wingo  <wingo@pobox.com>
1016
1017         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
1018         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
1019         segment events instead of sending them from the seeking thread.
1020         Fixes #559288.
1021         (gst_qtdemux_push_pending_newsegment): New helper, sends out
1022         queued newsegment events.
1023         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
1024         call it here, as we only seek when looping, and only push in the
1025         movie state.
1026
1027 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1028
1029         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1030         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1031         * gst/qtdemux/qtdemux_fourcc.h:
1032         * gst/qtdemux/qtdemux_types.c:
1033         Add cover and alternative copyright tag, and enhance some existing
1034         ones by marking them as container atoms.
1035
1036 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1037
1038         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1039         Don't ignore the return value of setcaps.
1040
1041 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1042
1043         Patch by: Olivier Crete <tester at tester dot ca>
1044
1045         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1046         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1047         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1048         * gst/rtp/gstrtpg729pay.h:
1049         Replace G729 payloader with an improved version. Fixes #532409.
1050
1051 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1052
1053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1054         (gst_rtspsrc_change_state):
1055         Only send one transport at a time for improved compatibility with some
1056         broken servers. See #537832.
1057
1058 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1059
1060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1061         (gst_rtspsrc_perform_seek):
1062         Only pause/play in the seek handler when the source was playing.
1063         Fixes #529379.
1064
1065 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1066
1067         * gst/matroska/matroska-mux.c:
1068         (gst_matroska_mux_handle_dirac_packet):
1069         Fix muxing of Dirac streams if the input already has the format
1070         we need, i.e. is the output of matroskademux.
1071
1072 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1073
1074         * gst/avi/gstavimux.c:
1075           Don't segfault on string typed tags being NULL. Fixes #560155.
1076
1077 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1078
1079         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1080         (gst_matroska_mux_audio_pad_setcaps):
1081         Fix mapping AAC profile to Matroska codec id.
1082
1083 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1084
1085         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1086         (qtdemux_video_caps), (qtdemux_audio_caps):
1087         Refactor some raw audio caps building, and handle >16-bit cases.
1088         Fix/replace building caps from a string description.
1089
1090 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1091
1092         * gst/audiofx/audiowsincband.c:
1093         * gst/audiofx/audiowsinclimit.c:
1094         * gst/cutter/gstcutter.c:
1095           Make author name consistent with others.
1096
1097 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1098
1099         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1100
1101         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1102         (gst_rtspsrc_stream_configure_udp_sink):
1103         Pause the RTSP stream before doing a new play request.
1104         Make sure that adding the udpsinks does not cause the rtspsrc to become
1105         a sink. Fixes #559547.
1106
1107 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1108
1109         * gst/matroska/matroska-ids.h:
1110         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1111         (gst_matroska_mux_handle_dirac_packet),
1112         (gst_matroska_mux_write_data):
1113         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1114         put all Dirac packages up to a picture into a Matroska block.
1115
1116         TODO: Implement writing of the ReferenceBlock Matroska elements,
1117         currently the Dirac muxing is only 100% correct if Matroska version 2
1118         is selected for muxing.
1119
1120 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1121
1122         Patch by: Bastien Nocera <hadess at hadess dot net>,
1123                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1124
1125         * configure.ac:
1126         * sys/v4l2/Makefile.am:
1127         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1128         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1129         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1130         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1131         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1132         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1133         (gst_v4l2_get_input), (gst_v4l2_set_input):
1134         * sys/v4l2/v4l2_calls.h:
1135         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1136         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1137         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1138         (gst_v4l2src_fill_format_list),
1139         (gst_v4l2src_probe_caps_for_format_and_size),
1140         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1141         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1142         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1143         (gst_v4l2src_get_nearest_size):
1144         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1145
1146 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1147
1148         * ext/aalib/Makefile.am:
1149         * ext/annodex/Makefile.am:
1150         * ext/cairo/Makefile.am:
1151         * ext/dv/Makefile.am:
1152         * ext/esd/Makefile.am:
1153         * ext/flac/Makefile.am:
1154         * ext/gconf/Makefile.am:
1155         * ext/gdk_pixbuf/Makefile.am:
1156         * ext/hal/Makefile.am:
1157         * ext/jpeg/Makefile.am:
1158         * ext/ladspa/Makefile.am:
1159         * ext/libcaca/Makefile.am:
1160         * ext/libmng/Makefile.am:
1161         * ext/libpng/Makefile.am:
1162         * ext/mikmod/Makefile.am:
1163         * ext/pulse/Makefile.am:
1164         * ext/raw1394/Makefile.am:
1165         * ext/shout2/Makefile.am:
1166         * ext/soup/Makefile.am:
1167         * ext/speex/Makefile.am:
1168         * ext/taglib/Makefile.am:
1169         * ext/wavpack/Makefile.am:
1170         * gst/alpha/Makefile.am:
1171         * gst/apetag/Makefile.am:
1172         * gst/audiofx/Makefile.am:
1173         * gst/auparse/Makefile.am:
1174         * gst/autodetect/Makefile.am:
1175         * gst/avi/Makefile.am:
1176         * gst/cutter/Makefile.am:
1177         * gst/debug/Makefile.am:
1178         * gst/effectv/Makefile.am:
1179         * gst/equalizer/Makefile.am:
1180         * gst/flx/Makefile.am:
1181         * gst/goom/Makefile.am:
1182         * gst/goom2k1/Makefile.am:
1183         * gst/icydemux/Makefile.am:
1184         * gst/id3demux/Makefile.am:
1185         * gst/interleave/Makefile.am:
1186         * gst/law/Makefile.am:
1187         * gst/level/Makefile.am:
1188         * gst/matroska/Makefile.am:
1189         * gst/median/Makefile.am:
1190         * gst/monoscope/Makefile.am:
1191         * gst/multifile/Makefile.am:
1192         * gst/multipart/Makefile.am:
1193         * gst/oldcore/Makefile.am:
1194         * gst/qtdemux/Makefile.am:
1195         * gst/replaygain/Makefile.am:
1196         * gst/rtp/Makefile.am:
1197         * gst/rtsp/Makefile.am:
1198         * gst/smpte/Makefile.am:
1199         * gst/spectrum/Makefile.am:
1200         * gst/udp/Makefile.am:
1201         * gst/videobox/Makefile.am:
1202         * gst/videocrop/Makefile.am:
1203         * gst/videofilter/Makefile.am:
1204         * gst/videomixer/Makefile.am:
1205         * gst/wavenc/Makefile.am:
1206         * gst/wavparse/Makefile.am:
1207         * sys/directdraw/Makefile.am:
1208         * sys/directsound/Makefile.am:
1209         * sys/oss/Makefile.am:
1210         * sys/osxaudio/Makefile.am:
1211         * sys/osxvideo/Makefile.am:
1212         * sys/sunaudio/Makefile.am:
1213         * sys/v4l2/Makefile.am:
1214         * sys/waveform/Makefile.am:
1215         * sys/ximage/Makefile.am:
1216           Don't install static libs for plugins. Fixes #550851 for -good.
1217
1218 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1219
1220         * ext/flac/Makefile.am:
1221         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1222         This fixes compilation if FLAC is installed in an uncommon location
1223         that is not already handled by other CFLAGS. Fixes bug #558711.
1224
1225 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1228         Guard more uncommon formats with ifdefs so that we can compile on older
1229         versions.
1230
1231 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1232
1233         Patch by: Nick Haddad <nick at haddads dot net>
1234
1235         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1236         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1237         (gst_avi_demux_stream_data):
1238         Invert other uncompressed RGB formats. Fixes #558554.
1239
1240 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1241
1242         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1243         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1244         * gst/wavenc/gstwavenc.h:
1245         Add support for float/double as input and remove the (nowadays)
1246         useless parsing of the depth as we require width==depth.
1247
1248 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1249
1250         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1251         * gst/rtp/gstrtpmpapay.c:
1252         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1253         mpeg version 1. Fixes #558427.
1254
1255 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1256
1257         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1258         (gst_rtp_L16_pay_getcaps):
1259         Only put an integral amount of samples in the RTP packet.
1260         Fixes #556641.
1261
1262 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1263
1264         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1265         * gst/rtp/gstrtpchannels.h:
1266         Add method to get possible channel positions.
1267
1268 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1269
1270         * gst/rtp/Makefile.am:
1271         Also commit updated makefile
1272
1273 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1274
1275         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1276         Don't allow width=32,depth=24 as input. WAV requires that the width
1277         is the next integer multiply of 8 from the depth.
1278
1279 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1280
1281         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1282         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1283         (gst_rtp_L16_pay_getcaps):
1284         * gst/rtp/gstrtpchannels.c: (check_channels),
1285         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1286         (gst_rtp_channels_create_default):
1287         * gst/rtp/gstrtpchannels.h:
1288         Add mappings for multichannel support. Does not completely just work
1289         because the getcaps function does not yet return the allowed channel
1290         mappings. See #556641.
1291
1292 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1293
1294         * gst/goom/Makefile.am:
1295         * gst/goom/README:
1296         * gst/goom/config_param.c:
1297         * gst/goom/convolve_fx.c:
1298         * gst/goom/drawmethods.c:
1299         * gst/goom/drawmethods.h:
1300         * gst/goom/filters.c:
1301         * gst/goom/filters_mmx.s:
1302         * gst/goom/flying_stars_fx.c:
1303         * gst/goom/goom.h:
1304         * gst/goom/goom_config.h:
1305         * gst/goom/goom_config_param.h:
1306         * gst/goom/goom_core.c:
1307         * gst/goom/goom_filters.h:
1308         * gst/goom/goom_fx.h:
1309         * gst/goom/goom_graphic.h:
1310         * gst/goom/goom_plugin_info.h:
1311         * gst/goom/goom_tools.c:
1312         * gst/goom/goom_tools.h:
1313         * gst/goom/goom_typedefs.h:
1314         * gst/goom/goom_visual_fx.h:
1315         * gst/goom/graphic.c:
1316         * gst/goom/ifs.c:
1317         * gst/goom/ifs.h:
1318         * gst/goom/lines.c:
1319         * gst/goom/lines.h:
1320         * gst/goom/mathtools.c:
1321         * gst/goom/mathtools.h:
1322         * gst/goom/mmx.c:
1323         * gst/goom/motif_goom1.h:
1324         * gst/goom/motif_goom2.h:
1325         * gst/goom/plugin_info.c:
1326         * gst/goom/ppc_drawings.h:
1327         * gst/goom/ppc_zoom_ultimate.h:
1328         * gst/goom/sound_tester.c:
1329         * gst/goom/sound_tester.h:
1330         * gst/goom/surf3d.c:
1331         * gst/goom/surf3d.h:
1332         * gst/goom/tentacle3d.c:
1333         * gst/goom/tentacle3d.h:
1334         * gst/goom/v3d.c:
1335         * gst/goom/v3d.h:
1336         * gst/goom/xmmx.c:
1337           Add license headers in all source files. Remove filter.c from
1338           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1339           which are not used right now. Fixes #557709.
1340
1341 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1342
1343         Patch by: Olivier Crete <tester at tester dot ca>
1344
1345         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1346         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1347         Implement getcaps in rtpL16pay. Fixes #556484.
1348
1349 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1350
1351         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1352         (gst_rtp_L16_depay_process):
1353         Check if clock-rate and channels are valid.
1354         Don't ignore the return value of setcaps.
1355         No need to validate the buffer, the base class does that for us.
1356         Use the marker bit to set the DISCONT flag on outgoing buffers.
1357
1358         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1359         Don't ignore the return value of set_outcaps.
1360
1361         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1362         (gst_rtp_ac3_depay_process):
1363         Don't ignore the return value of set_caps.
1364         No need to validate the buffer, the base class does that for us.
1365
1366         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1367         (gst_rtp_amr_depay_process):
1368         * gst/rtp/gstrtpamrdepay.h:
1369         Don't ignore the return value of setcaps.
1370         No need to validate the buffer, the base class does that for us.
1371         No need to set output caps on the buffers, the base class does that for
1372         us.
1373         The subclass will make sure we are negotiated.
1374         
1375         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1376         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1377         * gst/rtp/gstrtpdvdepay.h:
1378         Clean up caps negotiation.
1379         The subclass will make sure we are negotiated.
1380
1381         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1382         (gst_rtp_g726_depay_process):
1383         Clean up caps negotiation.
1384         Use the marker bit to set the DISCONT flag on outgoing buffers.
1385
1386         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1387         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1388         * gst/rtp/gstrtpg729depay.h:
1389         The subclass will make sure we are negotiated.
1390         Use the marker bit to set the DISCONT flag on outgoing buffers.
1391
1392         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1393         (gst_rtp_gsm_depay_process):
1394         Clean up caps negotiation.
1395         Use the marker bit to set the DISCONT flag on outgoing buffers.
1396
1397         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1398         Clean up caps negotiation.
1399         Don't ignore the return value of set_outcaps.
1400
1401         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1402         (gst_rtp_h263_depay_process):
1403         Clean up caps negotiation.
1404         No need to validate the buffer, the base class does that for us.
1405
1406         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1407         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1408         * gst/rtp/gstrtph263pay.h:
1409         Don't ignore the return value of set_outcaps.
1410         Do some more timestamps.
1411
1412         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1413         (gst_rtp_h263p_depay_process):
1414         Clean up caps negotiation.
1415         Don't ignore the return value of setcaps.
1416         No need to validate the buffer, the base class does that for us.
1417
1418         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1419         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1420         (gst_rtp_h263p_pay_handle_buffer):
1421         * gst/rtp/gstrtph263ppay.h:
1422         Don't ignore the return value of set_outcaps.
1423         Do some more timestamps.
1424
1425         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1426         (gst_rtp_h264_depay_process):
1427         Clean up caps negotiation.
1428         Don't ignore the return value of setcaps.
1429         Fix possible caps leak.
1430         No need to validate the buffer, the base class does that for us.
1431
1432         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1433         Add some more debug info.
1434
1435         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1436         (gst_rtp_ilbc_depay_process):
1437         Clean up caps negotiation.
1438         Use the marker bit to set the DISCONT flag on outgoing buffers.
1439
1440         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1441         Clean up caps negotiation.
1442
1443         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1444         (gst_rtp_mp1s_depay_process):
1445         Clean up caps negotiation.
1446         Don't ignore the return value of setcaps.
1447         No need to validate the buffer, the base class does that for us.
1448         No need to set caps on buffers, subclass does that for us.
1449
1450         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1451         (gst_rtp_mp2t_depay_process):
1452         Clean up caps negotiation.
1453         Don't ignore the return value of setcaps.
1454         No need to validate the buffer, the base class does that for us.
1455         No need to set caps on buffers, subclass does that for us.
1456
1457         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1458         (gst_rtp_mp4a_depay_process):
1459         Clean up caps negotiation.
1460         Don't ignore the return value of setcaps.
1461         No need to validate the buffer, the base class does that for us.
1462
1463         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1464         (gst_rtp_mp4a_pay_setcaps):
1465         Don't ignore the return value of set_outcaps.
1466
1467         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1468         (gst_rtp_mp4g_depay_process):
1469         Clean up caps negotiation.
1470         Don't ignore the return value of setcaps.
1471         No need to validate the buffer, the base class does that for us.
1472         No need to set caps on buffers, subclass does that for us.
1473
1474         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1475         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1476         Don't ignore the return value of set_outcaps.
1477
1478         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1479         (gst_rtp_mp4v_depay_process):
1480         Clean up caps negotiation.
1481         Don't ignore the return value of setcaps.
1482         No need to validate the buffer, the base class does that for us.
1483         No need to set caps on buffers, subclass does that for us.
1484
1485         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1486         (gst_rtp_mp4v_pay_setcaps):
1487         Don't ignore the return value of set_outcaps.
1488
1489         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1490         (gst_rtp_mpa_depay_process):
1491         Clean up caps negotiation.
1492         Don't ignore the return value of setcaps.
1493         No need to validate the buffer, the base class does that for us.
1494         Use the marker bit to set the DISCONT flag on outgoing buffers.
1495
1496         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1497         Don't ignore the return value of set_outcaps.
1498
1499         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1500         (gst_rtp_mpv_depay_process):
1501         Clean up caps negotiation.
1502         Actually set output caps.
1503         No need to validate the buffer, the base class does that for us.
1504
1505         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1506         Don't ignore the return value of set_outcaps.
1507
1508         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1509         (gst_rtp_pcma_depay_process):
1510         Clean up caps negotiation.
1511         Set output buffer duration because we can.
1512         Use the marker bit to set the DISCONT flag on outgoing buffers.
1513
1514         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1515         Don't ignore the return value of set_outcaps.
1516
1517         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1518         (gst_rtp_pcmu_depay_process):
1519         Clean up caps negotiation.
1520         Use the marker bit to set the DISCONT flag on outgoing buffers.
1521
1522         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1523         Don't ignore the return value of set_outcaps.
1524
1525         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1526         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1527         Clean up caps negotiation.
1528         Set output caps on the pad and header buffers.
1529         Set duration on output buffers because we can.
1530
1531         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1532         Don't ignore the return value of set_outcaps.
1533
1534         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1535         (gst_rtp_sv3v_depay_process):
1536         Clean up caps negotiation.
1537         No need to validate the buffer, the base class does that for us.
1538         No need to set caps out output buffers, subclass does that.
1539
1540         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1541         (gst_rtp_theora_depay_process):
1542         Don't ignore the return value of setcaps.
1543         No need to validate the buffer, the base class does that for us.
1544
1545         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1546         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1547         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1548         (gst_rtp_theora_pay_handle_buffer):
1549         Don't ignore the return value of set_outcaps.
1550
1551         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1552         (gst_rtp_vorbis_depay_process):
1553         Don't ignore the return value of setcaps.
1554         No need to validate the buffer, the base class does that for us.
1555
1556         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1557         Don't ignore the return value of set_outcaps.
1558
1559         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1560         Clean up caps negotiation, don't ignore setcaps return.
1561
1562         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1563         Don't ignore the return value of set_outcaps.
1564
1565 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1566
1567         * gst/matroska/matroska-demux.c:
1568         (gst_matroska_demux_handle_src_event):
1569         Forward unknown events upstream.
1570
1571 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1572
1573         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1574         Add some refcount check
1575
1576         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1577         Don't ignore the result of write(), fixes a  compiler warning for me.
1578
1579         * tests/icles/videobox-test.c: (main):
1580         Make the output a little more pretty.
1581
1582 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1583
1584         * ext/esd/esdmon.c:
1585           Add doc blob.
1586
1587 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1588
1589         * docs/plugins/Makefile.am:
1590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1592         * docs/plugins/gst-plugins-good-plugins.args:
1593         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1594         * docs/plugins/gst-plugins-good-plugins.interfaces:
1595         * docs/plugins/inspect/plugin-autodetect.xml:
1596           Add the docs of the new elements.
1597
1598 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1599
1600         * gst/autodetect/gstautoaudiosrc.c:
1601         (gst_auto_audio_src_class_init):
1602         * gst/autodetect/gstautovideosrc.c:
1603         (gst_auto_video_src_class_init):
1604         Fix "Since" tags in the documentation.
1605
1606 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1607
1608         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1609
1610         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1611         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1612         Add support for souphttpsrc to act as a live source. This makes it
1613         possible to get timestamped buffers in combination with the
1614         "do-timestamp" property. Fixes bug #556019.
1615
1616 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1617
1618         * gst/autodetect/Makefile.am:
1619         * gst/autodetect/gstautoaudiosink.c:
1620         * gst/autodetect/gstautoaudiosrc.c:
1621         * gst/autodetect/gstautoaudiosrc.h:
1622         * gst/autodetect/gstautodetect.c:
1623         * gst/autodetect/gstautovideosink.c:
1624         * gst/autodetect/gstautovideosrc.c:
1625         * gst/autodetect/gstautovideosrc.h:
1626           Implement src plugins. Little code/string cleanup in the sinks.
1627           Fixes #523813.
1628
1629 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1630
1631         Patch by: Peter Kjellerstedt <pkj at axis com>
1632
1633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1634         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1635         Fix a memory leak when pads are requested but the pipeline never
1636         goes into PLAYING.
1637
1638         Correctly remove request pads, no matter if they have collected
1639         data or not.
1640
1641         Fixes bug #557710.
1642
1643 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         Patch by: <lrn1986 at gmail dot com>
1646
1647         * gst/udp/gstudpnetutils.h:
1648         Define the correct WINVER so getaddinfo() can be used when using
1649         mingw32. Fixes bug #557294.
1650
1651 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1652
1653         Patch by: <lrn1986 at gmail dot com>
1654
1655         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1656         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1657         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1658         Fix "argument type mismatch" compiler warnings on Windows.
1659         Fixes bug #557293.
1660
1661 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1664         Don't calculate the filter coefficients for every single buffer
1665         but only when it's needed. Fixes bug #557260.
1666
1667 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1668
1669         * configure.ac:
1670         Back to development -> 0.10.11.1
1671
1672 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1673
1674         * gst-plugins-good.doap:
1675         Fix version number of 0.10.11 release in doap file
1676
1677 === release 0.10.11 ===
1678
1679 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1680
1681         * configure.ac:
1682           releasing 0.10.11, "Secondary Consideration"
1683
1684 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1685
1686         * configure.ac:
1687         Commit 0.10.10.4 pre-release
1688
1689 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1690
1691         * gst/avi/gstavimux.c:
1692         Fix VPRP chunk setup in avimux.
1693         Fixes: #556010
1694         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1695
1696 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1697
1698         * gst/videobox/gstvideobox.c:
1699         support dynamically changing properties in videobox
1700         Fixed: #557085
1701         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1702
1703 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1704
1705         * configure.ac:
1706         0.10.10.3 pre-release
1707
1708 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1709
1710         * tests/check/Makefile.am:
1711         Don't run the states test on pulsesrc and pulsesink
1712
1713 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1714
1715         * configure.ac:
1716         Commit 0.10.10.2 pre-release bump that actually went
1717         out on 2008-10-11
1718
1719 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1720
1721         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1722         Skip entries for streams that don't have a output pad yet, thereby
1723         avoiding calling pad functions with a NULL pad.
1724         Fixes #556424
1725
1726 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1727
1728         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1729         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1730         Remove problematic and useless refcount check.
1731         Fixes #556381
1732
1733 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1734
1735         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1736         Remove problematic and useless refcount check.
1737         Fixes #556381
1738
1739 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1740
1741         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1742         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1743         Cast some size_t arguments to guint to avoid compiler
1744         warnings on 64-bit systems.
1745
1746 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1747
1748         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1749         Return TRUE instead of FALSE from the event handler when we swallowed the
1750         event.
1751
1752 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1753
1754         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1755         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1756         Reset header state. Fixes #555321.
1757
1758 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1759
1760         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1761         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1762         * gst/avi/gstavidemux.h:
1763         For timestamping audio packets we need to take into account the
1764         amount of blocks in one entry using the blockalign. Fixes some sync
1765         issues with zero-padded audio blocks in the beginning of avi files.
1766
1767 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1768
1769         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1770         (gst_multi_file_src_query):
1771         Implement DEFAULT and BUFFER position queries. See #555260.
1772
1773 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1774
1775         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1776         Fix build for systems that don't have XDamage.
1777
1778 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1779
1780         * tests/examples/rtp/client-H263p.sdp:
1781         * tests/examples/rtp/client-H263p.sh:
1782         * tests/examples/rtp/server-VTS-H263p.sh:
1783         Add some more H263p server and client examples.
1784
1785 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1786
1787         * configure.ac::
1788           Depend on released versions of core and base.
1789
1790 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1791
1792         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1793         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1794         Return -1 instead of 0 in error cases. Fixes #554771.
1795
1796 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1797
1798         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1799         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1800         Stop leaking the cursor image.
1801         Unref the last_ximage and the cached cursor image on shutdown.
1802         Fixes #551570.
1803
1804 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         * sys/v4l2/gstv4l2object.h:
1807         Getting the Class from an instance is not just a matter of casting it to
1808         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1809         instance. Fixes #549784.
1810
1811 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1812
1813         * configure.ac:
1814           Fix libs for linking directsound.
1815         * sys/directsound/gstdirectsoundsink.c:
1816           Fix buffer sizing to prevent racing the ringbuffer at startup.
1817           Add volume property.
1818
1819 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1820
1821         * ext/pulse/pulsesink.c:
1822         Fix problems with pulsesink randomly erroring with code 'OK' after a
1823         format change on the stream by waiting when disconnecting the stream.
1824
1825 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1826
1827         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1828         (gst_rtp_amr_depay_process):
1829         Mark DISCONT on output buffers when the marker bit signals a new talk
1830         spurt.
1831
1832         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1833         Set the marker bit for buffers with a DISCONT flag to signal a talk
1834         spurt.
1835
1836 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1837
1838         * gst/rtp/Makefile.am:
1839         * gst/rtp/gstrtp.c: (plugin_init):
1840         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1841         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1842         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1843         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1844         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1845         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1846         * gst/rtp/gstrtpmp4apay.h:
1847         Added MP4A-LATM payloader to match the depayloader.
1848
1849 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1850
1851         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1852         (gst_videomixer_sink_event):
1853         Handle segments a little better. Fixes #537361.
1854
1855 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1856
1857         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1858         Don't assume the server supports PAUSE by default. Fixes #551048.
1859
1860 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1861
1862         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1863         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1864         Switch on the socket family to get the addrlen size right.
1865
1866 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1867
1868         Patch by: Daniel Franke <df at dfranke dot us>
1869
1870         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1871         OS X's bind() implementation is picky about its addrlen parameter and
1872         fails with EINVAL if it is larger than expected for the socket's address
1873         family. Set the length to the expected length instead. Fixes #553191.
1874
1875 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1876
1877         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1878         Handle the case where we cannot do desribe or when the describe result
1879         does not contain a valid SDP message.
1880
1881 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1882
1883         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1884         Fix setting the qos.
1885
1886 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1887
1888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1889         (gst_qtdemux_chain):
1890         Some 'broken' files out there have atom lengths of zero...
1891         which basically results in qtdemux consuming that atom again and again
1892         until the *end of night* !
1893         Detect that and emits an adequate element error message.
1894
1895 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1896
1897         * gst/interleave/Makefile.am:
1898         * gst/matroska/Makefile.am:
1899         Fix build flags order.
1900
1901         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1902         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1903         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1904         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1905         Format fixes.
1906
1907         * tests/check/elements/multifile.c:
1908         Pull in unistd.h
1909
1910 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1911
1912         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1913         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1914         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1915         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1916         (gst_rtp_mp4g_depay_change_state):
1917         * gst/rtp/gstrtpmp4gdepay.h:
1918         Handle interleaved streams by reordering AU in a queue.
1919
1920 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1921
1922         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1923         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1924         Change some of the ranges in the caps, mostly for the amount of bits we
1925         can use.
1926         Added a little bitstream parse and use it to parse the AU header fields.
1927         Check for malformed and wrongly sized packets better.
1928         Implement more header field parsing.
1929         Handle the size of fragmented packets correctly.
1930
1931 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1932
1933         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1934         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1935         Add mapping for 'tiff' => image/tiff
1936         Fixes #552213
1937
1938 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1939
1940
1941         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1942         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1943           Pretend to care about the result of write() which works around
1944           compiler warnings.
1945
1946 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1947
1948         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1949           Make sure the desired default values are actually set, not only
1950           registered as defaults (actual problem is that the stereo-specific
1951           values are only updated if channels==2, which is not the case yet
1952           when the object is created, so the default values for the
1953           mid-side-stereo and loose-mid-side-stereo settings are never
1954           set in _update_quality()). Makes flacenc create smaller files by
1955           default (for stereo input), and fixes #550791.
1956
1957 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1958
1959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1960         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1961         (qtdemux_parse_trak), (qtdemux_video_caps):
1962         * gst/qtdemux/qtdemux.h:
1963         * gst/qtdemux/qtdemux_fourcc.h:
1964         * gst/qtdemux/qtdemux_types.c:
1965         Add support for video/mj2 mime-type and its additional atoms/boxes.
1966         Fixes #550646.
1967
1968 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * gst/debug/gsttaginject.c:
1971           Add warning when tags parameter is unparsable and give example for
1972           quoting in the docs.
1973
1974 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1975
1976         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1977         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1978         Add some alternative byteswapped mappings that seem to pop up sometimes.
1979         Fixes #550288.
1980
1981 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1982
1983         * po/LINGUAS:
1984         * po/POTFILES.in:
1985         * po/POTFILES.skip:
1986           Add 'ca' to LINGUAS; add some more files with translations and some
1987           files which should be ignored by translation tools.
1988
1989 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1990
1991         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1992         * ext/speex/gstspeexdec.h:
1993         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1994         * ext/speex/gstspeexenc.h:
1995         Use integer encoding and decoding functions instead of converting
1996         the integer input to float in the element. The libspeex integer
1997         functions are doing this for us already or, if libspeex was compiled
1998         in integer mode, they're doing everything using integer arithmetics.
1999         Also saves some copying around.
2000
2001 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2002
2003         * configure.ac:
2004           Fix --disable-external
2005
2006 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2007
2008         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2009         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
2010         * ext/wavpack/gstwavpackenc.h:
2011         Handle non-zero start timestamps and stream discontinuities
2012         correctly. This only has an effect if we're muxing into
2013         a container format as the raw WavPack stream must contain
2014         continous sample numbers.
2015
2016 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2017
2018         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2019         Correct the timestamp and granulepos calculation by one Speex
2020         frame.
2021
2022 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2023
2024         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2025         Correctly take the granulepos from upstream if possible and
2026         correctly handle the granulepos in various calculations: the
2027         granulepos is the sample number of the _last_ sample in a frame, not
2028         the first.
2029
2030         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2031         (gst_speex_enc_encode), (gst_speex_enc_chain),
2032         (gst_speex_enc_change_state):
2033         * ext/speex/gstspeexenc.h:
2034         Handle non-zero start timestamps in the encoder and detect/handle
2035         stream discontinuities. Fixes bug #547075.
2036
2037 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2038
2039         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2040
2041         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2042         Fix compiler warnings caused by passing a string as format string
2043         instead of "%s" and then the string. This is only exposed by -Wformat=2
2044         as used by default on Ubuntu. Fixes bug #550015.
2045
2046 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2047
2048         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2049         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2050         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2051         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2052         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2053           (gst_ebml_read_element_length):
2054         * gst/matroska/matroska-demux.c:
2055           (gst_matroska_demux_check_subtitle_buffer):
2056           Make stuff compile with GST_DISABLE_GST_DEBUG.
2057
2058 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2059
2060         * gst/law/alaw.c:
2061         * gst/law/mulaw.c:
2062           Ref caps before passing to gst_pad_template_new(), since that takes
2063           ownership.
2064
2065 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2066
2067         Patch by: Mersad Jelacic <mersad at axis dot com>
2068
2069         * gst/multipart/multipartdemux.c:
2070         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2071         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2072         demuxer. Fixes #549551.
2073
2074 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2075
2076         * sys/osxaudio/gstosxaudiosink.c:
2077         (gst_osx_audio_sink_select_device):
2078         * sys/osxaudio/gstosxaudiosrc.c:
2079         (gst_osx_audio_src_create_ringbuffer),
2080         (gst_osx_audio_src_select_device):
2081         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2082         Fix the build on macosx.
2083
2084 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2085
2086         * gst/icydemux/gsticydemux.c:
2087           Small docs fix: in the example pipeline, we need to pass
2088           iradio-mode=true to the source, so the server actually sends
2089           an ICY stream.
2090
2091 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2092
2093         * sys/osxaudio/gstosxaudio.c:
2094           Oops. Revert more completely.
2095
2096 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2097
2098         * sys/osxaudio/gstosxaudio.c:
2099           Revert accidental element rename from testing.
2100
2101 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2102
2103         * gst-plugins-good.doap:
2104         Pull in 0.10.10 doap entry from release branch
2105
2106 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2107
2108         * configure.ac:
2109         Update version number to reflect 0.10.10 release from
2110         branch.
2111
2112 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2113
2114         * sys/osxaudio/Makefile.am:
2115         * sys/osxaudio/gstosxaudio.c:
2116         * sys/osxaudio/gstosxaudiosink.c:
2117         * sys/osxaudio/gstosxaudiosink.h:
2118         * sys/osxaudio/gstosxaudiosrc.c:
2119         * sys/osxaudio/gstosxaudiosrc.h:
2120         * sys/osxaudio/gstosxringbuffer.c:
2121         * sys/osxaudio/gstosxringbuffer.h:
2122           Rewrite caps setting and ring buffer initialisation.
2123           Previously we never told CoreAudio what format we were going to send it,
2124           so it only worked due to luck, and not at all on some hardware.
2125           Now we explicitly advertise what formats the hardware supports, and then
2126           configure the selected one correctly.
2127
2128 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2129
2130         * sys/v4l2/gstv4l2object.c:
2131         * sys/v4l2/gstv4l2src.c:
2132         * sys/v4l2/gstv4l2src.h:
2133         * sys/v4l2/v4l2_calls.c:
2134         * sys/v4l2/v4l2src_calls.c:
2135           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2136           need to memset instance structures. Some more FIXME's and comments.
2137
2138 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2139
2140         * tests/icles/.cvsignore:
2141           Ignore more.
2142
2143 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2144
2145         * gst/goom/.cvsignore:
2146         * gst/goom2k1/.cvsignore:
2147           Ignore files.
2148
2149 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2150
2151         * ext/cairo/gsttextoverlay.c:
2152           Fix compiler warning.
2153
2154 2008-08-25  David Schleef  <ds@schleef.org>
2155
2156         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2157
2158 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2159
2160         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2161         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2162         * gst/matroska/matroska-mux.c:
2163         (gst_matroska_mux_video_pad_setcaps),
2164         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2165         Add Real[Audio|Video] support to Matroska containers.
2166         It works fine for:
2167         * decoding real audio/video streams contained in mkv
2168         * 'transmuxing' real (.rm) files into .mkv files
2169         It will not work though for encoding real[audio/video] streams that
2170         don't contain the 'mdpr_data' extra data on the caps.
2171         The reason why this will not work is because I never intended to
2172         duplicate virtually all the 'mdpr' block creation into mkvmux.
2173         Fixes #536067
2174
2175 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2176
2177         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2178         * gst/law/mulaw-conversion.c:
2179         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2180         (gst_mulawenc_chain):
2181         The encoder can't really renegotiate at the time they perform a
2182         pad-alloc so make the srcpads use fixed caps.
2183         Check the buffer size after a pad-alloc because the returned size might
2184         not be right when the downstream element does not know the size of the
2185         new buffer (capsfilter). Fixes #549073.
2186
2187 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2188
2189         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2190
2191         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2192         v4l2src doesn't have a property named "norm" so don't try to notify
2193         about changes to that property. The "norm" property and related
2194         code are commented out currently. Fixes bug #549090.
2195
2196 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2197
2198         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2199
2200         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2201         Reprobe devices again instead of taking a cached list as new
2202         devices could've been plugged in. Fixes bug #549062.
2203
2204 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         * gst/autodetect/Makefile.am:
2207         Don't link the autodetect plugin with GConf as it doesn't
2208         use GConf. Fixes bug #545463.
2209
2210 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2211
2212         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2213         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2214         (gst_ebml_read_sint), (gst_ebml_read_float),
2215         (gst_ebml_read_header):
2216         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2217         possible to ignore errors and not post any ERROR messages on
2218         the bus.
2219
2220         * gst/matroska/matroska-demux.c:
2221         (gst_matroska_demux_parse_contents):
2222         Ignore any errors and not just EOS when parsing the contents of
2223         a SeekHead. Errors here are usually caused by truncated files
2224         and playback of the file works fine. Fixes playback of the
2225         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2226         archive.
2227
2228 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2229
2230         * gst/multipart/multipartdemux.c:
2231         * gst/multipart/multipartmux.c:
2232         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2233
2234 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2235
2236         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2237           gst_directdraw_sink_bufferpool_clear):
2238           Fix two more buffer ref leaks.
2239
2240 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2241
2242         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2243
2244         * sys/directdraw/gstdirectdrawsink.c:
2245           (gst_directdraw_sink_show_frame):
2246           Fix buffer ref leak.
2247
2248 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2249
2250         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2251         Revert the last commit. wavenc still supports width!=depth for 32 bit
2252         width. Thanks Tim.
2253
2254 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2255
2256         * gst/matroska/matroska-demux.c:
2257         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2258         If the duration of a block is unknown only use the timestamp for the
2259         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2260         laces. Otherwise every lace has the same timestamp which leads to
2261         various problems. Really fixes bug #548831.
2262
2263 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2266         If we're not allowing width!=depth in wavenc we should also disable
2267         the code that was added to support width!=depth.
2268
2269 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2272         Don't calculate the default duration of a frame from the audio sampling
2273         rate. This only works for raw audio if every frame contains a single
2274         sample and results in broken buffer durations for other formats
2275         if no specified default duration is given or the blocks have no
2276         duration. Fixes bug #548831.
2277
2278 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2279
2280         * gst/matroska/matroska-demux.c:
2281         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2282         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2283         are used for text/plain subtitles as a gap-filler in some files.
2284
2285 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2286
2287         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2288         (gst_v4l2_get_caps_info):
2289         Add S910 and PWC formats with a low priority.
2290
2291         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2292         (gst_v4l2src_probe_caps_for_format):
2293         Add more debugging.
2294
2295 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2296
2297         * ext/flac/gstflacenc.c:
2298           Fix compilation against older libflac versions.
2299
2300 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2301
2302         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2303         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2304         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2305         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2306         (gst_pulsemixer_ctrl_set_volume):
2307         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2308         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2309         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2310         (gst_pulsesink_init), (gst_pulsesink_open),
2311         (gst_pulsesink_prepare), (gst_pulsesink_write),
2312         (gst_pulsesink_delay), (gst_pulsesink_reset):
2313         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2314         (gst_pulsesrc_init):
2315         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2316         Fix a locking issue in pulsesink's prepare function.
2317
2318         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2319         Check if the created channel layout is valid for GStreamer.
2320
2321 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2322
2323         * gst/rtsp/gstrtspgoogle.c:
2324         Things that can happen when your brain is in google mode trying to
2325         deal with their google rtsp server extensions and trying to type your
2326         google mail account.
2327
2328 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2329
2330         * gst/rtsp/Makefile.am:
2331         * gst/rtsp/gstrtsp.c: (plugin_init):
2332         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2333         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2334         (_do_init), (gst_rtsp_google_base_init),
2335         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2336         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2337         (gst_rtsp_google_extension_init):
2338         * gst/rtsp/gstrtspgoogle.h:
2339         Add google RTSP extension, it can only handle udp and responds with
2340         unsupported if we do anything else. Fixes #546465.
2341
2342         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2343         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2344         (gst_rtspsrc_create_transports_string),
2345         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2346         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2347         Make transport setup code a bit better using GString.
2348         Add some more debug.
2349         Check for closed connections before doing anything on them.
2350
2351 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2352
2353         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2354         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2355         (gst_pulsesrc_prepare):
2356         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2357         (gst_pulse_channel_map_to_gst):
2358         * ext/pulse/pulseutil.h:
2359         If downstream provides no channel layout and >2 channels should be
2360         used use the default layout that pulseaudio chooses and also
2361         add this layout to the caps. Fixes bug #547258.
2362
2363 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2364
2365         Patch by: Peter Kjellerstedt <pkj at axis com>
2366
2367         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2368         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2369         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2370         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2371         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2372         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2373         (gst_udpsrc_set_property):
2374         Avoid leaking internally allocated file descriptors when setting
2375         custom file descriptors. Fixes #543101.
2376
2377 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2378
2379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2380         Don't try to configure RTCP back to the server when the server did not
2381         give us a valid port number.
2382
2383 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2384
2385         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2386         Use new basetransform method to renegotiate. Fixes #544956.
2387
2388         * tests/icles/Makefile.am:
2389         * tests/icles/videobox-test.c: (make_pipeline), (main):
2390         Add videobox renegotiation example.
2391
2392 2008-08-19  David Schleef  <ds@schleef.org>
2393
2394         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2395         with sane values.  Fixes #548530.
2396
2397 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2398
2399         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2400         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2401         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2402         are already filled with the correct values by
2403         gst_ring_buffer_parse_caps() so there's no need to set them again
2404         with wrong values.
2405
2406 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2407
2408         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2409         (gst_avi_demux_read_subindexes_push):
2410         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2411         and instead of using the 'ix##' nomenclature, use '##ix'.
2412         They're still valid though, this fixes the duration and indexes for
2413         virtually all the ODML files I have.
2414
2415 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2416
2417         Patch by: Olivier Crete <tester at tester dot ca>
2418
2419         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2420         (gst_rtp_vorbis_depay_process):
2421         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2422         Update the vorbis RTP pay/depay to RFC 5215.
2423         Fixes #547842.
2424
2425 2008-08-14  David Schleef  <ds@schleef.org>
2426
2427         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2428           with 3:2 pulldown, i.e., 24p.
2429
2430 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2431
2432         * tests/check/elements/level.c: (GST_START_TEST):
2433         Fix compilation some more.
2434
2435 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2436
2437         * configure.ac::
2438           Require -base CVS for wavparse acid chunk parsing.
2439
2440 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2441
2442         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2443         (gst_pulsesink_init), (gst_pulsesink_finalize),
2444         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2445         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2446         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2447         * ext/pulse/pulsesink.h:
2448         Add "device-name" property to pulsesink too and currently commented
2449         out and not working support for a "volume" property.
2450
2451 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2452
2453         * configure.ac:
2454         Remove more cdio stuff (moved to ugly)
2455
2456 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2457
2458         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2459
2460         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2461         (gst_pulsesrc_get_property):
2462         Add "device-name" property, which provides a human readable string
2463         for the audio device, to make it more consisten with other audio
2464         sources. Fixes bug #547519.
2465
2466 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2467
2468         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2469         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2470         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2471         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2472         * ext/pulse/pulsemixerctrl.h:
2473         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2474         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2475         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2476         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2477         * ext/pulse/pulseprobe.h:
2478         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2479         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2480         (gst_pulsesrc_change_state):
2481         Improve debugging a bit by including the parent object in pulsemixerctrl
2482         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2483         GST_WARNING.
2484
2485         Use the parent GObject subclass instead of a random struct as GObject
2486         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2487         when probing for another property than "device".
2488
2489 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2490
2491         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2492
2493         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2494         Fix property probing after the device property is set by calling
2495         set_server when the server property changes. Fixes bug #547518.
2496
2497 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2498
2499         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2500
2501         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2502         (gst_pulsesink_implements_interface_init),
2503         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2504         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2505         (gst_pulsesink_get_type):
2506         * ext/pulse/pulsesink.h:
2507         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2508         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2509         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2510         * ext/pulse/pulsesrc.h:
2511         Implement GstPropertyProbe interface on pulsesink for detecting
2512         sink devices and on pulsesrc for detecting source devices.
2513         Fixes bugs #547227 and #547217.
2514
2515 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2516
2517         * gst/spectrum/gstspectrum.c:
2518           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2519
2520 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2521
2522         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2523         Properly set the maximum latency value, in the same way it is done in
2524         v4lsrc.
2525         * sys/v4l2/v4l2src_calls.c:
2526         Simplify fraction equality check, no need to use GValues for this.
2527
2528 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2529
2530         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2531         Add warning messages stating exactly why the latency query failed.
2532         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2533         In some cases, the negotiated framerate might be the default one which
2534         is already set internally. But we still need to mark it down in fps_n
2535         and fps_d so that the latency query can happen properly.
2536
2537 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2538
2539         * docs/plugins/inspect/plugin-1394.xml:
2540         Whoops, forgot one doc file for people who can't/don't build the
2541         raw1394 plugin.
2542
2543 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2544
2545         * docs/plugins/Makefile.am:
2546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2547         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2548         * docs/plugins/inspect/plugin-cdio.xml:
2549         * ext/Makefile.am:
2550         * ext/cdio/Makefile.am:
2551         * ext/cdio/gstcdio.c:
2552         * ext/cdio/gstcdio.h:
2553         * ext/cdio/gstcdiocddasrc.c:
2554         * ext/cdio/gstcdiocddasrc.h:
2555
2556         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2557         CDDA source to -ugly.
2558
2559         * po/LINGUAS:
2560         * po/POTFILES.in:
2561         * po/id.po:
2562         Pull in new translation from 0.10.9.2 release branch.
2563
2564 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2565
2566         * docs/plugins/Makefile.am:
2567         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2568         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2569         * docs/plugins/gst-plugins-good-plugins.args:
2570         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2571         * docs/plugins/gst-plugins-good-plugins.interfaces:
2572         Integrate documentation for new hdv1394src element.
2573
2574 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2575
2576         * ext/raw1394/Makefile.am:
2577         * ext/raw1394/gst1394.c: (plugin_init):
2578         * ext/raw1394/gsthdv1394src.c: (_do_init),
2579         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2580         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2581         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2582         (gst_hdv1394src_from_raw1394handle),
2583         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2584         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2585         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2586         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2587         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2588         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2589         (gst_hdv1394src_uri_handler_init):
2590         * ext/raw1394/gsthdv1394src.h:
2591         mpeg2-ts (HDV) variant of firewire capture element.
2592         Fixes #350830
2593
2594 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2595
2596         * gst/level/gstlevel.c: (gst_level_message_new):
2597          Fix compilation (also known as the classic 'fix code that someone
2598          committed without compiling it first').
2599
2600 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2601
2602         * tests/check/elements/level.c:
2603           Add a test for level in stereo mode.
2604
2605 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2606
2607         * tests/examples/spectrum/demo-audiotest.c:
2608         * tests/examples/spectrum/demo-osssrc.c:
2609           Demo how to draw analyzer results synced to the clock.
2610
2611 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2612
2613         * gst/level/gstlevel.c:
2614           Little renaming (l -> level).
2615
2616         * gst/spectrum/gstspectrum.c:
2617         * gst/spectrum/gstspectrum.h:
2618           Also send full timestamp/duration details here.
2619
2620 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * gst/level/gstlevel.c:
2623         * gst/level/gstlevel.h:
2624           Send same timestamp/duration details as videoanalysis. This gives
2625           applications better chance to sync analysis results with playback.
2626
2627 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2628
2629         * gst/matroska/matroska-mux.c:
2630         (gst_matroska_mux_handle_sink_event),
2631         (flac_streamheader_to_codecdata):
2632         We need to drop one additional buffer for FLAC as the fLaC
2633         marker and STREAMINFO block are merged into one buffer in the caps.
2634
2635         Also don't pretend to support NEWSEGMENT events, otherwise we
2636         will most probably write some invalid data.
2637
2638 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2639
2640         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2641         (gst_matroska_mux_audio_pad_setcaps):
2642         Add support for muxing FLAC into Matroska containers.
2643         Fixes bug #311586.
2644
2645 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2646
2647         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2648         Actually provide the variables required for the format string.
2649
2650 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2651
2652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2653         (gst_matroska_demux_element_send_event),
2654         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2655         * gst/matroska/matroska-demux.h:
2656         Close the current segment if we're doing a non-flushing seek and send
2657         the close-segment and the new segment of the seek from the streaming
2658         thread.
2659
2660 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2661
2662         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2663         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2664         (gst_flac_enc_change_state):
2665         * ext/flac/gstflacenc.h:
2666         Handle non-zero start timestamps correctly, mark header packets as
2667         IN_CAPS and print a warning and suggest using audiorate if stream
2668         discontinuities are detected. When FLAC supports flushing the encoder
2669         somehow this should be done for discontinuities instead.
2670
2671         Remove some unused variables from the instance struct.
2672
2673 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2674
2675         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2676         If seeking failed return the appropiate return value to FLAC.
2677         Otherwise it thinks seeking was successfull and tries to rewrite
2678         parts of the headers which then get appended to the output.
2679
2680 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2681
2682         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2683
2684         * ext/esd/gstesd.c: (plugin_init):
2685         * ext/flac/gstflac.c: (plugin_init):
2686         * ext/shout2/gstshout2.c: (plugin_init):
2687         * ext/wavpack/gstwavpack.c: (plugin_init):
2688         * sys/oss/gstossaudio.c: (plugin_init):
2689         * sys/v4l2/gstv4l2.c: (plugin_init):
2690         Make sure gettext returns translations in UTF-8 encoding rather
2691         than in the current locale encoding (#546822).
2692
2693 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2694
2695         * ext/flac/gstflacdec.c:
2696         Add FIXME for 0.11 to simply output everything with width=32 as given
2697         by FLAC and let audioconvert handle the conversions instead of doing
2698         them in flacdec.
2699
2700 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2701
2702         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2703         When outputting a pad template range for the size, include a framerate
2704         range too, to avoid 'not a real subset of template caps' errors.
2705
2706 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2707
2708         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2709
2710         * ext/flac/Makefile.am:
2711         * ext/flac/gstflac.c: (plugin_init):
2712         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2713         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2714         (gst_flac_tag_dispose), (gst_flac_tag_init),
2715         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2716         (gst_flac_tag_change_state):
2717         * ext/flac/gstflactag.h:
2718         Port flactag to 0.10, add documentation for it and clean it up a bit.
2719         Fixes bug #413841.
2720
2721         * docs/plugins/Makefile.am:
2722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2724         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2725         * docs/plugins/gst-plugins-good-plugins.interfaces:
2726         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2727         * docs/plugins/inspect/plugin-flac.xml:
2728         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2729         * ext/flac/gstflacdec.h:
2730         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2731         * ext/flac/gstflacenc.h:
2732         Add flactag and flacenc to the documentation and mark
2733         the private parts of the flacdec instance structure as private.
2734
2735         Also use gst_element_class_set_details_simple() in flacdec and
2736         flacenc.
2737
2738 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * gst/qtdemux/qtdemux.c:
2741           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2742           for it but ffmpeg does not.
2743
2744 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * gst/wavparse/gstwavparse.c:
2747           Handle the list chunk and use gst_riff_parse_info() to parse the info
2748           sub-chunk.
2749
2750 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2751
2752         * gst/wavparse/gstwavparse.c:
2753           Handle the acid chunk and send tempo as part of tags. Other fields are
2754           interesting too, but need more tag-definitions. Fixes #545433.
2755
2756 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * gst/wavparse/gstwavparse.c:
2759           Refactor wavparse. Call _reset() from dispose() and move old code from
2760           dispose into reset. This way we don't leak taglists when we abort
2761           parsing. Fix some comments. Move code for skipping a chunk into extra
2762           function. Replace chunk sizes with a const to ease readability.         
2763
2764 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2765
2766         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2767
2768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2769         Improve udp port setup. Fixes #545710.
2770
2771 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2772
2773         * gst/rtp/Makefile.am:
2774         * gst/rtp/gstrtp.c: (plugin_init):
2775         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2776         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2777         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2778         (gst_rtp_mp1s_depay_set_property),
2779         (gst_rtp_mp1s_depay_get_property),
2780         (gst_rtp_mp1s_depay_change_state),
2781         (gst_rtp_mp1s_depay_plugin_init):
2782         * gst/rtp/gstrtpmp1sdepay.h:
2783         Add MP1S depayloader.
2784
2785         * gst/rtsp/URLS:
2786         Some more sample rtsp streams.
2787
2788 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2789
2790         * gst/rtsp/URLS:
2791         Add another URL.
2792
2793         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2794         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2795         Add some more debug info.
2796
2797 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2798
2799         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2800         Provide cbSize field for audio extra_data size, and take care to
2801         pad extra_data.
2802
2803 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * gst/qtdemux/qtdemux.c:
2806           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2807           TRUE.
2808
2809 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2810
2811         * gst/qtdemux/qtdemux.c:
2812         * gst/qtdemux/qtdemux_fourcc.h:
2813           Add keyword tag support. Fixes #520694 for qtdemux.
2814
2815 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2816
2817         * gst/qtdemux/qtdemux.c:
2818           Add support for tmpo tag (BPM).
2819
2820 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2821
2822         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2823         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2824         Set an estimate for the total number of samples that will be encoded
2825         if possible to help decoders if the streaminfo can't be rewritten
2826         later (like when muxing into Ogg containers).
2827
2828         Add a warning if we get header packets after data packets as those
2829         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2830         work.
2831
2832 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2833
2834         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2835         (gst_flac_dec_write):
2836         Support decoding of all depths between 4 and 32 bits and read the
2837         depth from the streaminfo header if needed. Also support all sampling
2838         rates between 1 and 655350 Hz.
2839
2840         * ext/flac/gstflacenc.c:
2841         (gst_flac_enc_caps_append_structure_with_widths),
2842         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2843         (gst_flac_enc_chain):
2844         * ext/flac/gstflacenc.h:
2845         Support encoding in all bit depths supported by the streamable
2846         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2847         between 1 Hz and 655350 Hz.
2848
2849 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2850
2851         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2852         (gst_flac_enc_sink_getcaps):
2853         Support encoding of up to 8 channels.
2854
2855 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2856
2857         * ext/soup/gstsouphttpsrc.c:
2858         * ext/soup/gstsouphttpsrc.h:
2859         Fix seeking race condition in #540300
2860         Patch By: Wouter Cloetens  <wouter at mind be>
2861
2862 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2863
2864         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2865         (gst_matroska_demux_element_send_event),
2866         (gst_matroska_demux_handle_seek_event),
2867         (gst_matroska_demux_handle_src_event):
2868         When receiving a SEEK event on a specific pad first search for a seek
2869         table entry for the stream of the pad and then fall back to an entry
2870         for a different stream.
2871
2872 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2873
2874         * configure.ac:
2875         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2876         * gst/matroska/matroska-ids.h:
2877         Build depend on core CVS for the attachment tag.
2878
2879 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2880
2881         * configure.ac:
2882         * gst/matroska/Makefile.am:
2883         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2884         (copy_backptr), (lzo1x_decode), (main):
2885         * gst/matroska/lzo.h:
2886         * gst/matroska/matroska-demux.c:
2887         (gst_matroska_demux_read_track_encoding),
2888         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2889         (gst_matroska_decode_buffer),
2890         (gst_matroska_decode_content_encodings),
2891         (gst_matroska_demux_read_track_encodings),
2892         (gst_matroska_demux_add_stream),
2893         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2894         * gst/matroska/matroska-ids.h:
2895         Decode the codec private data and following ContentEncoding if
2896         necessary.
2897
2898         Support bzip2, lzo and header stripped compression. For lzo use the
2899         ffmpeg lzo implementation as liblzo is GPL licensed.
2900         
2901         Fix zlib decompression.
2902
2903 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2904
2905         * gst/matroska/matroska-mux.c:
2906         (gst_matroska_mux_audio_pad_setcaps):
2907         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2908         duration of a frame with the new mpegaudioversion caps field.
2909
2910 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2911
2912         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2913         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2914         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2915         (gst_matroska_demux_stream_from_num),
2916         (gst_matroska_demux_tracknumber_unique),
2917         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2918         (gst_matroska_demux_handle_seek_event),
2919         (gst_matroska_demux_sync_streams),
2920         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2921         (gst_matroska_demux_loop):
2922         * gst/matroska/matroska-demux.h:
2923         Allow an infinite number of stream inside Matroska containers and use
2924         a GPtrArray for storing them instead of allowing "only" 127 streams.
2925
2926 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2927
2928         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2929         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2930         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2931         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2932         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2933         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2934         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2935         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2936         (gst_ebml_read_master), (gst_ebml_read_binary),
2937         (gst_ebml_read_header):
2938         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2939         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2940         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2941         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2942         (gst_ebml_replace_uint):
2943         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2944         (gst_matroska_demux_read_track_encoding),
2945         (gst_matroska_demux_read_track_encodings),
2946         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2947         (gst_matroska_demux_send_event),
2948         (gst_matroska_demux_element_send_event),
2949         (gst_matroska_demux_handle_seek_event),
2950         (gst_matroska_demux_handle_src_event),
2951         (gst_matroska_demux_init_stream),
2952         (gst_matroska_demux_parse_tracks),
2953         (gst_matroska_demux_parse_index_cuetrack),
2954         (gst_matroska_demux_parse_index_pointentry),
2955         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2956         (gst_matroska_demux_parse_metadata_id_simple_tag),
2957         (gst_matroska_demux_parse_metadata_id_tag),
2958         (gst_matroska_demux_parse_metadata),
2959         (gst_matroska_demux_parse_attached_file),
2960         (gst_matroska_demux_parse_attachments),
2961         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2962         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2963         (gst_matroska_demux_push_flac_codec_priv_data),
2964         (gst_matroska_demux_push_xiph_codec_priv_data),
2965         (gst_matroska_demux_push_dvd_clut_change_event),
2966         (gst_matroska_demux_add_mpeg_seq_header),
2967         (gst_matroska_demux_add_wvpk_header),
2968         (gst_matroska_demux_check_subtitle_buffer),
2969         (gst_matroska_decode_buffer),
2970         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2971         (gst_matroska_demux_parse_cluster),
2972         (gst_matroska_demux_parse_contents_seekentry),
2973         (gst_matroska_demux_parse_contents),
2974         (gst_matroska_demux_loop_stream_parse_id),
2975         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2976         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2977         (gst_matroska_demux_subtitle_caps),
2978         (gst_matroska_demux_change_state):
2979         * gst/matroska/matroska-ids.c:
2980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2981         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2982         (gst_matroska_mux_video_pad_setcaps),
2983         (xiph3_streamheader_to_codecdata),
2984         (vorbis_streamheader_to_codecdata),
2985         (theora_streamheader_to_codecdata),
2986         (gst_matroska_mux_audio_pad_setcaps),
2987         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2988         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2989         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2990         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2991         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2992         Fix indention everywhere. A broken indent version has added newlines
2993         after every single declaration some time ago.
2994
2995 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2996
2997         * gst/matroska/matroska-demux.c:
2998         (gst_matroska_demux_loop_stream_parse_id):
2999         If no Tracks are found error out instead of trying it again until the
3000         end of time.
3001
3002 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3003
3004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
3005         Fix demuxing of raw integer audio. The samples are unsigned only for 8
3006         bit and signed otherwise, not the other way around.
3007
3008 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3009
3010         * gst/matroska/matroska-mux.c:
3011         Add more raw YUV formats to the list of supported formats.
3012
3013 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3014
3015         * gst/matroska/matroska-mux.c:
3016         (gst_matroska_mux_audio_pad_setcaps):
3017         Add support for muxing raw float audio now that the spec defines the
3018         endianness and add support for muxing raw integer audio with 24 and
3019         32 bits.
3020
3021         Allow muxing of more than 8 audio channels.
3022
3023 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3024
3025         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3026         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3027         Add locking to the global array of used track UIDs to prevent random
3028         crashes if more than a single matrosmux instance is used.
3029
3030         Use 64 bit values for the track UIDs.
3031
3032         Use the global GRandom of GLib instead of creating our own one
3033         for the few random numbers we need every single time.
3034
3035 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3036
3037         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3038         (gst_flac_dec_setup_stream_decoder),
3039         (gst_flac_dec_update_metadata):
3040         Always post the audio-codec tag, not only if other tags are present.
3041
3042 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3043
3044         * configure.ac:
3045         Back to development -> 0.10.9.1
3046
3047 === release 0.10.9 ===
3048
3049 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3050
3051         * configure.ac:
3052           releasing 0.10.9, "Steam Train Rolling"
3053
3054 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3055
3056         * ext/soup/gstsouphttpsrc.c:
3057         Don't throw an error when soup completes a msg with status
3058         'cancelled', as that indicates we cancelled a request while
3059         shutting down or seeking, and it's not an error.
3060         Fixes: #540300 again.
3061
3062 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3063
3064         * configure.ac:
3065         0.10.8.4 pre-release
3066
3067 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3068
3069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3070         Fix segment-stop regression.
3071         Add documentation regarding segments in quicktime files by Wim Taymans.
3072         Fixes #544509
3073
3074 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3075
3076         * configure.ac:
3077         0.10.8.3 pre-release
3078
3079         * po/LINGUAS:
3080         * po/pt_BR.po:
3081         Add pt_BR translation
3082
3083 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3084
3085         * gst/goom/convolve_fx.c:
3086         * gst/goom/filters.c:
3087         * gst/goom/goom_config.h:
3088         * gst/goom/goom_core.c:
3089         * gst/goom/goom_tools.h:
3090           Fix build with MSVC: include glib.h to define inline appropriately,
3091           use header guards where needed.
3092         * gst/udp/gstudpnetutils.c:
3093         * gst/udp/gstudpsrc.c:
3094           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3095           g_snprintf rather than snprintf.
3096           Fixes #544433.
3097
3098 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3099
3100         * gst/debug/gsttaginject.c:
3101         * gst/debug/gsttaginject.h:
3102           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3103           partially.
3104
3105 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3106
3107         * configure.ac:
3108         0.10.8.2 pre-release
3109
3110 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3111
3112         * ext/Makefile.am:
3113         Finish hooking up pulseaudio plugin to the build.
3114
3115         * ext/pulse/pulsemixerctrl.c:
3116         Fix compilation error.
3117
3118 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3119
3120         * po/LINGUAS:
3121         * po/lt.po:
3122         Add new lithunian translation, and add french to the LINGUAS
3123         file.
3124
3125 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3126
3127         * ext/soup/gstsouphttpsrc.c:
3128         Fix Soup HTTP source seeking.
3129         Patch By: Wouter Cloetens  <wouter at mind be>
3130         Fixes: #540300
3131
3132         * tests/check/elements/.cvsignore:
3133         Ignore new check programs.
3134
3135 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3136
3137         * configure.ac:
3138         * docs/plugins/Makefile.am:
3139         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3140         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3141         * docs/plugins/gst-plugins-good-plugins.args:
3142         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3143         * docs/plugins/gst-plugins-good-plugins.interfaces:
3144         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3145         * docs/plugins/inspect/plugin-interleave.xml:
3146         * docs/plugins/inspect/plugin-replaygain.xml:
3147         * tests/check/Makefile.am:
3148
3149         Move replaygain and interleave plugins from -bad.
3150         Fixes: #543406
3151         Fixes: #536228
3152
3153 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3154
3155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3156         (qtdemux_parse_trak):
3157         Revert ISO base media spec based pixel-aspect-ratio calculation.
3158         Fixes #543300.
3159
3160 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3161
3162         * sys/osxvideo/osxvideosink.m:
3163         Fix minor build issues on macosx.
3164         Fixes #543054
3165
3166 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3167
3168         * configure.ac::
3169         * ext/taglib/Makefile.am::
3170           Only use -Wno-attributes (which is there to work around a
3171           bug in the taglib 1.5 headers) if the c++ compiler actually
3172           supports it (#543255).
3173
3174 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3175
3176         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3177
3178         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3179           Avoid compiler warning by initialising variable to NULL (#543259).
3180
3181 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3182
3183         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3184         Don't pass NULL taglists to gst_tag_list_is_empty().
3185
3186 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3187
3188         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3189         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3190         (rtp_pipeline_run):
3191         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3192         Don't use declarations after statements.
3193
3194 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3195
3196         * ext/jpeg/gstjpegdec.c:
3197         Align documentation with reality.
3198
3199 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3200
3201         * gst/udp/gstudpnetutils.c:
3202         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3203         old value (1) if it's not defined which should not cause any problems
3204         as we're using it internal only anyway.
3205
3206 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3207
3208         Patch by: Alessandro Decina <alessandro at nnva dot org>
3209
3210         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3211         Fix build of avidemux on big endian architectures.
3212
3213 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3214
3215         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3216
3217         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3218         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3219
3220 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3221
3222         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3223         (qtdemux_parse_trak):
3224         Set pixel-aspect-ratio in caps using display width and height
3225         provided in track.
3226
3227 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3228
3229         * configure.ac:
3230         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3231         flags that are invalid for C++. Fixes bug #516509.
3232
3233 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3234
3235         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3236         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3237         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3238         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3239         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3240         * tests/examples/equalizer/demo.c: (message_handler):
3241         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3242         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3243         Don't use declarations after statements and variable length arrays.
3244
3245 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3246
3247         Patch by: Daniel Drake <dsd at gentoo dot org>
3248
3249         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3250         (gst_v4l2src_get_nearest_size):
3251         Try progressive video if interlaced fails. Fixes bug #541956
3252         and the usage of v4l2src on OLPC.
3253
3254 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3255
3256         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3257         (gst_rtp_speex_depay_process):
3258         * gst/rtp/gstrtpspeexdepay.h:
3259         Revert last change: Only the jitterbuffer is able to convert RTP to
3260         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3261         Reopens bug #541787.
3262
3263 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3264
3265         * gst/rtp/gstrtpvrawdepay.c:
3266           Include stdlib.h for atoi().
3267
3268         * gst/rtsp/gstrtspsrc.c:
3269           Use floating point math for latencies < 0 sec in log output.
3270
3271 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3272
3273         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3274
3275         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3276         (gst_rtp_speex_depay_process):
3277         * gst/rtp/gstrtpspeexdepay.h:
3278         Take timestamp from the RTP packet as a first step to fix problems
3279         with transmission over RTP when the network is not reliable.
3280         Fixes bug #541787.
3281
3282 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3283
3284         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3285
3286         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3287         Fix parsing of udp:// URIs containing IPv6 addresses.
3288         Fixes bug #541650.
3289
3290 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3291
3292         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3293         Do not leak incoming buffers.
3294
3295 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3296
3297         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3298
3299         * configure.ac:
3300         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3301         for htons() and htonl(). Fixes bug #541412.
3302
3303 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3304
3305         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3306         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3307         (gst_matroska_demux_element_query),
3308         (gst_matroska_demux_handle_src_query),
3309         (gst_matroska_demux_handle_seek_event):
3310         Handle position and duration query in DEFAULT format if the
3311         pad's track has a default frame duration set.
3312
3313         Fix seeking now that the segment's duration doesn't contain the
3314         (possibly wrong or inaccurate) duration of the Matroska file.
3315
3316 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3317
3318         * gst/matroska/ebml-read.c: (_ext2dbl):
3319         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3320         in math.h except on MSVC where it is defined in xmath.h.
3321         Fixes compilation with MSVC.
3322
3323 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3324
3325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3326         (gst_matroska_demux_handle_src_query),
3327         (gst_matroska_demux_parse_info),
3328         (gst_matroska_demux_loop_stream_parse_id):
3329         * gst/matroska/matroska-demux.h:
3330         Don't set the segment duration to the duration from the Matroska
3331         header as this value could be wrong and is just informational.
3332
3333 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3334
3335         * gst/matroska/matroska-demux.c:
3336         (gst_matroska_demux_loop_stream_parse_id):
3337         If no Tracks element is found until the first Cluster is found
3338         search it and error out if none is found in the complete file.
3339
3340 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3341
3342         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3343         Resync non-subtitle tracks too if a too large gap compared to other
3344         tracks is detected.
3345
3346 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3347
3348         * gst/rtp/Makefile.am:
3349         * gst/rtp/gstrtp.c: (plugin_init):
3350         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3351         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3352         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3353         (gst_rtp_vraw_depay_change_state),
3354         (gst_rtp_vraw_depay_plugin_init):
3355         * gst/rtp/gstrtpvrawdepay.h:
3356         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3357         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3358         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3359         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3360         (gst_rtp_vraw_pay_plugin_init):
3361         * gst/rtp/gstrtpvrawpay.h:
3362         Add raw video pay and depayloaders, see RFC4175.
3363
3364 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3365
3366         * ext/libpng/gstpngdec.c:
3367         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3368         whatever it returned.
3369
3370 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3371
3372         * gst/avi/avi-ids.h:
3373         Add vprp chunk related structures.
3374         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3375         (gst_avi_demux_parse_stream):
3376         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3377         to caps.  Fixes #539482.
3378         * gst/avi/gstavimux.h:
3379         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3380         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3381         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3382
3383 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3384
3385         * tests/check/elements/avimux.c: (check_avimux_pad):
3386         Adjust avimux unit test according to increased streamheader size.
3387
3388 2008-06-27  David Schleef  <ds@schleef.org>
3389
3390         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3391
3392 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3393
3394         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3395         * gst/avi/gstavimux.h:
3396         Add 8 bytes to current streamheader to make for a complete one
3397         and to make more players happy.  Fixes #519460.
3398
3399 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3400
3401         * sys/v4l2/v4l2_calls.c::
3402           Don't include unused gstv4l2xoverlay.h. Fixes build
3403           in case where X11 headers are not installed.
3404
3405 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3406
3407         * ext/dv/gstdv.c: (plugin_init):
3408         Fix compilation.
3409
3410 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3411
3412         * ext/dv/gstdv.c: (plugin_init):
3413         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3414         DV decoder available.
3415         Fixes #532393
3416
3417 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3418
3419         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3420         Call getsockname() after the call to bind() to get updated values
3421         for the port, etc. This fixes the usage of udpsrc on anonymous
3422         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3423         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3424
3425 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3426
3427         * tests/check/pipelines/wavpack.c: (bus_handler):
3428         Remove workaround for a bug in identity that is fixed in 0.10.20.
3429
3430 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3431
3432         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3433
3434         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3435         Fix HTTP auth support with user/password passed via the URI.
3436         Fixes bug #540067.
3437
3438 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3439
3440         * configure.ac:
3441           Depend on released versions of core and -base.
3442
3443 2008-06-23  Julien Moutte  <julien@fluendo.com>
3444
3445         * gst/matroska/matroska-demux.c:
3446         (gst_matroska_demux_read_track_encoding),
3447         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3448         format strings in macros. (makes it build on OS X again...)
3449
3450 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3451
3452         * gst/rtp/gstrtptheorapay.c:
3453         * gst/udp/gstmultiudpsink.c:
3454           Added debug.
3455
3456 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3457
3458         * configure.ac: switch v4l2src over to the normal build instead of
3459         being 'experimental'. Fixes bug #536831.
3460
3461 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3462
3463         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3464         Remove unused variable so that we can compile again.
3465
3466 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3467
3468         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3469         No need to check for audio/G723 and audio/32KADPCM here as they are
3470         no longer supported.
3471
3472 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3473
3474         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3475         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3476         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3477         known length.
3478
3479 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3480
3481         * gst/matroska/matroska-demux.c:
3482         (gst_matroska_demux_add_wvpk_header),
3483         (gst_matroska_demux_audio_caps):
3484         * gst/matroska/matroska-ids.h:
3485         Fix demuxing of WavPack files. Muxing is still broken.
3486
3487 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3488
3489         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3490         (gst_matroska_demux_add_mpeg_seq_header),
3491         (gst_matroska_demux_add_wvpk_header),
3492         (gst_matroska_demux_check_subtitle_buffer),
3493         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3494         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3495         (gst_matroska_demux_subtitle_caps):
3496         * gst/matroska/matroska-ids.h:
3497         Add a "vfunc" to the track context for postprocessing frames and
3498         convert the wavpack and subtitle postprocessing to this vfunc.
3499         Copy buffer flags in those functions to the new buffers too.
3500
3501         Parse CodecState elements of Blocks.
3502
3503         Add a postprocessing function for MPEG video that adds the sequence
3504         header from the codec private data or codec state to the frames if
3505         it's not already there.
3506
3507 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3508
3509         * gst/matroska/matroska-demux.c:
3510         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3511         If a gap of more than 1/2 second is found in one stream send a
3512         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3513         This also fixes Matroska files where the first buffer doesn't start
3514         at timestamp 0. Fixes bug #429322.
3515
3516         The duration of a block is the default duration multiplied with the
3517         number of laces. Every lace is one frame and the default duration
3518         is the duration of one frame. This fixes playback of files that use
3519         lacing for some tracks.
3520
3521 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3522
3523         * gst/matroska/matroska-demux.c:
3524         (gst_matroska_demux_parse_contents_seekentry):
3525         Update FIXME/TODOs and only ignore EOS at the central, important place
3526         instead of several places.
3527
3528 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3529
3530         * gst/rtp/gstrtpg726pay.c:
3531         Fix caps, See #538891.
3532
3533 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3534
3535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3536         (gst_matroska_demux_stream_from_num),
3537         (gst_matroska_demux_encoding_cmp),
3538         (gst_matroska_demux_encoding_order_unique),
3539         (gst_matroska_demux_read_track_encoding),
3540         (gst_matroska_demux_read_track_encodings),
3541         (gst_matroska_demux_tracknumber_unique),
3542         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3543         (gst_matroska_demux_parse_tracks),
3544         (gst_matroska_demux_parse_index_cuetrack),
3545         (gst_matroska_demux_parse_index_pointentry),
3546         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3547         (gst_matroska_demux_parse_metadata_id_simple_tag),
3548         (gst_matroska_demux_parse_metadata_id_tag),
3549         (gst_matroska_demux_parse_metadata),
3550         (gst_matroska_demux_parse_attached_file),
3551         (gst_matroska_demux_parse_attachments),
3552         (gst_matroska_demux_parse_chapters),
3553         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3554         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3555         (gst_matroska_demux_parse_cluster),
3556         (gst_matroska_demux_parse_contents_seekentry),
3557         (gst_matroska_demux_parse_contents),
3558         (gst_matroska_demux_loop_stream_parse_id),
3559         (gst_matroska_demux_loop):
3560         Improve debug output everywhere and fix the EOS logic.
3561
3562         Check the values of the ContentEncoding elements more strictly and
3563         don't use tracks for which it's invalid.
3564
3565         Check that the track number is unique for this stream.
3566
3567         Check that seek positions are below G_MAXINT64 as our seeks are
3568         int64-based and overflows will fail badly.
3569
3570         After seeks also don't push SimpleBlocks until the first one
3571         containing a keyframe is found. Before this was done only for normal
3572         Blocks.
3573
3574         Update some FIXME/TODOs.
3575         
3576         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3577         (gst_ebml_read_utf8), (gst_ebml_read_header):
3578         Improve debug output.
3579
3580         * gst/matroska/matroska-ids.c:
3581         (gst_matroska_track_init_video_context):
3582         * gst/matroska/matroska-ids.h:
3583         * gst/matroska/matroska-mux.c:
3584         (gst_matroska_mux_video_pad_setcaps):
3585         Remove eye mode and don't parse it anymore. We can't use that
3586         information in GStreamer yet so it's useless.
3587
3588
3589 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3590
3591         Patch by: Mersad Jelacic <mersad at axis dot com>
3592
3593         * gst/rtp/Makefile.am:
3594         * gst/rtp/gstrtp.c: (plugin_init):
3595         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3596         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3597         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3598         (gst_rtp_g726_depay_plugin_init):
3599         * gst/rtp/gstrtpg726depay.h:
3600         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3601         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3602         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3603         * gst/rtp/gstrtpg726pay.h:
3604         Added G726 pay/depayloaders. Fixes #538891.
3605
3606 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3607
3608         * gst/rtsp/URLS:
3609         Some more urls.
3610
3611         * gst/smpte/barboxwipes.c:
3612         Add a comment
3613
3614         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3615         Fix typo, add audioresample to the pipeline.
3616
3617 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * ext/libmng/Makefile.am:
3620         * ext/libmng/gstmng.c: (plugin_init):
3621         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3622         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3623         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3624         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3625         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3626         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3627         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3628         (gst_mng_dec_change_state):
3629         * ext/libmng/gstmngdec.h:
3630         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3631         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3632         (gst_mng_enc_init), (gst_mng_enc_chain),
3633         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3634         * ext/libmng/gstmngenc.h:
3635         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3636         bits ifdeffed out still.
3637
3638 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3641         When comparing index elements with the same time compare their
3642         block number.
3643
3644 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3645
3646         * gst/matroska/matroska-demux.c:
3647           (gst_matroska_demux_parse_attached_file)
3648           Init variable to NULL to avoid compiler warning.
3649
3650 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3651
3652         * gst/matroska/Makefile.am:
3653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3654         (gst_matroska_demux_parse_attached_file),
3655         (gst_matroska_demux_parse_attachments),
3656         (gst_matroska_demux_parse_contents_seekentry),
3657         (gst_matroska_demux_loop_stream_parse_id):
3658         * gst/matroska/matroska-demux.h:
3659         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3660         * gst/matroska/matroska-ids.h:
3661         * gst/matroska/matroska.c: (plugin_init):
3662         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3663         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3664         and description of the attachments in the caps. Fixes bug #537622.
3665
3666 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3667
3668         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3669         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3670         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3671         (gst_speex_enc_src_query), (gst_speex_enc_init),
3672         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3673         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3674         (gst_speex_enc_set_property):
3675         Add mode property.
3676         Some cleanups, add more debug info.
3677         Add latency query.
3678
3679 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3680
3681         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3682         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3683         If we get less bytes than requested we can't do anything except doing
3684         our EOS logic.
3685
3686 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3687
3688         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3689         (gst_matroskademux_do_index_seek),
3690         (gst_matroska_demux_parse_index_cuetrack),
3691         (gst_matroska_demux_parse_index_pointentry),
3692         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3693         (gst_matroska_demux_parse_metadata):
3694         * gst/matroska/matroska-demux.h:
3695         * gst/matroska/matroska-ids.h:
3696         Use a GArray for storing the Cue (i.e. seek) information, store
3697         the CueTrackPositions for every track, store the block number
3698         and optimize searching in the array by sorting it after the last
3699         element was added.
3700
3701         Fix a small memory leak when trying to parse a tags element that was
3702         already parsed.
3703
3704 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3705
3706         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3707         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3708         (gst_matroska_mux_write_data):
3709         * gst/matroska/matroska-mux.h:
3710         Don't write another SeekHead which indexes all Clusters to the end of
3711         the file. This isn't useful for anything and just increases filesize.
3712
3713 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3714
3715         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3716         Prevent unaligned memory access when reading floats.
3717
3718 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3719
3720         * gst/matroska/ebml-read.c:
3721         * gst/matroska/ebml-read.h:
3722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3723         (gst_matroska_demux_parse_metadata):
3724         * gst/matroska/matroska-demux.h:
3725         Make sure that every Tags element is only parsed once and it's
3726         containing tags are only posted once.
3727
3728 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3731         (gst_ebml_read_header):
3732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3733         (gst_matroska_demux_parse_tracks),
3734         (gst_matroska_demux_parse_index_cuetrack),
3735         (gst_matroska_demux_parse_index_pointentry),
3736         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3737         (gst_matroska_demux_parse_metadata_id_simple_tag),
3738         (gst_matroska_demux_parse_metadata_id_tag),
3739         (gst_matroska_demux_parse_metadata),
3740         (gst_matroska_demux_parse_attachments),
3741         (gst_matroska_demux_parse_chapters),
3742         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3743         (gst_matroska_demux_parse_cluster),
3744         (gst_matroska_demux_parse_contents_seekentry),
3745         (gst_matroska_demux_parse_contents),
3746         (gst_matroska_demux_loop_stream_parse_id):
3747         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3748         already. They're not useful in the matroska parser and only cause
3749         additional code.
3750
3751 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3752
3753         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3754         (gst_ebml_finalize), (gst_ebml_read_change_state),
3755         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3756         * gst/matroska/matroska-demux.c:
3757         (gst_matroska_demux_parse_contents_seekentry):
3758         Reverse the level list as we usually are only interested in the
3759         first element or want to add a new first element. Having the
3760         first element stored at the end and calling g_list_last() and
3761         g_list_append() is more expensive.
3762
3763         Also use GSlice for allocating the GstEbmlLevel structs.
3764
3765 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3766
3767         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3768           (gst_tag_inject_class_init), (gst_tag_inject_init):
3769           Don't unref NULL taglist in finalize. Don't use c++ style
3770           comments.
3771
3772 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3773
3774         * gst/matroska/matroska-demux.c:
3775         (gst_matroska_demux_parse_metadata_id_simple_tag):
3776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3777         (gst_matroska_mux_write_data):
3778         Use gst_value_serialize() and gst_value_deserialize() for transforming
3779         tags from some GType to a string and the other way around. The default
3780         transformations in GLib don't include transformations from string to
3781         number types.
3782
3783 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3784
3785         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3786         (gst_matroska_demux_parse_tracks),
3787         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3788         (gst_matroska_demux_parse_attachments),
3789         (gst_matroska_demux_parse_chapters),
3790         (gst_matroska_demux_parse_contents_seekentry),
3791         (gst_matroska_demux_loop_stream_parse_id):
3792         * gst/matroska/matroska-demux.h:
3793         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3794         Tags multiple times. The first ones can appear more than once but must
3795         contain the same content as the first for backup purposes so we ignore
3796         all but the first one. Tags can appear multiple times with different
3797         content.
3798
3799         Jump to all elements except Clusters that are available from a
3800         SeekHead to make it more likely to have all required informations
3801         before getting to the first Clusters.
3802
3803         Add dummy functions for parsing Attachments and Chapters.
3804
3805 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3806
3807         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3808         (gst_udpsrc_create), (gst_udpsrc_set_property),
3809         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3810         * gst/udp/gstudpsrc.h:
3811         Add property to control automatic join/leave of multicast groups.
3812         Add G_LIKELY.
3813         Remove setting caps on buffers explicitly, basesrc does that for us now.
3814         Improve debug info.
3815         Convert some non-fatal error into warnings.
3816         Use g_ntohs for better portability.
3817         Leave multicast groups when stopping.
3818         When using external sockets, use getsockname() on them to fill up the
3819         addr structure before calling methods that use the structure.
3820         Should all fix #536903.
3821         API: GstUDPSrc::auto-multicast property
3822
3823 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3824
3825         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3826         Use g_ntohl for better portability.
3827
3828 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3829
3830         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3831         (gst_multiudpsink_remove):
3832         Fix a typo and do some small cleanups.
3833
3834 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3835
3836         Patch by: Olivier Crete <tester at tester dot ca>
3837
3838         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3839         Make the delivery-method mandatory on the caps and only accept inline
3840         for now.
3841         Reverse strcmp checks for delivery-method.
3842
3843         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3844         Make delivery method optional when parsing caps and note this in the
3845         caps.
3846         Reverse strcmp checks for delivery-method.
3847
3848         * gst/rtp/gstrtpvorbispay.c:
3849         Update a comment to note that the delivery-method is optional, 
3850         Fixes #537675.
3851
3852 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3853
3854         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3855         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3856         leaving them in READY. Fixes #537832.
3857
3858 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3859
3860         * gst/avi/gstavimux.c:
3861           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3862           for a random constant in tagmuxing code.
3863
3864 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3865
3866         * gst/debug/gsttaginject.c:
3867         * gst/debug/gsttaginject.h:
3868           Now actually adding the new element.
3869
3870 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3871
3872         * docs/plugins/Makefile.am:
3873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3874         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3875         * docs/plugins/gst-plugins-good-plugins.args:
3876         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3877         * docs/plugins/gst-plugins-good-plugins.interfaces:
3878         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3879         * docs/plugins/inspect/plugin-aasink.xml:
3880         * docs/plugins/inspect/plugin-alaw.xml:
3881         * docs/plugins/inspect/plugin-alpha.xml:
3882         * docs/plugins/inspect/plugin-alphacolor.xml:
3883         * docs/plugins/inspect/plugin-annodex.xml:
3884         * docs/plugins/inspect/plugin-apetag.xml:
3885         * docs/plugins/inspect/plugin-audiofx.xml:
3886         * docs/plugins/inspect/plugin-auparse.xml:
3887         * docs/plugins/inspect/plugin-autodetect.xml:
3888         * docs/plugins/inspect/plugin-avi.xml:
3889         * docs/plugins/inspect/plugin-cacasink.xml:
3890         * docs/plugins/inspect/plugin-cairo.xml:
3891         * docs/plugins/inspect/plugin-cdio.xml:
3892         * docs/plugins/inspect/plugin-cutter.xml:
3893         * docs/plugins/inspect/plugin-debug.xml:
3894         * docs/plugins/inspect/plugin-dv.xml:
3895         * docs/plugins/inspect/plugin-efence.xml:
3896         * docs/plugins/inspect/plugin-effectv.xml:
3897         * docs/plugins/inspect/plugin-equalizer.xml:
3898         * docs/plugins/inspect/plugin-esdsink.xml:
3899         * docs/plugins/inspect/plugin-flac.xml:
3900         * docs/plugins/inspect/plugin-flxdec.xml:
3901         * docs/plugins/inspect/plugin-gamma.xml:
3902         * docs/plugins/inspect/plugin-gconfelements.xml:
3903         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3904         * docs/plugins/inspect/plugin-goom.xml:
3905         * docs/plugins/inspect/plugin-goom2k1.xml:
3906         * docs/plugins/inspect/plugin-halelements.xml:
3907         * docs/plugins/inspect/plugin-icydemux.xml:
3908         * docs/plugins/inspect/plugin-id3demux.xml:
3909         * docs/plugins/inspect/plugin-jpeg.xml:
3910         * docs/plugins/inspect/plugin-level.xml:
3911         * docs/plugins/inspect/plugin-matroska.xml:
3912         * docs/plugins/inspect/plugin-monoscope.xml:
3913         * docs/plugins/inspect/plugin-mulaw.xml:
3914         * docs/plugins/inspect/plugin-multifile.xml:
3915         * docs/plugins/inspect/plugin-multipart.xml:
3916         * docs/plugins/inspect/plugin-navigationtest.xml:
3917         * docs/plugins/inspect/plugin-ossaudio.xml:
3918         * docs/plugins/inspect/plugin-png.xml:
3919         * docs/plugins/inspect/plugin-quicktime.xml:
3920         * docs/plugins/inspect/plugin-rtp.xml:
3921         * docs/plugins/inspect/plugin-rtsp.xml:
3922         * docs/plugins/inspect/plugin-smpte.xml:
3923         * docs/plugins/inspect/plugin-soup.xml:
3924         * docs/plugins/inspect/plugin-spectrum.xml:
3925         * docs/plugins/inspect/plugin-speex.xml:
3926         * docs/plugins/inspect/plugin-taglib.xml:
3927         * docs/plugins/inspect/plugin-udp.xml:
3928         * docs/plugins/inspect/plugin-video4linux2.xml:
3929         * docs/plugins/inspect/plugin-videobalance.xml:
3930         * docs/plugins/inspect/plugin-videobox.xml:
3931         * docs/plugins/inspect/plugin-videocrop.xml:
3932         * docs/plugins/inspect/plugin-videoflip.xml:
3933         * docs/plugins/inspect/plugin-videomixer.xml:
3934         * docs/plugins/inspect/plugin-wavenc.xml:
3935         * docs/plugins/inspect/plugin-wavpack.xml:
3936         * docs/plugins/inspect/plugin-wavparse.xml:
3937         * docs/plugins/inspect/plugin-ximagesrc.xml:
3938         * gst/debug/Makefile.am:
3939         * gst/debug/breakmydata.c:
3940         * gst/debug/efence.c:
3941         * gst/debug/gstdebug.c:
3942         * gst/debug/gstnavseek.c:
3943         * gst/debug/gstpushfilesrc.c:
3944         * gst/debug/gstpushfilesrc.h:
3945         * gst/debug/negotiation.c:
3946         * gst/debug/progressreport.c:
3947         * gst/debug/progressreport.h:
3948         * gst/debug/rndbuffersize.c:
3949         * gst/debug/testplugin.c:
3950           Remove dummy plugin_init. Remove some undefined entries from doc-
3951           section file. Add taginject element and rebuild docs for it.
3952
3953 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3954
3955         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3956         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3957         Update the counter for the number of streams when pads are added or
3958         removed. This will make sure that a seek table is generated for
3959         files with just one audio stream.
3960
3961 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3962
3963         * gst/matroska/matroska-demux.c:
3964         (gst_matroska_demux_parse_metadata_id_simple_tag):
3965         * gst/matroska/matroska-ids.h:
3966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3967         Add some more tags, improve debugging a bit and make sure that
3968         GValue transformation has succeeded before using the result
3969         as a tag.
3970
3971 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3972
3973         Patch by: Olivier Crete <tester at tester dot ca>
3974
3975         * gst/rtp/gstrtptheorapay.c:
3976         The Theora RTP payloader only supports the "inline" delievery method
3977         so let's declare this on the caps of the static pad template.
3978         Fixes bug #537675.
3979
3980 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3981
3982         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3983         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3984         Remove bogus check.
3985
3986 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3989         (gst_videomixer_blend_buffers):
3990         Use stream_time to synchronize the object properties.
3991         Use running_time of the master pad to timestamp outgoing buffers.
3992         Fix the initial segment event to extend an unknown amount of time.
3993         Fixes #537361.
3994
3995 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3996
3997         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3998         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3999         (gst_avi_demux_calculate_durations_from_index),
4000         (gst_avi_demux_stream_header_push),
4001         (gst_avi_demux_stream_header_pull):
4002         Try to ignore unparsable/unknown streams and give a warning instead of
4003         erroring out. Fixes #537377.
4004
4005 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4006
4007         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
4008         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
4009
4010         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4011         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4012         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4013         (gst_matroska_demux_read_track_encodings),
4014         (gst_matroska_demux_add_stream),
4015         (gst_matroska_demux_handle_src_query),
4016         (gst_matroska_demux_init_stream),
4017         (gst_matroska_demux_parse_index_cuetrack),
4018         (gst_matroska_demux_parse_index_pointentry),
4019         (gst_matroska_demux_parse_info),
4020         (gst_matroska_demux_parse_metadata_id_simple_tag),
4021         (gst_matroska_demux_parse_metadata),
4022         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4023         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4024         (gst_matroska_demux_parse_cluster),
4025         (gst_matroska_demux_parse_contents_seekentry),
4026         (gst_matroska_demux_loop_stream_parse_id),
4027         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4028         (gst_matroska_demux_audio_caps),
4029         (gst_matroska_demux_subtitle_caps):
4030         * gst/matroska/matroska-demux.h:
4031         * gst/matroska/matroska-ids.c:
4032         (gst_matroska_track_init_subtitle_context):
4033         * gst/matroska/matroska-ids.h:
4034         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4035         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4036         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4037         (gst_matroska_mux_video_pad_setcaps),
4038         (gst_matroska_mux_audio_pad_setcaps),
4039         (gst_matroska_mux_subtitle_pad_setcaps),
4040         (gst_matroska_mux_request_new_pad),
4041         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4042         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4043         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4044         (gst_matroska_mux_set_property):
4045         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4046         elements, do some checks for valid values in the demuxer, handle
4047         tracktimecodescale in the demuxer, set correct default values for all
4048         settings in the demuxer, review and add all missing matroska
4049         IDs and some more raw YUV formats, and some trivial cleanup.
4050
4051 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4052
4053         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4054         (gst_pulsemixer_class_init):
4055         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4056         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4057         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4058         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4059         (gst_pulsesrc_prepare):
4060         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4061         gst_element_class_set_details_simple() and fix coding style a bit
4062         more.
4063
4064 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4065
4066         * docs/plugins/Makefile.am:
4067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4068         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4069         * docs/plugins/gst-plugins-good-plugins.args:
4070         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4071         * docs/plugins/gst-plugins-good-plugins.interfaces:
4072         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4073         * docs/plugins/inspect/plugin-aasink.xml:
4074         * docs/plugins/inspect/plugin-alaw.xml:
4075         * docs/plugins/inspect/plugin-alpha.xml:
4076         * docs/plugins/inspect/plugin-alphacolor.xml:
4077         * docs/plugins/inspect/plugin-annodex.xml:
4078         * docs/plugins/inspect/plugin-apetag.xml:
4079         * docs/plugins/inspect/plugin-audiofx.xml:
4080         * docs/plugins/inspect/plugin-auparse.xml:
4081         * docs/plugins/inspect/plugin-autodetect.xml:
4082         * docs/plugins/inspect/plugin-avi.xml:
4083         * docs/plugins/inspect/plugin-cacasink.xml:
4084         * docs/plugins/inspect/plugin-cairo.xml:
4085         * docs/plugins/inspect/plugin-cdio.xml:
4086         * docs/plugins/inspect/plugin-cutter.xml:
4087         * docs/plugins/inspect/plugin-debug.xml:
4088         * docs/plugins/inspect/plugin-dv.xml:
4089         * docs/plugins/inspect/plugin-efence.xml:
4090         * docs/plugins/inspect/plugin-effectv.xml:
4091         * docs/plugins/inspect/plugin-equalizer.xml:
4092         * docs/plugins/inspect/plugin-esdsink.xml:
4093         * docs/plugins/inspect/plugin-flac.xml:
4094         * docs/plugins/inspect/plugin-flxdec.xml:
4095         * docs/plugins/inspect/plugin-gamma.xml:
4096         * docs/plugins/inspect/plugin-gconfelements.xml:
4097         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4098         * docs/plugins/inspect/plugin-goom.xml:
4099         * docs/plugins/inspect/plugin-goom2k1.xml:
4100         * docs/plugins/inspect/plugin-halelements.xml:
4101         * docs/plugins/inspect/plugin-icydemux.xml:
4102         * docs/plugins/inspect/plugin-id3demux.xml:
4103         * docs/plugins/inspect/plugin-jpeg.xml:
4104         * docs/plugins/inspect/plugin-level.xml:
4105         * docs/plugins/inspect/plugin-matroska.xml:
4106         * docs/plugins/inspect/plugin-monoscope.xml:
4107         * docs/plugins/inspect/plugin-mulaw.xml:
4108         * docs/plugins/inspect/plugin-multifile.xml:
4109         * docs/plugins/inspect/plugin-multipart.xml:
4110         * docs/plugins/inspect/plugin-navigationtest.xml:
4111         * docs/plugins/inspect/plugin-ossaudio.xml:
4112         * docs/plugins/inspect/plugin-png.xml:
4113         * docs/plugins/inspect/plugin-pulseaudio.xml:
4114         * docs/plugins/inspect/plugin-quicktime.xml:
4115         * docs/plugins/inspect/plugin-rtp.xml:
4116         * docs/plugins/inspect/plugin-rtsp.xml:
4117         * docs/plugins/inspect/plugin-smpte.xml:
4118         * docs/plugins/inspect/plugin-soup.xml:
4119         * docs/plugins/inspect/plugin-spectrum.xml:
4120         * docs/plugins/inspect/plugin-speex.xml:
4121         * docs/plugins/inspect/plugin-taglib.xml:
4122         * docs/plugins/inspect/plugin-udp.xml:
4123         * docs/plugins/inspect/plugin-video4linux2.xml:
4124         * docs/plugins/inspect/plugin-videobalance.xml:
4125         * docs/plugins/inspect/plugin-videobox.xml:
4126         * docs/plugins/inspect/plugin-videocrop.xml:
4127         * docs/plugins/inspect/plugin-videoflip.xml:
4128         * docs/plugins/inspect/plugin-videomixer.xml:
4129         * docs/plugins/inspect/plugin-wavenc.xml:
4130         * docs/plugins/inspect/plugin-wavpack.xml:
4131         * docs/plugins/inspect/plugin-wavparse.xml:
4132         * docs/plugins/inspect/plugin-ximagesrc.xml:
4133         * ext/pulse/plugin.c:
4134         * ext/pulse/pulsemixer.c:
4135         * ext/pulse/pulsesink.c:
4136         * ext/pulse/pulsesrc.c:
4137         Add documentation to the pulseaudio plugin and run make update
4138         in docs/plugins.
4139
4140 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4141
4142         Patch by: Brian Cameron <brian.cameron at sun dot com>
4143
4144         * sys/sunaudio/gstsunaudiomixerctrl.c:
4145         (gst_sunaudiomixer_ctrl_get_volume),
4146         (gst_sunaudiomixer_ctrl_set_volume):
4147         Improvements for the SunAudio mixer by handling mute as no gain
4148         for tracks that have a gain property but no mute property.
4149         Fixes bug #536067.
4150
4151 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4152
4153         * configure.ac:
4154         * ext/pulse/Makefile.am:
4155         * ext/pulse/plugin.c: (plugin_init):
4156         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4157         (gst_pulsemixer_implements_interface_init),
4158         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4159         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4160         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4161         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4162         * ext/pulse/pulsemixer.h:
4163         * ext/pulse/pulsemixerctrl.c:
4164         (gst_pulsemixer_ctrl_context_state_cb),
4165         (gst_pulsemixer_ctrl_sink_info_cb),
4166         (gst_pulsemixer_ctrl_source_info_cb),
4167         (gst_pulsemixer_ctrl_subscribe_cb),
4168         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4169         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4170         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4171         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4172         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4173         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4174         * ext/pulse/pulsemixerctrl.h:
4175         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4176         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4177         * ext/pulse/pulsemixertrack.h:
4178         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4179         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4180         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4181         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4182         (gst_pulseprobe_new), (gst_pulseprobe_free),
4183         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4184         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4185         (gst_pulseprobe_set_server):
4186         * ext/pulse/pulseprobe.h:
4187         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4188         (gst_pulsesink_class_init), (gst_pulsesink_init),
4189         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4190         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4191         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4192         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4193         (gst_pulsesink_stream_request_cb),
4194         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4195         (gst_pulsesink_close), (gst_pulsesink_prepare),
4196         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4197         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4198         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4199         (gst_pulsesink_event), (gst_pulsesink_get_type):
4200         * ext/pulse/pulsesink.h:
4201         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4202         (gst_pulsesrc_implements_interface_init),
4203         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4204         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4205         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4206         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4207         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4208         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4209         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4210         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4211         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4212         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4213         (gst_pulsesrc_get_type):
4214         * ext/pulse/pulsesrc.h:
4215         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4216         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4217         * ext/pulse/pulseutil.h:
4218         Add pulseaudio GStreamer element from gst-pulse. Development will
4219         continue here instead of pulseaudio SVN. Fixes bug #400679.
4220         Only changes over gst-pulse SVN are added copyright to the top of
4221         files and coding style changes.
4222
4223 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4224
4225         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4226
4227         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4228           (gst_cdio_add_cdtext_album_tags):
4229         * ext/cdio/gstcdio.h:
4230         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4231           Also extract album title and album genre from CD-TEXT if
4232           available (#537021).
4233
4234 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4235
4236         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4237
4238         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4239         Improve negotiation a bit more by picking the smallest possible
4240         resolution that is larger than the resolution specified in the
4241         first caps entry of the peer caps. Fixes bug #536994.
4242
4243 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4244
4245         Patch by: Bastien Nocera <hadess at hadess dot net>
4246
4247         * sys/v4l2/gstv4l2vidorient.c:
4248         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4249         Fix compilation with newer GIT kernels that deprecated
4250         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4251
4252 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4253
4254         * configure.ac:
4255         * ext/cdio/gstcdio.c:
4256         * ext/cdio/gstcdio.h:
4257         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4258           Require libcdio >= 0.76.
4259
4260 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4261
4262         * gst/avi/gstavidemux.c:
4263         Catch UNEXPECTED when downstream has reached end of
4264         segment in reverse mode.
4265
4266 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4267
4268         * gst/avi/gstavidemux.c:
4269         Fix typo in comment
4270
4271 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4272
4273         * gst/avi/gstavidemux.c:
4274         Because we don't know the frame order we need to push till
4275         the next keyframe
4276
4277 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4278
4279         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4280
4281         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4282         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4283         Provide a custom negotiation function to make sure to pick the highest
4284         possible framerate and resolution. Fixes bug #536646.
4285
4286 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4287
4288         * gst/avi/gstavidemux.c:
4289         Set EOS when going out of the segment in reverse playback
4290
4291 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4292
4293         * ext/taglib/Makefile.am::
4294           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4295           taglib headers (with gcc 4.3.1).
4296
4297 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4298
4299         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4300         Use the new gst_rtsp_connection_get_ip() to access the IP address
4301         of a GstRTSPConnection since it is a private member.
4302
4303 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4304
4305         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4306         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4307           Use new utility functions in libgsttag to process coverart (#512333).
4308
4309 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4312         We actually support left/side, right/side and mid/side files. The
4313         conversion to normal, interleaved stereo is done by libflac.
4314
4315 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4316
4317         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4318         (gst_ebml_write_set_cache):
4319         Unref the write cache in finalize if it was set and add add "FIXME"
4320         to a comment that needs it.
4321
4322 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4323
4324         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4325
4326         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4327         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4328         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4329         (gst_avi_demux_process_next_entry):
4330         * gst/avi/gstavidemux.h:
4331         Implement reverse playback. Fixes #535300.
4332         Small cleanups.
4333
4334 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4335
4336         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4337         (gst_videomixer_query_latency):
4338         When using gst_element_iterate_pads() one has to unref every pad
4339         after usage.
4340
4341 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4342
4343         Patch by: Bastien Nocera <hadess at hadess dot net>
4344         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4345         (qtdemux_parse_udta):
4346         * gst/qtdemux/qtdemux_fourcc.h:
4347         Improve meta-data handling, add 'comment', 'description' and
4348         'copyright' tag handling.
4349         Fixes #535935
4350
4351 2008-05-31  Julien Moutte  <julien@fluendo.com>
4352
4353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4354         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4355         (gst_qtdemux_seek_to_previous_keyframe),
4356         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4357         we don't clip the segment's stop using the main segment duration as
4358         that could crop quite some video frames. Make reverse playback support
4359         more robust and support edit lists. Support seeking to the last frame,
4360         and fix reverse looping playback. Add some debugging.
4361         * win32/common/config.h: Updated.
4362
4363 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4364
4365         * gst/equalizer/gstiirequalizer.c:
4366         (gst_iir_equalizer_transform_ip):
4367         Don't clip float/double samples, correctly unset passthrough mode
4368         and use better rounding for integer samples.
4369
4370 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4371
4372         * gst/equalizer/gstiirequalizer.c:
4373         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4374         (setup_filter), (set_passthrough), (update_coefficients),
4375         (gst_iir_equalizer_compute_frequencies),
4376         (gst_iir_equalizer_transform_ip):
4377         * gst/equalizer/gstiirequalizer.h:
4378         Update the filter coefficients only when needed in the transform_ip
4379         function and correctly set the element into passthrough mode if the
4380         gain of all bands is 0.
4381
4382 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4383
4384         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4385
4386         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4387         (gst_alpha_set_property), (gst_alpha_get_property),
4388         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4389         Try to skip pixels or areas that are too dark or too bright for us to do
4390         meaningfull color detection.
4391         Added properties to control the sensitivity to light and darkness.
4392         Added some small cleanups. Fixes #512345.
4393
4394 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4395
4396         * docs/plugins/.cvsignore:
4397         * tests/check/elements/.cvsignore:
4398         Ignore some more generated things
4399
4400         * tests/check/Makefile.am:
4401         Ignore OSS elements in the state changes test too.
4402
4403 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4404
4405         * docs/plugins/Makefile.am:
4406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4408         Add SMPTE effect elements to docs.
4409
4410 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4411
4412         * docs/plugins/Makefile.am:
4413         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4415         * ext/raw1394/gstdv1394src.c:
4416           Document whats first shown on the fdo plugin docs page :)
4417
4418 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4419
4420         * docs/plugins/Makefile.am:
4421         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4422         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4423         * docs/plugins/gst-plugins-good-plugins.args:
4424         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4425         * docs/plugins/inspect/plugin-audiofx.xml:
4426         * gst/audiofx/Makefile.am:
4427         * gst/audiofx/audiofx.c:
4428         * gst/audiofx/audiokaraoke.c:
4429         * gst/audiofx/audiokaraoke.h:
4430         * gst/audiofx/audiovoice.c:
4431         * gst/audiofx/audiovoice.h:
4432           Rename audiovoice to audiokaraoke and add it to the docs.
4433
4434 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4435
4436         * REQUIREMENTS:
4437         * docs/plugins/Makefile.am:
4438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4440         * docs/plugins/gst-plugins-good-plugins.args:
4441         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4442         * docs/plugins/gst-plugins-good-plugins.interfaces:
4443         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4444         * docs/plugins/inspect/plugin-aasink.xml:
4445         * docs/plugins/inspect/plugin-alaw.xml:
4446         * docs/plugins/inspect/plugin-alpha.xml:
4447         * docs/plugins/inspect/plugin-alphacolor.xml:
4448         * docs/plugins/inspect/plugin-annodex.xml:
4449         * docs/plugins/inspect/plugin-apetag.xml:
4450         * docs/plugins/inspect/plugin-audiofx.xml:
4451         * docs/plugins/inspect/plugin-auparse.xml:
4452         * docs/plugins/inspect/plugin-autodetect.xml:
4453         * docs/plugins/inspect/plugin-avi.xml:
4454         * docs/plugins/inspect/plugin-cacasink.xml:
4455         * docs/plugins/inspect/plugin-cairo.xml:
4456         * docs/plugins/inspect/plugin-cdio.xml:
4457         * docs/plugins/inspect/plugin-cutter.xml:
4458         * docs/plugins/inspect/plugin-debug.xml:
4459         * docs/plugins/inspect/plugin-dv.xml:
4460         * docs/plugins/inspect/plugin-efence.xml:
4461         * docs/plugins/inspect/plugin-effectv.xml:
4462         * docs/plugins/inspect/plugin-equalizer.xml:
4463         * docs/plugins/inspect/plugin-esdsink.xml:
4464         * docs/plugins/inspect/plugin-flac.xml:
4465         * docs/plugins/inspect/plugin-flxdec.xml:
4466         * docs/plugins/inspect/plugin-gamma.xml:
4467         * docs/plugins/inspect/plugin-gconfelements.xml:
4468         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4469         * docs/plugins/inspect/plugin-goom.xml:
4470         * docs/plugins/inspect/plugin-goom2k1.xml:
4471         * docs/plugins/inspect/plugin-halelements.xml:
4472         * docs/plugins/inspect/plugin-icydemux.xml:
4473         * docs/plugins/inspect/plugin-id3demux.xml:
4474         * docs/plugins/inspect/plugin-jpeg.xml:
4475         * docs/plugins/inspect/plugin-level.xml:
4476         * docs/plugins/inspect/plugin-matroska.xml:
4477         * docs/plugins/inspect/plugin-monoscope.xml:
4478         * docs/plugins/inspect/plugin-mulaw.xml:
4479         * docs/plugins/inspect/plugin-multifile.xml:
4480         * docs/plugins/inspect/plugin-multipart.xml:
4481         * docs/plugins/inspect/plugin-navigationtest.xml:
4482         * docs/plugins/inspect/plugin-ossaudio.xml:
4483         * docs/plugins/inspect/plugin-png.xml:
4484         * docs/plugins/inspect/plugin-quicktime.xml:
4485         * docs/plugins/inspect/plugin-rtp.xml:
4486         * docs/plugins/inspect/plugin-rtsp.xml:
4487         * docs/plugins/inspect/plugin-smpte.xml:
4488         * docs/plugins/inspect/plugin-soup.xml:
4489         * docs/plugins/inspect/plugin-spectrum.xml:
4490         * docs/plugins/inspect/plugin-speex.xml:
4491         * docs/plugins/inspect/plugin-taglib.xml:
4492         * docs/plugins/inspect/plugin-udp.xml:
4493         * docs/plugins/inspect/plugin-video4linux2.xml:
4494         * docs/plugins/inspect/plugin-videobalance.xml:
4495         * docs/plugins/inspect/plugin-videobox.xml:
4496         * docs/plugins/inspect/plugin-videocrop.xml:
4497         * docs/plugins/inspect/plugin-videoflip.xml:
4498         * docs/plugins/inspect/plugin-videomixer.xml:
4499         * docs/plugins/inspect/plugin-wavenc.xml:
4500         * docs/plugins/inspect/plugin-wavpack.xml:
4501         * docs/plugins/inspect/plugin-wavparse.xml:
4502         * docs/plugins/inspect/plugin-ximagesrc.xml:
4503         * ext/aalib/gstaasink.c:
4504         * ext/libcaca/gstcacasink.c:
4505           Document aasink and cacasink.
4506
4507 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4508
4509         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4510         (gst_videomixer_init), (gst_videomixer_query_duration),
4511         (gst_videomixer_query_latency), (gst_videomixer_query),
4512         (gst_videomixer_blend_buffers):
4513         * gst/videomixer/videomixer.h:
4514         Implement position (in time), duration and latency queries.
4515
4516 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4517
4518         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4519         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4520         (gst_videomixer_fill_queues), (forward_event_func),
4521         (forward_event), (gst_videomixer_src_event),
4522         (gst_videomixer_sink_event):
4523         * gst/videomixer/videomixer.h:
4524         Implement proper seek/newsegment handling.
4525         Based on adder's implementation.
4526         Fixes #535121
4527
4528 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4529
4530         Patch by: Jan Gerber <j at oil21 dot org>
4531
4532         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4533         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4534
4535 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4536
4537         * gst/audiofx/Makefile.am:
4538         * gst/audiofx/audiofx.c: (plugin_init):
4539         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4540         (gst_audio_voice_class_init), (gst_audio_voice_init),
4541         (update_filter), (gst_audio_voice_set_property),
4542         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4543         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4544         (gst_audio_voice_transform_ip):
4545         * gst/audiofx/audiovoice.h:
4546         Add simple voice removal element. Yay karaoke.
4547
4548 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4549
4550         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4551
4552         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4553         Fix potential caps leak.
4554         If we can't get the framerate with an ioctl, try to get it with the
4555         current norm. Fixes #520092.
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:
4562         (gst_v4l2src_probe_caps_for_format_and_size):
4563         If we fail to get the frame intervals, simply don't touch the framerates
4564         on the template caps instead of discarding the format. See #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/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4571         (gst_v4l2_get_caps_info):
4572         Add NV12, NV21 and bayer support. See #520092.
4573
4574 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4575
4576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4577         (gst_qtdemux_activate_segment):
4578         Unbreak segment activation again. Fixes #531672.
4579
4580 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4581
4582         * ext/flac/Makefile.am:
4583         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4584         Set the channel layout when decoding FLAC files with more than 2
4585         channels as defined by the FLAC spec. Fixes bug #534570.
4586
4587         Also don't try to decode left/side, right/side and mid/side files
4588         as we don't support this at all.
4589
4590 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4591
4592         * configure.ac:
4593           We need -base CVS (rtsp).
4594
4595 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4596
4597         * gst/udp/Makefile.am:
4598           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4599           when including netdb.h when building against glibc >= 2.8.
4600
4601 2008-05-22  Julien Moutte  <julien@fluendo.com>
4602
4603         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4604         debug statement arguments.
4605         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4606         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4607         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4608         on more platforms.
4609
4610 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4611
4612         * tests/check/elements/avimux.c: (setup_src_pad),
4613         (teardown_src_pad):
4614         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4615         (GST_START_TEST):
4616         * tests/check/elements/matroskamux.c: (setup_src_pad),
4617         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4618         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4619         (GST_START_TEST):
4620         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4621         (setup_wavpackparse), (cleanup_wavpackparse):
4622         Don't use gst_element_get_pad(), it's a bad, bad method.
4623
4624 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4627         (do_toggle_element):
4628         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4629         (do_toggle_element):
4630         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4631         (do_toggle_element):
4632         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4633         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4634         (do_toggle_element):
4635         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4636         (do_toggle_element):
4637         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4638         (gst_auto_audio_sink_detect):
4639         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4640         (gst_auto_video_sink_detect):
4641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4642         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4643         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4644         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4645         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4646         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4647         * tests/icles/videocrop-test.c: (test_with_caps),
4648         (video_crop_get_test_caps):
4649         Don't use gst_element_get_pad(), it's a bad method.
4650
4651 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4652
4653         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4654         (gst_multiudpsink_add_internal):
4655         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4656         (gst_udp_join_group):
4657         * gst/udp/gstudpnetutils.h:
4658         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4659         Joining a multicast group and setting the loop/ttl properties are
4660         totally unrelated tasks are must be separated.
4661
4662 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4663
4664         * gst/avi/gstavimux.c:
4665           Also support alaw/mulaw.
4666
4667 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4668
4669         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4670         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4671         * gst/udp/gstmultiudpsink.h:
4672         Add a fixme for the auto-multicast property.
4673         Fix some confusing debug messages.
4674         Disable setting a qos value by default.
4675
4676 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4677
4678         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4679
4680         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4681         Ignore EPERM errors from sendto. Fixes #533619.
4682
4683 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4684
4685         Patch by: Henrik Eriksson <henriken at axis dot com>
4686
4687         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4688         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4689         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4690         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4691         * gst/udp/gstmultiudpsink.h:
4692         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4693
4694 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4695
4696         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4697         Improve debugging of the ident.
4698
4699 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4700
4701         Patch by: Bruno Santos <brunof at ua dot pt>
4702
4703         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4704         (gst_udp_join_group), (gst_udp_leave_group),
4705         (gst_udp_is_multicast):
4706         * gst/udp/gstudpnetutils.h:
4707         Provide a bunch of helper methods to deal with IPv4 and IPv6
4708         transparently.
4709
4710         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4711         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4712         (gst_multiudpsink_get_property), (join_multicast),
4713         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4714         (gst_multiudpsink_remove):
4715         * gst/udp/gstmultiudpsink.h:
4716         Add multicast TTL and loopback properties.
4717         Use the helper methods to implement ip4 and ip6.
4718
4719         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4720         * gst/udp/gstudpsrc.h:
4721         Use the helper methods to implement ip4 and ip6.
4722         Fixes #515962.
4723
4724 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4725
4726         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4727
4728         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4729         (gst_multipart_demux_get_gstname),
4730         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4731         * gst/multipart/multipartdemux.h:
4732         Don't blindly copy the mime-type as the caps name because they not
4733         always map directly. Instead use a hashtable with common mappings.
4734         Fixes #533287.
4735
4736 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         * ext/esd/esdsink.c: (gst_esdsink_write):
4739         When we post an error, we must return -1 to let the parent know that we
4740         cannot write the segment else it will loop and continue to call us again
4741         forever. Patch by Michael Meeks.
4742
4743 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4744
4745         * gst/videomixer/videomixer.c:
4746           Add missing incudes.
4747
4748 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4749
4750         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4751         (gst_rtp_h264_pay_handle_buffer):
4752         * gst/rtp/gstrtph264pay.h:
4753         Correct a typo (sinle -> single).
4754
4755 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4756
4757         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4758         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4759         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4760         (gst_rtp_h264_depay_process):
4761         * gst/rtp/gstrtph264depay.h:
4762         Add experimental support for outputting quicktime-like AVC output in
4763         addition to the existing bytestream output.
4764
4765         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4766         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4767         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4768         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4769         (gst_rtp_h264_pay_get_property):
4770         * gst/rtp/gstrtph264pay.h:
4771         Make the parsing mode configurable, for some inputs we don't need to
4772         scan every byte for start codes.
4773         Only set the marker bit on ACCESS units.
4774
4775 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4776
4777         * gst/equalizer/gstiirequalizer.c:
4778         Use a bigger type in integer mode for the intermediate results to
4779         prevent overflows. This fixes the crippled sound when using the
4780         equalizer in integer mode. Fixes bug #510865.
4781
4782 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4783
4784         * gst/videomixer/videomixer.c:
4785         * gst/videomixer/videomixer.h:
4786         Instead of a random number for the request pad id's,
4787         use a counter.
4788
4789         Register the videomixerpad class from the element's class_init
4790         where it's safer, and allows the docs generator to scan it.
4791
4792 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4793
4794         * gst/smpte/Makefile.am:
4795         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4796         * gst/smpte/gstsmpte.h:
4797         * gst/smpte/gstsmptealpha.c:
4798         (gst_smpte_alpha_transition_type_get_type),
4799         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4800         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4801         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4802         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4803         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4804         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4805         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4806         * gst/smpte/gstsmptealpha.h:
4807         * gst/smpte/plugin.c: (plugin_init):
4808         Add new plugin that adds the SMPTE transition in the alpha channel of
4809         I420 and AYUV frames so that they can be blended with videomixer later
4810         on. Uses all niceties such as using base transform for efficient alloc
4811         and negotiation. It currently requires GstController to control the
4812         position in the transition effect.
4813
4814 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4815
4816         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4817         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4818         * docs/plugins/gst-plugins-good-plugins.args:
4819         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4820         * docs/plugins/gst-plugins-good-plugins.interfaces:
4821         * docs/plugins/gst-plugins-good-plugins.types:
4822         * gst/videomixer/videomixer.c:
4823           Try using thaytans new mechanism to get extra classes into plugin
4824           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4825           missing still.
4826
4827 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4828
4829         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4830         Set proper rate in avi stream header for PCM audio, and also do some
4831         more sanity checks on caps in this case.  Fixes #511489.
4832
4833 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4834
4835         * sys/v4l2/gstv4l2src.c:
4836         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4837         isn't implemented at all yet and this requires X headers to be
4838         installed. Fixes bug #533264.
4839
4840 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4841
4842         reviewed by: <delete if not using a buddy>
4843
4844         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4845         (gst_ebml_write_set_cache):
4846         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4847         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4848         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4849         (gst_matroska_demux_read_track_encodings),
4850         (gst_matroska_demux_add_stream),
4851         (gst_matroska_demux_handle_src_query),
4852         (gst_matroska_demux_init_stream),
4853         (gst_matroska_demux_parse_index_cuetrack),
4854         (gst_matroska_demux_parse_index_pointentry),
4855         (gst_matroska_demux_parse_info),
4856         (gst_matroska_demux_parse_metadata_id_simple_tag),
4857         (gst_matroska_demux_parse_metadata),
4858         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4859         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4860         (gst_matroska_demux_parse_cluster),
4861         (gst_matroska_demux_parse_contents_seekentry),
4862         (gst_matroska_demux_loop_stream_parse_id),
4863         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4864         (gst_matroska_demux_audio_caps),
4865         (gst_matroska_demux_subtitle_caps):
4866         * gst/matroska/matroska-demux.h:
4867         * gst/matroska/matroska-ids.c:
4868         (gst_matroska_track_init_subtitle_context):
4869         * gst/matroska/matroska-ids.h:
4870         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4871         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4872         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4873         * sys/v4l2/gstv4l2src.c:
4874         * tests/check/pipelines/wavpack.c: (bus_handler):
4875         * win32/common/config.h:
4876
4877 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4878
4879         * ext/wavpack/gstwavpackstreamreader.c:
4880         * tests/examples/spectrum/demo-audiotest.c:
4881         * tests/examples/spectrum/demo-osssrc.c:
4882         Fix some compiler warnings.
4883
4884 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4885
4886         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4887         Small comment added.
4888
4889         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4890         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4891         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4892         Debug string cleanups (remove trailing \n)
4893         Refactor and clean up the payloader a bit and make sure that we only
4894         put one NAL unit in an RTP packet even if the input buffer contains
4895         multiple NAL units.
4896         Add suport for AVC format input.
4897
4898 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4899
4900         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4901         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4902         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4903         * gst/rtp/gstrtph264pay.h:
4904         Make it possible to specify profile-level-id and sprop-parameter-sets
4905         using properties in case they are not available in-stream.
4906
4907 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4908
4909         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4910         * docs/plugins/gst-plugins-good-plugins.args:
4911         * docs/plugins/inspect/plugin-ladspa.xml:
4912           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4913
4914 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4915
4916         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4917         Send an initial BYTE segment to inform downstream of later seeking,
4918         and to forego sync attempts.
4919
4920 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4921
4922         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4923         Fix wrong caps string.
4924
4925 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4926
4927         Based on patch by: Olivier Crete <tester at tester dot ca>
4928
4929         * gst/rtp/Makefile.am:
4930         * gst/rtp/gstrtp.c: (plugin_init):
4931         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4932         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4933         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4934         (gst_rtp_g729_depay_plugin_init):
4935         * gst/rtp/gstrtpg729depay.h:
4936         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4937         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4938         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4939         * gst/rtp/gstrtpg729pay.h:
4940         Added G729 pay and depayloaders. Fixes #532409.
4941
4942 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4943
4944         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4945         Fix the calculation of the duration of the concealment packets.
4946
4947 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4948
4949         Based on patch by: Olivier Crete <tester at tester dot ca>
4950
4951         * gst/rtp/Makefile.am:
4952         * gst/rtp/gstrtp.c: (plugin_init):
4953         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4954         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4955         (parse_encode), (gst_rtp_dv_depay_setcaps),
4956         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4957         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4958         (gst_rtp_dv_depay_plugin_init):
4959         * gst/rtp/gstrtpdvdepay.h:
4960         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4961         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4962         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4963         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4964         (gst_dv_pay_negotiate), (include_dif),
4965         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4966         * gst/rtp/gstrtpdvpay.h:
4967         Add DV pay and depayloaders. Fixes #532423.
4968
4969 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4970
4971         * gst/matroska/matroska-demux.c:
4972         (gst_matroska_demux_push_dvd_clut_change_event):
4973         Convert subtitle palette info in VobSub private data from VobSub's
4974         (buggy) RGB to YUV.
4975
4976 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4977
4978         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4979         Do not leave fourcc stream header field empty upon reset.
4980         Fixes #519301.
4981
4982 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4983
4984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4986         * docs/plugins/inspect/plugin-goom.xml:
4987         * docs/plugins/inspect/plugin-goom2k1.xml:
4988         * gst/goom/gstgoom.c:
4989         * gst/goom2k1/gstgoom.c:
4990         Add goom2k1 into the docs.
4991
4992 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         Based on patch by: Wouter Cloetens  <wouter at mind be>
4995
4996         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4997         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4998         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4999         (gst_rtsp_decode_quoted_string),
5000         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
5001         (gst_rtspsrc_setup_auth):
5002         Support Digest authentication. Fixes #532065.
5003
5004 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
5005
5006         * gst/level/gstlevel.c:
5007           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
5008           about whats needed for liboil acceleration. Simplify docs a bit.
5009
5010 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
5011
5012         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5013
5014         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
5015         Update the track duration if the old one was invalid.
5016         Fixes bug #532117.
5017
5018 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5019
5020         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
5021           Use GST_STR_NULL when trying to print sps and pps strings that could
5022           be NULL, as this might crash on some platforms.
5023
5024 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5025
5026         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5027
5028         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5029           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5030           set after creating the clipper.
5031
5032 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5033
5034         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5035
5036         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5037           Added checking of surface lost case after an unsuccessful
5038           IDirectDrawSurface7_Lock() call.
5039           If surface is lost, return GST_FLOW_OK.
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           WndProc, gst_directdraw_sink_window_thread):
5047           Improved Windows message loop and fixed window destruction issue.
5048           When the window which DirectDraw is rendering to is destroyed, the
5049           render/show_frame function will return GST_FLOW_ERROR.
5050           Partially fixes #520885.
5051
5052 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5053
5054         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5055
5056         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5057           Fixed mid stream resolution change bug, the offscreen surface is now
5058           released when set_caps is called.
5059           Partially fixes #520885.
5060
5061 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5062
5063         * sys/directdraw/gstdirectdrawsink.c
5064           (gst_directdraw_sink_buffer_alloc):
5065           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5066           width/height.
5067
5068           Especially when looking through the pool of buffers, make sure that
5069           the width/height of caps is used instead of the already negotiated
5070           dimensions.
5071           For example if a buffer with different caps is requested, i.e.
5072           higher resolution, the caller would get a buffer with the old
5073           dimensions and thus corrupt the heap.
5074
5075 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5076
5077         * sys/directdraw/gstdirectdrawsink.c
5078           (gst_directdraw_sink_buffer_alloc):
5079           Clear the flags on recycled buffers from buffer_alloc.
5080           Partially fixes #520885.
5081
5082 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5083
5084         * gst/rtp/gstrtpilbcpay.c:
5085           Added missing stdlib.h include for strtol(), and made include ordering and
5086           style consistent with the corresponding depayloader.
5087
5088 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5089
5090         * configure.ac:
5091           Error out if we don't have the required core/base versions.
5092
5093 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5094
5095         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5096
5097         * sys/osxvideo/cocoawindow.m:
5098         Fix compiler warnings on PPC64. Fixes bug #499318.
5099
5100 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5101
5102         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5103
5104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5105         Don't leak file descriptors on error. Fixes #531532.
5106
5107 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5108
5109         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5110         (gst_gconf_audio_src_change_state):
5111         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5112         (gst_gconf_video_sink_change_state):
5113         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5114         (gst_gconf_video_src_change_state):
5115         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5116         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5117         When we can't create a fakesink/fakesrc complain instead of unreffing
5118         NULL pointers and crashing later. See bug #530535.
5119
5120 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5121
5122         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5123         Add some more debug info and guard against small payloads.
5124
5125         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5126         Set duration on outgoing buffers because we can.
5127
5128 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5129
5130         Patch by: Olivier Crete <tester at tester dot ca>
5131
5132         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5133         (gst_speex_enc_init), (gst_speex_enc_chain):
5134         Add negotiation for the speex channels and rate. Fixes #465146.
5135
5136 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5137
5138         Patch by: Olivier Crete <tester at tester dot ca>
5139
5140         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5141         (gst_rtp_speex_pay_getcaps):
5142         Add negotiation for the speex channels and rate. See #465146.
5143
5144 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5145
5146         Patch by: Olivier Crete <tester at tester dot ca>
5147
5148         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5149         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5150         Add negotiation for the ILBC mode. See #465146.
5151
5152 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5153
5154         * ext/soup/gstsouphttpsrc.c:
5155           Include stdlib to fix the build. Use g_free instead of free, libsoup
5156           uses glib.
5157
5158 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5159
5160         Patch by: j^ <j@bootlab.org>
5161
5162         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5163         Add more mpeg2 variants. Fixes #530886.
5164
5165 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5166
5167         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5168
5169         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5170           Don't error out if we get an ICMP destination-unreachable
5171           message when trying to read packets on win32 (#529454).
5172
5173 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5174
5175         * configure.ac:
5176         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5177           Use new error code for encrypted streams (which requires core CVS).
5178
5179 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5180
5181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5182           (gst_qtdemux_audiosrc_template):
5183           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5184
5185 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5186
5187         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5188         (speex_dec_chain_parse_data):
5189         Produce concealment data when time progresses in a segment update.
5190
5191 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5192
5193         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5194         (speex_dec_chain):
5195         Try to preserve input timestamps when we can.
5196         Do beginnings of error concealment.
5197
5198 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5199
5200         * gst/debug/gstnavigationtest.c:
5201           MSVC doesn't provide rint(), define an adequate replacement locally as
5202           elsewhere.
5203
5204 2008-04-28  Julien Moutte  <julien@fluendo.com>
5205
5206         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5207         format to pacify Mac OSX's gcc.
5208
5209 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5212           (DEFAULT_MAX), (src_template), (sink_template),
5213           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5214           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5215           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5216           Bring rndbuffersize element into a state that doesn't require us
5217           to move it to -bad immediately. For one, fix up default min/max
5218           values so that the element actuall works using the default values.
5219           Also, don't ignore flow return values and do some kind of minimal
5220           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5221           other gratuitious clean-ups.
5222
5223 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5224
5225         * docs/plugins/Makefile.am:
5226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5228         * docs/plugins/gst-plugins-good-plugins.args:
5229         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5230         * docs/plugins/gst-plugins-good-plugins.interfaces:
5231         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5232         * docs/plugins/inspect/plugin-1394.xml:
5233         * docs/plugins/inspect/plugin-aasink.xml:
5234         * docs/plugins/inspect/plugin-alaw.xml:
5235         * docs/plugins/inspect/plugin-alpha.xml:
5236         * docs/plugins/inspect/plugin-alphacolor.xml:
5237         * docs/plugins/inspect/plugin-annodex.xml:
5238         * docs/plugins/inspect/plugin-apetag.xml:
5239         * docs/plugins/inspect/plugin-audiofx.xml:
5240         * docs/plugins/inspect/plugin-auparse.xml:
5241         * docs/plugins/inspect/plugin-autodetect.xml:
5242         * docs/plugins/inspect/plugin-avi.xml:
5243         * docs/plugins/inspect/plugin-cacasink.xml:
5244         * docs/plugins/inspect/plugin-cairo.xml:
5245         * docs/plugins/inspect/plugin-cdio.xml:
5246         * docs/plugins/inspect/plugin-cutter.xml:
5247         * docs/plugins/inspect/plugin-debug.xml:
5248         * docs/plugins/inspect/plugin-dv.xml:
5249         * docs/plugins/inspect/plugin-efence.xml:
5250         * docs/plugins/inspect/plugin-effectv.xml:
5251         * docs/plugins/inspect/plugin-equalizer.xml:
5252         * docs/plugins/inspect/plugin-esdsink.xml:
5253         * docs/plugins/inspect/plugin-flac.xml:
5254         * docs/plugins/inspect/plugin-flxdec.xml:
5255         * docs/plugins/inspect/plugin-gamma.xml:
5256         * docs/plugins/inspect/plugin-gconfelements.xml:
5257         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5258         * docs/plugins/inspect/plugin-goom.xml:
5259         * docs/plugins/inspect/plugin-halelements.xml:
5260         * docs/plugins/inspect/plugin-icydemux.xml:
5261         * docs/plugins/inspect/plugin-id3demux.xml:
5262         * docs/plugins/inspect/plugin-jpeg.xml:
5263         * docs/plugins/inspect/plugin-level.xml:
5264         * docs/plugins/inspect/plugin-matroska.xml:
5265         * docs/plugins/inspect/plugin-monoscope.xml:
5266         * docs/plugins/inspect/plugin-mulaw.xml:
5267         * docs/plugins/inspect/plugin-multifile.xml:
5268         * docs/plugins/inspect/plugin-multipart.xml:
5269         * docs/plugins/inspect/plugin-navigationtest.xml:
5270         * docs/plugins/inspect/plugin-ossaudio.xml:
5271         * docs/plugins/inspect/plugin-png.xml:
5272         * docs/plugins/inspect/plugin-quicktime.xml:
5273         * docs/plugins/inspect/plugin-rtp.xml:
5274         * docs/plugins/inspect/plugin-rtsp.xml:
5275         * docs/plugins/inspect/plugin-shout2send.xml:
5276         * docs/plugins/inspect/plugin-smpte.xml:
5277         * docs/plugins/inspect/plugin-spectrum.xml:
5278         * docs/plugins/inspect/plugin-speex.xml:
5279         * docs/plugins/inspect/plugin-taglib.xml:
5280         * docs/plugins/inspect/plugin-udp.xml:
5281         * docs/plugins/inspect/plugin-video4linux2.xml:
5282         * docs/plugins/inspect/plugin-videobalance.xml:
5283         * docs/plugins/inspect/plugin-videobox.xml:
5284         * docs/plugins/inspect/plugin-videocrop.xml:
5285         * docs/plugins/inspect/plugin-videoflip.xml:
5286         * docs/plugins/inspect/plugin-videomixer.xml:
5287         * docs/plugins/inspect/plugin-wavenc.xml:
5288         * docs/plugins/inspect/plugin-wavpack.xml:
5289         * docs/plugins/inspect/plugin-wavparse.xml:
5290         * docs/plugins/inspect/plugin-ximagesrc.xml:
5291           Add docs for gdkpixbufsink; update docs to CVS version.
5292
5293 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5294
5295         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5296         Remove test sync-offset by default.
5297
5298 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5299
5300         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5301         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5302         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5303           Use GLib versions of htonl, htons, ntohl and ntohs in order
5304           to avoid problems on win32 (#529707).
5305
5306 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         Patch by: Jesús Corrius <jesus at softcatala org>
5309
5310         * gst/goom/filters.c: (zoomVector):
5311         * gst/goom/goom_core.c: (init_buffers):
5312           Fix build with mingw32: use rand() instead of random() and
5313           replace bzero() with memset(). Fixes #529692.
5314
5315 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5316
5317         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5318         Fix typo in comments.
5319
5320         * tests/examples/rtp/client-H263p-PCMA.sdp:
5321         * tests/examples/rtp/client-H263p-PCMA.sh:
5322         * tests/examples/rtp/client-H264-PCMA.sdp:
5323         * tests/examples/rtp/client-H264-PCMA.sh:
5324         * tests/examples/rtp/client-H264.sdp:
5325         * tests/examples/rtp/client-H264.sh:
5326         * tests/examples/rtp/client-PCMA.sdp:
5327         * tests/examples/rtp/client-PCMA.sh:
5328         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5329         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5330         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5331         Add some more docs and fix examples.
5332
5333 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5334
5335         * tests/check/elements/multifile.c:
5336         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5337         declared in the former, some have it declared in the latter.
5338
5339 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5340
5341         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5342         * gst/debug/tests.c: (md5_get_value):
5343         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5344         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5345         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5346         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5347         Stop using deprecated GLib functions.
5348
5349 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5350
5351         * configure.ac:
5352         Back to development -> 0.10.8.1
5353
5354 === release 0.10.8 ===
5355
5356 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5357
5358         * configure.ac:
5359           releasing 0.10.8, "One For The Money"
5360
5361 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5362
5363         * configure.ac:
5364         0.10.7.4 pre-release
5365
5366 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5367
5368         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5369         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5370         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5371         * gst/goom/flying_stars_fx.c: (fs_free):
5372         * gst/goom/goom_config_param.h:
5373         * gst/goom/goom_core.c: (goom_init), (goom_close):
5374         * gst/goom/goom_plugin_info.h:
5375         * gst/goom/gstgoom.c: (gst_goom_finalize):
5376         * gst/goom/lines.c: (goom_lines_free):
5377         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5378         * gst/goom/surf3d.c: (grid3d_free):
5379         * gst/goom/surf3d.h:
5380         * gst/goom/tentacle3d.c: (tentacle_free):
5381         Free a bunch of stuff, and initialise things to fix leaks
5382         and valgrind warnings in the testsuite.
5383
5384         Fixes: #529268
5385
5386 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5387
5388         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5389         (gst_rtspsrc_configure_caps):
5390         Ref caps as the return value for the request_pt_map signal.
5391         Remove some caps weirdness when configuring a stream. See #528245.
5392
5393 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5394
5395         * tests/icles/gdkpixbufsink-test.c:
5396           Add cast to placate gcc 4.1.2.
5397
5398 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5399
5400         * configure.ac:
5401         0.10.7.3 pre-release
5402
5403 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5404
5405         * tests/check/Makefile.am:
5406         Disable some more elements in the state test.
5407         Add a define so the soup test can find the test files
5408         it needs at runtime.
5409
5410         * tests/check/elements/souphttpsrc.c: (run_server):
5411
5412         Add a define so the soup test can find the test files
5413         it needs at runtime.
5414
5415 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5416
5417         * gst/goom/convolve_fx.c: (convolve_apply):
5418         Don't ever draw the GOOM logo.
5419         Fixes: #528615
5420
5421 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5422
5423         * ext/cdio/gstcdiocddasrc.c:
5424         * ext/dv/gstdvdemux.c: 
5425         gst_atomic_int_set ==> g_atomic_int_set
5426
5427 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         * configure.ac:
5430         * gst/goom/Makefile.am:
5431         * gst/goom/convolve_fx.c:
5432         * gst/goom/default_scripts.h:
5433         * gst/goom/goom.h:
5434         * gst/goom/goom_core.c: (choose_a_goom_line):
5435         * gst/goom/goom_plugin_info.h:
5436         * gst/goom/goomsl.c:
5437         * gst/goom/goomsl.h:
5438         * gst/goom/goomsl_hash.c:
5439         * gst/goom/goomsl_hash.h:
5440         * gst/goom/goomsl_heap.c:
5441         * gst/goom/goomsl_heap.h:
5442         * gst/goom/goomsl_private.h:
5443         * gst/goom/plugin_info.c:
5444           Strip out the config/script parsing stuff, we don't need it.
5445           Fixes #527999.
5446
5447 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * gst/goom/plugin_info.c: (setOptimizedMethods):
5450           Disable altivec optimisations for 32-bit PPC as well to make
5451           things build properly on all PPC systems. Fixes #528143
5452
5453 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5454
5455         * gst-plugins-good.spec.in:
5456           Update for souphttpsrc plugin which has moved to -good.
5457
5458 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5459
5460         * gst/matroska/matroska-demux.c:
5461         (gst_matroska_demux_handle_seek_event):
5462         Fix open-ended seeks in matroskademux
5463         Patch by: Mark Nauwelaerts <manauw skynet be>
5464         Fixes: #526557
5465
5466 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5467
5468         * tests/check/Makefile.am:
5469         Add soup test certificates to the dist.
5470
5471 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5472
5473         * ext/Makefile.am:
5474         Remove LADSPA reference I missed.
5475
5476 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5477
5478         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5479         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5480         over gnome-vfs and everything else. Fixes bug #527848.
5481
5482 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5483
5484         * configure.ac:
5485         * ext/Makefile.am:
5486         Remove LADSPA plugin. Fixes: #515978
5487
5488 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5489
5490         * configure.ac:
5491         * docs/plugins/Makefile.am:
5492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5494         * docs/plugins/gst-plugins-good-plugins.args:
5495         * docs/plugins/inspect/plugin-soup.xml:
5496         * ext/Makefile.am:
5497         * tests/check/Makefile.am:
5498         Move soup plugin from -bad (Fixes: #523124)
5499
5500 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5501
5502         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5503         Fix bounds checking of mode in Speex header, which may
5504         produce negative numbers in speex <= 1.1.12
5505
5506 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5507
5508         * gst/goom/Makefile.am:
5509         * gst/goom/gfontlib.c:
5510         * gst/goom/gfontlib.h:
5511         * gst/goom/gfontrle.c:
5512         * gst/goom/gfontrle.h:
5513         * gst/goom/goom.h:
5514         * gst/goom/goom_core.c: (goom_update):
5515         * gst/goom/goom_plugin_info.h:
5516         * gst/goom/gstgoom.c: (gst_goom_chain):
5517         * gst/goom/plugin_info.c:
5518           Remove a bunch of font/text related code that we don't need.
5519
5520 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst/goom/ppc_drawings.s:
5523         * gst/goom/ppc_zoom_ultimate.s:
5524           Change license of these files to LGPL, as permitted by the
5525           author, Guillaume Borios. See #515073.
5526
5527 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5528
5529         * gst/goom/convolve_fx.c:
5530         * gst/goom/motif_goom1.h:
5531         * gst/goom/motif_goom2.h:
5532           As hinted in Bug #518213, revert one change and fix warnings properly.
5533           This fixes both #518213 and #520073 for me.     
5534
5535 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5536
5537         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5538         * gst/matroska/matroska-demux.c:
5539         (gst_matroska_demux_handle_seek_event),
5540         (gst_matroska_demux_parse_contents_seekentry),
5541         (gst_matroska_demux_loop):
5542         Fix the Forte build by making function declaration signatures
5543         match the implementations.
5544
5545 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5548         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5549         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5550           More logging when probing (see #518474), some comments in _reset().
5551
5552 2008-04-07  Julien Moutte  <julien@fluendo.com>
5553
5554         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5555         because of a bad argument number.
5556
5557 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5558
5559         * tests/icles/.cvsignore:
5560         * tests/icles/Makefile.am:
5561         * tests/icles/gdkpixbufsink-test.c:
5562           Interactive test app for gdkpixbufsink.
5563
5564 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5565
5566         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5567
5568         * configure.ac:
5569         Actually build dlls when cross-compiling with mingw32.
5570         Fixes bug #526247.
5571
5572 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5575           Don't munge device string to 'default:x' for capture devices.
5576           Fixes #525833.
5577
5578 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5579
5580         * ext/wavpack/gstwavpackparse.c:
5581         (gst_wavpack_parse_index_entry_free):
5582         Always use GSlice as we actually depend on GLib 2.12 already.
5583
5584 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5585
5586         * configure.ac:
5587           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5588           Also bump the GLib requirement to the current de-facto requirement
5589           (ie. 2.12).
5590
5591 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5592
5593         * gst/rtp/gstrtph264pay.c: (encode_base64),
5594         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5595         * gst/rtp/gstrtph264pay.h:
5596         Parse codec_data for future AVC compatibility.
5597         Fail when we encounter AVC data for now.
5598
5599 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5600
5601         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5602           (gst_spectrum_init), (gst_spectrum_set_property),
5603           (gst_spectrum_get_property), (gst_spectrum_message_new):
5604           Rename property enums and default defines for the properties to match
5605           the property names and rephrase property descriptions to make them a
5606           bit clearer (hopefully). See #518188.
5607
5608 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5609
5610         * tests/check/Makefile.am:
5611         * tests/check/elements/.cvsignore:
5612         * tests/check/elements/gdkpixbufsink.c:
5613           Add unit test for gdkpixbufsink element.
5614
5615 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5616
5617         * ext/gdk_pixbuf/Makefile.am:
5618         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5619         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5620           (gst_gdk_pixbuf_sink_base_init),
5621           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5622           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5623           (gst_gdk_pixbuf_sink_set_caps),
5624           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5625           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5626           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5627           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5628           (gst_gdk_pixbuf_sink_get_property):
5629         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5630           Add gdkpixbufsink element for easy snapshotting (#525946).
5631
5632 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5633
5634         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5635         Bump timeout from 3 to 60 seconds.
5636
5637 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5638
5639         * tests/check/pipelines/.cvignore:
5640         Remove useless file.
5641
5642         * tests/check/pipelines/.cvsignore:
5643         Add new test to .cvsignore.
5644
5645 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5646
5647         * tests/check/Makefile.am:
5648         * tests/check/pipelines/wavpack.c: (bus_handler),
5649         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5650         (wavpack_suite), (main):
5651         Add unit test that encodes and decodes some data, checks that it
5652         is still the same and that all timestamps/offsets are perfect.
5653
5654 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5657         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5658         * ext/wavpack/gstwavpackparse.c:
5659         (gst_wavpack_parse_index_entry_new),
5660         (gst_wavpack_parse_index_entry_free),
5661         (gst_wavpack_parse_base_init),
5662         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5663         Use GSlice for allocating index entries and use
5664         gst_element_class_set_details_simple().
5665
5666 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5667
5668         Patch by: Brian Cameron <brian.cameron at sun dot com>
5669
5670         * sys/sunaudio/gstsunaudio.c:
5671         * sys/sunaudio/gstsunaudiomixer.c:
5672         * sys/sunaudio/gstsunaudiomixer.h:
5673         * sys/sunaudio/gstsunaudiomixerctrl.c:
5674         * sys/sunaudio/gstsunaudiomixerctrl.h:
5675         * sys/sunaudio/gstsunaudiomixertrack.c:
5676         * sys/sunaudio/gstsunaudiomixertrack.h:
5677         * sys/sunaudio/gstsunaudiosink.c:
5678         * sys/sunaudio/gstsunaudiosink.h:
5679         * sys/sunaudio/gstsunaudiosrc.c:
5680         * sys/sunaudio/gstsunaudiosrc.h:
5681           Fix up copyrights (#525860).
5682
5683 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5684
5685         * gst/goom/goomsl.c: (gsl_read_file):
5686           Check return value of fread() to avoid compiler warnings.
5687
5688 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5689
5690         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5691
5692         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5693         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5694         * gst/law/alaw-decode.h:
5695         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5696         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5697         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5698         * gst/law/mulaw-decode.h:
5699         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5700         Make negotiation a bit modern.
5701         Use pad_alloc. Fixes #525359.
5702
5703 2008-03-31  David Schleef  <ds@schleef.org>
5704
5705         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5706           compiles consistently.  Fixes #522278.
5707
5708 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         Patch by: Brian Cameron <brian.cameron at sun dot com>
5711
5712         * sys/sunaudio/gstsunaudiomixerctrl.c:
5713           (gst_sunaudiomixer_ctrl_get_volume),
5714           (gst_sunaudiomixer_ctrl_set_volume):
5715         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5716           Fix up the mixer tracks to use a volume range of 0-255, which is what
5717           the sun audio API uses. This simplifies the code and avoids rounding
5718           errors. Fixes #524593.
5719
5720 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5721
5722         * sys/v4l2/gstv4l2object.c:
5723         * sys/v4l2/gstv4l2object.h:
5724         Add device-fd property to make it possible to apps to call ioctl's.
5725
5726 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5727
5728         * gst/qtdemux/qtdemux.c: (next_entry_size):
5729         Unbreak streaming mode again.
5730
5731 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5734           Remove superfluous DEBUG macro.
5735
5736 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         Based on patch by: William M. Brack <wbrack at mmm com hk>
5739
5740         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5741           (gst_v4l2src_set_capture):
5742           Check whether the device supports setting the framerate before
5743           trying to set it and then posting a warning or error if it doesn't
5744           work (#516649, #520092). Also compare fractions more correctly.
5745
5746 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * gst/goom/Makefile.am:
5749           Remove ppc assembler optimisations from the build until they
5750           actually build (they also seem to have GPL headers).
5751
5752 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * m4/Makefile.am:
5755           Better not dist files that don't exist any longer (lrint*m4).
5756
5757 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5758
5759         * configure.ac:
5760         * m4/lrint.m4:
5761         * m4/lrintf.m4:
5762         Remove lrint/lrintf checks. We don't use it anywhere.
5763
5764 2008-03-18  Andy Wingo  <wingo@pobox.com>
5765
5766         * sys/osxvideo/osxvideosink.m
5767         (gst_osx_video_sink_osxwindow_destroy)
5768         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5769         task, whoopdee.
5770         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5771         2 ms.
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-17  Tim-Philipp Müller  <tim at centricular dot net>
5783
5784         Patch by: William M. Brack <wbrack at mmm com hk>
5785
5786         * sys/v4l2/v4l2src_calls.c:
5787           (gst_v4l2src_probe_caps_for_format_and_size),
5788           (gst_v4l2src_probe_caps_for_format):
5789           Make sure the probed frame sizes are reversed in the resulting
5790           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5791           highest resolution first); also remove unused variable.
5792           (Partly fixes #520092)
5793
5794 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5795
5796         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5797
5798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5799         (gst_rtspsrc_finalize):
5800         Call WSAStartup() and WSACleanup before using the Winsock API.
5801         See #520808.
5802
5803 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5804
5805         * gst/avi/gstavidemux.c:
5806           Erm, the buffer-size is just guint, no need for the special format
5807           specifier.
5808
5809 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5810
5811         * gst/goom/plugin_info.c:
5812         * gst/goom/ppc_zoom_ultimate.h:
5813           Small fixes to build more on PPC: ifdef out code that uses unknown
5814           define; add newline at end of header file to avoid compiler warning.
5815           Assembler code still doesn't build though.
5816
5817 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5818
5819         * gst/avi/gstavidemux.c:
5820           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5821           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5822
5823 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5824
5825         * gst/avi/gstavidemux.c:
5826           Chunksize is uint32. Fix format specifier.
5827
5828 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5829
5830         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5831         mistake. Return file to pure MIT text.
5832
5833 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5834
5835         * gst/audiofx/audiofx.c:
5836         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5837         of hardcoding values.
5838
5839 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         Patch by: Mark Nauwelaerts <manauw skynet be>
5842
5843         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5844           (gst_oss_src_close):
5845         * sys/oss/gstosssrc.h:
5846           Cache probed caps, so _get_caps() during recording doesn't cause
5847           ioctl calls which may disrupt the recording (fixes #521875).
5848
5849 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5850
5851         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5852         (gst_qtdemux_activate_segment),
5853         (gst_qtdemux_prepare_current_sample),
5854         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5855         Make sure we always send a DISCONT after a seek by setting the sample
5856         index to an undefined value after a seek.
5857
5858 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5861           (GST_IS_AVI_SUBTITLE_CLASS):
5862           Fix up IS_FOO macros, which makes gtk-doc much happier.
5863
5864 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5865
5866         * tests/icles/Makefile.am:
5867           Move the -lgstfoo where it belongs.
5868
5869 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5870
5871         * gst/matroska/ebml-ids.h:
5872         Add ID for EBML CRC32 elements.
5873
5874         * gst/matroska/Makefile.am:
5875         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5876         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5877         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5878         (gst_ebml_read_header):
5879         Support reading 80bit floats, add finalize method to clean up
5880         in any case, support reading length/id elements with any length
5881         as long as it's smaller than our supported maximum, don't leak
5882         buffers if reading as much data as we wanted failed and some
5883         smaller cleanup.
5884
5885 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5886
5887         Patch by: Olivier Crete <tester at tester dot ca>
5888
5889         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5890         Check that a buffer is large enough before reading from it.
5891         Fixes bug #521102.
5892         
5893 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5894
5895         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5896         Fix compilation after removing the GstPollMode from the
5897         constructor.
5898
5899 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         * configure.ac:
5902         * gst/audiofx/Makefile.am:
5903         * gst/audiofx/audiochebband.c:
5904         * gst/audiofx/audiocheblimit.c:
5905         * gst/audiofx/math_compat.h:
5906         Check for sinh(), cosh() and asinh() and define our own
5907         implementations if they're not available. Fixes bug #520880.
5908
5909 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5910
5911         Patch by: Olivier Crete <tester at tester dot ca>
5912
5913         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5914         Unref the buffers only once when handling not-negotiated errors.
5915         Fixes bug #520764.
5916
5917 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5918
5919         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5920
5921         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5922         (gst_udpsrc_stop):
5923         Properly balance WSA_Cleanup with WSA_Startup.
5924         Also make the poll controllable on windows. Fixes #520888.
5925
5926 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5927
5928         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5929         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5930         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5931         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5932         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5933         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5934         (gst_ebml_read_date), (gst_ebml_read_master),
5935         (gst_ebml_read_binary), (gst_ebml_read_header):
5936         * gst/matroska/ebml-read.h:
5937         * gst/matroska/matroska-demux.c:
5938         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5939         (gst_matroska_demux_read_track_encodings),
5940         (gst_matroska_demux_add_stream),
5941         (gst_matroska_demux_handle_src_query),
5942         (gst_matroska_demux_handle_seek_event),
5943         (gst_matroska_demux_init_stream),
5944         (gst_matroska_demux_parse_tracks),
5945         (gst_matroska_demux_parse_index_cuetrack),
5946         (gst_matroska_demux_parse_index_pointentry),
5947         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5948         (gst_matroska_demux_parse_metadata_id_simple_tag),
5949         (gst_matroska_demux_parse_metadata_id_tag),
5950         (gst_matroska_demux_parse_metadata),
5951         (gst_matroska_demux_sync_streams),
5952         (gst_matroska_demux_push_hdr_buf),
5953         (gst_matroska_demux_push_flac_codec_priv_data),
5954         (gst_matroska_demux_push_xiph_codec_priv_data),
5955         (gst_matroska_demux_add_wvpk_header),
5956         (gst_matroska_demux_check_subtitle_buffer),
5957         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5958         (gst_matroska_demux_parse_cluster),
5959         (gst_matroska_demux_parse_contents_seekentry),
5960         (gst_matroska_demux_parse_contents),
5961         (gst_matroska_demux_loop_stream_parse_id),
5962         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5963         * gst/matroska/matroska-demux.h:
5964         * gst/matroska/matroska-ids.h:
5965         Handle return values from pull_range in a more granular way to properly
5966         shut down on seeks.
5967         Combine return values from push.
5968         Implement proper error handling.
5969         Prepare for handling seeking correctly.
5970
5971 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5972
5973         * gst/matroska/ebml-read.c:
5974         Use GINT64 formatting constants from GLIB.
5975
5976         * gst/matroska/matroska-demux.c:
5977         Add some guards to avoid a possible division by 0 and crashing
5978         with NULL events on some systems.
5979         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5980         conversion. 
5981
5982         * gst/matroska/matroska-mux.c:
5983         Check for invalid timestamps in a bunch of places to avoid
5984         writing bogus durations into the output file.
5985         Fix some double<->gint64 conversions that weren't using
5986         gst_guint64_to_gdouble
5987
5988 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5989
5990         * configure.ac:
5991         Move the checks for bison, flex and as to the program section and the
5992         check for gcc inline asm to the compiler characteristics section.
5993
5994 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5995
5996         * configure.ac:
5997         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5998         plug-ins are included/excluded. (#498222)
5999
6000 2008-02-29  Michael Smith <msmith@fluendo.com>
6001
6002         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
6003           Don't call gst_object_sync_values() unless we have a valid timestamp.
6004
6005 2008-02-28  David Schleef  <ds@schleef.org>
6006
6007         * gst/matroska/matroska-demux.c:
6008         * gst/matroska/matroska-ids.h:
6009         * gst/matroska/matroska-mux.c:
6010           Fix Dirac mapping.  I had previously added a VfW-type
6011           mapping, but it looks like Dirac will get a native Matroska
6012           mapping, and this is the most likely method.
6013
6014 2008-02-28  David Schleef  <ds@schleef.org>
6015
6016         * gst/avi/gstavimux.c: Add Dirac encoding
6017
6018 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6019
6020         Patch by: Peter Kjellerstedt <pkj at axis com>
6021
6022         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6023         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
6024         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6025         * gst/udp/gstudpsrc.h:
6026         Port to GstPoll. See #505417.
6027
6028 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6029
6030         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6031         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6032         yet on the srcpad. We need rate and channels before we
6033         can do any processing. Fixes bug #519088.
6034
6035 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6036
6037         * configure.ac:
6038         Detect and indicate if GCC inline assembly syntax is
6039         available.
6040
6041         * gst/goom/Makefile.am:
6042         * gst/goom/convolve_fx.c:
6043         * gst/goom/flying_stars_fx.c:
6044         * gst/goom/goom_config.h:
6045         * gst/goom/goom_core.c:
6046         * gst/goom/goomsl.c:
6047         * gst/goom/ifs.c:
6048         * gst/goom/mmx.c:
6049         * gst/goom/plugin_info.c:
6050         * gst/goom/xmmx.c:
6051         Fix various GCC-isms, and only build the inline assembly
6052         with compilers that support GCC inline assembly.
6053
6054         Fix a couple of other warnings shown with Forte.
6055
6056 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6057
6058         * gst/goom/xmmx.c:
6059           Use 'emms' instead of 'femms' to not crash on cpus that do not
6060           implement this 3dnow specific instruction.
6061
6062 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         * gst/goom/plugin_info.c: (setOptimizedMethods):
6065         Use extended MMX for draw_line() too if available, not only
6066         normal MMX.
6067
6068 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6069
6070         * ext/jpeg/gstjpeg.c: (plugin_init):
6071         Remove (commented out) smoke typefinder. This is in base now.
6072
6073 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6074
6075         * gst/goom2k1/Makefile.am:
6076         * gst/goom2k1/gstgoom.c:
6077
6078         Rename the installed library, and don't register the same 
6079         GType name as the new goom.
6080
6081 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         * configure.ac:
6084         * ext/taglib/Makefile.am:
6085           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6086           when building C++ code (#516509).
6087
6088 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6089
6090         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6091         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6092           (setOptimizedMethods):
6093           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6094           anything useful. Export goom debug category so we can get
6095           rid of the VERBOSE define and the printfs.
6096
6097 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6098
6099         * gst/goom/goomsl_heap.c: (align_it):
6100         * gst/goom/plugin_info.c: (setOptimizedMethods):
6101           Compile fixes for x86-64.
6102
6103 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6104
6105         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6106         with warnings, but add other CFLAGS
6107
6108         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6109         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6110         (calculate_labels), (gsl_read_file):
6111         * gst/goom/goomsl_lex.l:
6112         * gst/goom/goomsl_yacc.y:
6113         * gst/goom/plugin_info.c: Remove a few live printf, and
6114         fprintf, replace exit() calls with g_assert_not_reached()
6115         if it not optimal for a library
6116
6117 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6118
6119         * gst/goom/Makefile.am: Remove the warnings being disabled,
6120         fix linkage on x86, spotted by Sebastian Dröge
6121         <slomo@circular-chaos.org>
6122
6123         * gst/goom/convolve_fx.c (convolve_init),
6124         (create_output_with_brightness), (convolve_apply):
6125         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6126         * gst/goom/goomsl.c:
6127         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6128         * gst/goom/plugin_info.c:
6129         * gst/goom/tentacle3d.c (tentacle_fx_create):
6130         Fix warnings, and disable the motifs in the convolve_fx
6131         plugin (they were causing warnings, and they were just
6132         "Goom" in funny letterring)
6133
6134 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6135
6136         * configure.ac: Add checks for Flex/Yacc/Bison and other
6137         furry animals, for the new goom 2k4 based plugin
6138
6139         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6140         CPU optimisations (not working yet), move the old plugin to...
6141
6142         * gst/goom2k1/*: ... here, in case somebody is sick enough
6143
6144         Fixes #515073
6145
6146 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6147
6148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6149         Post the server response code in an error message instead of a generic
6150         'error' message. Fixes #517237.
6151
6152 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6153
6154         * tests/check/Makefile.am:
6155         Ignore gconfaudiosrc for the states unit test too. It will fallback
6156         to alsasrc if the gconf settings can't be read and not everybody has
6157         alsa.
6158
6159 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6160
6161         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6162         (gst_wavpack_parse_create_src_pad):
6163         * ext/wavpack/gstwavpackparse.h:
6164         Always report the duration if we know it in push mode and don't
6165         return 0 just to make totem believe we can't seek in push mode.
6166         Newer totem version use the SEEKING query which properly reports
6167         if we can seek or not.
6168
6169 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6170
6171         Patch by: Jens Granseuer <jensgr at gmx dot net>
6172
6173         * tests/examples/equalizer/demo.c: (main):
6174         C89 fix, moving variable declarations to the beginning of
6175         the block. Fixes bug #517933.
6176
6177 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6178
6179         * configure.ac:
6180         Back to development...
6181
6182 === release 0.10.7 ===
6183
6184 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6185
6186         * configure.ac:
6187           releasing 0.10.7, "Red Door Black"
6188
6189 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6190
6191         * gst/alpha/Makefile.am:
6192         Link alpha plugin with libgstbase. Fixes bug #517386.
6193
6194 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6195
6196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6197         Init values to -1 instead of the default 0 value.
6198         Fixes #516524.
6199
6200 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6201
6202         * tests/examples/spectrum/spectrum-example.c:
6203         Add missing include to fix compilation when libxml usage is disabled.
6204         Fixes: #516371
6205
6206 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6207
6208         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6209         fixes: #514889
6210
6211         * gst/rtp/gstrtph264pay.c:
6212         * gst/rtp/gstrtpmp4gdepay.c:
6213         * gst/rtp/gstrtpmp4gpay.c:
6214         * gst/rtp/gstrtpmp4gpay.h:
6215         * gst/rtp/gstrtptheorapay.c:
6216         * gst/rtp/gstrtpvorbispay.c:
6217
6218         Fix various leaks shown up in valgrind
6219         - free sprops and buffer in error cases in H264 payloader
6220         - fix leak in mp4g depayloader when construction the caps
6221         - don't leak config string in the mp4g payloader
6222         - don't leak buffers and headers in theora and vorbis payloaders
6223
6224         * tests/check/elements/rtp-payloading.c:
6225
6226         Fix the RTP data test
6227         - Actually send valid amr data to the payloader instead of 20
6228         zero-bytes
6229         - The mp4g payloader expects codec_data on the caps
6230
6231 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6232
6233         * win32/MANIFEST:
6234         Add libgstpng.dsp to MANIFEST.
6235         * win32/vs6/libgstaudiofx.dsp:
6236         Add new source files to VS project file.
6237
6238 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6239
6240         * sys/ximage/gstximagesrc.c:
6241         Initialise variables when opening the X display rather
6242         than in _start(), as the display can be opened before that.
6243
6244         Fixes: #515985
6245
6246 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6247
6248         * sys/directdraw/gstdirectdrawsink.c:
6249         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6250         (gst_directdraw_sink_finalize):
6251         Properly chain up finalize functions. Fixes bug #515980.
6252
6253 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6254
6255         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6256         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6257         (gst_v4l2_buffer_pool_class_init):
6258         Chain up the finalize functions. Fixes bug #515984.
6259
6260 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6261
6262         * sys/ximage/ximageutil.c:
6263         Chain up in the finalize function for our custom
6264         buffer sub-class.
6265         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6266         Fixes: #515706
6267
6268 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6269
6270         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6271         (gst_fenced_buffer_class_init):
6272         Properly chain up finalize method. Fixes bug #515979.
6273
6274 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6275
6276         * sys/ximage/gstximagesrc.c:
6277         Free allocated Damage memory before closing our connection to the
6278         X server. Partially fixes: #515706
6279
6280 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6281
6282         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6283         * tests/check/Makefile.am:
6284         * tests/check/gst-plugins-good.supp:
6285         Add a few libjpeg suppressions and initialize a variable to
6286         make smokeenc valgrind clean. Fixes bug #515701.
6287
6288 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6289
6290         * gst/avi/gstavidemux.c:
6291         Revert patch which sends timestamps only on keyframes, as it
6292         breaks playback with current gst-ffmpeg.
6293
6294         Fixes: #515562
6295
6296 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6297
6298         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6299         * tests/check/elements/multifile.c: (GST_START_TEST):
6300         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6301
6302 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6303
6304         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6305         Use and unset the GError when pipeline creation fails instead of
6306         simply leaking it. Fixes bug #515704.
6307
6308 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6309
6310         * gst/audiofx/audioamplify.c:
6311         * gst/audiofx/audiochebband.c:
6312         * gst/audiofx/audiocheblimit.c:
6313         * gst/audiofx/audiodynamic.c:
6314         * gst/audiofx/audioinvert.c:
6315         * gst/audiofx/audiopanorama.c:
6316         * gst/audiofx/audiowsincband.c:
6317         * gst/audiofx/audiowsinclimit.c:
6318         Fix long description of audiofx elements. Fixes bug #515457.
6319
6320 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6321
6322         * docs/plugins/Makefile.am:
6323         * gst/spectrum/gstspectrum.c:
6324         * tests/examples/spectrum/.cvsignore:
6325         * tests/examples/spectrum/Makefile.am:
6326         * tests/examples/spectrum/spectrum-example.c:
6327
6328         Add a simple example application for the spectrum element, include it
6329         in the docs, and fix some documentation ambiguities.
6330
6331         Fixes: #348085
6332
6333 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6334
6335         * gst/equalizer/Makefile.am:
6336         * gst/spectrum/Makefile.am:
6337         Fix includes order
6338
6339         * tests/check/Makefile.am:
6340         Exclude v4l2src from the states test - it takes too long to start.
6341
6342         * tests/check/elements/spectrum.c:
6343         Make the test run properly with CK_FORK=no
6344
6345 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6346
6347         * gst/audiofix/Makefile.am: add missing header files 
6348
6349 2008-02-08  Julien Moutte  <julien@fluendo.com>
6350
6351         * gst/matroska/matroska-demux.c:
6352         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6353         keyframe and delta units correctly when dealign with a BlockGroup.
6354         Fixes: #514397
6355
6356 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6357
6358         * tests/check/elements/.cvsignore:
6359         Spell the new tests correctly in .cvsignore
6360
6361 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6362
6363         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6364           Need to use gsize here for the size, fixes compiler warning.
6365
6366         * tests/examples/equalizer/.cvsignore:
6367         * tests/examples/equalizer/Makefile.am:
6368         * tests/examples/spectrum/.cvsignore:
6369         * tests/examples/spectrum/Makefile.am:
6370           Add missing files to fix the build.
6371
6372 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6373
6374         * configure.ac:
6375         * docs/plugins/Makefile.am:
6376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6378         * docs/plugins/gst-plugins-good-plugins.args:
6379         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6380         * docs/plugins/inspect/plugin-multifile.xml:
6381         * tests/check/Makefile.am:
6382         * tests/check/elements/.cvsignore:
6383
6384         Move multifile plugin from -bad.
6385         Fixes: #490283
6386
6387 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6388
6389         * configure.ac:
6390         * docs/plugins/Makefile.am:
6391         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6393         * docs/plugins/gst-plugins-good-plugins.args:
6394         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6395         * docs/plugins/inspect/plugin-spectrum.xml:
6396         * gst/spectrum/Makefile.am:
6397         * tests/check/Makefile.am:
6398         * tests/check/elements/.cvsignore:
6399         * tests/examples/Makefile.am:
6400
6401         Move spectrum plugin from -bad.
6402         Move examples into tests/examples/spectrum.
6403
6404 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6405
6406         * configure.ac:
6407         * docs/plugins/Makefile.am:
6408         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6409         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6410         * docs/plugins/gst-plugins-good-plugins.args:
6411         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6412         * docs/plugins/gst-plugins-good-plugins.interfaces:
6413         * docs/plugins/inspect/plugin-equalizer.xml:
6414         * gst/equalizer/Makefile.am:
6415         * tests/check/Makefile.am:
6416         * tests/examples/Makefile.am:
6417         Move the equalizer plugin across from -bad
6418
6419         * tests/check/elements/.cvsignore:
6420         Add equalizer, audiosincwband and audiosincwlimit
6421
6422         * tests/check/elements/equalizer.c:
6423         Fix compiler warnings
6424
6425         Fixes: #415627
6426
6427 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6428
6429         * configure.ac:
6430         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6431         are treated like releases and build without it.
6432
6433 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6434
6435         * docs/plugins/Makefile.am:
6436         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6437         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6438         * docs/plugins/gst-plugins-good-plugins.args:
6439         * docs/plugins/inspect/plugin-audiofx.xml:
6440         * gst/audiofx/Makefile.am:
6441         * gst/audiofx/audiofx.c:
6442         * gst/audiofx/audiowsincband.c:
6443         * gst/audiofx/audiowsincband.h:
6444         * gst/audiofx/audiowsinclimit.c:
6445         * gst/audiofx/audiowsinclimit.h:
6446         * tests/check/Makefile.am:
6447         * tests/check/elements/audiowsincband.c:
6448         * tests/check/elements/audiowsinclimit.c:
6449
6450         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6451         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6452         respectively.
6453
6454         Fixes: #467666
6455
6456 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6457
6458         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6459         * tests/check/elements/icydemux.c:
6460           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6461           caps, and add a somewhat useful debug message. Plus test.
6462
6463 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6464
6465         * gst/rtsp/gstrtspsrc.c:
6466         Include unistd.h only if HAVE_UNISTD_H is defined
6467         * win32/common/config.h.in:
6468         * win32/common/config.h:
6469         Define socklen_t as it seems it's not defined in default 
6470         Visual Studio headers.
6471         * win32/vs6/libgstalpha.dsp:
6472         * win32/vs6/libgstapetag.dsp:
6473         * win32/vs6/libgstavi.dsp:
6474         * win32/vs6/libgstrtp.dsp:
6475         * win32/vs6/libgstrtsp.dsp:
6476         * win32/vs6/libgstvideomixer.dsp:
6477         Update project file dependencies and add new source files       
6478
6479 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6480
6481         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6482
6483         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6484         Don't leak buffers when we don't push them downstream.
6485         Fixes bug #514965.
6486
6487 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6488
6489         * configure.ac:
6490           Bump requirements to (good) released versions to avoid
6491           confusion and make implicit core requirement explicit.
6492
6493 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6494
6495         * docs/plugins/Makefile.am:
6496         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6497         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6498         * docs/plugins/gst-plugins-good-plugins.args:
6499         * docs/plugins/inspect/plugin-audiofx.xml:
6500         * gst/audiofx/Makefile.am:
6501         * gst/audiofx/audiochebband.c:
6502         * gst/audiofx/audiochebband.h:
6503         * gst/audiofx/audiocheblimit.c:
6504         * gst/audiofx/audiocheblimit.h:
6505         * gst/audiofx/audiochebyshevfreqband.c:
6506         * gst/audiofx/audiochebyshevfreqband.h:
6507         * gst/audiofx/audiochebyshevfreqlimit.c:
6508         * gst/audiofx/audiochebyshevfreqlimit.h:
6509         * gst/audiofx/audiofx.c:
6510         * tests/check/Makefile.am:
6511         * tests/check/elements/.cvsignore:
6512         * tests/check/elements/audiochebband.c:
6513         * tests/check/elements/audiocheblimit.c:
6514         * tests/check/elements/audiochebyshevfreqband.c:
6515         * tests/check/elements/audiochebyshevfreqlimit.c:
6516
6517         Rename audiochebyshevfreqband -> audiochebband and
6518         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6519         surgery.
6520
6521         Closes: #491811
6522
6523 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6524
6525         Patch by: Orjan Friberg <orjanf at axis dot com>
6526
6527         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6528         Fix caps memory leak. Fixes #514573.
6529
6530 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6531
6532         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6533         If there's no entries in the subindex, don't try to do anything stupid,
6534         just return.
6535
6536 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6537
6538         Patch by: John Millikin <jmillikin at gmail dot com>
6539
6540         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6541           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6542           Fix extraction of picture blocks with newer libflac versions again:
6543           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6544
6545 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6546
6547         * tests/check/Makefile.am:
6548           Add rtp-payloading test to VALGRIND_TO_FIX.
6549
6550         * tests/check/elements/rtp-payloading.c:
6551           Add semicolons after GST_TEST_END so gst-indent gets the
6552           formatting right; make test less verbose in general, but
6553           more verbose in the error case (which should probably
6554           make the test fail anyway).
6555
6556 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6557
6558         * docs/plugins/Makefile.am:
6559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6560         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6561         * gst/avi/gstavisubtitle.c:
6562         Add documentation for avisubtitle and change class to
6563         Codec/Parser/Subtitle
6564
6565 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6566
6567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6568         Treat ENOTTY (driver does not implement ioctl) the same as
6569         EINVAL since it implies there are no available standards.
6570
6571         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6572         (gst_v4l2src_get_nearest_size):
6573         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6574         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6575         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6576         reason, and if we aren't yet actively capturing.
6577
6578         * sys/v4l2/v4l2src_calls.h:
6579         Remove replaced function declaration.
6580
6581 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6582
6583         * configure.ac:
6584         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6585         API.
6586
6587 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6588
6589         * configure.ac:
6590         Fix typo.
6591
6592 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6593
6594         * gst/alpha/Makefile.am:
6595         * gst/alpha/gstalpha.c:
6596
6597         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6598         some stuff, and making buffer-alloc and resizing work automatically.
6599         No longer crashes on odd frame widths and heights, although there
6600         seems to be a disagreement with ffmpegcolorspace about what size
6601         an AYUV frame with odd height should be.
6602
6603 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6604
6605         Patch by: Alessandro Decina <alessandro at nnva dot org>
6606
6607         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6608         * ext/libpng/gstpngenc.h:
6609         Preallocate the output buffer so that g_memdup() and
6610         gst_buffer_merge() aren't needed anymore. This greatly improves
6611         performances and fixes #512544.
6612
6613 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6614
6615         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6616         (gst_avi_demux_stream_data):
6617         GStreamer timestamps are PTS values while AVI only knows about DTS
6618         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6619         we are dealing with a key frame.
6620
6621 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6622
6623         * tests/check/Makefile.am:
6624         * tests/check/elements/.cvsignore:
6625         * tests/check/elements/rtp-payloading.c:
6626           Add add testsuite for the rtp-payloader that tries simulating
6627           dataflow. Needs more test data.
6628
6629 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6630
6631         * tests/check/elements/alphacolor.c:
6632           Remove two unused variables.
6633
6634 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6635
6636         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6637           Use g_ascii_strtoll() instead of atoll, which is only
6638           available in C99.
6639
6640 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6641
6642         * gst/rtp/Makefile.am:
6643         * gst/rtp/gstrtp.c:
6644         * gst/rtp/gstrtpmpvpay.c:
6645         * gst/rtp/gstrtpmpvpay.h:
6646         Add MPEG2 video payloader
6647
6648 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6649
6650         * gst/level/gstlevel.c:
6651         Use #include <math.h> instead of #include "math.h".
6652
6653 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6654
6655         * tests/check/Makefile.am:
6656         Fix up some CFLAGS sets.
6657         Don't include gconfvideosrc in the states test.
6658
6659         * tests/check/elements/autodetect.c: (GST_START_TEST):
6660         Add some error strings to fail_unless arguments to fix some weird
6661         compiler errors on Solaris.
6662
6663 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6664
6665         * configure.ac:
6666         Detect video4linux headers on Solaris too.
6667         * sys/v4l2/gstv4l2colorbalance.h:
6668         * sys/v4l2/gstv4l2object.h:
6669         * sys/v4l2/v4l2_calls.c:
6670         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6671         (gst_v4l2_buffer_new):
6672
6673         Make v4l2 build on Solaris.
6674         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6675         Fixes: #510505
6676
6677 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6678
6679         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6680           Update list from (still local) scanning script.
6681
6682 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6683
6684         Based on a patch by:
6685             Victor STINNER <victor dot stinner at haypocalc dot com>
6686
6687         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6688         Set variable to NULL after freeing it to prevent double frees
6689         or make failures by another use of it afterwards more obvious
6690         and fix use of it after the freeing. Fixes bug #510592.
6691
6692 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6693
6694         * gst/udp/gstmultiudpsink.c:
6695         use GST_WARNING for logging
6696
6697 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6698
6699         * gst/udp/gstmultiudpsink.c:
6700         Don't try to leave a multicast group with an invalid socket
6701
6702 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6703
6704         * ext/flac/gstflacdec.c:
6705           Fix compilation against flac 1.1.2 (as on debian stable), where
6706           the picture metadata defines and structs don't exist yet.
6707           Fixes #509301.
6708
6709 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6710
6711         Patch by: Olivier Crete <tester at tester dot ca>
6712
6713         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6714         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6715         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6716         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6717         * gst/udp/gstmultiudpsink.h:
6718         Add property to automatically join a multicast group or not. This can be
6719         useful when sharing a socket between multiple elements.
6720         Fixes #509531.
6721
6722 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6723
6724         * gst/videomixer/Makefile.am:
6725           Add controller flags.
6726
6727 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6728
6729         * gst/videomixer/videomixer.c:
6730           Also commit the missing gst_object_sync_values().
6731
6732 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6733
6734         * docs/plugins/Makefile.am:
6735           Remove duplicate entry.
6736
6737 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6738
6739         * docs/plugins/Makefile.am:
6740         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6741         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6742         * docs/plugins/inspect/plugin-gamma.xml:
6743         * docs/plugins/inspect/plugin-monoscope.xml:
6744         * docs/plugins/inspect/plugin-video4linux2.xml:
6745           Add 3 more plugins to docs.
6746
6747 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6748
6749         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6750         * sys/osxvideo/osxvideosink.h:
6751           Revert previous change caused by a file that got stuck on an old
6752           revision.
6753
6754 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6755
6756         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6757         * gst/multipart/Makefile.am:
6758         * gst/multipart/multipartdemux.c:
6759         * gst/multipart/multipartdemux.h:
6760         * gst/multipart/multipartmux.c:
6761         * gst/multipart/multipartmux.h:
6762           Re-add multipartdemux to the docs. Last round of section cleanup.
6763
6764 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6765
6766         * docs/plugins/Makefile.am:
6767         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6768         * sys/osxaudio/gstosxaudiosink.h:
6769         * sys/osxvideo/osxvideosink.h:
6770           Managed to resolve most unused declarations. Filed a bug for one left.          
6771
6772 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6773
6774         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6775           Cleanup section file.
6776
6777 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6778
6779         * docs/plugins/Makefile.am:
6780         * docs/plugins/gst-plugins-good-plugins.args:
6781         * docs/plugins/gst-plugins-good-plugins.signals:
6782         * docs/plugins/inspect/plugin-alaw.xml:
6783         * docs/plugins/inspect/plugin-alpha.xml:
6784         * docs/plugins/inspect/plugin-alphacolor.xml:
6785         * docs/plugins/inspect/plugin-annodex.xml:
6786         * docs/plugins/inspect/plugin-apetag.xml:
6787         * docs/plugins/inspect/plugin-audiofx.xml:
6788         * docs/plugins/inspect/plugin-auparse.xml:
6789         * docs/plugins/inspect/plugin-autodetect.xml:
6790         * docs/plugins/inspect/plugin-avi.xml:
6791         * docs/plugins/inspect/plugin-cairo.xml:
6792         * docs/plugins/inspect/plugin-cdio.xml:
6793         * docs/plugins/inspect/plugin-cutter.xml:
6794         * docs/plugins/inspect/plugin-debug.xml:
6795         * docs/plugins/inspect/plugin-dv.xml:
6796         * docs/plugins/inspect/plugin-efence.xml:
6797         * docs/plugins/inspect/plugin-effectv.xml:
6798         * docs/plugins/inspect/plugin-flac.xml:
6799         * docs/plugins/inspect/plugin-flxdec.xml:
6800         * docs/plugins/inspect/plugin-gconfelements.xml:
6801         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6802         * docs/plugins/inspect/plugin-goom.xml:
6803         * docs/plugins/inspect/plugin-halelements.xml:
6804         * docs/plugins/inspect/plugin-icydemux.xml:
6805         * docs/plugins/inspect/plugin-id3demux.xml:
6806         * docs/plugins/inspect/plugin-jpeg.xml:
6807         * docs/plugins/inspect/plugin-ladspa.xml:
6808         * docs/plugins/inspect/plugin-level.xml:
6809         * docs/plugins/inspect/plugin-matroska.xml:
6810         * docs/plugins/inspect/plugin-mulaw.xml:
6811         * docs/plugins/inspect/plugin-multipart.xml:
6812         * docs/plugins/inspect/plugin-navigationtest.xml:
6813         * docs/plugins/inspect/plugin-png.xml:
6814         * docs/plugins/inspect/plugin-quicktime.xml:
6815         * docs/plugins/inspect/plugin-rtp.xml:
6816         * docs/plugins/inspect/plugin-rtsp.xml:
6817         * docs/plugins/inspect/plugin-shout2send.xml:
6818         * docs/plugins/inspect/plugin-smpte.xml:
6819         * docs/plugins/inspect/plugin-speex.xml:
6820         * docs/plugins/inspect/plugin-taglib.xml:
6821         * docs/plugins/inspect/plugin-udp.xml:
6822         * docs/plugins/inspect/plugin-videobalance.xml:
6823         * docs/plugins/inspect/plugin-videobox.xml:
6824         * docs/plugins/inspect/plugin-videocrop.xml:
6825         * docs/plugins/inspect/plugin-videoflip.xml:
6826         * docs/plugins/inspect/plugin-videomixer.xml:
6827         * docs/plugins/inspect/plugin-wavenc.xml:
6828         * docs/plugins/inspect/plugin-wavpack.xml:
6829         * docs/plugins/inspect/plugin-wavparse.xml:
6830           Update plugin docs.
6831
6832         * gst/videomixer/Makefile.am:
6833         * gst/videomixer/videomixer.c:
6834         * gst/videomixer/videomixer.h:
6835         * gst/videomixer/videomixerpad.h:
6836           Split out header to fix warnings from the doc-build.
6837
6838 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6839
6840         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6841
6842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6843         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6844
6845 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6846
6847         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6849           Initialise variables to work around (false) 'foo might be used
6850           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6851
6852 2008-01-11  David Schleef  <ds@schleef.org>
6853
6854         * docs/plugins/.cvsignore:
6855         * tests/check/pipelines/.cvsignore:
6856           Ignore more files for the buildbot.
6857
6858 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6859
6860         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6861         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6862         Generate the image-type values correctly. Leave them out of the caps
6863         when outputting a "preview image" tag, since it only makes sense
6864         to have one of those - the type is irrelevant.
6865
6866         * sys/sunaudio/gstsunaudiomixerctrl.c:
6867         (gst_sunaudiomixer_ctrl_open):
6868         If we can, mark the mixer multiple open when we use it, in case
6869         (for some reason) the process wants to open it again elsewhere.
6870
6871 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6872
6873         Patch by: Olivier Crete <tester at tester dot ca>
6874
6875         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6876         * gst/rtp/gstrtptheorapay.c:
6877         Fix the clock rate to 90000 as required by the RFC.
6878         Fixes #508644.
6879
6880 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6881
6882         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6883           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6884
6885 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6886
6887         * autogen.sh:
6888           Add -Wno-portability to the automake parameters to stop warnings
6889           about GNU make extensions being used. We require GNU make in almost
6890           every Makefile anyway.
6891           
6892         * configure.ac:
6893           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6894           at the same time is required for per target flags.
6895
6896 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6897
6898         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6899         Fix error from my last commit.
6900
6901 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6904
6905         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6906           Make sure the ISO 639-X language code in ID3v2 COMM frames
6907           is actually valid UTF-8 (or rather: ASCII), so we don't end
6908           up with non-UTF8 strings in tags if there's garbage in the
6909           language field. Also make sure the language code is always
6910           lower case. Fixes: #508291.
6911
6912 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6913
6914         * ChangeLog:
6915           Fix ChangeLog typo.
6916
6917 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6918
6919         * Makefile.am:
6920           Include lcov.mak to allow building coverage reports. Guard
6921           check-torture target like in the other packages.
6922
6923 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6924
6925         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6926
6927         * gst/videomixer/videomixer.c:
6928         (gst_videomixer_set_master_geometry), (_do_init),
6929         (gst_videomixer_child_proxy_get_child_by_index),
6930         (gst_videomixer_child_proxy_get_children_count),
6931         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6932         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6933         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6934         Implement GstChildProxy interface.
6935         Send newsegment at the right moment
6936         Fixes #488879
6937
6938 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6939
6940         * gst/alpha/Makefile.am:
6941         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6942         (gst_alpha_sink_event), (gst_alpha_chain),
6943         (gst_alpha_change_state), (plugin_init):
6944         Make the various properties of 'alpha' controllable. This allows doing
6945         niceties like fade-in/fade-out.
6946
6947 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6948
6949         * gst/rtp/gstasteriskh263.c:
6950         * gst/rtp/gstrtpL16depay.c:
6951         * gst/rtp/gstrtpac3depay.c:
6952         * gst/rtp/gstrtpamrpay.c:
6953         * gst/rtp/gstrtpdepay.c:
6954         * gst/rtp/gstrtpgsmdepay.c:
6955         * gst/rtp/gstrtph263depay.c:
6956         * gst/rtp/gstrtph263pdepay.c:
6957         * gst/rtp/gstrtph263ppay.c:
6958         * gst/rtp/gstrtph264depay.c:
6959         * gst/rtp/gstrtph264pay.c:
6960         * gst/rtp/gstrtpmp2tdepay.c:
6961         * gst/rtp/gstrtpmp4adepay.c:
6962         * gst/rtp/gstrtpmp4gdepay.c:
6963         * gst/rtp/gstrtpmp4gpay.c:
6964         * gst/rtp/gstrtpmp4vdepay.c:
6965         * gst/rtp/gstrtpmpadepay.c:
6966         * gst/rtp/gstrtpmpvdepay.c:
6967         * gst/rtp/gstrtpsv3vdepay.c:
6968         * gst/rtp/gstrtptheoradepay.c:
6969         * gst/rtp/gstrtptheorapay.c:
6970         * gst/rtp/gstrtpvorbisdepay.c:
6971         * gst/rtp/gstrtpvorbispay.c:
6972           Remove copy/paste unused code (property setters and getter) found by
6973           the coverage suite (yay, saves ~20k on disk).
6974
6975 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6978           (videosink_templ):
6979           Also fix up pad templates to indicate that image/jpeg doesn't
6980           absolutely require the framerate property to be set (#504081).
6981
6982 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6983
6984         Based on patch by: Wouter Cloetens  <wouter at mind be>
6985
6986         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6987           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6988           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6989         * gst/matroska/matroska-mux.h:
6990           Keep track of first and last timestamps for each incoming stream,
6991           so we can calculate the total duration for live sources and other
6992           input where we can't query the duration from the start or where
6993           there's no constant framerate from which we can deduce the
6994           duration; also use calculated/observed duration if it is bigger
6995           than the previously queried duration. Furthermore, use
6996           gst_pad_query_peer_duration() and take into account that it may
6997           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6998           screws up comparisons when using unsigned integers. Fixes #504081.
6999
7000 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
7001
7002         * configure.ac:
7003         * gst/audiofx/audioamplify.c:
7004         (gst_audio_amplify_clipping_method_get_type),
7005         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
7006         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
7007         (gst_audio_dynamic_transform_ip):
7008         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7009         (gst_audio_invert_transform_ip):
7010         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7011         (gst_audio_panorama_transform):
7012         * gst/level/gstlevel.c: (gst_level_init):
7013         Make elements GST_BUFFER_FLAG_GAP aware and call
7014         gst_base_transform_set_gap_aware for this.
7015         Bump core requirement to CVS.
7016         
7017         * gst/audiofx/audiochebyshevfreqband.c:
7018         (gst_audio_chebyshev_freq_band_transform_ip):
7019         * gst/audiofx/audiochebyshevfreqlimit.c:
7020         (gst_audio_chebyshev_freq_limit_transform_ip):
7021         Also sync GObject properties to the controller if operating
7022         in passthrough mode.
7023
7024 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7025
7026         * sys/directdraw/gstdirectdrawsink.c:
7027           (gst_directdraw_sink_window_thread):
7028           FALSE is not a gpointer.
7029
7030 2008-01-05  Julien Moutte  <julien@fluendo.com>
7031
7032         * sys/directdraw/gstdirectdrawsink.c:
7033         (gst_directdraw_sink_set_window_id),
7034         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7035         (gst_directdraw_sink_buffer_alloc),
7036         (gst_directdraw_sink_draw_borders),
7037         (gst_directdraw_sink_show_frame),
7038         (gst_directdraw_sink_setup_ddraw),
7039         (gst_directdraw_sink_window_thread),
7040         (gst_directdraw_sink_get_ddrawcaps),
7041         (gst_directdraw_sink_surface_create): Make sure we create our
7042         internal window only when we need it. That will give a chance to
7043         the application to get the prepare-xwindow-id bus message. Draw
7044         black borders when keeping aspect ratio. Handle the case where our
7045         rendering window disappears (closed or errors) like other sinks
7046         do. Various 80 columns fixes, improve state change order. That
7047         element could need some more love.
7048
7049 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7050
7051         * ext/taglib/gstapev2mux.h:
7052         * ext/taglib/gstid3v2mux.h:
7053         Remove useless typedefs without new type name. Fixes a warning with
7054         gcc 4.3.
7055
7056 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7057
7058         Patch by: John Millikin <jmillikin at gmail dot com>
7059
7060         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7061         (gst_flac_dec_setup_stream_decoder),
7062         (gst_flac_normalize_picture_mime_type),
7063         (gst_flac_extract_picture_buffer),
7064         (gst_flac_dec_metadata_callback):
7065         Emit metadata messages when a PICTURE block is encountered.
7066         Fixes #506715.
7067
7068 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7069
7070         * gst/avi/gstavi.c:
7071         increase rank because no known issues anymore ...
7072         * gst/avi/gstavisubtitle.c:
7073         send subtitle name to the srcpad
7074
7075 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7076
7077         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7078         * gst/rtsp/gstrtspsrc.h:
7079         Implement redirect for the DESCRIBE reply. Fixes #506025.
7080
7081 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7082
7083         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7084         Fix 'xyz may be used uninitialized' compiler warnings caused
7085         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7086         abort() in any case but properly report the error.
7087
7088 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7089
7090         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7091         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7092         * sys/ximage/gstximagesrc.c: (composite_pixel):
7093           Fix 'xyz may be used uninitialized' compiler warnings caused
7094           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7095           not really nice to abort in any case). Fixes #505745.
7096
7097 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7098
7099         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7100           Small unit test fix (has no practical impact at the moment,
7101           since we're only feeding utf8 and hence just create a sub-
7102           buffer for the output).
7103
7104 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7105
7106         * gst/avi/gstavisubtitle.c:
7107         * tests/check/elements/avisubtitle.c:
7108         Add seeking support for avi subtitle
7109
7110 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7111
7112         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7113         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7114         (gst_flac_dec_write):
7115         * ext/flac/gstflacdec.h:
7116         Remove some unused vars.
7117         Do more cleanup of leftover events and tags.
7118         Output tags after the segment event. Fixes #504018.
7119
7120 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7121
7122         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7123           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7124           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7125           Detect other UTF byte order markers and convert to UTF-8 as
7126           appropriate.
7127
7128 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7129
7130         * gst/avi/gstavisubtitle.c: (src_template),
7131           (gst_avi_subtitle_extract_utf8_file),
7132           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7133           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7134           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7135         * gst/avi/gstavisubtitle.h:
7136           Refactor a bit; fix name extraction; don't assume all the data
7137           in the chunk is actually subtitle data, there may be padding at
7138           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7139           file so it's there to send again after a seek (for future use).
7140
7141 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7142
7143         * gst/avi/Makefile.am:
7144         * gst/avi/gstavi.c:
7145         * gst/avi/gstavisubtitle.c:
7146         * gst/avi/gstavisubtitle.h:
7147         * tests/check/Makefile.am:
7148         * tests/check/elements/avisubtitle.c:
7149         * win32/common/config.h:
7150                 Add avi subtitle element for bug #442034. Need seeking support
7151                 and more support for character conversion.
7152
7153 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7154
7155         * Makefile.am:
7156           Include common/win32.mak for CRLF check of win32 project
7157           files (see #393626).
7158
7159         * win32/vs6/libgstpng.dsp:
7160           Fix line endings and do cvs admin -kb.
7161
7162 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7163
7164         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7165         Actually drop the buffers which are outside the currently configured
7166         segment instead of just emitting a WARNING.
7167
7168 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7169
7170         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7171         (gst_flac_dec_write):
7172         * ext/flac/gstflacdec.h:
7173         Send segments from the streaming thread. Fixes #502187.
7174         Fix segment seeking and a bunch of other seeking cases.
7175
7176 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7177
7178         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7179           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7180           which is where it would end up if the same information was
7181           put in a vorbis comment (don't think it's worth adding a
7182           new URI tag for this). Fixes #488112.
7183
7184 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * configure.ac:
7187           We need core/base 0.10.15 or later.
7188
7189 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7190
7191         Patch by: Mark Nauwelaerts <manauw skynet be>
7192
7193         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7194         Fix regression in stream numbering. Fixes #502655.
7195
7196 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7197
7198         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7199
7200         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7201         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7202         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7203         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7204         (gst_rtp_h264_pay_handle_buffer):
7205         * gst/rtp/gstrtph264pay.h:
7206         Use higher performance start-code searching.
7207         Parse NALs and store SPS, PPS and profile in the caps so that they can
7208         be used in the SDP. Fixes #502814.
7209
7210 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7211
7212         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7214           Init some structs to zero before we pass them to ioctl, which
7215           avoids valgrind warnings.  Also fix a small memory leak.
7216
7217 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7218
7219         Patch by: Wouter Cloetens <wouter at mind dot be>
7220
7221         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7222         Copy timestamp from input to output. Not very perfect yet but better
7223         than nothing. Fixes #503023.
7224
7225 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7226
7227         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7228           Also print a useful error message with the old Wavpack API
7229           if possible.
7230
7231 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7232
7233         * ext/wavpack/gstwavpackdec.c:
7234           More build fixes for old libwavpack versions: include config.h so
7235           that WAVPACK_OLD_API is actually defined as detected; only use
7236           WavpackGetErrorMessage if it is available. This fixes the build
7237           on debian stable for me.
7238
7239 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7240
7241         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7242         * ext/wavpack/gstwavpackparse.c:
7243           (gst_wavpack_parse_create_src_pad):
7244           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7245           versions below 4.40.0.
7246
7247 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7248
7249         * configure.ac:
7250           And now do it right for real...
7251
7252 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7253
7254         * configure.ac:
7255           Correctly reset $LIBS to not contain -lm.
7256
7257 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7258
7259         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7260
7261         * configure.ac:
7262         * ext/cairo/gsttimeoverlay.c:
7263           (gst_cairo_time_overlay_print_smpte_time):
7264           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7265           and checking for rint() and implementing it ourself if it doesn't
7266           exist. Fixes #497293.
7267
7268 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7269
7270         * configure.ac:
7271           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7272
7273 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7274
7275         * sys/oss/gstosshelper.c:
7276         Verify that the format returned after the ioctl is the one
7277         we requested. It is valid for the ioctl to succeed while
7278         substituting an alternate 'supported' sample format.
7279
7280 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * sys/oss/gstossaudio.c: (plugin_init):
7283         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7284         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7285           Post decent (and translated) error message when we can't
7286           open the audio device for some reason.
7287
7288 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7289
7290         * sys/oss/gstosssink.c:
7291         * sys/oss/gstosssrc.c:
7292         Allow the AUDIODEV environment variable to redirect us
7293         to a different default OSS device, like sunaudiosink does
7294         on Solaris (makes audio play automatically on SunRays).
7295
7296 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7297
7298         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7299         * gst/audiofx/audiochebyshevfreqband.c:
7300         (gst_audio_chebyshev_freq_band_transform_ip):
7301         * gst/audiofx/audiochebyshevfreqlimit.c:
7302         (gst_audio_chebyshev_freq_limit_transform_ip):
7303         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7304         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7305         The transform_ip() methods should do nothing if in passthrough mode.
7306         It might get non-writable buffers in that case but the buffer might
7307         as well be writable.
7308
7309         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7310         The transform() methods won't be called in passthrough mode and
7311         otherwise the buffer is always writable so don't check here.
7312
7313 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7316           Fix seeking in .wav files again (#501775).  Some people seem to think
7317           they don't need to test their changes when they're just 'reflowing'
7318           some code.
7319
7320 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7321
7322         * gst/autodetect/gstautovideosink.c:
7323         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7324         (gst_auto_video_sink_init),
7325         (gst_auto_video_sink_create_element_with_pretty_name),
7326         (gst_auto_video_sink_find_best),
7327         (gst_auto_video_sink_set_property),
7328         (gst_auto_video_sink_get_property):
7329         * gst/autodetect/gstautovideosink.h:
7330         Fix docs.
7331         Use same error reporting code as autoaudiosink.
7332         Add property to filter sinks based on caps. Only select raw video sinks
7333         by default for backwards compat.
7334         API: GstAutoVideoSink::filter-caps
7335
7336 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7339
7340         * gst/autodetect/gstautoaudiosink.c:
7341         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7342         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7343         (gst_auto_audio_sink_set_property),
7344         (gst_auto_audio_sink_get_property):
7345         * gst/autodetect/gstautoaudiosink.h:
7346         Add property to filter sinks based on caps. Only select raw audio sinks
7347         by default for backwards compat.  Fixes #417420.
7348         API: GstAutoAudioSink::filter-caps
7349
7350 2007-11-29  Michael Smith <msmith@fluendo.com>
7351
7352         Patch by: Arek Korbik <arkadini@gmail.com>
7353
7354         * gst/videobox/gstvideobox.c: (plugin_init):
7355           Initialise liboil in plugin_init()
7356
7357 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7358
7359         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7360         Post error before sending EOS. Fixes #499178.
7361
7362 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7363
7364         * win32/vs6/gst_plugins_good.dsw:
7365         * win32/vs6/libgstpng.dsp:
7366         Add a project file for libgstpng
7367
7368 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7369
7370         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7371         (gst_rtp_h263_depay_process):
7372         Code beautification.
7373         Added debug statements.
7374         Don't bit-shift everything, just do operations on last/first byte
7375         instead.
7376
7377 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7378
7379         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7380
7381         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7382         Fix wrong comparison in overrun check. Fixes #499239 some more.
7383
7384 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7385
7386         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7387         (gst_rtp_h263_depay_process):
7388         * gst/rtp/gstrtph263depay.h:
7389         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7390         stream.
7391
7392 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7393
7394         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7395
7396         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7397         (gst_rtp_mp4a_depay_process):
7398         * gst/rtp/gstrtpmp4adepay.h:
7399         Fix depayloading when multiple frames are inside one RTP packet.
7400         Fixes #499239.
7401
7402 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * gst/level/gstlevel.c:
7405           Add GAP-flag support.
7406
7407 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7408
7409         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7410         Read the I flag for Mode A h263 rtp stream and set the
7411         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7412         Fixes #499383
7413
7414 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7415
7416         * gst/level/gstlevel.c:
7417           Remove some dead code and do cleanups.
7418
7419 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7420
7421         * tests/check/pipelines/simple-launch-lines.c:
7422           Improve the tests by allowing to set a target state.
7423
7424 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7425
7426         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7427         Don't check the caps of the output buffer if they're equal some
7428         other caps. The caps can change in a backward compatible way
7429         and did at this point.
7430
7431 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7432
7433         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7434         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7435         (gst_qtdemux_seek_to_previous_keyframe),
7436         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7437         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7438         reverse playback support.
7439
7440 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7441
7442         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7443         Also set the channel layout on the Wavpack caps if we're having
7444         a mono layout. Of course only do it for "audio/x-wavpack".
7445
7446 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7447
7448         * ext/wavpack/gstwavpackcommon.c:
7449         (gst_wavpack_get_default_channel_mask),
7450         (gst_wavpack_set_channel_layout),
7451         (gst_wavpack_get_default_channel_positions),
7452         (gst_wavpack_get_channel_mask_from_positions),
7453         (gst_wavpack_set_channel_mapping):
7454         * ext/wavpack/gstwavpackcommon.h:
7455         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7456         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7457         * ext/wavpack/gstwavpackdec.h:
7458         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7459         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7460         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7461         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7462         (gst_wavpack_enc_rewrite_first_block),
7463         (gst_wavpack_enc_sink_event):
7464         * ext/wavpack/gstwavpackenc.h:
7465         * ext/wavpack/gstwavpackparse.c:
7466         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7467         (gst_wavpack_parse_scan_to_find_sample),
7468         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7469         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7470         * ext/wavpack/gstwavpackparse.h:
7471         Add support for encoding, parsing and decoding multichannel
7472         files with up to 8 channels. This also improves the robustness
7473         of parsing quite a bit.
7474
7475         * ext/wavpack/gstwavpackstreamreader.c:
7476         (gst_wavpack_stream_reader_read_bytes),
7477         (gst_wavpack_stream_reader_get_pos),
7478         (gst_wavpack_stream_reader_set_pos_abs),
7479         (gst_wavpack_stream_reader_set_pos_rel),
7480         (gst_wavpack_stream_reader_push_back_byte),
7481         (gst_wavpack_stream_reader_get_length),
7482         (gst_wavpack_stream_reader_can_seek),
7483         (gst_wavpack_stream_reader_write_bytes):
7484         Improve debugging.
7485
7486 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7487
7488         * ext/libpng/gstpngdec.c:
7489         * ext/libpng/gstpngdec.h:
7490           Don't release the png-memory from within the callback.
7491
7492 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7493
7494         Patch by: René Stadler <mail at renestadler dot de>
7495
7496         * ext/libpng/gstpngenc.c:
7497           Don't leak buffer data memory. Fixes #498395.
7498
7499 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7500
7501         Patch by: René Stadler <mail at renestadler dot de>
7502
7503         * tests/check/pipelines/simple-launch-lines.c:
7504           Tests for #498395.
7505
7506 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7507
7508         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7509         (gst_tag_lib_mux_adjust_event_offsets):
7510         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7511         * sys/osxaudio/Makefile.am:
7512         * sys/osxvideo/cocoawindow.h:
7513         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7514
7515 2007-11-15  David Schleef  <ds@schleef.org>
7516
7517         * ext/cairo/gsttextoverlay.c:
7518           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7519
7520 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7521
7522         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7523
7524         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7525         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7526         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7527         * gst/rtp/gstrtpmp2tpay.h:
7528         Fill the MTU with as many packets as possible. Fixes #491323.
7529
7530 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7531
7532         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7533
7534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7535         Fix some more leaks. Fixes #497007.
7536
7537 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7538
7539         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7540
7541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7542         (gst_rtspsrc_stream_configure_tcp):
7543         Fix 3 pad leaks. Fixes #496983.
7544
7545 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7546
7547         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7548
7549         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7550         Fix small leak. Fixes #497017.
7551
7552 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7553
7554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7555         (gst_qtdemux_prepare_current_sample),
7556         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7557         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7558         * gst/qtdemux/qtdemux_fourcc.h:
7559         * gst/qtdemux/qtdemux_types.c:
7560         Add suppport for theora in quicktime according to XiphQT.
7561
7562 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7563
7564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7565         (gst_v4l2src_init), (gst_v4l2src_set_property),
7566         (gst_v4l2src_get_property):
7567         * sys/v4l2/gstv4l2src.h:
7568         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7569           Always copy buffers by default (handle safer with bugged drivers)
7570           and added a property to make it possible to use mmap effectively (no
7571           copy if possible) when application wants to. Fixes: #480557.
7572
7573 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7574
7575         * gst/id3demux/id3tags.c:
7576         * gst/id3demux/id3tags.h:
7577         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7578           We don't want the same string multiple times in a tag list for the
7579           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7580           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7581
7582 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7585           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7586           into ID3v2 TXXX frames (fixes #347848).
7587
7588 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7591           Don't leak sdp message contents (fixes #496773).
7592
7593         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7594           Don't leak URI string.
7595
7596 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         Patch by: Julien Puydt <julien dot puydt at laposte net>
7599
7600         * ext/raw1394/Makefile.am:
7601         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7602           (gst_1394_property_probe_get_properties),
7603           (gst_1394_property_probe_probe_property),
7604           (gst_1394_property_probe_needs_probe),
7605           (gst_1394_property_probe_get_values),
7606           (gst_1394_property_probe_interface_init),
7607           (gst_1394_type_add_property_probe_interface):
7608         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7609         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7610           (gst_dv1394src_init), (gst_dv1394src_dispose),
7611           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7612           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7613           (gst_dv1394src_update_device_name):
7614         * ext/raw1394/gstdv1394src.h:
7615           Implement GstPropertyProbe interface and add "device-name" property,
7616           so applications can use this to probe for available devices in the
7617           same way they can already with v4lsrc and v4l2src (however horrible
7618           this property probe interface may be). Fixes #358841.
7619
7620 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7621
7622         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7623
7624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7625           (gst_rtspsrc_parse_range):
7626           Don't leak event, don't leak range (fixes #496752).
7627
7628 2007-11-14  Michael Smith <msmith@fluendo.com>
7629
7630         Patch by: Arek Korbik <arkadini@gmail.com>
7631
7632         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7633           Detect RGBA/BGRA correctly on little endian systems.
7634
7635 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7636
7637         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7638           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7639           corresponding ioctl() call fails even though the driver claims to
7640           support this format, just fall back to the pre-2.6.19 kernel
7641           routine that creates caps with suitable height and width ranges
7642           (see #448278).
7643
7644 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         Patch by: Mark Nauwelaerts <manauw skynet be>
7647
7648         * gst/matroska/matroska-demux.c:
7649           (gst_matroska_demux_push_dvd_clut_change_event),
7650           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7651           (gst_matroska_demux_subtitle_caps):
7652         * gst/matroska/matroska-ids.h:
7653           Extract palette data for dvd subpicture streams and send it
7654           downstream as custom gstreamer dvd event (fixes #453417).
7655
7656 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7659           Implement minimal parsing of the passed pango font description
7660           string, so passing a font size works the same as with the
7661           pango textoverlay plugin; fixes #455086.
7662           (Maybe we could just use pangocairo here at some point).
7663
7664 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * gst/avi/gstavidemux.c:
7667         * gst/wavparse/gstwavparse.c:
7668           Return the result in _activate_pull(). Don't ref element there.
7669
7670 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7671
7672         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7673         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7674         (gst_wavparse_srcpad_event):
7675           Ref the element when we should, but not when we its not needed. Reflow
7676           the event_handling to not leak the event.       
7677
7678 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7679
7680         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7681         (qtdemux_parse_samples):
7682         Properly free QTDemuxSamples array.
7683         Protect table write with a sensible check, some files apparently DO contain
7684         stts values starting with 0 :(
7685
7686 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7687
7688         * gst/avi/gstavidemux.c:
7689         * gst/qtdemux/qtdemux.c:
7690           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7691           previous commit messed up.
7692
7693 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7694
7695         * gst/avi/gstavidemux.c:
7696         * gst/qtdemux/qtdemux.c:
7697           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7698           element when we should, but not when we its not needed.
7699
7700 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7701
7702         * gst/wavparse/gstwavparse.c:
7703           Return FALSE if we can't handle a query instead of changing the
7704           format. Ignore fact when dealing with mpeg audio.
7705
7706 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7709
7710         * configure.ac:
7711         * gst/udp/gstdynudpsink.c:
7712         * gst/udp/gstdynudpsink.h:
7713         * gst/udp/gstmultiudpsink.c:
7714         * gst/udp/gstmultiudpsink.h:
7715         * gst/udp/gstudpsink.c:
7716         * gst/udp/gstudpsink.h:
7717           Fix includes for MSVC and GLib-2.14.0 (#492388).
7718
7719         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7720           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7721
7722 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7723
7724         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7725         (gst_mulawdec_chain):
7726         * gst/law/mulaw-decode.h:
7727         Calculate outgoing buffer duration if incoming buffer didn't have a
7728         valid duration.
7729
7730 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7731
7732         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7733         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7734         Smarter combine_flow code that also deals with downstream elements
7735         returning UNEXPECTED when they receive data out of the segment
7736         boundaries. Fixes #491305.
7737
7738 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * sys/v4l2/v4l2src_calls.c:
7741           Fix 'unused variable' compiler warning when compiling against
7742           older kernel headers.
7743
7744 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7745
7746         * ext/taglib/gstid3v2mux.cc (add_funcs):
7747           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7748
7749 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7750
7751         * tests/check/pipelines/simple-launch-lines.c:
7752            Improve the tests a little more.
7753
7754 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7755
7756         patch by: Yun Zheng Hu
7757
7758         * sys/osxaudio/gstosxaudiosrc.c:
7759         Use default input device instead of default output device and
7760         only memcpy actual available bytes.
7761
7762 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7763
7764         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7765           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7766           early. It is temporary until we find something better.
7767
7768 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7769
7770         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7771
7772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7773         Fix race when pausing a RTSP stream in interleaved.
7774         Fixes #475784.
7775
7776 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7777
7778         Patch by: Peter Kjellerstedt <pkj at axis com>
7779
7780         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7781         Use correct unref function for buffers. #488844.
7782
7783 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7784
7785         * gst/avi/gstavimux.c:
7786         * tests/check/elements/avimux.c:
7787           Add some debug and sync tests with the fix.     
7788
7789 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7790
7791         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7792
7793         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7794         When the socket is used by the app for other purposes, don't generate an
7795         error if there is activaty on the socket that is not data related.
7796         Fixes #487488.
7797
7798 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7799
7800         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7801         (gst_v4l2src_grab_frame):
7802         Add some more debug info. Generate an error when we run out of buffers
7803         for some reason. See #480557.
7804
7805 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7806
7807         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7808
7809         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7810         Set marker bit correctly.
7811
7812 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7813
7814         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7815         Use allowed name for the GstStructure.
7816
7817 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * ext/gconf/gstswitchsink.c:
7820         * gst/autodetect/gstautoaudiosink.c:
7821           Use new gst_bus_pop_filtered().
7822
7823 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7824
7825         * sys/v4l2/gstv4l2src.c:
7826         * sys/v4l2/v4l2src_calls.c:
7827           When probing the formats and sizes a camera supports, make
7828           sure the best ones (highest resolution, prefered format)
7829           end up at the beginning of the probed caps and the less
7830           desirable ones at the end.  This is important because the
7831           order within the caps matters for things like fixation and
7832           negotiation, ie. what format is chosen in the end.
7833           With recent kernels, the current probing code will end up
7834           querying the supported sizes from lowest resolution to
7835           highest resolution, adding them to the probed caps in that
7836           order, resulting to v4l2src fixating to the lowest possible
7837           resolution if downstream does not express a size preference.
7838           Also make up a somewhat random ranking of prefered output
7839           formats for the same reason. Fixes #485828.
7840         
7841 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7842
7843         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7844
7845         * gst/id3demux/id3v2frames.c:
7846           Extract license/copyright URIs from ID3v2 WCOP frames
7847           (Fixes #447000).
7848
7849         * tests/check/elements/id3demux.c:
7850         * tests/files/Makefile.am:
7851         * tests/files/id3-447000-wcop.tag:
7852           Add simple unit test.
7853
7854 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7855
7856         * ext/taglib/gstid3v2mux.cc:
7857           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7858           Prerequisite for #447000.
7859
7860 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7861
7862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7863         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7864         a GstClockTime.
7865
7866 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7869         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7870         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7871         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7872         (gst_rtspsrc_change_state):
7873         More seeking fixes, mostly passing around the new playback segment in
7874         order to configure it properly.
7875         Also reset base_time of udp sources when setting them back to PLAYING as
7876         a temporary hack until core supports seek in live sources properly.
7877
7878 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7879
7880         * gst/rtp/gstrtpmp4adepay.c:
7881         Fix caps as to not confuse autopluggers.
7882
7883 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7884
7885         * gst/id3demux/gstid3demux.c:
7886         * gst/id3demux/gstid3demux.h:
7887         * gst/id3demux/id3tags.c:
7888         * gst/id3demux/id3tags.h:
7889         * gst/id3demux/id3v2frames.c:
7890           Port ID3 tag demuxer over to the new GstTagDemux in -base
7891           (now would be a good time to test re-importing your music
7892           collection).
7893
7894 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7895
7896         * gst/apetag/Makefile.am:
7897         * gst/apetag/gstapedemux.c:
7898         * gst/apetag/gstapedemux.h:
7899         * gst/apetag/gsttagdemux.c:
7900         * gst/apetag/gsttagdemux.h:
7901           Port APE tag demuxer over to the new GstTagDemux in -base.
7902
7903 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7906         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7907         (gst_rtspsrc_handle_internal_src_query),
7908         (gst_rtspsrc_handle_src_query), (new_session_pad),
7909         (gst_rtspsrc_stream_configure_tcp),
7910         (gst_rtspsrc_stream_configure_transport),
7911         (gst_rtspsrc_loop_send_cmd):
7912         Improve flushing behaviour.
7913         Set state of the udp sources to PAUSE/PLAYING correctly.
7914         Handle events and queries for UDP and TCP transport now.
7915
7916 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7917
7918         * gst/rtp/gstrtpgsmdepay.c:
7919         * gst/rtp/gstrtpgsmpay.c:
7920           Add log category.
7921
7922 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7923
7924         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7925
7926         * tests/check/Makefile.am:
7927         * tests/check/pipelines/simple-launch-lines.c:
7928           Add unit tests for payloaders/depayloaders.
7929
7930 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7931
7932         * gst/avi/gstavimux.c:
7933         * gst/avi/gstavimux.h:
7934           Also save codec data for audio streams. Fixes #482495.
7935
7936 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7937
7938         * gst/avi/gstavimux.c:
7939           Fix "Index entry has invalid stream nr 1".
7940           Add support for muxing aac - work in progress (see #482495).
7941
7942 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7945         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7946         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7947         * gst/rtsp/gstrtspsrc.h:
7948         Parse bandwidth modifiers, they are not yet configured in the session
7949         manager because we don't have an API for that yet.
7950
7951 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7952
7953         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7954         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7955         Use shiny new function in -base to get the default clock-rate.
7956         Update some docs.
7957
7958 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7959
7960         * win32/MANIFEST:
7961         Add files to win32 manifest.
7962         * win32/vs6/libgstaudiofx.dsp:
7963         * win32/vs6/libgstqtdemux.dsp:
7964         * win32/vs6/libgstrtp.dsp:
7965         * win32/vs6/libgstrtsp.dsp:
7966         Update project files.
7967
7968 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7969
7970         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7971         (gst_rtspsrc_play):
7972         * gst/rtsp/gstrtspsrc.h:
7973         In TCP mode, only timestamp the first buffer. TCP is not real time and
7974         it does not make sense to try to skew compensate, also some servers send
7975         the first batch of data in a burst.
7976
7977 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7978
7979         * gst/matroska/matroska-demux.c:
7980           Fix setting the discont flag on the first buffer
7981           pushed downstream for formats with private codec
7982           data that needs to be deserialised into buffers
7983           (such as vorbis and FLAC when in a matroska container).
7984
7985 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7988
7989         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7990         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7991         (gst_rtp_mp4v_pay_handle_buffer):
7992         * gst/rtp/gstrtpmp4vpay.h:
7993         Free the config string. Fixes #480707.
7994         Clean up the timestamp code a little.
7995
7996 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7997
7998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7999         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
8000         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
8001         * gst/rtsp/gstrtspsrc.h:
8002         Set timestamps on RTP buffers in interleaved mode.
8003         Mark first buffers with a DISCONT.
8004         Remove flush hack now that sync for live sources has been figured out.
8005
8006 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8009         Update documentation.
8010
8011 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8012
8013         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
8014         (gst_rtp_xqt_depay_change_state):
8015         * gst/qtdemux/gstrtpxqtdepay.h:
8016         Fail if we don't know the quicktime format.
8017
8018 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
8019
8020         * ext/flac/gstflacenc.c:
8021         * ext/flac/gstflacenc.h:
8022           Save the flow return from the last gst_pad_push() and
8023           make sure we pass the right flow return value upstream
8024           in the case of failure; minor clean-ups.
8025
8026 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8027
8028         * ext/taglib/gstapev2mux.cc:
8029         * ext/taglib/gstid3v2mux.cc:
8030         * gst/apetag/gstapedemux.c:
8031           Add support for the new GST_TAG_COMPOSER (#459809).
8032
8033 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         * gst/law/alaw-decode.c:
8036         * gst/law/alaw-decode.h:
8037         * gst/law/alaw-encode.c:
8038         * gst/law/alaw-encode.h:
8039         * gst/law/alaw.c:
8040         * gst/law/mulaw-conversion.h:
8041           Compulsive clean-ups: use boilerplate macros, add debug
8042           categories, fix up things to conform to symbol nomenklatura,
8043           etc.
8044
8045 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8046
8047         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8048
8049         * gst/law/alaw-decode.c:
8050         * gst/law/alaw-encode.c:
8051           Use static tables for A-Law decoding and encoding; this makes
8052           A-Law decoding and encoding less CPU-intensive, but increases
8053           the binary size a bit. Leaving old code around for now,
8054           selectable by a define in the code. Fixes #435435.
8055
8056 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8057
8058         * configure.ac:
8059         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8060         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8061         in configure.ac.
8062
8063 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8064
8065         Patch by: Jan Gerber <j at bootlab dot org>
8066
8067         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8068         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8069
8070 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8071
8072         * sys/oss/gstosshelper.c:
8073           Use GST_WARNING instead of a g_critical. This situation is not caused
8074           by the application.
8075
8076 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8077
8078         * po/LINGUAS:
8079         * po/nl.po:
8080           Updated translations.
8081
8082 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8083
8084         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8085
8086         * po/eu.po:
8087           Added Basque translation.
8088
8089 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8090
8091         translated by: Abel Cheung <abelcheung@gmail.com>
8092
8093         * po/zh_HK.po:
8094         * po/zh_TW.po:
8095           Added Chinese (traditional and Hong Kong) translation.
8096
8097 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8098
8099         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8100
8101         * po/pl.po:
8102           Added Polish translation.
8103
8104 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8105
8106         translated by: Ilkka Tuohela <hile@iki.fi>
8107
8108         * po/fi.po:
8109           Added Finnish translation.
8110
8111 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8112
8113         translated by: Jorge González González <aloriel@gmail.com>
8114
8115         * po/es.po:
8116           Added Spanish translation.
8117
8118 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8119
8120         translated by: Mogens Jaeger <mogens@jaeger.tf>
8121
8122         * po/da.po:
8123           Added Danish translation.
8124
8125 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8126
8127         translated by: Funda Wang <fundawang@linux.net.cn>
8128
8129         * po/zh_CN.po:
8130           Added Chinese (simplified) translation.
8131
8132 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8133
8134         translated by: Alexander Shopov <ash@contact.bg>
8135
8136         * po/bg.po:
8137           Added Bulgarian translation.
8138
8139 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8140
8141         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8142         Set outgoing packet duration because we can. Fixes #478244 some more.
8143
8144 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8145
8146         * ext/cairo/gsttextoverlay.c:
8147           Add info about static leak.
8148         
8149         * tests/check/Makefile.am:
8150         * tests/check/generic/states.c:
8151           Improved state change unit test.
8152
8153 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8154
8155         * docs/plugins/.cvsignore:
8156         * tests/check/.cvsignore:
8157           Ignore registries in any format.
8158
8159 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8162         Removed some unused code.
8163
8164         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8165         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8166         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8167         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8168         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8169         (gst_rtp_theora_pay_flush_packet):
8170         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8171         Try to preserve the incomming buffer duration on the outgoing
8172         packets. Fixes #478244.
8173
8174 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * ext/taglib/gstapev2mux.cc:
8177         * ext/taglib/gstid3v2mux.cc:
8178           Work around compiler warnings with g++-4.2 when assigning a
8179           string constant to a gchar * (partially fixes #478092).
8180
8181 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8182
8183         * configure.ac:
8184           We require core CVS now for gst_base_src_set_do_timestamp().
8185
8186 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8187
8188         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8189         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8190         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8191         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8192         (gst_rtspsrc_handle_message):
8193         Fix compiler warnings shown with Forte.
8194
8195 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8196
8197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8198         (gst_rtspsrc_dup_printf):
8199         Give meaningfull error when all streams failed to configure for some
8200         reason.
8201
8202 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8203
8204         * gst/rtp/README:
8205         Update README with the design for synchronisation rules of RTP on
8206         sender and receiver.
8207
8208 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8209
8210         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8211         (gst_wavparse_chain):
8212         Don't push EOS from the chain function, the element
8213         driving the pipeline is responsible for this. The bug
8214         this was meant to fix seems to be queue not forwarding
8215         EOS in all cases (see #476514).
8216
8217 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8218
8219         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8220         (gst_level_transform_ip):
8221         * gst/level/gstlevel.h:
8222         Use basetransform segment so that it is correctly managed on flushes and
8223         start/stop.
8224         Report message timestamp as stream time, which is what an application
8225         can understand.
8226
8227 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8228
8229         * ext/taglib/gstapev2mux.cc:
8230         * ext/taglib/gstapev2mux.h:
8231         * ext/taglib/gsttaglibmux.c:
8232         * tests/check/elements/apev2mux.c:
8233         Update my mail address.
8234
8235 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8236
8237         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8238         (gst_wavparse_loop), (gst_wavparse_chain):
8239         Add EOS logic for the push-based mode too. Fixes #476514.
8240
8241 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8242
8243         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8244         * gst/law/alaw-encode.h:
8245         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8246         (gst_mulawenc_chain):
8247         * gst/law/mulaw-encode.h:
8248         Fix law encoder timestamps.
8249
8250 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8251
8252         * ext/gconf/gstgconfaudiosink.c:
8253           Fix warning when building without debug.
8254
8255         * sys/oss/gstossmixertrack.c:
8256           Use const like in alsamixertrack.c (fixes warnings).
8257
8258 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8259
8260         * sys/v4l2/v4l2src_calls.c:
8261         (gst_v4l2src_probe_caps_for_format_and_size):
8262         Fix framerate detection code some more.
8263         Handle the case where there is a weird step in the stepwise framerates.
8264         Don't overwrite the min interval with the framerate, use a temp variable
8265         instead.
8266         Use max in the Continuous framerate intervals instead of step, which is
8267         1 according to the docs. Fixes #475424.
8268
8269 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8270
8271         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8272         Make udpsrc timestamp outgoing buffers based on when they were received.
8273         Also make it output a segment in time.
8274
8275 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8276
8277         * gst/avi/gstavidemux.c:
8278           Plug a little leak. Little code cleanups.
8279
8280 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         * configure.ac:
8283           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8284           flac versions, 's good for cross-compilation karma.
8285
8286 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8287
8288         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8289
8290         * gst/rtp/gstrtph263pay.c:
8291           Fix up header structure so that compilers don't add padding
8292           between the structure fields, since that would lead to us
8293           sending RTP packets with broken headers (as is currently the
8294           case when compiling with MSVC). Also see similar fixes in
8295           libgstrtp in gst-plugins-base. (#474616; #471194)
8296
8297 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8298
8299         * sys/v4l2/v4l2src_calls.c:
8300         (gst_v4l2src_probe_caps_for_format_and_size):
8301         Don't overwrite our GValue with 0 but instead use the previously
8302         computed value. Fixes #471823 some more.
8303
8304 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8307           No tabs in this file please, or gtk-doc will end up documenting
8308           rather absurd class hierarchies.
8309
8310 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8311
8312         * ext/gconf/gstswitchsink.c:
8313           If the new kid element fails to change state for some reason
8314           (e.g. esdsink not being able to connect to the sound server),
8315           forward the error message it posted on the bus instead of just
8316           posting a generic 'Internal state change error: please file a
8317           bug' error message. Fixes #471364.
8318
8319 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * gst/qtdemux/Makefile.am:
8322         * gst/qtdemux/qtdemux.c:
8323           Don't assume tags are encoded as UTF-8 (#473670).
8324
8325 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * sys/v4l2/gstv4l2src.c:
8328         * sys/v4l2/gstv4l2src.h:
8329         * sys/v4l2/v4l2src_calls.c:
8330           Implement LATENCY queries in the crudest way possible so I don't
8331           have to use sync=false any longer when testing with videosinks.
8332
8333 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8334
8335         * configure.ac:
8336           Fix build.
8337
8338 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8339
8340         * sys/v4l2/v4l2src_calls.c:
8341         (gst_v4l2src_probe_caps_for_format_and_size):
8342         Add some more debugging in the framerate function.
8343         Iterate stepwise framerate up to and _including_ the max and if nothing
8344         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8345         don't end up with an empty list. Fixes #471823
8346
8347 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8348
8349         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8350         (gst_multiudpsink_set_clients_string),
8351         (gst_multiudpsink_get_clients_string),
8352         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8353         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8354         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8355         (gst_multiudpsink_clear):
8356         Add property do configure destination address/port pairs
8357         API:GstMultiUDPSink::clients
8358
8359 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8360
8361         * tests/examples/Makefile.am:
8362         * tests/examples/rtp/Makefile.am:
8363         * tests/examples/rtp/client-H263p-AMR.sh:
8364         * tests/examples/rtp/client-H263p-PCMA.sdp:
8365         * tests/examples/rtp/client-H263p-PCMA.sh:
8366         * tests/examples/rtp/client-H264-PCMA.sdp:
8367         * tests/examples/rtp/client-H264-PCMA.sh:
8368         * tests/examples/rtp/client-PCMA.sh:
8369         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8370         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8371         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8372         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8373         Added some RTP example scripts for sending and receiving RTP streams.
8374
8375 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8376
8377         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8378         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8379         Restructure the setcaps function so that we can also compute the
8380         expected GStreamer output size of the video frames.
8381         Set frame_byte_size correctly so that read-based devices have a chance
8382         of working correctly.
8383         When grabbing a frame, discard frames that are not of the expected size.
8384         Some cameras don't output the right framesize for the first buffer.
8385         Try only a couple of times to get a valid frame, else error out.
8386
8387         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8388         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8389         Add some more debug info when scanning the device.
8390
8391         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8392         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8393         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8394         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8395         Add some more debug info when dequeing a frame.
8396
8397 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8398
8399         * gst/wavparse/gstwavparse.c:
8400           More code cleanups. Add some more comment and improve debugs logs.
8401
8402 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8403
8404         * gst/wavparse/gstwavparse.c:
8405         * gst/wavparse/gstwavparse.h:
8406           Implement seek-query. Refactor duration calculations. Appropriate use
8407           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8408           out of loops.
8409
8410 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8411
8412         * gst/avi/gstavidemux.c:
8413           Implement seek-query.
8414
8415 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8416
8417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8418         (gst_rtspsrc_dup_printf):
8419         Use new basesink async property to make sparse RTCP packet not wait for
8420         preroll.
8421
8422 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8423
8424         * gst/audiofx/Makefile.am:
8425         Dist the right file.
8426
8427 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8428
8429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8430         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8431         Make sure we generate and parse floating point values in the POSIX
8432         locale instead of the current locale. 
8433
8434 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8435
8436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8437         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8438         (gst_rtspsrc_play):
8439         * gst/rtsp/gstrtspsrc.h:
8440         Fix method detection again.
8441         Keep track of when we must send a Range header.
8442         Use segment values for Range, Speed and Scale headers.
8443         Parse Speed and Scale headers to update the segment values.
8444
8445 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8446
8447         patch by: Mark Nauwelaerts <manauw@skynet.be>
8448
8449         * sys/v4l2/v4l2src_calls.c:
8450           Handle optional v4l2 ioctls gracefully.
8451
8452 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8453
8454         * gst/rtp/Makefile.am:
8455         * gst/rtp/gstrtp.c: (plugin_init):
8456         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8457         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8458         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8459         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8460         (gst_rtp_h263_depay_get_property),
8461         (gst_rtp_h263_depay_change_state),
8462         (gst_rtp_h263_depay_plugin_init):
8463         * gst/rtp/gstrtph263depay.h:
8464         Added an H263 depayloader. Fixes #369392.
8465
8466         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8467         (gst_rtp_h263p_depay_process):
8468         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8469         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8470         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8471         payloads.
8472         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8473
8474 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8475
8476         * gst/audiofx/audiochebyshevfreqband.c:
8477         * gst/audiofx/audiochebyshevfreqlimit.c:
8478         Add small comparision with the windowed sinc filters in the docs.
8479
8480 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8481
8482         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8483         (audiochebyshevfreqband_suite):
8484         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8485         (audiochebyshevfreqlimit_suite):
8486         Also test 32 bit float mode and the type 2 variants of the filters.
8487
8488 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8489
8490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8491         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8492         (gst_rtspsrc_loop):
8493         Refactor the udp and interleaved loop function a bit.
8494
8495 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8496
8497         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8498         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8499         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8500         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8501         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8502         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8503         * gst/rtsp/gstrtspsrc.h:
8504         Protect connection activity with a new lock, avoids deadlocks when going
8505         to PAUSED. Fixes #455808.
8506
8507 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8508
8509         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8510         Fix debug statement.
8511
8512 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8513
8514         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8515         Fix stray %u in debug line as spotted by Saur on IRC.
8516
8517 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8518
8519         * gst/audiofx/audiochebyshevfreqband.c:
8520         (gst_audio_chebyshev_freq_band_class_init):
8521         * gst/audiofx/audiochebyshevfreqlimit.c:
8522         (gst_audio_chebyshev_freq_limit_class_init):
8523         Use generator macros for the process functions for the different
8524         sample types, add lower upper boundaries for the GObject properties
8525         so automatically generated UIs can use sliders and add a note about
8526         the number of poles as a too high number of poles combined with
8527         very low or very high frequencies will produce only noise.
8528         * docs/plugins/gst-plugins-good-plugins.args:
8529         Regenerated for the property changes.
8530
8531 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8532
8533         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8534         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8535         (gst_rtspsrc_stream_configure_udp_sink),
8536         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8537         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8538         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8539         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8540         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8541         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8542         * gst/rtsp/gstrtspsrc.h:
8543         Improve timeout handling.
8544         Use the same socket for sending and receiving RTCP packets so that some
8545         servers can track clients better.
8546         Improve connection closed handling. Try to reconnect.
8547         Don't overwrite our content base with NULL.
8548         Improve debugging.
8549         Improve range parsing and handling.
8550         Remove flushing hack now that core does the right thing.
8551
8552 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8553
8554         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8555         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8556         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8557         (gst_multiudpsink_close), (gst_multiudpsink_add):
8558         * gst/udp/gstmultiudpsink.h:
8559         Add support for getting and setting the socket to use.
8560
8561         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8562         (gst_udpsrc_create), (gst_udpsrc_get_property):
8563         Add support for getting the currently used socket.
8564
8565 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8566
8567         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8568
8569         * gst/audiofx/Makefile.am:
8570         * gst/audiofx/audiochebyshevfreqband.c:
8571         (gst_audio_chebyshev_freq_band_mode_get_type),
8572         (gst_audio_chebyshev_freq_band_base_init),
8573         (gst_audio_chebyshev_freq_band_dispose),
8574         (gst_audio_chebyshev_freq_band_class_init),
8575         (gst_audio_chebyshev_freq_band_init),
8576         (generate_biquad_coefficients), (calculate_gain),
8577         (generate_coefficients),
8578         (gst_audio_chebyshev_freq_band_set_property),
8579         (gst_audio_chebyshev_freq_band_get_property),
8580         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8581         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8582         (gst_audio_chebyshev_freq_band_start):
8583         * gst/audiofx/audiochebyshevfreqband.h:
8584         * gst/audiofx/audiochebyshevfreqlimit.c:
8585         (gst_audio_chebyshev_freq_limit_mode_get_type),
8586         (gst_audio_chebyshev_freq_limit_base_init),
8587         (gst_audio_chebyshev_freq_limit_dispose),
8588         (gst_audio_chebyshev_freq_limit_class_init),
8589         (gst_audio_chebyshev_freq_limit_init),
8590         (generate_biquad_coefficients), (calculate_gain),
8591         (generate_coefficients),
8592         (gst_audio_chebyshev_freq_limit_set_property),
8593         (gst_audio_chebyshev_freq_limit_get_property),
8594         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8595         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8596         (gst_audio_chebyshev_freq_limit_start):
8597         * gst/audiofx/audiochebyshevfreqlimit.h:
8598         * gst/audiofx/audiofx.c: (plugin_init):
8599         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8600         Fixes #464800.
8601
8602         * tests/check/Makefile.am:
8603         * tests/check/elements/.cvsignore:
8604         * tests/check/elements/audiochebyshevfreqband.c:
8605         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8606         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8607         * tests/check/elements/audiochebyshevfreqlimit.c:
8608         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8609         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8610         Add unit tests for the chebyshev filters.
8611
8612         * docs/plugins/Makefile.am:
8613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8615         * docs/plugins/gst-plugins-good-plugins.args:
8616         * docs/plugins/inspect/plugin-1394.xml:
8617         * docs/plugins/inspect/plugin-audiofx.xml:
8618         * docs/plugins/inspect/plugin-dv.xml:
8619         * docs/plugins/inspect/plugin-flac.xml:
8620         * docs/plugins/inspect/plugin-jpeg.xml:
8621         * docs/plugins/inspect/plugin-png.xml:
8622         * docs/plugins/inspect/plugin-rtp.xml:
8623         * docs/plugins/inspect/plugin-shout2send.xml:
8624         * docs/plugins/inspect/plugin-wavpack.xml:
8625         And add docs for the chebyshev filters. While doing
8626         that also run make update in docs/plugins.
8627
8628 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8629
8630         * ext/annodex/gstcmmltag.c:
8631         * gst/rtp/gstrtpvorbispay.c:
8632           Make ro memory to share.
8633
8634 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8635
8636         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8637         Improve UDP performance by avoiding a select() when we have data
8638         available immediatly.
8639
8640 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8641
8642         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8643         (gst_rtp_dec_class_init):
8644         * gst/rtsp/gstrtpdec.h:
8645         Add (dummy) SSRC management signals.
8646
8647         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8648         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8649         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8650         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8651         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8652         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8653         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8654         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8655         * gst/rtsp/gstrtspsrc.h:
8656         Add connection-speed property.
8657         Add find_stream helper functions.
8658         Handle stream EOS based on BYE messages or SSRC timeout.
8659         Returns SUCCESS from the state change function as we hide our async
8660         elements from the parent.
8661
8662 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8663
8664         * gst/debug/rndbuffersize.c:
8665           Fix da leak.
8666
8667 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8668
8669         * gst/debug/Makefile.am:
8670         * gst/debug/breakmydata.c:
8671         * gst/debug/gstdebug.c:
8672         * gst/debug/negotiation.c:
8673         * gst/debug/progressreport.c:
8674         * gst/debug/rndbuffersize.c:
8675         * gst/debug/testplugin.c:
8676           Add new test element and clean-up the others a little.
8677
8678 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8679
8680         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8681         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8682
8683 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8684
8685         * gst/rtp/gstrtpilbcdepay.c:
8686           Include stdlib.
8687
8688 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8689
8690         * gst/rtp/gstrtpmpvdepay.c:
8691         Set the mpegversion in the caps so that autoplugging does not get
8692         confused.
8693
8694 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8695
8696         * po/hu.po:
8697         * po/uk.po:
8698         * po/vi.po:
8699           Updated translations.
8700
8701 2007-08-08  Michael Smith <msmith@fluendo.com>
8702
8703         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8704           Render right border in the correct location.
8705
8706 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8707
8708         Patch by: Olivier Crete <tester at tester dot ca>
8709
8710         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8711         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8712         Make mode property a string. Fixes #464475.
8713
8714 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8715
8716         * ext/flac/gstflacenc.c:
8717           Widen caps to match decoder a bit and add more FIXMEs.
8718
8719 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8720
8721         patch by: Mark Nauwelaerts <manauw@skynet.be>
8722
8723         * gst/avi/gstavimux.c:
8724           Fix ODML index tag numbering. Fixes #463624.
8725
8726 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8727
8728         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8729         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8730         (gst_rtspsrc_stream_configure_tcp),
8731         (gst_rtspsrc_stream_configure_udp_sink):
8732         Fix default clock-rate for realmedia.
8733         Fix parsing of transport.
8734         Don't try to link NULL pads.
8735
8736 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * po/POTFILES.skip:
8739           Add POTFILES.skip with list of source files that aren't disted at the
8740           moment but contain translatable strings. Should hopefully pacify
8741           broken tools and make it clearer that these files are left out
8742           intentionally (#461600).
8743
8744 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8745
8746         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8747         If the buffer was entirely clipped ... don't try sending it :)
8748
8749 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8750
8751         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8752         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8753         (gst_rtspsrc_create_transports_string),
8754         (gst_rtspsrc_prepare_transports):
8755         If we don't hav a session manager, set the caps on outgoing buffers
8756         ourselves.
8757         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8758         Append final bit of the transport string even when it does not contain a
8759         placeholder.
8760
8761 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8762
8763         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8764         (gst_rtsp_ext_list_connect):
8765         * gst/rtsp/gstrtspext.h:
8766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8767         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8768         Clean up the interface list.
8769         Allow connecting to interface signals for the extensions.
8770         Remove old extension code.
8771         Free list on cleanup.
8772         Allow extensions to send additional RTSP messages.
8773
8774 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8775
8776         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8777         Handle a NULL gconf key gracefully by rendering the default element.
8778
8779 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8780
8781         * gst/rtsp/gstrtspext.h:
8782         Fix include path for extension interface.
8783
8784 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8785
8786         * gst/audiofx/audioamplify.h:
8787         Also remove a now unecessary variable here.
8788
8789 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8790
8791         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8792         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8793         * gst/audiofx/audiodynamic.c:
8794         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8795         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8796         * gst/audiofx/audiodynamic.h:
8797         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8798         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8799         * gst/audiofx/audioinvert.h:
8800         Don't save format information ourselves, this is already saved in
8801         GstAudioFilter.
8802
8803 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8804
8805         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8806         (gst_rtsp_ext_list_stream_select):
8807         * gst/rtsp/gstrtspext.h:
8808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8809         Use rank to filter out extensions.
8810         Add url to stream_select interface call.
8811
8812 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8813
8814         * gst/rtsp/Makefile.am:
8815         * gst/rtsp/base64.c:
8816         * gst/rtsp/base64.h:
8817         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8818         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8819         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8820         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8821         (gst_rtsp_ext_list_setup_media),
8822         (gst_rtsp_ext_list_configure_stream),
8823         (gst_rtsp_ext_list_get_transports),
8824         (gst_rtsp_ext_list_stream_select):
8825         * gst/rtsp/gstrtspext.h:
8826         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8827         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8828         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8829         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8830         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8831         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8832         (gst_rtspsrc_stream_configure_tcp),
8833         (gst_rtspsrc_stream_configure_mcast),
8834         (gst_rtspsrc_stream_configure_udp),
8835         (gst_rtspsrc_stream_configure_udp_sink),
8836         (gst_rtspsrc_stream_configure_transport),
8837         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8838         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8839         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8840         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8841         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8842         (gst_rtspsrc_parse_methods),
8843         (gst_rtspsrc_create_transports_string),
8844         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8845         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8846         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8847         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8848         * gst/rtsp/gstrtspsrc.h:
8849         * gst/rtsp/rtsp.h:
8850         * gst/rtsp/rtspconnection.c:
8851         * gst/rtsp/rtspconnection.h:
8852         * gst/rtsp/rtspdefs.c:
8853         * gst/rtsp/rtspdefs.h:
8854         * gst/rtsp/rtspext.h:
8855         * gst/rtsp/rtspextwms.c:
8856         * gst/rtsp/rtspextwms.h:
8857         * gst/rtsp/rtspmessage.c:
8858         * gst/rtsp/rtspmessage.h:
8859         * gst/rtsp/rtsprange.c:
8860         * gst/rtsp/rtsprange.h:
8861         * gst/rtsp/rtsptransport.c:
8862         * gst/rtsp/rtsptransport.h:
8863         * gst/rtsp/rtspurl.c:
8864         * gst/rtsp/rtspurl.h:
8865         * gst/rtsp/sdp.h:
8866         * gst/rtsp/sdpmessage.c:
8867         * gst/rtsp/sdpmessage.h:
8868         * gst/rtsp/test.c:
8869         Use shiny new RTSP and SDP library.
8870         Implement RTSP extensions using the new interface.
8871         Remove a lot of old code.
8872
8873 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8874
8875         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8876         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8877
8878 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8879
8880         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8881         Don't unref the outgoing buffer twice when dropping it because it's
8882         outside of the segment.
8883
8884 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8885
8886         * configure.ac:
8887         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8888         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8889         Use the new buffer clipping function from gstaudio here and
8890         require gst-plugins-base CVS.
8891         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8892         For framed Wavpack buffers we require a valid timestamp.
8893
8894 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8895
8896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8897         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8898         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8899         Clip raw audio and video when we can, keep track of current output
8900         segment.
8901         Don't leak buffers and events when there is no output pad.
8902         Improve debugging here and there.
8903
8904 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8905
8906         * configure.ac:
8907           Sync liboil check with plugins-base.
8908
8909 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8910
8911         * ext/annodex/Makefile.am:
8912           Fix CFLAGS/LIBS.
8913
8914         * ext/cdio/gstcdiocddasrc.c:
8915         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8916           Include stdlib
8917
8918         * ext/cairo/Makefile.am:
8919         * gst/videofilter/Makefile.am:
8920         * tests/examples/level/Makefile.am:
8921           Use $(LIBM) instead of -lm
8922
8923 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8924
8925         * sys/v4l2/gstv4l2src.c:
8926           Add another example pipeline.
8927
8928 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8929
8930         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8931
8932         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8933           Use define here.
8934
8935         * sys/v4l2/gstv4l2tuner.c:
8936         (gst_v4l2_tuner_set_frequency_and_notify):
8937           Don't touch the property - its still disabled.
8938
8939         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8940         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8941         * sys/v4l2/v4l2src_calls.h:
8942           Improve fallback format negotionation. Fixes #451388
8943
8944 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8945
8946         * tests/check/elements/videocrop.c: (GST_START_TEST):
8947           Fix the test.
8948
8949 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8950
8951         * docs/plugins/Makefile.am:
8952         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8953         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8954         * docs/plugins/inspect/plugin-jpeg.xml:
8955         * docs/plugins/inspect/plugin-png.xml:
8956         * ext/jpeg/gstjpegdec.c:
8957         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8958         (gst_pngdec_sink_setcaps):
8959           More docs. More logs in pngdec.
8960
8961 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8962
8963         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8964           Initialize num_buffers with minimum value.
8965
8966         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8967         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8968           Handle frame-size query failure gracefully.
8969
8970 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8971
8972         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8973         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8974         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8975         of qt/aac files.
8976
8977 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8978
8979         * ext/wavpack/gstwavpackdec.c:
8980         (gst_wavpack_dec_clip_outgoing_buffer):
8981         Fix buffer clipping to correctly clip to the segment stop.
8982
8983 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8984
8985         * configure.ac:
8986         * tests/Makefile.am:
8987         Remove bogus check for libcheck, since we check for
8988         gstreamer-check and it pulls in the required info from there,
8989         and we weren't actually _using_ the information for libcheck
8990         ourselves anyway.
8991
8992 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8993
8994         * configure.ac:
8995           Use pkg-config to locate check.
8996
8997 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
9000         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
9001         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
9002         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
9003         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
9004         * gst/effectv/gstaging.c: (gst_agingtv_transform):
9005         * gst/effectv/gstdice.c: (gst_dicetv_transform):
9006         * gst/effectv/gstedge.c: (gst_edgetv_transform):
9007         * gst/effectv/gstquark.c: (gst_quarktv_transform):
9008         * gst/effectv/gstrev.c: (gst_revtv_transform):
9009         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
9010         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
9011         * gst/effectv/gstwarp.c: (gst_warptv_transform):
9012         * gst/matroska/matroska-demux.c:
9013         (gst_matroska_demux_add_wvpk_header),
9014         (gst_matroska_demux_check_subtitle_buffer),
9015         (gst_matroska_decode_buffer):
9016         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
9017           Fix build against core CVS.
9018
9019 2007-07-10  Edward Hervey  <bilboed@gmail.com>
9020
9021         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9022         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
9023         don't have enough granularity to convert that boolean into a
9024         GstFlowReturn.
9025
9026 2007-07-06  Michael Smith <msmith@fluendo.com>
9027
9028         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9029         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9030         (gst_alawdec_change_state):
9031         * gst/law/alaw-decode.h:
9032         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9033         (gst_mulawdec_class_init), (gst_mulawdec_init),
9034         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9035         * gst/law/mulaw-decode.h:
9036           Fix capsnego bogosity in *law decoders. 
9037
9038 2007-07-06  Michael Smith <msmith@fluendo.com>
9039
9040         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9041         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9042         (gst_smokeenc_change_state):
9043         * ext/jpeg/gstsmokeenc.h:
9044           Remove stupidity in get/set caps functions.
9045           Fix some refcounting problems.
9046
9047 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9048
9049         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9050         Remove endianness-flipping hack that seems to have been required
9051         only because of a bug in ffmpegcolorspace.
9052         Partially Fixes: #451908
9053
9054 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9055
9056         * docs/plugins/Makefile.am:
9057           Simplify --extra-dir as gtkdoc scans recursively.
9058
9059 2007-07-03  Wim Taymans  <wim@fluendo.com>
9060
9061         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9062
9063         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9064         Set the encoding-name in the rtp caps to all uppercase, as required by
9065         the caps spec.
9066         Some small cleanups in the error paths. Fixes #453037.
9067
9068 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9069
9070         * ext/wavpack/gstwavpackparse.c:
9071         (gst_wavpack_parse_index_get_last_entry),
9072         (gst_wavpack_parse_index_get_entry_from_sample),
9073         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9074         (gst_wavpack_parse_scan_to_find_sample):
9075         * ext/wavpack/gstwavpackparse.h:
9076         Use a GSList for the GArray that is used like a list anyway.
9077
9078 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9079
9080         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9081         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9082         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9083           Add state change function where we set 0/1 as default framerate in
9084           case our setcaps function isn't called, like it might not in a
9085           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9086           gdkpixbufdec trying to create caps with a 0/0 framerate.
9087           Also post an error message on the bus if gst_pad_push() fails when
9088           called from our sink event handler (+1 for flow returns for event
9089           functions in 0.11) instead of failing silently.
9090
9091 2007-06-27  Wim Taymans  <wim@fluendo.com>
9092
9093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9094         Cast stack args to the proper types. Fixes #451249.
9095
9096 2007-06-27  Wim Taymans  <wim@fluendo.com>
9097
9098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9099         (new_session_pad), (gst_rtspsrc_setup_streams):
9100         * gst/rtsp/gstrtspsrc.h:
9101         For container formats we only need to activate one of the streams so
9102         that we correctly signal no-more-pads. Fixes #451015.
9103
9104 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9105
9106         * docs/plugins/gst-plugins-good-plugins.args:
9107         * docs/plugins/inspect/plugin-aasink.xml:
9108         * docs/plugins/inspect/plugin-alaw.xml:
9109         * docs/plugins/inspect/plugin-alpha.xml:
9110         * docs/plugins/inspect/plugin-alphacolor.xml:
9111         * docs/plugins/inspect/plugin-annodex.xml:
9112         * docs/plugins/inspect/plugin-apetag.xml:
9113         * docs/plugins/inspect/plugin-audiofx.xml:
9114         * docs/plugins/inspect/plugin-auparse.xml:
9115         * docs/plugins/inspect/plugin-autodetect.xml:
9116         * docs/plugins/inspect/plugin-avi.xml:
9117         * docs/plugins/inspect/plugin-cacasink.xml:
9118         * docs/plugins/inspect/plugin-cairo.xml:
9119         * docs/plugins/inspect/plugin-cdio.xml:
9120         * docs/plugins/inspect/plugin-cutter.xml:
9121         * docs/plugins/inspect/plugin-debug.xml:
9122         * docs/plugins/inspect/plugin-efence.xml:
9123         * docs/plugins/inspect/plugin-effectv.xml:
9124         * docs/plugins/inspect/plugin-esdsink.xml:
9125         * docs/plugins/inspect/plugin-flac.xml:
9126         * docs/plugins/inspect/plugin-flxdec.xml:
9127         * docs/plugins/inspect/plugin-gconfelements.xml:
9128         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9129         * docs/plugins/inspect/plugin-goom.xml:
9130         * docs/plugins/inspect/plugin-halelements.xml:
9131         * docs/plugins/inspect/plugin-icydemux.xml:
9132         * docs/plugins/inspect/plugin-id3demux.xml:
9133         * docs/plugins/inspect/plugin-jpeg.xml:
9134         * docs/plugins/inspect/plugin-ladspa.xml:
9135         * docs/plugins/inspect/plugin-level.xml:
9136         * docs/plugins/inspect/plugin-matroska.xml:
9137         * docs/plugins/inspect/plugin-mulaw.xml:
9138         * docs/plugins/inspect/plugin-multipart.xml:
9139         * docs/plugins/inspect/plugin-navigationtest.xml:
9140         * docs/plugins/inspect/plugin-ossaudio.xml:
9141         * docs/plugins/inspect/plugin-png.xml:
9142         * docs/plugins/inspect/plugin-quicktime.xml:
9143         * docs/plugins/inspect/plugin-rtp.xml:
9144         * docs/plugins/inspect/plugin-rtsp.xml:
9145         * docs/plugins/inspect/plugin-smpte.xml:
9146         * docs/plugins/inspect/plugin-speex.xml:
9147         * docs/plugins/inspect/plugin-taglib.xml:
9148         * docs/plugins/inspect/plugin-udp.xml:
9149         * docs/plugins/inspect/plugin-videobalance.xml:
9150         * docs/plugins/inspect/plugin-videobox.xml:
9151         * docs/plugins/inspect/plugin-videocrop.xml:
9152         * docs/plugins/inspect/plugin-videoflip.xml:
9153         * docs/plugins/inspect/plugin-videomixer.xml:
9154         * docs/plugins/inspect/plugin-wavenc.xml:
9155         * docs/plugins/inspect/plugin-wavparse.xml:
9156         * docs/plugins/inspect/plugin-ximagesrc.xml:
9157           Update docs with caps info.
9158
9159 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9160
9161         * po/POTFILES.in:
9162           Add more files with translatable strings (#450878).
9163
9164 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9165
9166         * MAINTAINERS:
9167         Updating all the maintainers files
9168
9169 2007-06-22  Edward Hervey  <edward@fluendo.com>
9170
9171         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9172         * gst/interleave/deinterleave.c: (deinterleave_init),
9173         (deinterleave_sink_link):
9174         * gst/interleave/interleave.c: (interleave_init):
9175         * gst/median/gstmedian.c: (gst_median_init):
9176         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9177         Fix memory leaks.
9178         * tests/check/elements/id3demux.c: (pad_added_cb):
9179         Remove unused variable.
9180
9181 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9182
9183         * ext/gconf/gconf.h:
9184         Make the prototype of gst_gconf_get_key_for_sink_profile
9185         match the implementation.
9186         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9187         Fixes: #449747
9188
9189 2007-06-20  Michael Smith <msmith@fluendo.com>
9190
9191         * gst/rtp/gstrtpdepay.c:
9192           Fix description - rtpdepay is not a payloader.
9193
9194 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9195
9196         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9197         (qtdemux_video_caps):
9198         * gst/qtdemux/qtdemux_fourcc.h:
9199           Add MJPG to the variants of motion jpeg.
9200
9201 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * tests/check/Makefile.am:
9204         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9205         * tests/check/elements/videocrop.c: (GST_START_TEST):
9206         * tests/check/elements/videofilter.c:
9207         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9208         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9209           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9210           error flags are included and it errors out on compiler warnings
9211           for CVS builds; remove unused variables in various unit tests.
9212
9213 2007-06-19  Wim Taymans  <wim@fluendo.com>
9214
9215         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9216         (rtsp_connection_close), (rtsp_connection_free):
9217         Use threadsafe inet_ntop to convert an ip number to a string. 
9218         Fixes #447961.
9219         Don't leak fd (and ip) when freeing a connection without first closing
9220         it.
9221
9222 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9223
9224         * configure.ac:
9225         Back to CVS
9226
9227         * gst-plugins-good.doap:
9228         Add 0.10.6 to the doap file.
9229
9230 === release 0.10.6 ===
9231
9232 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9233
9234         * configure.ac:
9235           releasing 0.10.6, "Wobble Board"
9236
9237 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9240         (rtsp_connection_free):
9241           Revert previous commit again, since we are frozen (sorry).
9242
9243 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9244
9245         Patch by: Peter Kjellerstedt <pkj at axis com>
9246
9247         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9248         (rtsp_connection_free):
9249           inet_ntoa() uses a static buffer internally, so we need to copy the
9250           returned string if we want to store it for later (#447961).
9251
9252 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9253
9254         * win32/vs6/autogen.dsp:
9255         * win32/vs6/gst_plugins_good.dsw:
9256         * win32/vs6/libgstalaw.dsp:
9257         * win32/vs6/libgstalpha.dsp:
9258         * win32/vs6/libgstalphacolor.dsp:
9259         * win32/vs6/libgstapetag.dsp:
9260         * win32/vs6/libgstaudiofx.dsp:
9261         * win32/vs6/libgstauparse.dsp:
9262         * win32/vs6/libgstautodetect.dsp:
9263         * win32/vs6/libgstavi.dsp:
9264         * win32/vs6/libgstcutter.dsp:
9265         * win32/vs6/libgstdirectdraw.dsp:
9266         * win32/vs6/libgstdirectsound.dsp:
9267         * win32/vs6/libgsteffectv.dsp:
9268         * win32/vs6/libgstflx.dsp:
9269         * win32/vs6/libgstgoom.dsp:
9270         * win32/vs6/libgsticydemux.dsp:
9271         * win32/vs6/libgstid3demux.dsp:
9272         * win32/vs6/libgstinterleave.dsp:
9273         * win32/vs6/libgstjpeg.dsp:
9274         * win32/vs6/libgstlevel.dsp:
9275         * win32/vs6/libgstmatroska.dsp:
9276         * win32/vs6/libgstmedian.dsp:
9277         * win32/vs6/libgstmonoscope.dsp:
9278         * win32/vs6/libgstmulaw.dsp:
9279         * win32/vs6/libgstmultipart.dsp:
9280         * win32/vs6/libgstqtdemux.dsp:
9281         * win32/vs6/libgstrtp.dsp:
9282         * win32/vs6/libgstrtsp.dsp:
9283         * win32/vs6/libgstsmpte.dsp:
9284         * win32/vs6/libgstspeex.dsp:
9285         * win32/vs6/libgstudp.dsp:
9286         * win32/vs6/libgstvideobalance.dsp:
9287         * win32/vs6/libgstvideobox.dsp:
9288         * win32/vs6/libgstvideocrop.dsp:
9289         * win32/vs6/libgstvideoflip.dsp:
9290         * win32/vs6/libgstvideomixer.dsp:
9291         * win32/vs6/libgstwaveform.dsp:
9292         * win32/vs6/libgstwavenc.dsp:
9293         * win32/vs6/libgstwavparse.dsp:
9294         Mark *.dsp & *.dsw as binary files and convert to DOS line
9295         endings, as they don't load into VS6 correctly otherwise.
9296
9297 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9298
9299         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9300         (rtsp_connection_connect):
9301         Fix the MingW build. 
9302         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9303         Fixes: #446981
9304
9305 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9306
9307         * tests/check/elements/.cvsignore:
9308         * tests/icles/.cvsignore:
9309         Hush the buildbots up
9310
9311 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9312
9313         * configure.ac:
9314         * sys/Makefile.am:
9315         * sys/directdraw/Makefile.am:
9316         * sys/directsound/Makefile.am:
9317         * sys/waveform/Makefile.am:
9318         Make sure to dist everything needed for win32 builds.
9319
9320 2007-06-14  Edward Hervey  <edward@fluendo.com>
9321
9322         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9323         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9324         caps.
9325         Fixes #447458
9326
9327 2007-06-13  Wim Taymans  <wim@fluendo.com>
9328
9329         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9330         Make sure we allocate enough memory for the codec_data.
9331         Fixes #447210.
9332
9333 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9334
9335         * win32/MANIFEST:
9336         Add videocrop project file to the win32 manifest.
9337         * win32/vs6/gst_plugins_good.dsw:
9338         Add qtdemux,videocrop and waveform projects to the workspace.
9339         * win32/vs6/libgstqtdemux.dsp:
9340         Add zlib to the link list of qtdemux.
9341         * win32/vs6/libgstvideocrop.dsp:
9342         Add a project file for videocrop.
9343
9344 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9345
9346         * po/POTFILES.in:
9347         Add qtdemux for translation
9348
9349 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9350
9351         * configure.ac:
9352         * docs/plugins/Makefile.am:
9353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9355         * docs/plugins/inspect/plugin-videocrop.xml:
9356         * gst-plugins-good.spec.in:
9357         * sys/Makefile.am:
9358         * tests/check/Makefile.am:
9359         * tests/icles/Makefile.am:
9360         * tests/icles/videocrop-test.c:
9361         Move videocrop and osxvideo from -bad.
9362
9363 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9364
9365         * configure.ac:
9366         * docs/plugins/Makefile.am:
9367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9369         * docs/plugins/gst-plugins-good-plugins.args:
9370         * docs/plugins/inspect/plugin-qtdemux.xml:
9371         * docs/plugins/inspect/plugin-quicktime.xml:
9372         * win32/MANIFEST:
9373         Move qtdemux from -bad.
9374
9375         * gst-plugins-good.spec.in:
9376         Update spec file to reflect moving of qtdemux and wavpack
9377
9378 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9379         
9380         * win32/MANIFEST:
9381         * docs/plugins/Makefile.am:
9382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9384         * docs/plugins/inspect/plugin-directdraw.xml:
9385         * docs/plugins/inspect/plugin-directsound.xml:
9386         * docs/plugins/inspect/plugin-waveform.xml:
9387         Move the waveform plugin from -bad too. Update the inspect xml
9388         files to mention Plugins Good instead of Plugins Bad.
9389
9390 2007-06-12  Andy Wingo  <wingo@pobox.com>
9391
9392         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9393         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9394         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9395         finalization and resuscitation. No longer public.
9396         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9397         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9398         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9399         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9400         miniobject semantics, and be threadsafe.
9401         (gst_v4l2src_queue_frame): Remove this function, as we just call
9402         the ioctls directly in the two places where we queue buffers.
9403         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9404         directly.
9405         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9406         to allocate the pool, which also preallocates the GstBuffers.
9407         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9408         queueing the frames directly.
9409         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9410         mmap buffers have been dequeued.
9411
9412         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9413         real MiniObject instead of rolling our own refcounting and
9414         finalizing. Give it a lock.
9415         (struct _GstV4l2Buffer): Remove one intermediary object, having
9416         the buffers hold the struct v4l2_buffer directly.
9417
9418         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9419         capture_init so that it can set them on the buffers that it will
9420         create.
9421         (gst_v4l2src_get_read): For better or for worse, include the
9422         timestamping and offsetting code here; really we should be using
9423         bufferalloc though.
9424         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9425         preallocated, mmap'd buffers.
9426
9427 2007-06-11  Wim Taymans  <wim@fluendo.com>
9428
9429         Patch by: daniel fischer <dan at f3c dot com>
9430
9431         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9432         (gst_ximage_src_get_caps):
9433         Actually use the display_name property so that we can dump any
9434         available X display. Fixes #445905.
9435
9436 2007-06-11  Wim Taymans  <wim@fluendo.com>
9437
9438         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9439
9440         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9441         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9442         Add missing rate fields to caps. Fixes #441118.
9443
9444 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9445
9446         * win32/vs6/gst_plugins_good.dsw:
9447         * win32/vs8/gst-plugins-good.sln:
9448         Add DirectSound and DirectDraw sinks project files to
9449         workspace and solution files.
9450
9451 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9452
9453         Patch by: Josh Coalson <xflac at yahoo dot com>,
9454         updated by Alexis Ballier <aballier at gentoo dot org>:
9455
9456         * configure.ac:
9457         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9458         (gst_flac_dec_setup_seekable_decoder),
9459         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9460         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9461         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9462         * ext/flac/gstflacdec.h:
9463         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9464         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9465         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9466         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9467         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9468         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9469         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9470         * ext/flac/gstflacenc.h:
9471         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9472         
9473 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9474
9475         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9476         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9477         not necessary anymore as we need at least that core version. 
9478
9479 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9480
9481         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9482         (gst_wavpack_dec_chain):
9483         * ext/wavpack/gstwavpackdec.h:
9484         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9485         (gst_wavpack_parse_push_buffer):
9486         * ext/wavpack/gstwavpackparse.h:
9487         Improve discont handling by checking if the next Wavpack block has
9488         the expected, following block index.
9489
9490 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9491
9492         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9493           Fix element description.
9494
9495 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9496
9497         * configure.ac:
9498         * docs/plugins/Makefile.am:
9499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9501         * docs/plugins/gst-plugins-good-plugins.args:
9502         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9503         * docs/plugins/gst-plugins-good-plugins.signals:
9504         * docs/plugins/inspect/plugin-autodetect.xml:
9505         * docs/plugins/inspect/plugin-gconfelements.xml:
9506         * docs/plugins/inspect/plugin-ladspa.xml:
9507         * docs/plugins/inspect/plugin-rtp.xml:
9508         * docs/plugins/inspect/plugin-wavpack.xml:
9509         * ext/Makefile.am:
9510         * tests/check/Makefile.am:
9511           move wavpack plugin.  See #352605.
9512
9513 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9514
9515         * configure.ac:
9516         * docs/plugins/Makefile.am:
9517         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9518         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9519         * docs/plugins/gst-plugins-good-plugins.args:
9520         * sys/Makefile.am:
9521         * win32/MANIFEST:
9522         Add DirectDraw & DirectSound plugins to the build and docs.
9523
9524 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9527         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9528           When operating in pull mode, error out correct on not-linked.
9529
9530 2007-06-06  Andy Wingo  <wingo@pobox.com>
9531
9532         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9533         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9534         format and size if the ioctls are defined; should fix compilation
9535         on Linux < 2.16.19.
9536
9537 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9540           Printf fixes in debug statements; use LOG level for debug statements
9541           that are printed for each and every frame; convert c++ comments to
9542           C-style comments; not much point using g_try_malloc() if we then not
9543           even check the return value.
9544
9545 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * configure.ac:
9548           Bump requirements to released versions (core and base 0.10.13).
9549
9550         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9551           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9552           own implementation.
9553
9554 2007-06-05  Andy Wingo  <wingo@pobox.com>
9555
9556         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9557         some useless comments.
9558
9559         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9560         frames before calling STREAMON, that might leave them in a state
9561         where they can't be dequeued if we go back to NULL without calling
9562         STREAMON, according to the docs.
9563         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9564         before we call STREAMON.
9565         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9566         failures. (For me this code hung.) The pool refcounting is still
9567         crack; added a note to that effect.
9568
9569 2007-06-05  Wim Taymans  <wim@fluendo.com>
9570
9571         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9572         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9573         Add support for mapping gst structure names to the MIME type equivalent.
9574         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9575
9576 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9577
9578         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9579         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9580         (gst_wavenc_chain), (gst_wavenc_change_state):
9581         * gst/wavenc/gstwavenc.h:
9582         Properly write wav files with width!=depth by having the depth most
9583         significant bytes set and all others zero. Fixes #442535.
9584
9585 2007-06-01  Wim Taymans  <wim@fluendo.com>
9586
9587         * gst/rtsp/rtspconnection.c:
9588         Add include to make buildbot happy.
9589
9590 2007-06-01  Wim Taymans  <wim@fluendo.com>
9591
9592         Patch by: Peter Kjellerstedt  <pkj at axis com>
9593
9594         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9595         (rtsp_connection_connect), (add_date_header),
9596         (rtsp_connection_send), (parse_response_status),
9597         (parse_request_line), (parse_line), (rtsp_connection_receive):
9598         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9599         * gst/rtsp/rtspdefs.h:
9600         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9601         (rtsp_message_init_request), (rtsp_message_init_response),
9602         (rtsp_message_remove_header), (rtsp_message_append_headers),
9603         (rtsp_message_dump):
9604         * gst/rtsp/rtspmessage.h:
9605         Improves version checking, allowing an RTSP server to reply with "505
9606         RTSP Version not supported.
9607         Adds a Date header to all messages.
9608         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9609         want to be able to send a response even if something in the request was
9610         invalid. EINVAL is only used when passing wrong arguments to functions.
9611         Do not handle an invalid method in parse_request_line(). Defer this to
9612         the caller so it can respond with "405 Method Not Allowed".
9613         Improves parsing of the timeout parameter to the Session header,
9614         allowing whitespace after the semicolon. 
9615         Avoids a compiler warning due to variables shadowing a function argument.
9616
9617 2007-06-01  Wim Taymans  <wim@fluendo.com>
9618
9619         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9620
9621         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9622         (gst_rtp_amr_depay_process):
9623         * gst/rtp/gstrtpamrdepay.h:
9624         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9625         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9626         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9627         * gst/rtp/gstrtpamrpay.h:
9628         Add support for AMR-WB.
9629         Small cleanups such as using BOILERPLATE.
9630
9631 2007-05-31  Wim Taymans  <wim@fluendo.com>
9632
9633         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9634         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9635
9636 2007-05-30  Andy Wingo  <wingo@pobox.com>
9637
9638         * sys/v4l2/gstv4l2object.h: 
9639         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9640         unintended changes.
9641
9642         * sys/v4l2/v4l2src_calls.h: 
9643         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9644         the format list in the order that the driver gives it to us.
9645         (gst_v4l2src_probe_caps_for_format_and_size)
9646         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9647         based on the capabilities of the device.
9648         (gst_v4l2src_grab_frame): Update for object variable renaming.
9649         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9650         as in the set_caps below.
9651         (gst_v4l2src_capture_init): Update for object variable renaming,
9652         and reflow.
9653         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9654         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9655         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9656         (gst_v4l2src_get_fps): Remove; these functions don't have much
9657         meaning outside of an atomic set_caps method.
9658         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9659         known.
9660
9661         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9662         call to update_fps; not sure about this change.
9663         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9664         moment we don't have an update_fps_func.
9665
9666         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9667         structures in the object, just store what we need. Do store the
9668         probed caps of the device. Don't store the current frame rate.
9669
9670         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9671         update_fps_function, for now. Update for new object variable
9672         naming.
9673         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9674         new object variable naming.
9675         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9676         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9677         (gst_v4l2src_get_caps): Rework to probe the device for supported
9678         frame sizes and frame rates.
9679         (gst_v4l2src_set_caps): Rework to be strict in the given
9680         parameters: if someone asks us to have a certain size and rate,
9681         that is what we configure.
9682         (gst_v4l2src_get_read): Update for object variable naming. Don't
9683         leak buffers on short reads.
9684         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9685         comments.
9686         (gst_v4l2src_create): Update for object variable naming.
9687
9688 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9691         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9692         * gst/avi/gstavidemux.h:
9693           Parse subtitle text streams instead of erroring out (#442034). Still
9694           needs a parser for the subtitles to actually show up.
9695
9696 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9697
9698         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9699         (gst_avi_demux_loop):
9700           Make _push_event() return TRUE if the event could be pushed on at
9701           least one pad and not only if it could be pushed on all pads,
9702           otherwise we'll end up posting an error message on EOS if one or
9703           more source pads are not connected.
9704
9705 2007-05-28  Wim Taymans  <wim@fluendo.com>
9706
9707         * gst/rtsp/rtsptransport.c:
9708         Use renamed RTP bin.
9709
9710 2007-05-28  Wim Taymans  <wim@fluendo.com>
9711
9712         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9713
9714         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9715         (gst_video_box_set_property), (gst_video_box_transform_caps),
9716         (video_box_recalc_transform), (gst_video_box_set_caps),
9717         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9718         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9719         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9720         (gst_video_box_i420_i420), (gst_video_box_transform),
9721         (plugin_init):
9722         Add AYUV->AYUV and AYUV->I420 formats. 
9723         Fix negotiation and I420->AYUV conversion.
9724         Fixes #429329.
9725
9726 2007-05-26  Wim Taymans  <wim@fluendo.com>
9727
9728         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9729         Use different variables for nested for loops so that the outer loop
9730         functions properly and speex files with multiple frames per buffer work
9731         properly.
9732         Fixes #441408.
9733
9734 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9735
9736         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9737           Don't leak newsegment events.
9738
9739 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * gst/wavparse/Makefile.am:
9742           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9743           drags it in.
9744
9745 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9748         (notgst_value_array_append_buffer),
9749         (gst_flac_enc_process_stream_headers),
9750         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9751         (gst_flac_enc_change_state):
9752         * ext/flac/gstflacenc.h:
9753           Collect headers, add "streamheader" field to output caps and set
9754           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9755           produces output according to the official FLAC-to-Ogg mapping
9756           instead of completely broken files. Fixes #426044.
9757
9758 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9759
9760         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9761         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9762         (gst_id3demux_sink_event):
9763         * gst/id3demux/gstid3demux.h:
9764         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9765         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9766         (gst_tag_demux_send_new_segment):
9767         Handle and adjust new-segment events so that downstream really
9768         sees a stream with the tag pieces stripped off the front and back.
9769         Fixes strangeness in seeking when mp3 decoders use the new-segment
9770         byte position to estimate their current playback position timestamp
9771         and then the arriving buffers don't match up.
9772
9773 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9774
9775         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9776           Don't unnecessarily perform a READY->NULL->READY transition on the
9777           detected audio sink when starting up. Fixes: #440127
9778
9779 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9780
9781         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9782         (gst_flac_enc_chain):
9783           Don't crash in chain function if setcaps hasn't been called.
9784
9785 2007-05-24  Wim Taymans  <wim@fluendo.com>
9786
9787         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9788         Init value to avoid infinte loops.
9789
9790 2007-05-24  Wim Taymans  <wim@fluendo.com>
9791
9792         Patch by: Peter Kjellerstedt  <pkj at axis com>
9793
9794         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9795         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9796         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9797         (gst_rtspsrc_play):
9798         (rtsp_connection_send), (rtsp_connection_receive):
9799         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9800         Fix for new API.
9801
9802         * gst/rtsp/rtspconnection.c: (add_auth_header),
9803         Only add authorisation and session headers when sending messages.
9804
9805         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9806         (rtsp_message_init_request), (rtsp_message_init_response),
9807         (rtsp_message_unset), (rtsp_message_add_header),
9808         (rtsp_message_remove_header), (rtsp_message_get_header),
9809         (rtsp_message_append_headers), (dump_key_value),
9810         (rtsp_message_dump):
9811         * gst/rtsp/rtspmessage.h:
9812         Add support for multiple headers of the same type by storing the parsed
9813         headers in a GArray instaed of a hashtable.
9814
9815 2007-05-21  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9818         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9819         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9820         safer shutdown.
9821
9822 2007-05-21  Wim Taymans  <wim@fluendo.com>
9823
9824         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9825         * gst/rtsp/gstrtpdec.h:
9826         Added signal for backwards compat.
9827
9828 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9829         
9830         Patch by: René Stadler <mail at renestadler dot de>
9831
9832         * configure.ac:
9833         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9834         (gst_au_parse_parse_header), (gst_au_parse_chain):
9835         * gst/auparse/gstauparse.h:
9836         Use audioconvert for converting from non-native endianness floats
9837         in auparse instead of doing it ourself. Fixes #424527.
9838         This needs the audioconvert from plugins-base CVS.
9839         
9840 2007-05-21  Wim Taymans  <wim@fluendo.com>
9841
9842         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9843         (gst_rtp_h263p_pay_flush):
9844         Fix enum registration.
9845
9846 2007-05-21  Wim Taymans  <wim@fluendo.com>
9847
9848         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9849
9850         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9851         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9852         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9853         (gst_rtp_h263p_pay_flush):
9854         * gst/rtp/gstrtph263ppay.h:
9855         Add new fragmentation mode base on GOB headers. Fixes #438940.
9856
9857 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9858
9859         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9860           Printf format fix.
9861
9862 2007-05-18  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9865         Don't crash when an unsupported transport error was returned by the
9866         server, just try to configure the next stream. Fixes #439255.
9867
9868 2007-05-18  Wim Taymans  <wim@fluendo.com>
9869
9870         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9871         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9872         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9873         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9874         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9875         * gst/rtsp/gstrtspsrc.h:
9876         Add TCP timeout property and use it for all TCP connection.
9877
9878         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9879         (rtsp_connection_write), (rtsp_connection_next_timeout),
9880         (rtsp_connection_reset_timeout):
9881         Make connect and writes cancelable and make them use the timeout.
9882
9883 2007-05-18  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9886         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9887         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9888         (gst_rtspsrc_setup_streams):
9889         Refactor timeout handling.
9890         Also send keep-alive when dealing with TCP transport.
9891
9892         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9893         (rtsp_connection_free), (rtsp_connection_next_timeout),
9894         (rtsp_connection_reset_timeout):
9895         * gst/rtsp/rtspconnection.h:
9896         Use a timer to handle the session timeouts, add some methods to deal
9897         with timeouts.
9898
9899 2007-05-17  Wim Taymans  <wim@fluendo.com>
9900
9901         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9902         (gst_rtspsrc_setup_streams):
9903         Ignore streams that fail the setup command, we will retry with a
9904         different transport later on.
9905
9906         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9907         (rtsp_ext_wms_configure_stream):
9908         Fix encoding name case.
9909
9910 2007-05-16  Edward Hervey  <edward@fluendo.com>
9911
9912         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9913         Fix build on macosx.
9914
9915 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9916
9917         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9918         Replace direct comparison of a string with the string literal "" with
9919         a comparison of the first character with '\0'. Fixes #438926.
9920
9921 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9922
9923         * gst/debug/breakmydata.c (gst_break_my_data_init):
9924           One more try. This should be the proper fix now.
9925
9926 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9927
9928         * gst/debug/breakmydata.c:
9929           Ooops, no // comments please.
9930
9931 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9932
9933         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9934         (gst_break_my_data_init):
9935           Fix gst_buffer_is_writable() assertion.
9936
9937 2007-05-14  David Schleef  <ds@schleef.org>
9938
9939         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9940           video/x-raw-bayer.  Fixes #314160.
9941
9942 2007-05-14  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9945         (gst_rtp_theora_depay_parse_configuration):
9946         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9947         (gst_rtp_theora_pay_finish_headers),
9948         (gst_rtp_theora_pay_handle_buffer):
9949         Update theora pay/depayloader in a similar to vorbis.
9950
9951         * gst/rtp/gstrtpvorbisdepay.c:
9952         (gst_rtp_vorbis_depay_parse_configuration):
9953         Update docs.
9954
9955 2007-05-14  Wim Taymans  <wim@fluendo.com>
9956
9957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9958         When we try to execute a method that is not supported by the server,
9959         don't error out but remove the method from the accepted methods so that
9960         we never try to perform this method again.
9961
9962 2007-05-14  Wim Taymans  <wim@fluendo.com>
9963
9964         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9965         Remove annoying _dump_mem.
9966
9967 2007-05-14  Wim Taymans  <wim@fluendo.com>
9968
9969         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9970         Parse range correctly.
9971
9972         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9973         The baseurl now always has a '/' at the start.
9974
9975 2007-05-14  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9978         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9979         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9980         Factor out caps configuration and configure more stuff such as the time
9981         ranges and speed/scale values.
9982
9983         * gst/rtsp/rtsptransport.c:
9984         Add Copyright after non-trival fixes.
9985
9986 2007-05-12  Wim Taymans  <wim@fluendo.com>
9987
9988         Patch by: Peter Kjellerstedt  <pkj at axis com>
9989
9990         * gst/rtsp/gstrtspsrc.h:
9991         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9992         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9993         (rtsp_message_get_header):
9994         * gst/rtsp/rtspmessage.h:
9995         Make channel guint8 where possible.
9996         Make rtsp_message_init_data() take the channel as a guint8.
9997
9998         * gst/rtsp/rtspdefs.c:
9999         Fixed a typo: Timout -> Timeout
10000
10001         * gst/rtsp/rtspdefs.h:
10002         Make RTSP_CHECK() behave as a statement.
10003
10004         * gst/rtsp/sdpmessage.c:
10005         Avoid a compiler warning in INIT_ARRAY().
10006         Fixes #437692.
10007
10008 2007-05-12  Wim Taymans  <wim@fluendo.com>
10009
10010         Patch by: Peter Kjellerstedt  <pkj at axis com>
10011
10012         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
10013         (rtsp_url_get_request_uri):
10014         * gst/rtsp/rtspurl.h:
10015         Add support for query parameters to RTSP URLs.
10016
10017 2007-05-12  Wim Taymans  <wim@fluendo.com>
10018
10019         Patch by: Peter Kjellerstedt  <pkj at axis com>
10020
10021         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
10022         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
10023         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
10024         (rtsp_transport_parse), (rtsp_transport_as_text):
10025         * gst/rtsp/rtsptransport.h:
10026         Add validation to rtsp_transport_parse().
10027         Add rtsp_transport_as_text() to generate an RTSP header from an
10028         RTSPTransport.
10029         Change ssrc to guint (was a string) since that is what it is, even
10030         though it is sent as a hex string.
10031         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10032         incorrect, which can be seen when looking at the examples in the RFC).
10033         Fixes #437670.
10034
10035 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10036
10037         Patch by: Eric Anholt
10038
10039         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10040           gst_ximage_src_ximage_get):
10041         Use union of all damage between frames to make it faster.
10042         Fixes bug #342463.
10043         Also fix crasher when cursor is at bottom right of window.
10044
10045 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10048           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10049           streaming mode regression for file from #343837 with 'bext' chunk
10050           before the 'fmt' chunk.
10051
10052 2007-05-11  Wim Taymans  <wim@fluendo.com>
10053
10054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10055         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10056         (gst_rtspsrc_handle_src_event),
10057         (gst_rtspsrc_stream_configure_manager),
10058         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10059         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10060         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10061         * gst/rtsp/gstrtspsrc.h:
10062         * gst/rtsp/rtspdefs.h:
10063         Preliminary seek support.
10064         Activate internal pads so that we can receive events on them.
10065         Don't try to parse a range string when it's NULL.
10066
10067 2007-05-11  Wim Taymans  <wim@fluendo.com>
10068
10069         * gst/rtp/README:
10070         Update README with new RTP variables that will be used for
10071         synchronisation.
10072
10073         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10074         (gst_rtp_vorbis_depay_parse_configuration),
10075         (gst_rtp_vorbis_depay_process):
10076         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10077         (gst_rtp_vorbis_pay_finish_headers),
10078         (gst_rtp_vorbis_pay_handle_buffer):
10079         Update vorbis pay and depayloader to draft-04.
10080
10081 2007-05-11  Wim Taymans  <wim@fluendo.com>
10082
10083         * gst/rtsp/rtsptransport.c:
10084         UDP MCAST is actually the default for RTP/AVP.
10085 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10086
10087         * gst/level/gstlevel.c: (gst_level_transform_ip):
10088         Use guint8 * instead of gpointer then vs6 can build 
10089         in_data += (filter->width / 8).
10090
10091 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10092
10093         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10094           gst_ximage_src_ximage_get):
10095         * sys/ximage/gstximagesrc.h (last_ximage):
10096         When using Damage actually keep the last frame, and not assume
10097         that the buffer we get already has the last frame on it.
10098         Copy the cursor over if we specify a non-zero start x and
10099         start y.
10100
10101 2007-05-11  Wim Taymans  <wim@fluendo.com>
10102
10103         * gst/rtsp/rtsptransport.c:
10104         Make UDP the default transport when not specified.
10105
10106 2007-05-09  David Schleef  <ds@schleef.org>
10107
10108         * gst/level/gstlevel.c:
10109           Revert last change.
10110
10111 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10112
10113         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10114         (gst_level_transform_ip):
10115         Use guint8 * instead of gpointer then vs6 know the size of data
10116         pointed when moving the pointer.
10117         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10118         Move instructions after variables declaration.
10119         * win32/vs6/autogen.dsp:
10120         * win32/vs6/libgstrtp.dsp:
10121         * win32/vs6/libgstrtsp.dsp:
10122         Update vs6 project files.
10123
10124 2007-05-09  Wim Taymans  <wim@fluendo.com>
10125
10126         * gst/rtsp/Makefile.am:
10127         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10128         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10129         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10130         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10131         (rtsp_range_free):
10132         * gst/rtsp/rtsprange.h:
10133         Add code to parse time ranges.
10134         Report DURATION on the stream when possible.
10135
10136 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10137
10138         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10139         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10140         (gst_videomixer_collected):
10141           Fix strides calculation for AYUV (it's just width*4) (#436910).
10142
10143 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10144
10145         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10146         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10147         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10148         Sync the GObject properties before each processing step to properly
10149         work with the controller.
10150
10151 2007-05-04  Wim Taymans  <wim@fluendo.com>
10152
10153         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10154         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10155         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10156         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10157         (gst_rtspsrc_change_state):
10158         Let more error state trickle down so that we can catch more error
10159         cases.
10160         Handle keep-alive a little smarter by selecting a method the server
10161         actually supports.
10162         Fix a race in UDP streaming shutdown.
10163
10164 2007-05-04  Wim Taymans  <wim@fluendo.com>
10165
10166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10167         Ignore errors when trying to use the keep-alive messages.
10168
10169 2007-05-04  Wim Taymans  <wim@fluendo.com>
10170
10171         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10172         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10173         (gst_rtspsrc_stream_configure_manager),
10174         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10175         (gst_rtspsrc_stream_configure_mcast),
10176         (gst_rtspsrc_stream_configure_udp),
10177         (gst_rtspsrc_stream_configure_udp_sink),
10178         (gst_rtspsrc_stream_configure_transport):
10179         Send RTCP messages back to the server over the TCP connection.
10180
10181         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10182         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10183         (rtsp_connection_receive):
10184         * gst/rtsp/rtspconnection.h:
10185         Factor out and expose lowlevel _write and _read methods.
10186         Implement sending data messages to the server.
10187
10188 2007-05-03  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10191         (gst_multipart_mux_collected):
10192         Fix timestamps on outgoing buffers.
10193
10194 2007-05-03  Wim Taymans  <wim@fluendo.com>
10195
10196         * gst/multipart/multipartmux.c:
10197         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10198         (gst_multipart_mux_change_state):
10199         Emit NEWSEGMENT events before pushing the first buffer.
10200
10201 2007-05-03  Wim Taymans  <wim@fluendo.com>
10202
10203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10204         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10205         (gst_rtspsrc_handle_src_query),
10206         (gst_rtspsrc_stream_configure_manager),
10207         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10208         (gst_rtspsrc_stream_configure_mcast),
10209         (gst_rtspsrc_stream_configure_udp),
10210         (gst_rtspsrc_stream_configure_udp_sink),
10211         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10212         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10213         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10214         (gst_rtspsrc_pause):
10215         Refactor transport configuration code.
10216         Create internal pads for TCP transport so that we can implement events
10217         and queries.
10218         Handle events and queries.
10219         Parse range from the SDP.
10220         Fix race in pause handler where the connection could still be flushing.
10221
10222 2007-05-02  Wim Taymans  <wim@fluendo.com>
10223
10224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10225         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10226         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10227         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10228         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10229         (gst_rtspsrc_change_state):
10230         * gst/rtsp/gstrtspsrc.h:
10231         Fix race when multiple udp sources post timeouts, just act on the first
10232         received timeout.
10233         Protect stream list with a recursive lock to fix some races.
10234         Flush connection when we need to do a reconnect or stop.
10235         Make state lock recursive.
10236
10237         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10238         (rtsp_connection_close):
10239         Some small cleanups.
10240
10241 2007-05-02  Wim Taymans  <wim@fluendo.com>
10242
10243         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10244         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10245         Only set DISCONT when there actually is a discont or when we just
10246         started.
10247
10248 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10249
10250         * ext/flac/gstflac.c: (plugin_init):
10251         Call bindtextdomain() to get localized strings.
10252
10253 2007-05-02  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10256         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10257         (gst_wavparse_stream_data):
10258         * gst/wavparse/gstwavparse.h:
10259         Be a bit more clever when dealing with VBR files with FACT tags, we
10260         don't want to timestamp buffers in that case but the estimated BPS can
10261         be used for seeking.
10262         Only send close segment in the streaming thread.
10263
10264 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10265
10266         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10267         Correctly post an error on the bus if something went wrong in the loop
10268         function. This fixes a few cases where the task was paused and nothing
10269         happened anymore.
10270
10271 2007-05-02  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst/rtsp/test.c: (main):
10274         Fix compilation of deprecated test just because I'm too lazy to delete
10275         it.
10276
10277 2007-05-02  Wim Taymans  <wim@fluendo.com>
10278
10279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10280         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10281         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10282         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10283         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10284         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10285         * gst/rtsp/gstrtspsrc.h:
10286         Fix sending RTCP to the right place.
10287         Fix bug in reffing the wrong UDP element.
10288         Use new pad names for the session manager.
10289         Implement handling server requests in interleaved and UDP modes.
10290         Handle session keep-alive in UDP modes.
10291         Remove GCond for handling UDP timeouts.
10292
10293         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10294         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10295         (rtsp_connection_receive), (rtsp_connection_close):
10296         * gst/rtsp/rtspconnection.h:
10297         Store connection IP address for later.
10298         Add timeout args to all operations that might block forever.
10299         Parse session timeout.
10300         Only close sockets when not already closed.
10301
10302         * gst/rtsp/rtspdefs.c:
10303         * gst/rtsp/rtspdefs.h:
10304         Add timeout return value and error string.
10305
10306         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10307         Add small comment.
10308
10309 2007-05-01  Wim Taymans  <wim@fluendo.com>
10310
10311         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10312
10313         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10314         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10315         * gst/rtp/gstrtpmp4vpay.h:
10316         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10317
10318 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10319
10320         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10321           Remove v4l2src from docs, since it breaks the docs build, and the
10322           plugin is only built if --enable-experimental is used anyway.
10323
10324         * docs/plugins/Makefile.am:
10325           Spaces => tab.
10326
10327 2007-04-29  Wim Taymans  <wim@fluendo.com>
10328
10329         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10330         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10331         Add code to drop membership of a multicast group.
10332
10333         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10334         (gst_udpsink_set_uri):
10335         Implement URI handler.
10336
10337         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10338         (gst_rtspsrc_parse_rtpinfo):
10339         Use URI handler to make udpsink instace.
10340         Improve code to configure port and destination.
10341
10342 2007-04-29  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10345         Fix multicast detection.
10346         Don't try to join a multicast group if the address is not multicast.
10347
10348         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10349         Small debug improvement.
10350
10351 2007-04-27  Wim Taymans  <wim@fluendo.com>
10352
10353         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10354         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10355         (gst_rtspsrc_handle_message):
10356         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10357         parent.
10358
10359 2007-04-27  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst/rtp/gstrtpilbcdepay.h:
10362         Fix mode property when specified as an arg.
10363
10364 2007-04-26  Edward Hervey  <edward@fluendo.com>
10365
10366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10368         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10369         * docs/plugins/inspect/plugin-osxaudio.xml:
10370         Add documentation for osxaudio plugin.
10371
10372 2007-04-26  Wim Taymans  <wim@fluendo.com>
10373
10374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10375         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10376         (gst_rtspsrc_open), (gst_rtspsrc_close),
10377         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10378         (gst_rtspsrc_pause):
10379         * gst/rtsp/gstrtspsrc.h:
10380         Protect state changes with a lock.
10381
10382         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10383         (parse_line):
10384         * gst/rtsp/rtspconnection.h:
10385         Remove some unused stuff.
10386
10387 2007-04-26  Wim Taymans  <wim@fluendo.com>
10388
10389         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10390         Handle the case where there are exactly 0 bytes to read and the ioctl
10391         did not report an error. Fixes #433530.
10392
10393 2007-04-26  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10396         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10397         * gst/wavparse/gstwavparse.h:
10398         Apply DISCONT to buffers.
10399         Only apply timestamp to the first sample after a DISCONT, too many VBR
10400         files cause random jitter in the timestamps. Fixes #433119.
10401
10402 2007-04-25  Wim Taymans  <wim@fluendo.com>
10403
10404         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10405         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10406         (gst_rtp_dec_get_property):
10407         * gst/rtsp/gstrtpdec.h:
10408         Add dummy latency property to be backwards compat with rtpbin.
10409
10410         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10411         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10412         (gst_rtspsrc_stream_configure_transport),
10413         (gst_rtspsrc_parse_rtpinfo):
10414         * gst/rtsp/gstrtspsrc.h:
10415         Add latency property and configure in the session manager.
10416         Don't set invalid clock-base and seqnum-base on caps, some servers
10417         sometimes don't send them.
10418
10419 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10422         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10423           Double-check that RGB input caps are really RGBA caps (apparently
10424           the core doesn't always catch it if those caps aren't a subset of
10425           our template caps, also see #421543). Fixes #429319 in a way.
10426           Also, don't leak the pad template in the transform_caps function.
10427
10428         * tests/check/Makefile.am:
10429         * tests/check/elements/.cvsignore:
10430         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10431         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10432         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10433         (GST_START_TEST), (alphacolor_suite):
10434           Add some basic unit tests for alphacolor.
10435
10436 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10437
10438         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10439           If we get a fatal flow return in the loop function, first post the
10440           error message and only then send the EOS event downstream, otherwise
10441           applications might get an eos message before the error message and
10442           think everything was ok (related to #429319).
10443
10444 2007-04-25  Wim Taymans  <wim@fluendo.com>
10445
10446         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10447         Read the channel byte as an unsigned byte.
10448
10449 2007-04-25  Wim Taymans  <wim@fluendo.com>
10450
10451         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10452         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10453         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10454         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10455         (gst_rtp_gsm_depay_setcaps):
10456         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10457         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10458         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10459         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10460         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10461         (gst_ilbc_depay_get_property):
10462         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10463         * gst/rtp/gstrtpmp4adepay.c:
10464         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10465         (gst_rtp_pcma_depay_setcaps):
10466         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10467         (gst_rtp_pcmu_depay_setcaps):
10468         Make sure we configure the clock_rate in the baseclass in the setcaps
10469         function. Fixes #431282.
10470
10471 2007-04-25  Wim Taymans  <wim@fluendo.com>
10472
10473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10474         (gst_rtspsrc_stream_free), (request_pt_map),
10475         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10476         * gst/rtsp/gstrtspsrc.h:
10477         Parse server address from SDP.
10478         Hook up a udpsink to send RTCP back to the server.
10479
10480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10481         * gst/rtsp/rtsptransport.h:
10482         Add some docs.
10483
10484 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10485
10486         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10487           Make header field check conditional. Fixes #433135
10488
10489 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * docs/plugins/Makefile.am:
10492         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10493         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10494         * docs/plugins/inspect/plugin-alphacolor.xml:
10495         * gst/alpha/Makefile.am:
10496         * gst/alpha/gstalphacolor.c:
10497         * gst/alpha/gstalphacolor.h:
10498           Add minimal docs blurb to alphacolor; split out headers into
10499           separate header file for gtk-doc.
10500
10501 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10502
10503         * gst/debug/progressreport.c: (gst_progress_report_report):
10504           Don't try to post NULL message (in case we can't query upstream
10505           position or duration).
10506
10507 2007-04-18  Michael Smith  <msmith@fluendo.com>
10508
10509         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10510         (gst_cutter_get_caps):
10511         * gst/cutter/gstcutter.h:
10512           Fix some of the most obvious bugs in cutter. Now doesn't leak
10513           everything if input is silent.
10514
10515 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10516
10517         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10518         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10519         * gst/wavenc/gstwavenc.h:
10520         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10521         else results in a invalid block align and invalid files.
10522
10523 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10524
10525         Patch by: Snaik <snaik32 gmail com>
10526
10527         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10528           Add missing break statement for BOX_HORIZONTAL case.
10529
10530 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10531
10532         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10533
10534         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10535         Use correct format strings for integer types.
10536
10537 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10538
10539         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10540         (gst_wavparse_create_sourcepad):
10541         Use gst_riff_create_audio_template_caps () instead of the local caps.
10542         This makes updates of the local caps unecessary whenever libgstriff
10543         gets support for new formats.
10544
10545 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10548
10549         * sys/sunaudio/gstsunaudio.c:
10550         * sys/sunaudio/gstsunaudiomixer.c:
10551         * sys/sunaudio/gstsunaudiomixer.h:
10552         * sys/sunaudio/gstsunaudiomixerctrl.c:
10553         * sys/sunaudio/gstsunaudiomixerctrl.h:
10554         * sys/sunaudio/gstsunaudiomixertrack.h:
10555         * sys/sunaudio/gstsunaudiosink.c:
10556         * sys/sunaudio/gstsunaudiosink.h:
10557         * sys/sunaudio/gstsunaudiosrc.c:
10558         * sys/sunaudio/gstsunaudiosrc.h:
10559           Fix and/or update copyright attributions (#430228).
10560
10561 2007-04-13  Wim Taymans  <wim@fluendo.com>
10562
10563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10564         Fix docs.
10565
10566         * gst/rtsp/URLS:
10567         Add some more example urls.
10568
10569         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10570         (gst_rtp_dec_chain_rtp):
10571         Better debugging.
10572
10573         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10574         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10575         (gst_rtspsrc_parse_rtpinfo):
10576         Remove unused code.
10577
10578 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10579
10580         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10581         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10582         (gst_wavparse_stream_data):
10583           Relax the audio/mpeg caps again and add FIXME: comment.
10584
10585 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10586
10587         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10588         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10589         (gst_wavparse_stream_data):
10590         * gst/wavparse/gstwavparse.h:
10591           More sanity check for the header fields. Fix type for 'rate' header
10592           field.
10593
10594 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10597         (gst_icydemux_unicodify):
10598           If the metadata strings we get in the stream are not UTF-8, try to
10599           interpret them according to the character encodings specified in the
10600           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10601           only fall back to locale/ISO-8859-1 if those aren't set or don't
10602           work. Should fix #428901.
10603
10604 2007-04-12  Wim Taymans  <wim@fluendo.com>
10605
10606         * gst/rtp/gstrtph264depay.c:
10607         Use the proper sync word for SPS and PPS.
10608
10609 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10610
10611         * gst/rtp/Makefile.am:
10612         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10613           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10614         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10615           Add a simple hashing implementation that we can use to generate
10616           a 24-bit ident value based on the codebooks for vorbis and theora.
10617         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10618           gst_rtp_theora_pay_handle_buffer):
10619         * gst/rtp/gstrtpvorbisdepay.c
10620           (gst_rtp_vorbis_depay_parse_configuration,
10621           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10622         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10623           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10624           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10625           Use the hashing function, ensuring that the same codebooks result
10626           in the same ident and thus the same SDP description.
10627           Various log fixes/changes.
10628
10629 2007-04-12  Wim Taymans  <wim@fluendo.com>
10630
10631         Patch by: jerry tan <jerry dot tan at sun dot com>
10632
10633         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10634         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10635         application's responsibility to make sure it open the device once.
10636         Remove a careless error if AUDIODEV is set. Fixes #392620.
10637
10638 2007-04-12  Wim Taymans  <wim@fluendo.com>
10639
10640         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10641         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10642         * gst/rtsp/gstrtpdec.h:
10643         Make backward compat with rtpbin by adding the request-pt-map signals.
10644
10645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10646         (new_session_pad), (request_pt_map),
10647         (gst_rtspsrc_stream_configure_transport),
10648         (gst_rtspsrc_stream_configure_caps),
10649         (gst_rtspsrc_activate_streams):
10650         * gst/rtsp/gstrtspsrc.h:
10651         Implement request-pt-map signals instead of setting caps on the buffers
10652         for the session manager.
10653
10654 2007-04-11  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst/udp/gstudp.c: (plugin_init):
10657         Register GstNetBuffer in plugin_init so that the type can be used from
10658         multiple threads without races.
10659
10660 2007-04-10  Wim Taymans  <wim@fluendo.com>
10661
10662         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10663         (gst_rtp_amr_depay_process):
10664         Fix depayloader clock_rate and some cleanups.
10665
10666         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10667         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10668         * gst/rtp/gstrtph264depay.h:
10669         Don't push codec_data in the adapter because it might get flushed when
10670         we get a discont.
10671
10672         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10673         Handle multiple AU per packet.
10674
10675         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10676         (gst_rtp_sv3v_depay_plugin_init):
10677         Disable rank, this one does not work.
10678         Remove timestamping, base class does that.
10679
10680 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10681
10682         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10683           limit caps to the formats we announce in the template
10684
10685         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10686         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10687         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10688           fix some crashers/asserts when dealing with broken files
10689
10690 2007-04-10  Wim Taymans  <wim@fluendo.com>
10691
10692         Patch by: Peter Kjellerstedt  <pkj at axis com>
10693
10694         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10695         * gst/rtp/gstrtpL16depay.c:
10696         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10697         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10698         (gst_rtp_speex_depay_setcaps):
10699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10700         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10701         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10702         Fix some compiler warnings. Fixes #428182.
10703
10704 2007-04-06  Wim Taymans  <wim@fluendo.com>
10705
10706         * gst/rtsp/Makefile.am:
10707         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10708         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10709         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10710         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10711         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10712         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10713         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10714         (create_rtcp), (gst_rtp_dec_request_new_pad),
10715         (gst_rtp_dec_release_pad):
10716         * gst/rtsp/gstrtpdec.h:
10717         * gst/rtsp/gstrtsp.c: (plugin_init):
10718         Morph RTPDec into something compatible with RTPBin as a fallback.
10719         Various other style fixes.
10720
10721         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10722         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10723         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10724         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10725         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10726         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10727         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10728         * gst/rtsp/gstrtspsrc.h:
10729         Implement RTPBin session manager handling.
10730         Don't try to add empty properties to caps.
10731         Implement fallback session manager, handling.
10732         Don't combine errors from RTCP streams, just ignore them.
10733
10734         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10735         * gst/rtsp/rtsptransport.h:
10736         Implement fallback session manager.
10737         Make RTPBin the default one when available.
10738
10739 2007-04-05  Wim Taymans  <wim@fluendo.com>
10740
10741         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10742         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10743         This element is ready to be autoplugged.
10744
10745 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10746
10747         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10748         Don't leave the offsets defined by upstream element on the
10749         compressed data buffer we are pushing downstream. Make them
10750         GST_BUFFER_OFFSET_NONE.
10751
10752 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10753
10754         * gst/avi/README:
10755         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10756         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10757         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10758         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10759         (gst_avi_demux_calculate_durations_from_index),
10760         (gst_avi_demux_stream_header_push),
10761         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10762         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10763           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10764
10765 2007-04-03  Wim Taymans  <wim@fluendo.com>
10766
10767         * gst/smpte/barboxwipes.c:
10768         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10769
10770 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10771
10772         * gst/wavparse/gstwavparse.c:
10773         Support audio/x-raw-float in wav files. This only works with
10774         plugins-base CVS, using an older version doesn't have any
10775         disadvantages though.
10776
10777 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10778
10779         * configure.ac:
10780         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10781         (gst_au_parse_parse_header), (gst_au_parse_chain):
10782         * gst/auparse/gstauparse.h:
10783         Revert last change as we don't want plugins-good to depend on
10784         plugins-base CVS now.
10785
10786 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10787
10788         * configure.ac:
10789         Require gst-plugins-base CVS for audioconvert with non-native
10790         float support and width/depth fix in libgstriff.
10791
10792         Patch by: René Stadler <mail at renestadler dot de>
10793
10794         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10795         (gst_au_parse_parse_header), (gst_au_parse_chain):
10796         * gst/auparse/gstauparse.h:
10797         Don't swap the floats ourself if they're not in native endianness.
10798         Instead let audioconvert handle this. Fixes #339838.
10799
10800 2007-03-29  Wim Taymans  <wim@fluendo.com>
10801
10802         * gst/rtp/gstasteriskh263.h:
10803         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10804         (gst_rtp_h263p_depay_change_state):
10805         * gst/rtp/gstrtph263pdepay.h:
10806         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10807         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10808         (gst_rtp_h264_depay_change_state):
10809         * gst/rtp/gstrtph264depay.h:
10810         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10811         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10812         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10813         Flush adapter on disconts.
10814
10815 2007-03-29  Wim Taymans  <wim@fluendo.com>
10816
10817         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10818         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10819         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10820         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10821         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10822         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10823         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10824         (gst_rtp_mp4v_depay_process):
10825         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10826         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10827         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10828         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10829         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10830         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10831         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10832         Use more efficient adapter and rtpbuffer methods when possible.
10833
10834 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10835
10836         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10837         (gst_wavenc_sink_setcaps):
10838         Correctly handle width!=depth input.
10839         * gst/wavparse/gstwavparse.c:
10840         Already export in the caps that width==8 uses unsigned samples and
10841         everything else uses signed samples.
10842
10843 2007-03-29  Wim Taymans  <wim@fluendo.com>
10844
10845         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10846
10847         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10848         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10849         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10850         (gst_dynudpsink_close):
10851         * gst/udp/gstdynudpsink.h:
10852         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10853         (gst_udpsrc_create), (gst_udpsrc_set_property),
10854         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10855         * gst/udp/gstudpsrc.h:
10856         Rework the socket allocation a bit based on the sockfd argument so that
10857         it becomes usable.
10858         Add a closefd property to instruct the udp elements to close the custom
10859         file descriptors when going to READY. Fixes #423304.
10860         API:GstUDPSrc::closefd property
10861         API:GstDynUDPSink::closefd property
10862
10863 2007-03-29  Wim Taymans  <wim@fluendo.com>
10864
10865         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10866
10867         * gst/rtp/Makefile.am:
10868         * gst/rtp/gstrtp.c: (plugin_init):
10869         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10870         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10871         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10872         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10873         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10874         (gst_rtp_h264_pay_plugin_init):
10875         * gst/rtp/gstrtph264pay.h:
10876         Added H264 payloader. Fixes #423782.
10877
10878         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10879         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10880         Small fixes.
10881
10882 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10883
10884         * gst/wavparse/gstwavparse.c:
10885         Actually support depths from 1 to 32, not only 8 to 32.
10886
10887 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10888
10889         * gst/wavparse/gstwavparse.c:
10890         Add support for wav files containing audio/x-raw-int with random
10891         depths between 1 and 32 bits.
10892
10893 2007-03-28  Wim Taymans  <wim@fluendo.com>
10894
10895         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10896
10897         * gst/rtp/Makefile.am:
10898         * gst/rtp/gstrtp.c: (plugin_init):
10899         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10900         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10901         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10902         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10903         (gst_rtp_mp4a_depay_get_property),
10904         (gst_rtp_mp4a_depay_change_state),
10905         (gst_rtp_mp4a_depay_plugin_init):
10906         * gst/rtp/gstrtpmp4adepay.h:
10907         Added MP4A-LATM depayloader. Fixes #417792.
10908
10909         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10910         (gst_rtp_mp4v_depay_process):
10911         Fixup depayloader, setting codec_data, using more efficient adaptor and
10912         rtpbuffer handling.
10913
10914         * gst/rtsp/URLS:
10915         Add url to test above.
10916
10917 2007-03-25  Wim Taymans  <wim@fluendo.com>
10918
10919         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10920         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10921         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10922         (gst_rtspsrc_media_to_caps),
10923         (gst_rtspsrc_stream_configure_transport),
10924         (gst_rtspsrc_stream_configure_caps),
10925         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10926         * gst/rtsp/gstrtspsrc.h:
10927         Handle default clock-rates for static payload types, rearrange stuff so
10928         that the rtpmap field in the sdp can override the defaults.
10929         Parse RTP-Info field to get the seqnum and timebase fields that should
10930         go in the caps.
10931         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10932         the server. 
10933
10934 2007-03-22  Wim Taymans  <wim@fluendo.com>
10935
10936         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10937
10938         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10939         Accept complex pipeline descriptions as an audio profile instead of just
10940         a single element. Fixes #420658.
10941
10942 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10945           Rename registered type in preparation of GstTagDemux moving to
10946           -base at some point in the future.
10947
10948 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10949
10950         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10951           Streaming mode fixes: don't unref buffer we don't own any longer;
10952           remove bogus adapter flush. Fixes #419338.
10953
10954 2007-03-17  David Schleef  <ds@schleef.org>
10955
10956         * REQUIREMENTS: Change the format to key/value, add a bunch of
10957           information, remove a bunch of requirements that are for
10958           other GStreamer packages.
10959
10960 2007-03-17  David Schleef  <ds@schleef.org>
10961
10962         * REQUIREMENTS: Fix a few things.  This file really needs a
10963         good once-over.
10964
10965 2007-03-15  Edward Hervey  <edward@fluendo.com>
10966
10967         * sys/Makefile.am:
10968         Don't forget to distribute the sys/osxaudio/ directory.
10969
10970 2007-03-15  Edward Hervey  <edward@fluendo.com>
10971
10972         * configure.ac:
10973         * sys/Makefile.am:
10974         * sys/osxaudio/Makefile.am:
10975         * sys/osxaudio/gstosxaudio.c:
10976         * sys/osxaudio/gstosxaudiosink.c:
10977         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10978         (gst_osx_audio_sink_getcaps),
10979         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10980         * sys/osxaudio/gstosxaudiosrc.c:
10981         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10982         (gst_osx_audio_src_create_ringbuffer):
10983         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10984         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10985         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10986         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10987         * sys/osxaudio/gstosxringbuffer.h:
10988         Activate osxaudio in gst-plugins-good with proper build setup.
10989         Add inlined documentation.
10990         Fix debug statements
10991         Fix ringbuffer when pausing.
10992         Fixes #323471
10993
10994 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10995         * gst/rtp/gstrtppcmapay.c:
10996         * gst/rtp/gstrtppcmapay.h:
10997         * gst/rtp/gstrtppcmupay.c:
10998         * gst/rtp/gstrtppcmupay.h:
10999         Ported mulaw and alaw payloaders to use new base class
11000
11001 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11002
11003         * po/af.po:
11004         * po/az.po:
11005         * po/cs.po:
11006         * po/en_GB.po:
11007         * po/it.po:
11008         * po/nl.po:
11009         * po/or.po:
11010         * po/sq.po:
11011         * po/sr.po:
11012         * po/sv.po:
11013         * po/uk.po:
11014         * po/vi.po:
11015           Update translations.
11016
11017 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * configure.ac:
11020           Fix string replace error (AG_AG_GST_* => AG_GST_*).
11021
11022 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11025           Fix handling of -1 values for start and stop values when seeking,
11026           and SEEK_CUR+SEEK_END here as well.
11027
11028 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11029
11030         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11031           Fix handling of -1 values for start and stop values when seeking, 
11032           and SEEK_CUR+SEEK_END.
11033
11034 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11037           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11038           the image format a variable-length NUL-terminated string; in
11039           versions before that the image format is a fixed-length string of
11040           3 characters (see #348644 for a sample tag).
11041           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11042
11043 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11044
11045         * win32/MANIFEST:
11046         Add new project files to MANIFEST.
11047         * win32/vs6/libgstaudiofx.dsp:
11048         * win32/vs6/libgstrtp.dsp:
11049         * win32/vs6/libgstrtsp.dsp:
11050         Update project files.
11051         
11052 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11055         (gst_avi_demux_parse_index):
11056         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11058           Printf format fixes; also add some missing quotes in translated
11059           strings. Fixes #416728 and #416727.
11060
11061 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11062
11063         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11064           Tim and I can't think of any reason the child audio sink needs to 
11065           be set back to NULL after successfully determining that it can 
11066           reach READY - it gets immediately set back to READY by the caller
11067           anyway, causing an unnecessary close/open of any audio devices
11068           involved.
11069
11070 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * po/LINGUAS:
11073         * po/ja.po:
11074           Add ja.po file from #377306.
11075
11076 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11077
11078         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11079         * sys/sunaudio/gstsunaudiomixertrack.c:
11080         (gst_sunaudiomixer_track_new):
11081           Actually translate sunaudio mixer track labels instead of just
11082           marking the strings as translatable (#377306); clean up weird
11083           label string mapping code that serves no apparent purpose. Also
11084           set the 'untranslated-label' property when creating mixer tracks
11085           if the GstMixerTrack base class supports this.
11086
11087         * tests/check/Makefile.am:
11088         * tests/check/elements/.cvsignore:
11089         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11090         (sunaudio_suite):
11091           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11092           actually tested on a system where sunaudiomixer is available).
11093
11094 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11095
11096         * tests/check/Makefile.am:
11097         Re-enable the states test and see if it works on the buildbots.
11098
11099 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11100
11101         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11102         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11103         (gst_dvdec_change_state):
11104         * ext/dv/gstdvdec.h:
11105         Infer pixel-aspect-ratio from the video frame format if it isn't
11106         provided by the container, as happens when playing DV from AVI
11107         or Quicktime containers.
11108
11109         Patch by: Wim Taymans <wim@fluendo.com>
11110         Fixes #380944
11111
11112 2007-03-09  Wim Taymans  <wim@fluendo.com>
11113
11114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11115         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11116         will later be handled by the jitterbuffer.
11117
11118 2007-03-09  Wim Taymans  <wim@fluendo.com>
11119
11120         * ext/taglib/gstid3v2mux.cc:
11121         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11122         Fixes #414496.
11123         
11124         Patch by: Alex Lancaster <alexl at users sourceforge net>
11125
11126 2007-03-09  Wim Taymans  <wim@fluendo.com>
11127
11128         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11129         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11130         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11131         (gst_avi_demux_chain):
11132         Fix stream position reporting after a seek. Fixes #416445.
11133
11134 2007-03-08  Wim Taymans  <wim@fluendo.com>
11135
11136         Patch by: René Stadler <mail at renestadler dot de>
11137
11138         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11139         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11140         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11141         Make avidemux accept optional header chunks in any order.
11142         Fixes #415446.
11143
11144 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11145
11146         * tests/check/Makefile.am:
11147         Disable the states check until the remaining Valgrind errors
11148         are fixed or suppressed.
11149
11150 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11151
11152         * tests/check/elements/.cvsignore:
11153           Add audiodynamic check to .cvsignore
11154
11155 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11156
11157         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11158
11159         * gst/audiofx/Makefile.am:
11160         * gst/audiofx/audiodynamic.c:
11161         (gst_audio_dynamic_characteristics_get_type),
11162         (gst_audio_dynamic_mode_get_type),
11163         (gst_audio_dynamic_set_process_function),
11164         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11165         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11166         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11167         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11168         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11169         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11170         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11171         (gst_audio_dynamic_transform_hard_knee_expander_int),
11172         (gst_audio_dynamic_transform_hard_knee_expander_float),
11173         (gst_audio_dynamic_transform_soft_knee_expander_int),
11174         (gst_audio_dynamic_transform_soft_knee_expander_float),
11175         (gst_audio_dynamic_transform_ip):
11176         * gst/audiofx/audiodynamic.h:
11177         * gst/audiofx/audiofx.c: (plugin_init):
11178         Add new audiodynamic element which can act as a compressor or
11179         expander. Supported are hard-knee and soft-knee operation modes with
11180         user-specified ratio and threshold.
11181         Attack and release parameters are not yet implemented but will follow.
11182         * docs/plugins/Makefile.am:
11183         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11184         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11185         * docs/plugins/gst-plugins-good-plugins.args:
11186         * docs/plugins/inspect/plugin-audiofx.xml:
11187         Integrate audiodynamic into the docs.
11188         * tests/check/Makefile.am:
11189         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11190         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11191         Add unit test for audiodynamic.
11192
11193 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11194
11195         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11196         Free handles that we allocated when exiting via the error paths.
11197
11198 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11199
11200         * gst/level/gstlevel.c: (gst_level_class_init),
11201         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11202         (gst_level_transform_ip):
11203         * gst/level/gstlevel.h:
11204           Resolve message timestamps against the playback segment.
11205
11206 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11209         (gst_id3demux_sink_activate):
11210           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11211           caps passed to it (previously one code path assumed it took ownership
11212           while another one assumed it didn't, while in fact it sometimes did and
11213           sometimes didn't ...).
11214
11215         * configure.ac:
11216         * tests/files/Makefile.am:
11217         * tests/files/id3-407349-1.tag:
11218         * tests/files/id3-407349-2.tag:
11219           Add directory where data for unit tests can be stored.
11220
11221         * tests/Makefile.am:
11222         * tests/check/Makefile.am:
11223         * tests/check/elements/.cvsignore:
11224         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11225         (read_tags_from_file), (run_check_for_file),
11226         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11227           Add unit test for id3demux, and in particular for bug #407349. Only
11228           testing pull-mode for now; push mode doesn't work yet because the test
11229           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11230
11231 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11232
11233         * tests/check/Makefile.am:
11234           Add missing backslash at end of line.
11235
11236 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11237
11238         Trigger rebuild.
11239
11240 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11241
11242         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11243         * gst/id3demux/id3tags.h:
11244         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11245         (parse_obsolete_tdat_frame):
11246           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11247           the four-digit number will be interpreted as a year, whereas it is
11248           month and day in DDMM format. Instead, parse TDAT frames and fix up
11249           the date in the GST_TAG_DATE tag later if we also extracted a year.
11250           Fixes #407349.
11251
11252 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11253
11254         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11255         (gst_switch_commit_new_kid):
11256         Fix up the dispose logic so it doesn't leak, and fix setting of 
11257         the child state so that we don't set a child to our current state 
11258         just as we are changing it to something else.
11259
11260 2007-03-06  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11263         (gst_goom_chain):
11264         * gst/goom/gstgoom.h:
11265         Document, fix and improve goom adapter behaviour.
11266         Fixes #407006.
11267
11268 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11269
11270         * ext/esd/esdsink.c: (gst_esdsink_open):
11271         Unref static pad template after using it.
11272
11273 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11276         (gst_switch_commit_new_kid):
11277         Fix up the reference counting of the child elements.
11278
11279 2007-03-05  Wim Taymans  <wim@fluendo.com>
11280
11281         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11282         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11283         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11284         Fix encoding-name case.
11285
11286 2007-03-05  Wim Taymans  <wim@fluendo.com>
11287
11288         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11289         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11290         (gst_rtp_speex_depay_process):
11291         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11292         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11293         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11294         (gst_rtp_speex_pay_change_state):
11295         * gst/rtp/gstrtpspeexpay.h:
11296         Fix speex (de)payloader. Fixes #358040.
11297
11298 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11301         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11302         Install fakesink in NULL by fixing some broken logic. This obviates
11303         the need to manually set _IS_SINK.
11304         Add some comments and remove a little cruft while I'm at it.
11305
11306 2007-03-05  Wim Taymans  <wim@fluendo.com>
11307
11308         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11309         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11310
11311 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11312
11313         * po/POTFILES.in:
11314           Update.
11315
11316 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11317
11318         * tests/check/Makefile.am:
11319         Gah! Also disable gconfvideosink from the tests, otherwise
11320         it will instantiate autovideosink, and dfbvideosink and
11321         leak on the buildbots.
11322
11323 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11324
11325         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11326         (gst_cdio_cdda_src_finalize):
11327         Make sure we always destroy our libcdio handle.
11328
11329 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11330
11331         * tests/check/Makefile.am:
11332         Disable autovideosink so the buildbots don't barf over memory
11333         leaked in the directfb sink.
11334
11335 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11336
11337         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11338         Chain up in dispose
11339
11340 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11341
11342         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11343         (gst_multipart_find_pad_by_mime):
11344         Use gst_pad_new_from_static_template instead of
11345         static_pad_template_get+pad_new.
11346
11347 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11348
11349         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11350         Catch the case where no clock has been set.
11351
11352 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11353
11354         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11355         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11356         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11357         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11358         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11359         (gst_gconf_audio_src_finalize), (do_toggle_element):
11360         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11361         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11362         (do_toggle_element):
11363         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11364         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11365         (gst_gconf_video_src_finalize), (do_toggle_element):
11366         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11367         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11368         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11369         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11370         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11371         (gst_shout2send_init), (gst_shout2send_finalize):
11372         * gst/debug/testplugin.c: (gst_test_class_init),
11373         (gst_test_finalize):
11374         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11375         (gst_flxdec_dispose):
11376         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11377         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11379         (gst_rtspsrc_finalize):
11380         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11381         * gst/rtsp/rtspextwms.h:
11382         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11383         (gst_smpte_finalize):
11384         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11385         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11386         (gst_udpsink_finalize):
11387         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11388         (gst_wavparse_sink_activate):
11389         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11390         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11391         (gst_oss_src_finalize):
11392         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11393         * sys/v4l2/gstv4l2object.h:
11394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11395         (gst_v4l2src_finalize):
11396         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11397
11398         Fix a bunch of leaks shown by the newly-added states test.
11399
11400 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11401
11402         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11403         Use gst_pad_new_from_static_template instead of 
11404         static_pad_template_get+pad_new.
11405
11406 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11409
11410         * ext/libcaca/Makefile.am:
11411         * gst/debug/Makefile.am:
11412           Don't mix tabs and spaces (#414168).
11413
11414 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11415
11416         * tests/check/generic/.cvsignore:
11417           Ignore files to please buildbot.
11418
11419 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11420
11421         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11422         (gst_wavparse_stream_data):
11423           Unbreak my previous commit (swapped nominator & denominator). Tim,
11424           thanks for spotting.
11425
11426 2007-03-02  Wim Taymans  <wim@fluendo.com>
11427
11428         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11429         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11430         (gst_cdio_cdda_src_finalize):
11431         Small code cleanups.
11432         Don't use pad_alloc as the base class cannot deal with the error codes.
11433
11434 2007-03-02  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11437         (gst_udpsrc_create):
11438         Fix doc.
11439
11440 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11441
11442         Patch by: René Stadler <mail@renestadler.de>
11443
11444         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11445         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11446         (gst_wavparse_stream_data):
11447           Handle rounding better to not drop last sample frame. Fixes #356692
11448
11449 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11450
11451         * tests/check/Makefile.am:
11452         Disable cacasink from the states check too - it also calls exit(1)
11453         on us when it can't find a terminal to talk to.
11454
11455 2007-03-02  Wim Taymans  <wim@fluendo.com>
11456
11457         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11458
11459         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11460         (gst_udpsrc_create), (gst_udpsrc_set_property),
11461         (gst_udpsrc_get_property):
11462         * gst/udp/gstudpsrc.h:
11463         Add support to strip proprietary headers. Fixes #350296.
11464
11465 2007-03-02  Wim Taymans  <wim@fluendo.com>
11466
11467         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11468         Fix compilation.
11469
11470 2007-03-02  Wim Taymans  <wim@fluendo.com>
11471
11472         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11473
11474         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11475         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11476         (gst_rtp_mp2t_depay_set_property),
11477         (gst_rtp_mp2t_depay_get_property):
11478         * gst/rtp/gstrtpmp2tdepay.h:
11479         Add support to strip off proprietary headers. Fixes #350278.
11480
11481 2007-03-02  Wim Taymans  <wim@fluendo.com>
11482
11483         * ext/hal/hal.c:
11484         Fix compilation.
11485
11486 2007-03-02  Wim Taymans  <wim@fluendo.com>
11487
11488         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11489         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11490         (gst_sunaudiosrc_open):
11491         * sys/sunaudio/gstsunaudiosrc.h:
11492         Remove device-name from GstSunAudioSrc. Fixes #412597.
11493
11494 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11495
11496         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11497         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11498         Having NULL as UDI previously selected the default sink/src. Change
11499         this back but mention it in the debug output.
11500         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11501         (gst_hal_get_oss_element), (gst_hal_get_string),
11502         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11503         (gst_hal_get_audio_src):
11504         * ext/hal/hal.h:
11505         Refactor a bit, check all error conditions, greatly improve debugging
11506         and fix some possible memory leaks. Also implement OSS support
11507         and allow specifying an UDI that points to a real device. For this the
11508         child device which supports ALSA (preferred) or OSS is used.
11509         As a side effect this makes it impossible now to get a alsasink in
11510         halaudiosrc and a alsasrc in halaudiosink.
11511
11512 2007-03-01  Wim Taymans  <wim@fluendo.com>
11513
11514         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11515         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11516         Errors from the udp sources are not fatal unless all of them are in
11517         error.
11518
11519 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11520
11521         * tests/check/Makefile.am:
11522         Disable aasink in the states test. I suspect this is the element that
11523         is calling exit(1) when it can't proceed.
11524
11525 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11526
11527         * tests/check/Makefile.am:
11528         Draw plugins in from the build tree sys/ dir, rather than picking
11529         up the already installed versions.
11530
11531 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11532
11533         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11534         Error out correctly when getting xcontext fails.
11535
11536 2007-03-01  Wim Taymans  <wim@fluendo.com>
11537
11538         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11539         Make state change to PAUSED NO_PREROLL because that's what it will be in
11540         the future and rtspsrc relies on it.
11541
11542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11543         (gst_rtspsrc_change_state):
11544         Don't error out when we don't get an error from the state change
11545         function.
11546
11547 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11548
11549         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11550         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11551           Check if the device UDI is set before trying to query HAL
11552           about it and give a useful error message if it wasn't set.
11553         * ext/hal/hal.c: (gst_hal_get_string):
11554           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11555           gives an assertion failure in D-Bus when running with
11556           DBUS_FATAL_WARNINGS=1.
11557
11558 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11559
11560         * configure.ac:
11561           Convert to new AG_GST style.
11562
11563 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11564
11565         * tests/check/Makefile.am:
11566         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11567           add test for states
11568
11569 2007-02-28  Wim Taymans  <wim@fluendo.com>
11570
11571         * tests/check/elements/.cvsignore:
11572         Add new videofilter check to .cvsignore.
11573
11574 2007-02-28  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11577         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11578         (gst_avi_demux_loop), (gst_avi_demux_chain):
11579         Fix combined flow return. Fixes #412608.
11580
11581 2007-02-28  Wim Taymans  <wim@fluendo.com>
11582
11583         * gst/videofilter/Makefile.am:
11584         Dist header..
11585
11586 2007-02-28  Wim Taymans  <wim@fluendo.com>
11587
11588         * gst/videofilter/gstgamma.h:
11589         Add header too.
11590
11591 2007-02-28  Wim Taymans  <wim@fluendo.com>
11592
11593         Patch by: Mark Nauwelaerts <manauw at skynet be>
11594
11595         * gst/videofilter/Makefile.am:
11596         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11597         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11598         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11599         (oil_tablelookup_u8), (gst_gamma_set_caps),
11600         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11601         Port gamma filter to 0.10. Fixes #412704.
11602
11603         * tests/check/Makefile.am:
11604         * tests/check/elements/videofilter.c: (setup_filter),
11605         (cleanup_filter), (check_filter), (GST_START_TEST),
11606         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11607         Add unit tests for videofilters.
11608
11609 2007-02-28  Wim Taymans  <wim@fluendo.com>
11610
11611         * gst/rtsp/URLS:
11612         Add another interesting test url.
11613
11614         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11615         Don't allow getting header fields from data packets.
11616
11617 2007-02-28  Michael Smith  <msmith@fluendo.com>
11618
11619         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11620         (gst_shout2send_init), (gst_shout2send_start),
11621         (gst_shout2send_set_property), (gst_shout2send_get_property):
11622         * ext/shout2/gstshout2.h:
11623           Add a property for username.
11624
11625 2007-02-27  Christian Schallerr <christian@fluendo.com>
11626
11627         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11628
11629 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11630
11631         * gst/rtsp/Makefile.am:
11632         Fix make check too.
11633
11634 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11635
11636         * gst/rtsp/base64.c: (util_base64_encode):
11637         * gst/rtsp/base64.h:
11638         Commit missing files for base64 encoding.
11639
11640 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11643
11644         * configure.ac:
11645         * ext/annodex/Makefile.am:
11646         * ext/jpeg/Makefile.am:
11647         * ext/speex/Makefile.am:
11648         * gst/alpha/Makefile.am:
11649         * gst/cutter/Makefile.am:
11650         * gst/debug/Makefile.am:
11651         * gst/effectv/Makefile.am:
11652         * gst/goom/Makefile.am:
11653         * gst/level/Makefile.am:
11654         * gst/smpte/Makefile.am:
11655         * gst/videofilter/Makefile.am:
11656           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11657
11658 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11659
11660         * gst/rtsp/Makefile.am:
11661         * gst/rtsp/rtspconnection.c: (append_auth_header),
11662         (rtsp_connection_send), (rtsp_connection_set_auth):
11663         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11664         from icecast to replace it. Relicensed from GPL courtesy of Mike
11665         Smith.
11666
11667 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11668
11669         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11670         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11671         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11672         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11673         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11674         (gst_rtspsrc_uri_set_uri):
11675         * gst/rtsp/gstrtspsrc.h:
11676         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11677         (append_auth_header), (rtsp_connection_send),
11678         (rtsp_connection_free), (rtsp_connection_set_auth):
11679         * gst/rtsp/rtspconnection.h:
11680         * gst/rtsp/rtspdefs.h:
11681         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11682         * gst/rtsp/rtspurl.h:
11683
11684         Implement simple Basic Authentication support so that urls like
11685         rtsp://user:pass@hostname/rtspstream work on hosts that require
11686         authentication.
11687
11688 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11689
11690         * sys/v4l2/gstv4l2object.c:
11691         * sys/v4l2/gstv4l2tuner.c:
11692         * sys/v4l2/v4l2_calls.c:
11693         Fix segfault when oppening a radio device.
11694         
11695 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11696
11697         * gst/level/gstlevel.c: (gst_level_set_caps),
11698         (gst_level_transform_ip):
11699         * sys/v4l2/README:
11700         * tests/check/elements/level.c: (GST_START_TEST):
11701           Fix level for multi-channel case.
11702
11703 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11704
11705         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11706         (gst_level_transform_ip):
11707         * gst/level/gstlevel.h:
11708           Use function pointer for process function and add process functions
11709           for float audio.
11710
11711 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11712
11713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11714         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11715         (gst_v4l2src_capture_init):
11716           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11717           fixes #407369
11718
11719 2007-02-18  Wim Taymans  <wim@fluendo.com>
11720
11721         * gst/rtp/Makefile.am:
11722         * gst/rtp/gstrtp.c: (plugin_init):
11723         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11724         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11725         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11726         (gst_rtp_mp2t_pay_plugin_init):
11727         * gst/rtp/gstrtpmp2tpay.h:
11728         Added simple mpeg transport stream payloader.
11729
11730 2007-02-16  Wim Taymans  <wim@fluendo.com>
11731
11732         * gst/rtsp/URLS:
11733         Add example H264 rtsp url.
11734
11735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11736         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11737         Don't convert values to lowercase or we might mess up base64 encoded
11738         properties.
11739
11740 2007-02-16  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst/rtp/README:
11743         Fix case of string params.
11744
11745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11746         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11747         Fix depayloader, support more packet types.
11748         Add sync codes to make sure the packetizer can do its job.
11749
11750         * gst/rtp/gstrtpmp4gdepay.c:
11751         * gst/rtp/gstrtpmp4gpay.c:
11752         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11753         Fix caps case again.
11754
11755 2007-02-15  Wim Taymans  <wim@fluendo.com>
11756
11757         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11758         Set right caps on output buffers.
11759
11760 2007-02-14  Wim Taymans  <wim@fluendo.com>
11761
11762         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11763         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11764         Clear stack allocated SDPMedia struct before calling _init() on it.
11765         Clarify this in the docs as well.
11766
11767 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11768
11769         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11770         (do_change_child):
11771         Don't reset the profile when going switching states, as it makes
11772         the element non-reusable.
11773
11774 2007-02-14  Wim Taymans  <wim@fluendo.com>
11775
11776         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11777         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11778         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11779         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11780         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11781         (sdp_parse_line):
11782         * gst/rtsp/sdpmessage.h:
11783         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11784         Fix memory management of SDP messages. Fixes #407793.
11785
11786 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11787
11788         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11789
11790         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11791         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11792
11793 2007-02-14  Wim Taymans  <wim@fluendo.com>
11794
11795         Patch by: jp.liu <jp_liu at astrocom dot cn>
11796
11797         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11798         Fix parsing of password field in url. Fixes #407797.
11799
11800 2007-02-14  Wim Taymans  <wim@fluendo.com>
11801
11802         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11803         (gst_wavparse_reset), (gst_wavparse_init),
11804         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11805         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11806         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11807         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11808         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11809         (gst_wavparse_loop), (gst_wavparse_chain),
11810         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11811         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11812         (plugin_init):
11813         * gst/wavparse/gstwavparse.h:
11814         Update docs.
11815         Use boilerplate.
11816         Various code cleanups.
11817         When the bitrate is not known (bps == 0 or compressed formats) let
11818         downstream element guestimate the duration and position and don't
11819         generate timestamps or durations. Fixes #405213.
11820         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11821         error flowreturn upstream.
11822
11823 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11824
11825         * ext/gconf/Makefile.am:
11826         * ext/gconf/gconf.c: (gst_gconf_get_string),
11827         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11828         (gst_gconf_render_bin_with_default):
11829         * ext/gconf/gconf.h:
11830         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11831         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11832         (gst_gconf_audio_sink_dispose), (do_change_child),
11833         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11834         (cb_change_child), (gst_gconf_audio_sink_change_state):
11835         * ext/gconf/gstgconfaudiosink.h:
11836         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11837         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11838         (gst_switch_sink_init), (gst_switch_sink_dispose),
11839         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11840         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11841         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11842         * ext/gconf/gstswitchsink.h:
11843         * gst/autodetect/gstautoaudiosink.c:
11844         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11845         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11846         (gst_auto_audio_sink_detect):
11847         * gst/autodetect/gstautovideosink.c:
11848         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11849         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11850         (gst_auto_video_sink_detect):
11851         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11852         and a child that implements the GConf key monitoring. The end goal of
11853         this is an audio sink that can be changed on the fly, but at the 
11854         moment it still only changes on the next READY transition.
11855
11856 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11857
11858         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11859         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11860         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11861         (gst_avi_demux_calculate_durations_from_index),
11862         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11863         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11864         (gst_avi_demux_loop):
11865           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11866
11867 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11868
11869         * configure.ac:
11870         * docs/plugins/Makefile.am:
11871           Add crossreferences to glib/gobject/gstream docs.
11872
11873 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11874
11875         * gst/monoscope/Makefile.am:
11876         * gst/monoscope/gstmonoscope.c:
11877           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11878           (but no LIBS, since we only use defines from the headers).
11879
11880 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11881
11882         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11883
11884         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11885         (gst_wavparse_stream_data):
11886           Fix massive memory leak when operating in streaming mode due to
11887           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11888           Fixes #407057.
11889
11890 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11891
11892         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11893         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11894         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11895         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11896         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11897         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11898         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11899         (gst_avi_demux_calculate_durations_from_index),
11900         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11901         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11902         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11903         * gst/avi/gstavidemux.h:
11904           Save some memory (8%) by repacking the index entry structure (more to
11905           come). Add more FIXMEs to questionable parts.
11906
11907 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11908
11909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11910         (gst_v4l2src_get_caps):
11911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11912         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11913         (gst_v4l2src_capture_init):
11914           More FIXME comments and messaging changes.
11915
11916 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11917
11918         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11919         (gst_goom_change_state):
11920         * gst/goom/gstgoom.h:
11921           Improved docs and use GST_DEBUG_FUNCPTR.
11922
11923         * gst/level/gstlevel.c: (gst_level_class_init):
11924           Use GST_DEBUG_FUNCPTR.
11925
11926         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11927         (gst_monoscope_chain), (gst_monoscope_change_state):
11928           Improved docs source cleanups.
11929
11930 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * gst/debug/Makefile.am:
11933         * gst/debug/gstdebug.c: (plugin_init):
11934         * gst/debug/gstpushfilesrc.c:
11935         * gst/debug/gstpushfilesrc.h:
11936           Add code for a pushfilesrc element that implements a pushfile:// URI
11937           handler, to make debugging push-mode operation of demuxer/decoders
11938           that support both easier in connection with seek/playbin/etc.
11939           The element isn't registered at the moment.
11940
11941 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11942
11943         * gst/avi/gstavimux.c:
11944           Comment a #if 0 in caps template definition as VS6 seems to 
11945         do not support it.
11946         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11947           Use gst_guint64_to_gdouble for conversion.
11948         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11949           Move variables declaration before the first instruction.
11950         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11951           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11952           And don't include netdb.h for G_OS_WIN32
11953         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11954           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11955           by VS6 then use an other way to initialize SDPMedia structure.
11956         * gst/udp/gstdynudpsink.h:
11957         * gst/udp/gstdynudpnetutils.h:
11958           Do not include <sys/time.h> for G_OS_WIN32
11959         * gst/udp/gstudpsrc.c:
11960           Define socklen_t as int for G_OS_WIN32
11961         * win/common/config.h.in:
11962           Undef HAVE_NETINET_IN_H
11963         * win32/vs6/gst_plugins_good.dsw:
11964         * win32/vs6/libgstrtp.dsp:
11965         * win32/vs6/libgstrtsp.dsp:
11966         * win32/vs6/libgstautogen.dsp:
11967         * win32/vs6/libgstaudiofx.dsp:
11968         * win32/vs6/libgstudp.dsp:
11969           Add and update project files.
11970         * win32/common/gstudp-enumtypes.c:
11971         * win32/common/gstudp-enumtypes.h:
11972           Add a copy of udp enumtypes to win32/common as in core 
11973           and base.
11974         
11975 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11976
11977         * configure.ac:
11978           Activate monoscope when building with --enable-experimental. Fix
11979           --enable-external configure switch description.
11980
11981         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11982         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11983           Help gst-indent.
11984
11985 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11986
11987         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11988           Explicitly cast result of pointer arithmetic to integer in order to
11989           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11990
11991 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11992
11993         * gst/debug/progressreport.c:
11994           Some more docs.
11995
11996 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         * docs/plugins/inspect/plugin-rtp.xml:
11999           Update for new elements.
12000
12001         * gst/debug/progressreport.h:
12002           Commit newly-created header file as well.
12003
12004 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * docs/plugins/Makefile.am:
12007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12009         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12010         * gst/debug/Makefile.am:
12011         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
12012         (gst_progress_report_do_query), (gst_progress_report_report):
12013           Make progressreport element post messages with the current progress
12014           on the bus. Also add some basic docs for it.
12015
12016 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * ext/hal/hal.c: (gst_hal_get_string):
12019         * ext/hal/hal.h:
12020           Some small cleanups; deal with errors when parsing the HAL ALSA
12021           capabilities a bit better.
12022
12023 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12026           Let's try this again and use the right cast this time.
12027
12028 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12029
12030         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12031           Add cast to avoid compiler warnings with older GLib versions
12032           where the nick/name members in GEnumValue are not declared as
12033           constant strings.
12034
12035 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12036
12037         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12038         (gst_gconf_render_bin_from_key),
12039         (gst_gconf_get_default_audio_sink):
12040         * ext/gconf/gconf.h:
12041         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12042         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12043         (gst_gconf_audio_sink_get_property):
12044           In gconfaudiosink, get the right key as the old key in do_toggle
12045           (ie. one dependent on the profile selected). Log some more stuff so
12046           we can see what's actually going on.
12047
12048 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12049
12050         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12051         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12052         (gst_audio_amplify_set_process_function),
12053         (gst_audio_amplify_setup):
12054         * gst/audiofx/audioamplify.h:
12055         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12056         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12057         * gst/audiofx/audioinvert.h:
12058         Some small cleanups and port both elements to the new GstAudioFilter
12059         base class to save a few lines of common code.
12060         * gst/audiofx/Makefile.am:
12061         Link against libgstaudio for the above changes
12062
12063 2007-01-29  Wim Taymans  <wim@fluendo.com>
12064
12065         * tests/check/elements/.cvsignore:
12066         Some more ignores.
12067
12068 2007-01-26  Wim Taymans  <wim@fluendo.com>
12069
12070         Patch by: charles <charlesg3 at gmail dot com>
12071
12072         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12073         (set_shout_metadata), (gst_shout2send_event):
12074         * ext/shout2/gstshout2.h:
12075         Properly handle tags in shout2send. Fixes #399825.
12076
12077 2007-01-25  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12080         (gst_rtspsrc_activate_streams):
12081         Convert SDP fields to upper/lowercase following the rules in the SDP to
12082         caps document. 
12083
12084 2007-01-25  Wim Taymans  <wim@fluendo.com>
12085
12086         * gst/rtp/README:
12087         * gst/rtp/gstrtpilbcdepay.c:
12088         * gst/rtp/gstrtpilbcpay.c:
12089         * gst/rtp/gstrtpmp4gdepay.c:
12090         * gst/rtp/gstrtpmp4gpay.c:
12091         * gst/rtp/gstrtpspeexdepay.c:
12092         * gst/rtp/gstrtpspeexpay.c:
12093         * gst/rtp/gstrtpsv3vdepay.c:
12094         * gst/rtp/gstrtptheoradepay.c:
12095         * gst/rtp/gstrtptheorapay.c:
12096         * gst/rtp/gstrtpvorbisdepay.c:
12097         * gst/rtp/gstrtpvorbispay.c:
12098         Fix case of encoding-name and key/value pairs to match the document.
12099         This is to make interoperation with SDP case-insensitive as required by
12100         the relevant RFCs.
12101
12102 2007-01-25  Wim Taymans  <wim@fluendo.com>
12103
12104         * configure.ac:
12105         Bump required -core/-base to CVS
12106
12107 2007-01-25  Wim Taymans  <wim@fluendo.com>
12108
12109         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12110         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12111         * gst/rtp/gstrtpL16pay.h:
12112         Fill up to MTU using adapter.
12113         Timestamp rtp packets.
12114
12115 2007-01-25  Edward Hervey  <edward@fluendo.com>
12116
12117         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12118         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12119         Use G_GSIZE_FORMAT in print statements for portability.
12120         Fixes build on macosx.
12121
12122 2007-01-24  Wim Taymans  <wim@fluendo.com>
12123
12124         * gst/rtp/Makefile.am:
12125         * gst/rtp/gstrtp.c: (plugin_init):
12126         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12127         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12128         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12129         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12130         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12131         (gst_rtp_L16_depay_plugin_init):
12132         * gst/rtp/gstrtpL16depay.h:
12133         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12134         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12135         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12136         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12137         (gst_rtp_L16_pay_plugin_init):
12138         * gst/rtp/gstrtpL16pay.h:
12139         Port and enable raw audio payloader/depayloader. Needs a bit more work
12140         on the payloader side.
12141
12142 2007-01-24  Wim Taymans  <wim@fluendo.com>
12143
12144         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12145         (gst_rtspsrc_stream_configure_transport),
12146         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12147         * gst/rtsp/gstrtspsrc.h:
12148         Only unblock the udp pads when we linked and activated them all.
12149         Fixes #395688.
12150
12151 2007-01-24  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/rtp/Makefile.am:
12154         * gst/rtp/gstrtp.c: (plugin_init):
12155         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12156         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12157         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12158         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12159         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12160         * gst/rtp/gstrtpac3depay.h:
12161         Added simple AC3 depayloader (RFC 4184).
12162
12163         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12164         Fix a leak.
12165
12166 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12167
12168         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12169
12170         * gst/audiofx/Makefile.am:
12171         * gst/audiofx/audioamplify.c:
12172         (gst_audio_amplify_clipping_method_get_type),
12173         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12174         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12175         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12176         (gst_audio_amplify_set_caps),
12177         (gst_audio_amplify_transform_int_clip),
12178         (gst_audio_amplify_transform_int_wrap_negative),
12179         (gst_audio_amplify_transform_int_wrap_positive),
12180         (gst_audio_amplify_transform_float_clip),
12181         (gst_audio_amplify_transform_float_wrap_negative),
12182         (gst_audio_amplify_transform_float_wrap_positive),
12183         (gst_audio_amplify_transform_ip):
12184         * gst/audiofx/audioamplify.h:
12185         * gst/audiofx/audiofx.c: (plugin_init):
12186         Add new element "audioamplify". This allows scaling of raw audio
12187         samples, similar to the "volume" element, but provides different modes
12188         for clipping and allows unlimited amplification. It's mainly targeted
12189         for creative sound design and not as a replacement of the "volume"
12190         element. Fixes #397162
12191         * docs/plugins/Makefile.am:
12192         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12193         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12194         * docs/plugins/gst-plugins-good-plugins.args:
12195         * docs/plugins/inspect/plugin-audiofx.xml:
12196         Add docs for audioamplify and integrate them into the build system
12197         * tests/check/Makefile.am:
12198         * tests/check/elements/audioamplify.c: (setup_amplify),
12199         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12200         Add fairly extensive unit test suite for audioamplify
12201
12202 2007-01-24  Wim Taymans  <wim@fluendo.com>
12203
12204         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12205         Unblock pads after adding the pads to the element so that autopluggers
12206         get a change to link something. Possibly fixes #395688.
12207
12208 2007-01-24  Wim Taymans  <wim@fluendo.com>
12209
12210         * gst/rtp/gstrtpamrdepay.c:
12211         * gst/rtp/gstrtpgsmdepay.c:
12212         * gst/rtp/gstrtph263pdepay.c:
12213         * gst/rtp/gstrtph263ppay.c:
12214         * gst/rtp/gstrtph264depay.c:
12215         * gst/rtp/gstrtpilbcdepay.c:
12216         * gst/rtp/gstrtpmp2tdepay.c:
12217         * gst/rtp/gstrtpmp4gdepay.c:
12218         * gst/rtp/gstrtpmp4gpay.c:
12219         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12220         * gst/rtp/gstrtpmp4vpay.c:
12221         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12222         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12223         (gst_rtp_mpa_depay_process):
12224         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12225         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12226         * gst/rtp/gstrtppcmadepay.c:
12227         * gst/rtp/gstrtppcmudepay.c:
12228         * gst/rtp/gstrtpspeexdepay.c:
12229         * gst/rtp/gstrtpspeexpay.c:
12230         * gst/rtp/gstrtpsv3vdepay.c:
12231         * gst/rtp/gstrtptheoradepay.c:
12232         * gst/rtp/gstrtptheorapay.c:
12233         * gst/rtp/gstrtpvorbisdepay.c:
12234         * gst/rtp/gstrtpvorbispay.c:
12235         Fix caps with payload numbers.
12236         Add some fixed payload numbers to caps when possible.
12237
12238 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12239
12240         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12241
12242         * gst/audiofx/Makefile.am:
12243         * gst/audiofx/audiofx.c: (plugin_init):
12244         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12245         (gst_audio_invert_class_init), (gst_audio_invert_init),
12246         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12247         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12248         (gst_audio_invert_transform_float),
12249         (gst_audio_invert_transform_ip):
12250         * gst/audiofx/audioinvert.h:
12251         Add new audiofx element "audioinvert". This element swaps the upper
12252         and lower half of samples and can be used for example for a
12253         wide-stereo effect. Fixes #396057
12254         * docs/plugins/Makefile.am:
12255         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12256         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12257         * docs/plugins/gst-plugins-good-plugins.args:
12258         * docs/plugins/inspect/plugin-audiofx.xml:
12259         Add docs for the audioinvert element and add them to the build system.
12260         * tests/check/Makefile.am:
12261         * tests/check/elements/audioinvert.c: (setup_invert),
12262         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12263         Add unit test suite for the audioinvert element.
12264
12265 2007-01-23  Wim Taymans  <wim@fluendo.com>
12266
12267         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12268         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12269         Parse config params as string and int.
12270         Parse and use AU header length
12271
12272 2007-01-23  Wim Taymans  <wim@fluendo.com>
12273
12274         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12275         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12276         * gst/smpte/gstmask.c: (_gst_mask_register):
12277         * gst/smpte/gstmask.h:
12278         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12279         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12280         (gst_smpte_paint_triangle_clock):
12281         constify some static structs.
12282         Don't update the mask if nothing changed to the params.
12283         Make sure we never draw outside of the picture. Fixes #398325.
12284
12285 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12288           Error out properly when pull_range fails while we're reading the
12289           headers, instead of just pausing the task silently. Fixes #399338.
12290
12291 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12292
12293         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12294           Some more sanity checks to make sure the input formats match and the
12295           input pads are actually negotiated, in case someone tries to feed
12296           buffers from fakesrc or filesrc. Fixes #398299.
12297           Also const-ify an array, just because we can.
12298
12299 2007-01-19  Edward Hervey  <edward@fluendo.com>
12300
12301         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12302         Ignore previous commit, that was only valid for widths and heights
12303         that are multiples of 4.
12304         Copy over size/stride macros from jpegdec. This allows the element
12305         to work with any width,height...
12306         ... but puts in evidence that the actual transformations only work
12307         with width/height that are multiples of 4.
12308
12309 2007-01-19  Edward Hervey  <edward@fluendo.com>
12310
12311         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12312         Allocate buffers of the right size.
12313         The proper size of a I420 buffer in bytes is:
12314         
12315             width * height * 3
12316             ------------------
12317                     2
12318
12319 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12320
12321         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12322           Proxy getcaps on sink pads too, so that we either end up with the
12323           same dimensions on all pads or error out if that's not possible
12324           (seems to work even!). Fixes #398086, I think.
12325
12326 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12329         * docs/plugins/gst-plugins-good-plugins.args:
12330         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12331           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12332           fix integer properties with -1 as minimum value.
12333
12334         * docs/plugins/inspect/plugin-1394.xml:
12335         * docs/plugins/inspect/plugin-aasink.xml:
12336         * docs/plugins/inspect/plugin-alaw.xml:
12337         * docs/plugins/inspect/plugin-alpha.xml:
12338         * docs/plugins/inspect/plugin-alphacolor.xml:
12339         * docs/plugins/inspect/plugin-annodex.xml:
12340         * docs/plugins/inspect/plugin-apetag.xml:
12341         * docs/plugins/inspect/plugin-audiofx.xml:
12342         * docs/plugins/inspect/plugin-auparse.xml:
12343         * docs/plugins/inspect/plugin-autodetect.xml:
12344         * docs/plugins/inspect/plugin-avi.xml:
12345         * docs/plugins/inspect/plugin-cacasink.xml:
12346         * docs/plugins/inspect/plugin-cairo.xml:
12347         * docs/plugins/inspect/plugin-cdio.xml:
12348         * docs/plugins/inspect/plugin-cutter.xml:
12349         * docs/plugins/inspect/plugin-debug.xml:
12350         * docs/plugins/inspect/plugin-dv.xml:
12351         * docs/plugins/inspect/plugin-efence.xml:
12352         * docs/plugins/inspect/plugin-effectv.xml:
12353         * docs/plugins/inspect/plugin-esdsink.xml:
12354         * docs/plugins/inspect/plugin-flac.xml:
12355         * docs/plugins/inspect/plugin-flxdec.xml:
12356         * docs/plugins/inspect/plugin-gconfelements.xml:
12357         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12358         * docs/plugins/inspect/plugin-goom.xml:
12359         * docs/plugins/inspect/plugin-halelements.xml:
12360         * docs/plugins/inspect/plugin-icydemux.xml:
12361         * docs/plugins/inspect/plugin-id3demux.xml:
12362         * docs/plugins/inspect/plugin-jpeg.xml:
12363         * docs/plugins/inspect/plugin-level.xml:
12364         * docs/plugins/inspect/plugin-matroska.xml:
12365         * docs/plugins/inspect/plugin-mulaw.xml:
12366         * docs/plugins/inspect/plugin-multipart.xml:
12367         * docs/plugins/inspect/plugin-navigationtest.xml:
12368         * docs/plugins/inspect/plugin-ossaudio.xml:
12369         * docs/plugins/inspect/plugin-png.xml:
12370         * docs/plugins/inspect/plugin-rtp.xml:
12371         * docs/plugins/inspect/plugin-rtsp.xml:
12372         * docs/plugins/inspect/plugin-shout2send.xml:
12373         * docs/plugins/inspect/plugin-smpte.xml:
12374         * docs/plugins/inspect/plugin-speex.xml:
12375         * docs/plugins/inspect/plugin-taglib.xml:
12376         * docs/plugins/inspect/plugin-udp.xml:
12377         * docs/plugins/inspect/plugin-videobalance.xml:
12378         * docs/plugins/inspect/plugin-videobox.xml:
12379         * docs/plugins/inspect/plugin-videoflip.xml:
12380         * docs/plugins/inspect/plugin-videomixer.xml:
12381         * docs/plugins/inspect/plugin-wavenc.xml:
12382         * docs/plugins/inspect/plugin-wavparse.xml:
12383         * docs/plugins/inspect/plugin-ximagesrc.xml:
12384           Update to CVS.
12385
12386 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12387
12388         Patch by: Sebastian Dröge <slomo circular-chaos org>
12389
12390         * gst/audiofx/audiopanorama.c:
12391           Fix doc section name (Fixes #397946)
12392
12393 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12394
12395         * sys/v4l2/gstv4l2object.c:
12396         (gst_v4l2_object_install_properties_helper),
12397         (gst_v4l2_object_set_property_helper),
12398         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12399         * sys/v4l2/gstv4l2object.h:
12400         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12401         (gst_v4l2src_init), (gst_v4l2src_set_property),
12402         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12403         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12404         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12405         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12406         (gst_v4l2src_capture_deinit):
12407           Fix EIO handing when capturing. Add new property to specify the number of
12408           buffers to enque (and remove the borked num-buffers usage).
12409
12410 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12411
12412         Patch by: Sebastian Dröge <slomo circular-chaos org>
12413
12414         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12415         (gst_audio_panorama_set_process_function):
12416           Use a function array for process methods, add more docs and define the
12417           startindex of enums.
12418
12419 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         Patch by: Mark Nauwelaerts <manauw at skynet be>
12422
12423         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12424         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12425         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12426         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12427         (gst_avi_mux_riff_get_avi_header),
12428         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12429         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12430         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12431         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12432         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12433         (gst_avi_mux_change_state):
12434         * gst/avi/gstavimux.h:
12435         * tests/check/elements/avimux.c: (teardown_src_pad):
12436           Add support for more than one audio stream; write better AVIX
12437           header; refactor code a bit; don't announce vorbis caps on our audio
12438           sink pads since we don't support it anyway. Closes #379298.
12439
12440 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         Patch by: Sebastian Dröge <slomo circular-chaos org>
12443
12444         * gst/audiofx/audiopanorama.c:
12445         (gst_audio_panorama_method_get_type),
12446         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12447         (gst_audio_panorama_set_process_function),
12448         (gst_audio_panorama_set_property),
12449         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12450         (gst_audio_panorama_transform_m2s_int_simple),
12451         (gst_audio_panorama_transform_s2s_int_simple),
12452         (gst_audio_panorama_transform_m2s_float_simple),
12453         (gst_audio_panorama_transform_s2s_float_simple):
12454         * gst/audiofx/audiopanorama.h:
12455           Add 'method' property and provide a simple (non-psychoacustic)
12456           processing method (#394859).
12457
12458         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12459         (panorama_suite):
12460           Tests for new method.
12461
12462 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12463
12464         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12465         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12466           Set correct caps on outgoing pulled buffers, or things blow up
12467           after recent core changes.
12468
12469 2007-01-11  Wim Taymans  <wim@fluendo.com>
12470
12471         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12472
12473         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12474         (gst_multipart_mux_request_new_pad),
12475         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12476         (gst_multipart_mux_change_state):
12477         Return FLOW errors ASAP. Fixes #394977.
12478         Misc cleanups.
12479
12480 2007-01-11  Wim Taymans  <wim@fluendo.com>
12481
12482         Patch by: Lutz Mueller <lutz at topfrose dot de>
12483
12484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12485         Check for stream pad before activating. 
12486
12487 2007-01-10  Wim Taymans  <wim@fluendo.com>
12488
12489         Patch by: Peter Kjellerstedt  <pkj at axis com>
12490
12491         * gst/rtsp/COPYING.MIT:
12492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12493         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12494         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12495         (gst_rtspsrc_stream_configure_transport),
12496         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12497         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12498         (gst_rtspsrc_parse_methods),
12499         (gst_rtspsrc_create_transports_string),
12500         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12501         (gst_rtspsrc_open), (gst_rtspsrc_close):
12502         * gst/rtsp/gstrtspsrc.h:
12503         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12504         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12505         (parse_request_line), (parse_line), (rtsp_connection_read),
12506         (rtsp_connection_close):
12507         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12508         (rtsp_method_as_text), (rtsp_header_as_text),
12509         (rtsp_status_as_text), (rtsp_find_header_field),
12510         (rtsp_find_method):
12511         * gst/rtsp/rtspdefs.h:
12512         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12513         (rtsp_ext_wms_configure_stream):
12514         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12515         (rtsp_message_new_request), (rtsp_message_init_request),
12516         (rtsp_message_new_response), (rtsp_message_init_response),
12517         (rtsp_message_init_data), (rtsp_message_unset),
12518         (rtsp_message_free), (rtsp_message_add_header),
12519         (rtsp_message_get_header), (rtsp_message_set_body),
12520         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12521         * gst/rtsp/rtspmessage.h:
12522         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12523         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12524         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12525         (sdp_message_dump):
12526         Allow url to be NULL to be able to use it for server connections.
12527         Can now send responses as well as requests.
12528         No longer hangs in an endless loop if EOF is received.
12529         Can now convert a status code to a text string.
12530         Return RTSP_HDR_INVALID for unknown headers.
12531         Return RTSP_INVALID for unknown methods.
12532         Copy CSeq and Session headers from the request.
12533         Only free memory corresponding to the currently set message type.
12534         Added const to function arguments as appropriate.
12535         Avoid a compiler warning when initializing nmedia.
12536         Use guint rather than gint to avoid compiler warnings.
12537         Fix crasher in wms extension.
12538         Factor out stream setup from open_connection.
12539         Delay activation of streams when actual data is received from the
12540         server, this prepares us to do proper protocol switching.
12541         Added new license.
12542         Fixes #380895.
12543
12544
12545 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12546
12547         Patch by: Sebastian Dröge <slomo ubuntu com>
12548
12549         * docs/plugins/Makefile.am:
12550         * gst/audiofx/audiopanorama.c:
12551           Some small docs fixes (#394851).
12552
12553 2007-01-09  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst/avi/gstavidemux.c:
12556         Fix docs.
12557
12558 2007-01-09  Wim Taymans  <wim@fluendo.com>
12559
12560         * gst/rtp/Makefile.am:
12561         * gst/rtp/gstrtp.c: (plugin_init):
12562         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12563         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12564         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12565         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12566         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12567         * gst/rtp/gstrtpmpvdepay.h:
12568           Added RFC 2250 MPEG Video Depayloader.
12569
12570         * gst/rtp/gstrtpL16depay.h:
12571         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12572         (gst_rtp_h263p_depay_process):
12573         Fix Header file. Small cleanups.
12574
12575         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12576         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12577         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12578         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12579         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12580         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12581         (gst_rtp_mp4v_depay_change_state):
12582         Remove usused code. Remove Adapter from state Change. Added debug.
12583
12584         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12585         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12586         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12587         * gst/rtp/gstrtpmpadepay.h:
12588         Subclass base depayloader.
12589         Added debug.
12590         Support static payload type assignment as well.
12591
12592         * gst/rtp/gstrtpmpapay.c:
12593         Fix caps.
12594
12595 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12598
12599         * ext/jpeg/gstjpegdec.c:
12600         * ext/jpeg/gstjpegenc.c:
12601         * ext/jpeg/smokecodec.c:
12602           These libjpeg callbacks should return a 'boolean' (unsigned char
12603           apparently) and not a 'gboolean' (which maps to gint). Fixes
12604           warnings when compiling with MingW (#393427).
12605
12606         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12607           Use ioctlsocket on win32.
12608
12609         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12610           Some printf format fixes for win32.
12611
12612 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12613
12614         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12615           Use gst_guint64_to_gdouble for conversion.
12616         * win32/vs6/libgstmatroska.dsp:
12617           Add zlib to the link.
12618         * win32/vs6/libgstvideobox.dsp:
12619           Update liboil library name (project is linked to 
12620           liboil-0.3-0.lib now).
12621           
12622 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * gst/matroska/Makefile.am:
12625           If zlib is available and used, we must link it explicitly for
12626           things to work on MingW (fixes #392855).
12627
12628 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * ext/esd/esdsink.c: (gst_esdsink_delay):
12631           Don't return bogus values when esd_get_delay() fails for some
12632           reason (#392189).
12633
12634 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12635
12636         * sys/ximage/gstximagesrc.c: (composite_pixel):
12637           Fix presumably copy'n'pasto for 16bpp depth.
12638
12639 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12640
12641         * gst/matroska/matroska-mux.c:
12642         (gst_matroska_mux_audio_pad_setcaps):
12643           The "signed" field in audio caps is of boolean type, trying to use
12644           gst_structure_get_int() to extract it will fail. Fixing this makes
12645           matroskamux accept raw audio input (#387121) (use at your own risk
12646           though, due to the matroska spec being not entirely useful in this
12647           respect).
12648           Also fix up raw audio structures in template caps so that they
12649           represent what our setcaps function will actually accept, so that
12650           converters know what to convert to.
12651           Finally, don't fail if there isn't an "endianness" field in 8-bit
12652           PCM caps.
12653
12654 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12655
12656         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12657         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12658         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12659         (teardown_cmmldec):
12660         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12661         (teardown_cmmlenc):
12662         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12663           reapply consistent pad (de)activation
12664
12665 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12666
12667         * configure.ac:
12668         Back to CVS
12669
12670         * gst-plugins-good.doap:
12671         Add 0.10.5 doap entry
12672
12673 === release 0.10.5 ===
12674
12675 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12676
12677         * configure.ac:
12678           releasing 0.10.5, "The Path of Thorns"
12679
12680 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12681
12682         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12683         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12684         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12685         (teardown_cmmldec):
12686         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12687         (teardown_cmmlenc):
12688         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12689           revert my freeze breakage
12690
12691 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12692
12693         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12694         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12695         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12696         (teardown_cmmldec):
12697         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12698         (teardown_cmmlenc):
12699         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12700           consistent pad (de)activation
12701
12702 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12703
12704         * configure.ac:
12705         * ext/Makefile.am:
12706         Disable LADPSA, as it has moved to the -bad module for the duration.
12707
12708 2006-12-18  Wim Taymans  <wim@fluendo.com>
12709
12710         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12711         (gst_signal_processor_event):
12712         Reset flow_state back to _OK after a flush stop so that we exit our
12713         error state after the flush. Fixes #374213
12714
12715 2006-12-16  David Schleef  <ds@schleef.org>
12716
12717         * sys/osxvideo/osxvideosink.h:
12718         * sys/osxvideo/osxvideosink.m:
12719           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12720
12721 2006-12-16  David Schleef  <ds@schleef.org>
12722
12723         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12724
12725         * sys/osxvideo/Makefile.am:
12726         * sys/osxvideo/osxvideosink.h:
12727         * sys/osxvideo/osxvideosink.m:
12728           Preliminary patch for porting osxvideosink
12729
12730 2006-12-16  Wim Taymans  <wim@fluendo.com>
12731
12732         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12733
12734         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12735         (gst_videomixer_set_master_geometry),
12736         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12737         (gst_videomixer_reset), (gst_videomixer_init),
12738         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12739         (gst_videomixer_release_pad), (gst_videomixer_collected),
12740         (gst_videomixer_change_state):
12741         Introduce some locking around the videomixer state so that it does not
12742         crash when adding/removing pads. Fixes #383043.
12743
12744 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12745
12746         * configure.ac:
12747           Make sure libcaca can actually be used instead of just checking for
12748           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12749           cross-compiling (fixes #384587).
12750
12751 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12752
12753         * Makefile.am:
12754         * gst-plugins-good.doap:
12755         * gst-plugins-good.spec.in:
12756           adding doap file
12757
12758 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * configure.ac:
12761           libflac-1.1.3 changed API again, but we can't build against it yet,
12762           so make sure our check doesn't use libflac-1.1.3 and add a comment
12763           to this effect.
12764
12765 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12766
12767         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12768         (gst_quarktv_planetable_clear):
12769           Add some NULL pointer checks (possibly related to #385623).
12770
12771 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12774         (gst_tag_demux_chain):
12775         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12776           In streaming mode, if the first buffer we get doesn't have an
12777           offset, fix it up to be 0, otherwise trimming won't work later on
12778           and we'll be typefinding application/x-id3, which may result in
12779           decodebin plugging an endless number of id3demux elements as a
12780           consequence. Fixes #385031.
12781           
12782 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12783
12784         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12785           Ignore the buffer_time the sound device reports. Turns out it is 
12786           sometimes completely bogus and we're better off without it.
12787
12788 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12791         (gst_matroska_demux_video_caps):
12792         * gst/matroska/matroska-ids.c:
12793         (gst_matroska_track_init_video_context):
12794         * gst/matroska/matroska-ids.h:
12795           Try harder to extract the framerate for video tracks correctly and
12796           save it directly instead of converting it back and forth a few
12797           times. Mostly makes a difference for very small framerates (<1).
12798           Fixes #380199.
12799
12800 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12801
12802         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12803         (gst_gconf_audio_src_dispose), (do_toggle_element):
12804         * ext/gconf/gstgconfaudiosrc.h:
12805           Remove gconf notify hook when the gconfaudiosrc element is
12806           destroyed, otherwise the callback may be called on an
12807           already-destroyed instance and bad things happen. Should fix
12808           #378184.
12809           Also ignore gconf key changes when the source is already running.
12810
12811 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12812
12813         Patch by: Sebastian Dröge  <mail at slomosnail de>
12814
12815         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12816           We need to be able to read and parse any possible floating point string
12817           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12818           will parse the former only in certain locales though, so we really need
12819           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12820           make sure we can parse either version at all times.
12821           Fixes #382982 for real.
12822
12823 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12824
12825         * sys/sunaudio/gstsunaudiomixerctrl.c:
12826         * sys/sunaudio/gstsunaudiosrc.c:
12827
12828         Use the sunaudio debug category.
12829
12830         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12831         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12832         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12833         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12834         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12835         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12836         (gst_sunaudiosink_reset):
12837         * sys/sunaudio/gstsunaudiosink.h:
12838
12839         Uses the sunaudio debug category for all debug output
12840         Implements the _delay() callback to synchronise video playback better
12841         Change the segtotal and segsize values back to the parent class 
12842           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12843           respectively)
12844         Measure the samples written to the device vs. played.
12845         Keep track of segments in the device by writing empty eof frames, and
12846         sleep using a GCond when we get too far ahead and risk overrunning the
12847         sink's ringbuffer.
12848
12849         Fixes: #360673
12850
12851 2006-12-08  Wim Taymans  <wim@fluendo.com>
12852
12853         Patch by: Sebastian Dröge  <mail at slomosnail de >
12854
12855         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12856         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12857         * gst/audiofx/audiopanorama.h:
12858         Fix audiopanorame with float samples. Fixes #383726.
12859
12860 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12861
12862         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12863         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12864         (gst_sunaudiosrc_reset):
12865
12866         Implement reset functions to unblock the src/sink more quickly on 
12867         state change requests.
12868         Patch by: Brian Cameron <brian dot cameron at sun com>
12869
12870 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12871
12872         * sys/sunaudio/gstsunaudiomixer.c:
12873         (gst_sunaudiomixer_change_state):
12874         Construct the correct mixer device name when the AUDIODEV env var
12875         is set.
12876
12877         Patch by: Jerry Tan <jerry.tan at sun dot com>
12878         Fixes: #383596
12879
12880 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12881
12882         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12883         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12884         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12885         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12886         Patch by: Jerry Tan <jerry.tan at sun dot com>
12887         Fixes: #349015
12888
12889 2006-12-07  Wim Taymans  <wim@fluendo.com>
12890
12891         * gst/smpte/gstmask.h:
12892         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12893         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12894         (gst_smpte_collected), (gst_smpte_set_property),
12895         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12896         * gst/smpte/gstsmpte.h:
12897         Port to 0.10 some more. 
12898         Added duration property to specify the duration of the transition.
12899         Make framerate a fraction.
12900         Deprecate fps property, we only use negotiated fps.
12901         Added docs.
12902         Fix collectpad usage.
12903         Reset state in READY.
12904         Send NEWSEGMENT event.
12905         Fix racy updates of object properties.
12906         Added debug category.
12907         Fixes #383323.
12908
12909 2006-12-06  Wim Taymans  <wim@fluendo.com>
12910
12911         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12912
12913         * gst/videomixer/videomixer.c:
12914         (gst_videomixer_set_master_geometry),
12915         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12916         Don't reset xpos and ypos in the setcaps function because causes
12917         unexpected behaviour.
12918         Fixes #382179.
12919
12920 2006-12-06  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12923         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12924         Keep track of the buffer timestamp in the collectdata member instead
12925         of modifying the buffer without making the metadata writable first.
12926         Fixes #382277.
12927
12928 2006-12-06  Wim Taymans  <wim@fluendo.com>
12929
12930         Patch by: Rob Taylor <robtaylor at floopily dot org>
12931
12932         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12933         If using multicast in udpsrc, bind to the multicast address rather than
12934         IN_ADDR_ANY.
12935         This allows the simultanous use of multiple udpsrcs listening on
12936         different multicat addresses. Without this all udpsrcs will receive all
12937         packets from all subscribed multicast addresses.
12938         Fixes #383001.
12939
12940 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12941
12942         * ext/taglib/gstid3v2mux.cc:
12943         Don't attempt to write a NULL frame into the ID3 tag set when the 
12944         createFrame method returned NULL.
12945         Fixes: #381857
12946         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12947
12948 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12949
12950         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12951         Use g_strtod() instead of sscanf to parse doubles, so that it will
12952         try parsing in the C locale if the current locale fails.
12953         Fixes: #382982
12954         Patch by: Sebastian Dröge  <mail at slomosnail de >
12955
12956 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12957
12958         * win32/MANIFEST:
12959         Fix compilation on win32 under VS8
12960         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12961         Partially fixes #381175
12962
12963 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * gst/avi/gstavimux.c:
12966           accept all mpegversions,fixes #380825
12967           spotted by: Jerome Alet  
12968
12969 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12970
12971         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12972         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12973         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12974         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12975           cleanup the error message a bit more
12976
12977 2006-11-28  Wim Taymans  <wim@fluendo.com>
12978
12979         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12980         Fix width and height properties.
12981
12982         * ext/libcaca/gstcacasink.h:
12983         Fix compilation on newer libcaca that require us to include a new
12984         header. Fixes #379918.
12985
12986 2006-11-28  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12989         * gst/rtsp/gstrtspsrc.h:
12990         * gst/rtsp/rtspext.h:
12991         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12992         (rtsp_ext_wms_get_context):
12993         Add method so that extensions can choose to disable the setup of
12994         a stream.
12995         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12996
12997 2006-11-27  Wim Taymans  <wim@fluendo.com>
12998
12999         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
13000
13001         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
13002         Push header in a separate buffer instead of memcpy:ing all data.
13003         Change LF => CRLF in headers.
13004         Move trailing LF to header. Fixes #379792.
13005
13006 2006-11-27  Wim Taymans  <wim@fluendo.com>
13007
13008         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
13009         Small buffer overflow fix and improve debugging.
13010
13011 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13012
13013         * ext/esd/esdmon.h:
13014         * ext/esd/esdsink.h:
13015           remove obsolete _factory_init protos
13016
13017 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13018
13019         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
13020         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13021         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
13022         (gst_avi_demux_read_subindexes_push),
13023         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13024         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13025         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13026         (gst_avi_demux_massage_index),
13027         (gst_avi_demux_calculate_durations_from_index),
13028         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13029         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13030         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13031           remove dead code, tweak debugs statements, add comments, use
13032           _uint64_scale instead _uint64_scale_int when using guint64 values,
13033           small optimizations, reflow some error handling
13034
13035 2006-11-22  Edward Hervey  <edward@fluendo.com>
13036
13037         * po/.cvsignore:
13038         We never put .pot files in cvs. Let's ignore them all.
13039
13040 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13041
13042         * po/POTFILES.in:
13043           ... but better exclude files that aren't disted.
13044
13045 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * po/POTFILES.in:
13048           Add v4l2 source files to list of files with translations, so the
13049           strings are actually extracted (however bad they still may be).
13050
13051 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13052
13053         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13054           Minor clean-ups: const-ify static array, remove trailing comma from
13055           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13056
13057 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13058
13059         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13060         Make sure that g_free always gets called on the same pointer that was 
13061         returned by g_malloc.  Fixes #376594.
13062         Do not leak memory if decompressed size is wrong.
13063         Remove unneeded check of return value of g_malloc.
13064         Patch by: René Stadler <mail@renestadler.de>
13065
13066 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13067
13068         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13069           Add missing curly brackets.
13070
13071 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13072
13073         * sys/v4l2/v4l2src_calls.c:
13074         Fix capture_deinit.
13075
13076 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13077
13078         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13079         (gst_matroska_mux_request_new_pad):
13080           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13081
13082         * tests/check/elements/matroskamux.c: (setup_src_pad),
13083         (setup_sink_pad), (GST_START_TEST):
13084         Activate pads before using them.
13085
13086 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13087
13088         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13089           Initialise variable to get rid of bogus compiler warning.
13090
13091 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13092
13093         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13094
13095         * gst/rtp/gstrtph263pay.c:
13096         * gst/rtp/gstrtph263pdepay.c:
13097         * gst/rtp/gstrtph263ppay.c:
13098           Specify H.263 variant and version in the caps (fixes #361637)
13099
13100 2006-11-15  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst/rtsp/rtspconnection.c: (read_body):
13103         Don't set a data pointer to NULL and a size > 0 when we deal
13104         with empty packets.
13105
13106         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13107         (rtsp_message_init_response), (rtsp_message_init_data),
13108         (rtsp_message_unset), (rtsp_message_free),
13109         (rtsp_message_take_body):
13110         Check that we can't create invalid empty packets. 
13111
13112 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13113
13114         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13115
13116         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13117         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13118         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13119         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13120         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13121         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13122         * gst/matroska/matroska-mux.h:
13123           Add basic tag writing support; implement releasing pads (#374658).
13124
13125 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13126
13127         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13128         (gst_matroska_demux_audio_caps):
13129           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13130
13131 2006-11-14  David Schleef  <ds@schleef.org>
13132
13133         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13134
13135 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13136
13137         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13138
13139         * win32/vs8/gst-plugins-good.sln:
13140         * win32/vs8/libgst1394.vcproj:
13141         * win32/vs8/libgstaasink.vcproj:
13142         * win32/vs8/libgstalaw.vcproj:
13143         * win32/vs8/libgstalpha.vcproj:
13144         * win32/vs8/libgstalphacolor.vcproj:
13145         * win32/vs8/libgstannodex.vcproj:
13146         * win32/vs8/libgstapetag.vcproj:
13147         * win32/vs8/libgstaudiofx.vcproj:
13148         * win32/vs8/libgstauparse.vcproj:
13149         * win32/vs8/libgstautodetect.vcproj:
13150         * win32/vs8/libgstavi.vcproj:
13151         * win32/vs8/libgstcacasink.vcproj:
13152         * win32/vs8/libgstcdio.vcproj:
13153         * win32/vs8/libgstcutter.vcproj:
13154         * win32/vs8/libgstdv.vcproj:
13155         * win32/vs8/libgsteffectv.vcproj:
13156         * win32/vs8/libgstflac.vcproj:
13157         * win32/vs8/libgstflxdec.vcproj:
13158         * win32/vs8/libgstgoom.vcproj:
13159         * win32/vs8/libgsticydemux.vcproj:
13160         * win32/vs8/libgstid3demux.vcproj:
13161         * win32/vs8/libgstjpeg.vcproj:
13162         * win32/vs8/libgstladspa.vcproj:
13163         * win32/vs8/libgstlevel.vcproj:
13164         * win32/vs8/libgstmatroska.vcproj:
13165         * win32/vs8/libgstmikmod.vcproj:
13166         * win32/vs8/libgstmng.vcproj:
13167         * win32/vs8/libgstmonoscope.vcproj:
13168         * win32/vs8/libgstmulaw.vcproj:
13169         * win32/vs8/libgstmultipart.vcproj:
13170         * win32/vs8/libgstpng.vcproj:
13171         * win32/vs8/libgstrtp.vcproj:
13172         * win32/vs8/libgstrtsp.vcproj:
13173         * win32/vs8/libgstshout2.vcproj:
13174         * win32/vs8/libgstsmpte.vcproj:
13175         * win32/vs8/libgstspeex.vcproj:
13176         * win32/vs8/libgsttaglib.vcproj:
13177         * win32/vs8/libgstudp.vcproj:
13178         * win32/vs8/libgstvideobalance.vcproj:
13179         * win32/vs8/libgstvideobox.vcproj:
13180         * win32/vs8/libgstvideoflip.vcproj:
13181         * win32/vs8/libgstvideomixer.vcproj:
13182         * win32/vs8/libgstwavenc.vcproj:
13183         * win32/vs8/libgstwavparse.vcproj:
13184           Make end-of-line returns unixy, so that when the files are checked
13185           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13186           Hopefully fixes #366492.
13187
13188 2006-11-14  Wim Taymans  <wim@fluendo.com>
13189
13190         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13191         Disable init_frames delay timestamp adjustment, it does not
13192         seem to be needed at all. Fixes #369621.
13193
13194 2006-11-13  Wim Taymans  <wim@fluendo.com>
13195
13196         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13197
13198         * gst/videomixer/videomixer.c:
13199         (gst_videomixer_set_master_geometry),
13200         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13201         (gst_videomixer_collect_free), (gst_videomixer_reset),
13202         (gst_videomixer_init), (gst_videomixer_finalize),
13203         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13204         (gst_videomixer_collected), (gst_videomixer_change_state):
13205         Fix memleak by unref'ing collectpads instance (when finalizing)
13206         Implement releasing a request pad. Fixes #374479.
13207
13208 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13211
13212         * win32/vs8/gst-plugins-good.sln:
13213         * win32/vs8/libgst1394.vcproj:
13214         * win32/vs8/libgstaasink.vcproj:
13215         * win32/vs8/libgstalaw.vcproj:
13216         * win32/vs8/libgstalpha.vcproj:
13217         * win32/vs8/libgstalphacolor.vcproj:
13218         * win32/vs8/libgstannodex.vcproj:
13219         * win32/vs8/libgstapetag.vcproj:
13220         * win32/vs8/libgstaudiofx.vcproj:
13221         * win32/vs8/libgstauparse.vcproj:
13222         * win32/vs8/libgstautodetect.vcproj:
13223         * win32/vs8/libgstavi.vcproj:
13224         * win32/vs8/libgstcacasink.vcproj:
13225         * win32/vs8/libgstcdio.vcproj:
13226         * win32/vs8/libgstcutter.vcproj:
13227         * win32/vs8/libgstdv.vcproj:
13228         * win32/vs8/libgsteffectv.vcproj:
13229         * win32/vs8/libgstflac.vcproj:
13230         * win32/vs8/libgstflxdec.vcproj:
13231         * win32/vs8/libgstgoom.vcproj:
13232         * win32/vs8/libgsticydemux.vcproj:
13233         * win32/vs8/libgstid3demux.vcproj:
13234         * win32/vs8/libgstjpeg.vcproj:
13235         * win32/vs8/libgstladspa.vcproj:
13236         * win32/vs8/libgstlevel.vcproj:
13237         * win32/vs8/libgstmatroska.vcproj:
13238         * win32/vs8/libgstmikmod.vcproj:
13239         * win32/vs8/libgstmng.vcproj:
13240         * win32/vs8/libgstmonoscope.vcproj:
13241         * win32/vs8/libgstmulaw.vcproj:
13242         * win32/vs8/libgstmultipart.vcproj:
13243         * win32/vs8/libgstpng.vcproj:
13244         * win32/vs8/libgstrtp.vcproj:
13245         * win32/vs8/libgstrtsp.vcproj:
13246         * win32/vs8/libgstshout2.vcproj:
13247         * win32/vs8/libgstsmpte.vcproj:
13248         * win32/vs8/libgstspeex.vcproj:
13249         * win32/vs8/libgsttaglib.vcproj:
13250         * win32/vs8/libgstudp.vcproj:
13251         * win32/vs8/libgstvideobalance.vcproj:
13252         * win32/vs8/libgstvideobox.vcproj:
13253         * win32/vs8/libgstvideoflip.vcproj:
13254         * win32/vs8/libgstvideomixer.vcproj:
13255         * win32/vs8/libgstwavenc.vcproj:
13256         * win32/vs8/libgstwavparse.vcproj:
13257           Add VS8 project files (note that many of the plugins in ext are
13258           disabled by default). Fixes #366492.
13259
13260 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13261
13262         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13263           we do not translate debug messages
13264
13265 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13266
13267         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13268           fix categorisation, make short desc more explicit, remove unused code
13269           Fixes #372021
13270
13271 2006-11-08  Wim Taymans  <wim@fluendo.com>
13272
13273         * gst/rtp/gstrtpL16depay.c:
13274         * gst/rtp/gstrtpamrdepay.c:
13275         * gst/rtp/gstrtpamrpay.c:
13276         * gst/rtp/gstrtpgsmdepay.c:
13277         * gst/rtp/gstrtph263pay.c:
13278         * gst/rtp/gstrtph263pdepay.c:
13279         * gst/rtp/gstrtph263ppay.c:
13280         * gst/rtp/gstrtph264depay.c:
13281         * gst/rtp/gstrtpmp2tdepay.c:
13282         * gst/rtp/gstrtpmp4gdepay.c:
13283         * gst/rtp/gstrtpmp4gpay.c:
13284         * gst/rtp/gstrtpmp4vdepay.c:
13285         * gst/rtp/gstrtpmp4vpay.c:
13286         * gst/rtp/gstrtpmpadepay.c:
13287         * gst/rtp/gstrtpmpapay.c:
13288         * gst/rtp/gstrtppcmadepay.c:
13289         * gst/rtp/gstrtppcmapay.c:
13290         * gst/rtp/gstrtppcmudepay.c:
13291         * gst/rtp/gstrtppcmupay.c:
13292         * gst/rtp/gstrtpspeexdepay.c:
13293         * gst/rtp/gstrtpspeexpay.c:
13294         * gst/rtp/gstrtpsv3vdepay.c:
13295         Fix element descriptions.
13296
13297 2006-11-08  Wim Taymans  <wim@fluendo.com>
13298
13299         * gst/rtp/gstrtpvorbisdepay.c:
13300         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13301         Fix description.
13302         Small cleanup in the payloader.
13303
13304 2006-11-08  Wim Taymans  <wim@fluendo.com>
13305
13306         * gst/rtp/Makefile.am:
13307         * gst/rtp/gstrtp.c: (plugin_init):
13308         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13309         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13310         (gst_rtp_theora_depay_finalize),
13311         (gst_rtp_theora_depay_parse_configuration),
13312         (gst_rtp_theora_depay_setcaps),
13313         (gst_rtp_theora_depay_switch_codebook),
13314         (gst_rtp_theora_depay_process),
13315         (gst_rtp_theora_depay_set_property),
13316         (gst_rtp_theora_depay_get_property),
13317         (gst_rtp_theora_depay_change_state),
13318         (gst_rtp_theora_depay_plugin_init):
13319         * gst/rtp/gstrtptheoradepay.h:
13320         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13321         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13322         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13323         (gst_rtp_theora_pay_init_packet),
13324         (gst_rtp_theora_pay_flush_packet),
13325         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13326         (gst_rtp_theora_pay_handle_buffer),
13327         (gst_rtp_theora_pay_plugin_init):
13328         * gst/rtp/gstrtptheorapay.h:
13329         Add theora pay/depayloaders.
13330
13331 2006-11-06  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst/rtp/Makefile.am:
13334         We depend on gsttag to generate the vorbis comments.
13335
13336         * gst/rtp/gstrtpvorbisdepay.c:
13337         (gst_rtp_vorbis_depay_parse_configuration),
13338         (gst_rtp_vorbis_depay_setcaps),
13339         (gst_rtp_vorbis_depay_switch_codebook),
13340         (gst_rtp_vorbis_depay_process):
13341         * gst/rtp/gstrtpvorbisdepay.h:
13342         Parse configuration string in the depayloader.
13343         Implement selecting and switching to a new codebook.
13344         Receiving vorbis over RTP now works.
13345
13346         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13347         (gst_rtp_vorbis_pay_init_packet),
13348         (gst_rtp_vorbis_pay_finish_headers),
13349         (gst_rtp_vorbis_pay_handle_buffer):
13350         * gst/rtp/gstrtpvorbispay.h:
13351         Set timestamps on outgoing buffers and RTP packets.
13352         Fix configuration string, prepend number of Packet headers.
13353         Fix encoding of ident string.
13354         Add delivery-method to caps.
13355         Streaming vorbis over RTP now works.
13356
13357 2006-11-06  Wim Taymans  <wim@fluendo.com>
13358
13359         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13360         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13361         (gst_rtp_vorbis_pay_handle_buffer):
13362         * gst/rtp/gstrtpvorbispay.h:
13363         Generate a valid configuration string in the caps based on the
13364         vorbis headers.
13365
13366 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13367
13368         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13369         * ext/cdio/gstcdio.h:
13370         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13371           Move CD-TEXT utility function into common file so it can also be
13372           used by a future cdioparanoiasrc.
13373
13374 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13375         
13376         * sys/v4l2/Makefile.am:
13377         * sys/v4l2/gstv4l2object.c:
13378         * sys/v4l2/gstv4l2src.c:
13379         * sys/v4l2/gstv4l2xoverlay.c:
13380         * sys/v4l2/v4l2_calls.c:
13381         * sys/v4l2/v4l2src_calls.c:
13382         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13383         xoverlay code that is still not implemented.
13384
13385 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13388           We require a -base more recent than 0.10.9, so it's safe to use
13389           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13390
13391         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13392         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13393           Use _newsegment_full() now that we depend on a recent enough core.
13394
13395         * gst/wavparse/gstwavparse.c:
13396           Remove cruft that we don't need any longer now that we depend on
13397           a recent enough -base.
13398
13399 2006-10-31  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst/rtp/Makefile.am:
13402         * gst/rtp/gstrtp.c: (plugin_init):
13403         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13404         (gst_rtpilbcpay_setcaps):
13405         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13406
13407 2006-10-31  Wim Taymans  <wim@fluendo.com>
13408
13409         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13410         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13411         Some small cleanups, use _scale.
13412
13413 2006-10-31  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13416         Use higher precision scale function.
13417
13418 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13419
13420         Patch by: Michal Benes  <michal dot benes at itonis tv>
13421
13422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13423         (gst_matroska_demux_read_track_encodings),
13424         (gst_matroska_decode_buffer):
13425           Fix several issues with encoded/compressed/encrypted/signed tracks;
13426           also, remove superfluous newline characters from some debug
13427           statements. (#366155)
13428
13429 2006-10-30  Wim Taymans  <wim@fluendo.com>
13430
13431         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13432         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13433         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13434         (gst_smokedec_change_state):
13435         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13436         (gst_smokeenc_init), (gst_smokeenc_finalize),
13437         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13438         (gst_smokeenc_resync), (gst_smokeenc_chain),
13439         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13440         (gst_smokeenc_change_state):
13441         Various cleanups, capsnego and leak fixes.
13442
13443 2006-10-30  Wim Taymans  <wim@fluendo.com>
13444
13445         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13446
13447         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13448         Fix videomixer so that it can handle any combination of framerates.
13449         Fixes #367221.
13450
13451 2006-10-28  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13454         (gst_avi_demux_parse_file_header),
13455         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13456         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13457         (gst_avi_demux_chain):
13458         Fix position query for audio. also fixes timestamps in streaming
13459         mode and bug #364958.
13460         Small cleanups.
13461
13462 2006-10-27  Wim Taymans  <wim@fluendo.com>
13463
13464         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13465         * ext/libpng/gstpngenc.h:
13466         Fix strides. Fixes #364856.
13467         Cleanup capsnego.
13468         Set caps on outgoing buffers.
13469
13470 2006-10-18  Wim Taymans  <wim@fluendo.com>
13471
13472         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13473
13474         * gst/rtp/gstrtpgsmpay.c:
13475         * gst/rtp/gstrtph263pay.c:
13476         * gst/rtp/gstrtpmpapay.c:
13477         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13478         (gst_rtp_pcma_pay_handle_buffer):
13479         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13480         Add static payload numbers in addition to the dynamic ones.
13481         Fixes #361639.
13482
13483 2006-10-18  Wim Taymans  <wim@fluendo.com>
13484
13485         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13486         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13487         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13488         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13489         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13490         * gst/rtsp/rtspdefs.h:
13491         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13492         * gst/rtsp/rtspurl.h:
13493         Reuse already existing enum for lower transport.
13494         Add rtspt and rtspu protocols.
13495         Send redirect to rtspt when udp times out.
13496
13497 2006-10-18  Wim Taymans  <wim@fluendo.com>
13498
13499         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13500         (gst_wavparse_stream_data):
13501         Fix seeking some more, mostly for speed changes.
13502
13503 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13504
13505         Patch by: Fredrik Persson  <frepe at bredband net>
13506
13507         * sys/v4l2/gstv4l2tuner.c:
13508         * sys/v4l2/gstv4l2tuner.h:
13509           Fix _set_channel(): remove useless g_object_notify() for "channel"
13510           property that doesn't exist any longer and therefore now also
13511           useless redirect (#338818).
13512
13513 2006-10-17  Wim Taymans  <wim@fluendo.com>
13514
13515         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13516         Some drivers do not support unsetting the non-blocking flag once the
13517         device is opened. In those cases, close/open the device in
13518         non-blocking mode. Fixes #362673.
13519
13520 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13521
13522         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13523         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13524         (gst_v4l2src_get_fps):
13525           dear stefan, framespersecond is not frameperiod, reverting but adding
13526           comment
13527
13528 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13529
13530         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13531         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13532         (gst_v4l2src_get_fps):
13533           Numerator is numerator and denominator is denominator. Say that aloud
13534           5 times and retry after next beer.
13535
13536 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         Patch by: Josep Torra Valles  <josep at fluendo com>
13539
13540         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13541         * ext/esd/esdsink.c: (gst_esdsink_write):
13542         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13543         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13544         (gst_flac_dec_send_newsegment):
13545         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13546         (gst_flac_enc_tell_callback):
13547         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13548         (smokecodec_parse_header), (smokecodec_decode):
13549         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13550         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13551         * gst/goom/Makefile.am:
13552         * gst/goom/gstgoom.c:
13553         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13554         * gst/rtsp/gstrtspsrc.c:
13555         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13556         * gst/udp/gstudpsink.c:
13557         * gst/udp/gstudpsrc.c:
13558         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13559         * sys/sunaudio/gstsunaudiomixertrack.h:
13560           Fix a bunch of problems discovered by the Forte compiler, mostly type
13561           mixups and pointer arithmetics with void pointers. Fixes #362603.
13562
13563 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13564
13565         * ext/speex/gstspeex.c: (plugin_init):
13566         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13567         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13568         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13569         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13570         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13571         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13572         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13573         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13574         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13575         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13576         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13577         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13578         * ext/speex/gstspeexenc.h:
13579           Miscellaneous clean-ups, among other things: speexenc => enc to
13580           enhance code readability; change speexenc => speex_enc; in chain
13581           function unref input buffer in case of error; take reference in
13582           event function; use boilerplate macro; use gst_pad_query_peer_*
13583           convenience functions.
13584
13585 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13586
13587         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13588         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13589         (gst_speexenc_set_header_on_caps):
13590           Fix some mem leaks.
13591
13592 2006-10-11  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst/rtsp/URLS:
13595         Added some other URL.
13596
13597         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13598         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13599         (gst_rtspsrc_open), (gst_rtspsrc_play),
13600         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13601         * gst/rtsp/gstrtspsrc.h:
13602         Work on fallback to TCP connection when the UDP socket times out.
13603         Handler server requests, just reply with OK for now.
13604
13605         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13606         * gst/rtsp/rtspdefs.h:
13607         Added some more Real extension headers.
13608
13609         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13610         Fix parsing of urls with a ':' that is not part of the hostname:port
13611         part of the url.
13612
13613 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13616         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13617         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13618           Activate pad before adding it to the already-running element.
13619
13620         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13621           Activate newly-created pad too.
13622
13623 2006-10-11  Wim Taymans  <wim@fluendo.com>
13624
13625         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13626
13627         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13628         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13629         (gst_udpsrc_start):
13630         Fix some leaks in caps and uris. Fixes #361252.
13631
13632 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         * gst/wavparse/Makefile.am:
13635           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13636
13637 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13638
13639         * sys/v4l2/gstv4l2xoverlay.c:
13640         * sys/v4l2/gstv4l2xoverlay.h:
13641         Fix build as per the patch in #338818 comment 36.
13642
13643 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13644
13645         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13646           Activate pads before adding them to the source.
13647
13648 2006-10-06  Wim Taymans  <wim@fluendo.com>
13649
13650         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13651         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13652         Activate pads before adding.
13653
13654 2006-10-06  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13657         (gst_multipart_find_pad_by_mime):
13658         Activate pads before adding.
13659
13660         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13661         BOILERPLATE sets parent_class for us.
13662
13663 2006-10-06  Wim Taymans  <wim@fluendo.com>
13664
13665         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13666         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13667         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13668         (gst_rtspsrc_alloc_udp_ports),
13669         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13670         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13671         (gst_rtspsrc_create_transports_string),
13672         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13673         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13674         * gst/rtsp/gstrtspsrc.h:
13675         Rework how the transport string is constructed, try to share channels
13676         and udp ports.
13677         Make most of the stuff less dependant on RTP as we are also going to use
13678         it for RDT.
13679         Add support for transport specific session managers.
13680
13681         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13682         Implement _flush().
13683
13684         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13685         * gst/rtsp/rtspdefs.h:
13686         Add generic error return code.
13687
13688         * gst/rtsp/rtspext.h:
13689         Add support for pluggable tranport strings.
13690
13691         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13692         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13693         (rtsp_ext_wms_get_context):
13694         Detect WMServer and activate the extension.
13695
13696         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13697         (rtsp_transport_get_manager), (rtsp_transport_parse):
13698         * gst/rtsp/rtsptransport.h:
13699         Added methods to get mime/manager for certain transports.
13700
13701 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13702
13703         * ext/cairo/gsttimeoverlay.c:
13704         (gst_cairo_time_overlay_update_font_height):
13705         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13706         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13707         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13708         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13709         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13710         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13711         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13712         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13713         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13714         (gst_avi_demux_stream_data):
13715         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13716         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13717         (gst_fenced_buffer_copy):
13718         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13719         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13720         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13721         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13722         (gst_rtspsrc_handle_message):
13723         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13724         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13725           Printf format fixes.
13726
13727 2006-10-04  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst/rtsp/Makefile.am:
13730         Dist new .h file too.
13731
13732 2006-10-04  Wim Taymans  <wim@fluendo.com>
13733
13734         * gst/rtsp/Makefile.am:
13735         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13736         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13738         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13739         (gst_rtspsrc_parse_rtpmap),
13740         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13741         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13742         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13743         * gst/rtsp/gstrtspsrc.h:
13744         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13745         * gst/rtsp/rtspdefs.h:
13746         * gst/rtsp/rtspext.h:
13747         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13748         (rtsp_ext_wms_get_context):
13749         * gst/rtsp/rtspextwms.h:
13750         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13751         (rtsp_transport_parse):
13752         * gst/rtsp/rtsptransport.h:
13753         Factor out extension in separate module.
13754         Fix getcaps to filter against the padtemplate.
13755         Use Content-Base if the server gives one.
13756         Rework the transport parsing a bit for future extensions.
13757         Added some Real Header field definitions.
13758
13759 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13760
13761         * docs/plugins/Makefile.am:
13762         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13763         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13764           added v4l2 stubs
13765         * gst-plugins-good.spec.in:
13766           add v4l2
13767
13768 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13771           Extract disc/album/medium number and count and try harder
13772           to extract track number/count.
13773
13774 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13775
13776         * configure.ac:
13777         * sys/Makefile.am:
13778           add build stuff for v4l2, needs --enable-experimental until
13779           the last bits are resolved
13780
13781 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * tests/check/Makefile.am:
13784           Disable autodetect test temporarily, so that the build bots
13785           update -bad and the ranks of unreliable video sinks in there.
13786
13787         * tests/check/elements/autodetect.c: (GST_START_TEST):
13788           Skip test if no usable videosink is found.
13789
13790 2006-09-29  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst/rtsp/URLS:
13793         Add some more URLs.
13794
13795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13796         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13797         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13798         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13799         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13800         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13801         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13802         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13803         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13804         * gst/rtsp/gstrtspsrc.h:
13805         Add timeout property to control UDP timeouts.
13806         Fix error messages.
13807         Also start a loop function when operating in UDP mode so that we can
13808         do some more stuff async.
13809         Handle element messages from udpsrc to detect timeouts. If a timeout
13810         happens we currently generate an error.
13811         API: rtspsrc::timeout property.
13812
13813         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13814         (gst_udpsrc_create):
13815         Really implement the timeout in microseconds and not milliseconds.
13816
13817 2006-09-29  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13820         (gst_udpsrc_create), (gst_udpsrc_set_property),
13821         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13822         * gst/udp/gstudpsrc.h:
13823         Added property to post a message on timeout.
13824         Updated docs.
13825         When restarting the select, initialize the fdsets again.
13826         Init control sockets so we don't accidentally close a random socket.
13827         API: GstUDPSrc::timeout property
13828
13829 2006-09-29  Wim Taymans  <wim@fluendo.com>
13830
13831         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13832         Fix flag registration.
13833
13834         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13835         Reading 0 also means 'no more commands'
13836
13837 2006-09-29  Wim Taymans  <wim@fluendo.com>
13838
13839         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13840
13841         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13842         Fix possible infinite loop when shutting down, a read can also return
13843         0 to indicate no more messages are available. Fixes #358156.
13844
13845 2006-09-25  Wim Taymans  <wim@fluendo.com>
13846
13847         * gst/autodetect/gstautoaudiosink.c:
13848         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13849         (gst_auto_audio_sink_find_best):
13850         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13851         Small cleanups.
13852         don't try to set "sync" property when it is not available.
13853
13854 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13855
13856         Patch by: Peter Kjellerstedt  <pkj at axis com>
13857
13858         * gst/alpha/gstalpha.c:
13859         * gst/rtp/gstrtpamrdepay.c:
13860         * gst/rtsp/gstrtspsrc.c:
13861         * gst/udp/gstudpsrc.c:
13862         * gst/videomixer/videomixer.c:
13863           Include stdlib.h in some more places, makes things compile
13864           with uClibc and -Werror (#357592).
13865
13866 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * ext/jpeg/gstjpegdec.c:
13869           Set minimum height to 8 (from 16), our code should handle
13870           that fine. Some of the buttons on the apple trailer site
13871           are apparently only 15 pixels high (see #357470).
13872
13873 2006-09-23  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13876         (gst_rtspsrc_open):
13877         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13878         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13879         (rtsp_connection_receive):
13880         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13881         * gst/rtsp/rtspdefs.h:
13882         Improve error reporting.
13883
13884 2006-09-23  Wim Taymans  <wim@fluendo.com>
13885
13886         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13887         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13888         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13889         * gst/rtp/gstrtpdepay.c:
13890         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13891         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13892         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13893         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13894         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13895         (gst_rtp_mp2t_depay_plugin_init):
13896         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13897         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13898         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13899         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13900         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13901         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13902         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13903         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13904         Fix klass typos.
13905         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13906
13907 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13908
13909         * configure.ac:
13910           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13911
13912 2006-09-22  Wim Taymans  <wim@fluendo.com>
13913
13914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13915         Don't check for a tag that is never there and check if we read the
13916         correct tag. Fixes seeking again.
13917         We must post an error when all pads are unlinked.
13918
13919 2006-09-22  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/rtp/Makefile.am:
13922         * gst/rtp/gstrtp.c: (plugin_init):
13923         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13924         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13925         (gst_rtp_vorbis_pay_reset_packet),
13926         (gst_rtp_vorbis_pay_init_packet),
13927         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13928         (gst_rtp_vorbis_pay_handle_buffer):
13929         More fixage, set endoder-params correctly in the payloader.
13930
13931 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13932
13933         * gst/autodetect/gstautoaudiosink.c:
13934         (gst_auto_audio_sink_base_init):
13935         * gst/autodetect/gstautovideosink.c:
13936         (gst_auto_video_sink_base_init):
13937           Make static pad templates static to appease valgrind's leak
13938           detector.
13939
13940         * tests/check/Makefile.am:
13941         * tests/check/elements/.cvsignore:
13942         * tests/check/elements/autodetect.c: (GST_START_TEST),
13943         (autodetect_suite):
13944           Add simple test for the ghostpad lockup on shutdown fixed in core
13945           CVS (audio bit disabled because it would need dozens of alsa
13946           suppressions and I'm too lazy to add those now).
13947
13948 2006-09-22  Wim Taymans  <wim@fluendo.com>
13949
13950         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13951         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13952         Small cleanups.
13953
13954         * gst/rtp/Makefile.am:
13955         * gst/rtp/gstrtp.c: (plugin_init):
13956         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13957         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13958         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13959         (gst_rtp_vorbis_depay_process),
13960         (gst_rtp_vorbis_depay_set_property),
13961         (gst_rtp_vorbis_depay_get_property),
13962         (gst_rtp_vorbis_depay_change_state),
13963         (gst_rtp_vorbis_depay_plugin_init):
13964         * gst/rtp/gstrtpvorbisdepay.h:
13965         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13966         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13967         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13968         (gst_rtp_vorbis_pay_flush_packet),
13969         (gst_rtp_vorbis_pay_append_buffer),
13970         (gst_rtp_vorbis_pay_handle_buffer),
13971         (gst_rtp_vorbis_pay_plugin_init):
13972         * gst/rtp/gstrtpvorbispay.h:
13973         Add experimental vorbis pay and depayloaders.
13974
13975 2006-09-21  Wim Taymans  <wim@fluendo.com>
13976
13977         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13978         Fix profile-level-id parsing and setup.
13979
13980 2006-09-21  Wim Taymans  <wim@fluendo.com>
13981
13982         * gst/udp/README:
13983         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13984         Update README, simple cleanup.
13985
13986 2006-09-21  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/rtp/README:
13989         Update README with some examples.
13990
13991         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13992         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13993         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13994         (gst_rtp_mp4g_pay_setcaps):
13995         * gst/rtp/gstrtpmp4gpay.h:
13996         Make optional RTP parameters of type STRING, as required by the
13997         application/x-rtp caps specification.
13998
13999 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
14000
14001         * gst/rtp/gstrtph263pdepay.c:
14002         * gst/rtp/gstrtph263ppay.c:
14003         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
14004         RTP header.
14005
14006 2006-09-20  Wim Taymans  <wim@fluendo.com>
14007
14008         * gst/rtp/Makefile.am:
14009         And makefile too.
14010
14011 2006-09-20  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst/rtp/gstrtp.c: (plugin_init):
14014         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
14015         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
14016         (decode_base64), (gst_rtp_asf_depay_setcaps),
14017         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
14018         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
14019         (gst_rtp_asf_depay_plugin_init):
14020         * gst/rtp/gstrtpasfdepay.h:
14021         Added preliminary ASF depayloader.
14022
14023         * gst/rtp/gstrtph264depay.c: (decode_base64):
14024         Fix base64 decoding.
14025
14026 2006-09-20  Wim Taymans  <wim@fluendo.com>
14027
14028         * gst/rtsp/URLS:
14029         Added some test URLS.
14030
14031         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14032         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14033         * gst/rtsp/gstrtspsrc.h:
14034         When creating streams, give access to the complete SDP.
14035         Fix some leaks.
14036         Collect and merge global stream properties in stream caps.
14037         Preliminary support for WMServer.
14038
14039         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14040         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14041         (rtsp_connection_receive):
14042         * gst/rtsp/rtspconnection.h:
14043         Make connection interruptable.
14044         Refactor to make it reconnectable.
14045         Don't fail on short reads when reading data packets.
14046
14047         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14048         (rtsp_url_get_port):
14049         * gst/rtsp/rtspurl.h:
14050         Add methods for getting/setting the port.
14051
14052         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14053         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14054         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14055         (sdp_media_get_format), (sdp_parse_line),
14056         (sdp_message_parse_buffer):
14057         Fix headers. 
14058         Add methods for getting multiple attributes with the same name.
14059         Increase buffer size when parsing.
14060         Fix parsing of a=foo fields.
14061
14062         * gst/rtsp/test.c: (main):
14063         Update to new connection API.
14064
14065         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14066         (rtsp_message_init_response), (rtsp_message_init_data),
14067         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14068         * gst/rtsp/rtspmessage.h:
14069         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14070         * gst/rtsp/rtsptransport.h:
14071         * gst/rtsp/sdp.h:
14072         * gst/rtsp/sdpmessage.h:
14073         * gst/rtsp/gstrtsp.c:
14074         * gst/rtsp/gstrtsp.h:
14075         * gst/rtsp/gstrtpdec.c:
14076         * gst/rtsp/gstrtpdec.h:
14077         * gst/rtsp/rtsp.h:
14078         * gst/rtsp/rtspdefs.c:
14079         * gst/rtsp/rtspdefs.h:
14080         Dual licensed under MIT and LGPL now.
14081
14082 2006-09-19  Wim Taymans  <wim@fluendo.com>
14083
14084         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14085         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14086         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14087         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14088         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14089         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14090         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14091         * gst/rtsp/gstrtspsrc.h:
14092         Reorganize stream parsing and creation.
14093         Detect container formats in interleaved mode.
14094         Keep more state about the streams.
14095         Assume a server also supports PLAY if it does not say.
14096         Add unicast and interleaved properties to TCP transport requests to make
14097         some servers happy (WMServer).
14098
14099         * gst/rtsp/sdpmessage.h:
14100         Add some defines for the standard Bandwidth types.
14101
14102 2006-09-19  Wim Taymans  <wim@fluendo.com>
14103
14104         * gst/rtsp/test.c: (main):
14105         Fix build.
14106
14107 2006-09-19  Wim Taymans  <wim@fluendo.com>
14108
14109         * gst/wavparse/gstwavparse.c:
14110         Add ms-gsm to the src template.
14111
14112 2006-09-18  Wim Taymans  <wim@fluendo.com>
14113
14114         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14115         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14116         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14117         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14118         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14119         * gst/rtsp/gstrtspsrc.h:
14120         Small cleanups, added documentation.
14121         Try to clean up the requests and responses.
14122         Refactor parsing the supported methods.
14123
14124         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14125         (rtsp_connection_create), (rtsp_connection_send),
14126         (parse_response_status), (parse_request_line),
14127         (rtsp_connection_receive), (rtsp_connection_close),
14128         (rtsp_connection_free):
14129         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14130         (rtsp_transport_init), (rtsp_transport_parse),
14131         (rtsp_transport_free):
14132         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14133         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14134         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14135         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14136         Use g_return_val some more.
14137
14138         * gst/rtsp/rtspdefs.h:
14139         Add more enum values to track initial states.
14140
14141         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14142         (rtsp_message_init_request), (rtsp_message_new_response),
14143         (rtsp_message_init_response), (rtsp_message_init_data),
14144         (rtsp_message_unset), (rtsp_message_free),
14145         (rtsp_message_add_header), (rtsp_message_remove_header),
14146         (rtsp_message_get_header), (rtsp_message_set_body),
14147         (rtsp_message_take_body), (rtsp_message_get_body),
14148         (rtsp_message_steal_body), (rtsp_message_dump):
14149         * gst/rtsp/rtspmessage.h:
14150         Reorder arguments, object goes as the first one.
14151         Use g_return_val some more.
14152
14153 2006-09-18  Wim Taymans  <wim@fluendo.com>
14154
14155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14156         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14157         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14158         * gst/rtsp/gstrtspsrc.h:
14159         Export sometimes source pad with correct caps on the template, create
14160         the ghostpad from the template.
14161         Remove RTCP template as we never expose RTCP.
14162         Protect against invalid body size.
14163         Avoid memcpy when creating the output buffer.
14164         Properly post an error and send EOS when the loop function is shut down.
14165
14166 2006-09-18  Wim Taymans  <wim@fluendo.com>
14167
14168         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14169
14170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14171         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14172         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14173         * gst/rtsp/gstrtspsrc.h:
14174         Make sure we can never set an invalid location.
14175
14176         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14177         * gst/rtsp/rtspmessage.h:
14178         Added _steal_body method for future use.
14179
14180         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14181         Make freeing of NULL url return immediatly.
14182
14183 2006-09-18  Wim Taymans  <wim@fluendo.com>
14184
14185         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14186
14187         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14188         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14189         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14190         (gst_rtspsrc_change_state):
14191         * gst/rtsp/gstrtspsrc.h:
14192         Use boilerplate.
14193         Make rtspsrc subclass GstBin to make state changes easier.
14194         Add Range header field on the PLAY request.
14195
14196 2006-09-18  Wim Taymans  <wim@fluendo.com>
14197
14198         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14199
14200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14201         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14202         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14203         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14204         * gst/rtsp/rtspconnection.c: (inet_aton):
14205         Small cleanups.
14206         when multicast is selected as the transport, create UDP sources and
14207         connect to the multicast group.
14208         Move parsing and setting of caps to a common place.
14209         Fixes #349894.
14210
14211 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14212
14213         * ext/flac/gstflactag.c:
14214         * gst/alpha/gstalpha.c:
14215         * gst/debug/breakmydata.c:
14216         * gst/debug/negotiation.c:
14217         * gst/debug/testplugin.c:
14218         * gst/effectv/gstaging.c:
14219         * gst/effectv/gstdice.c:
14220         * gst/effectv/gstedge.c:
14221         * gst/effectv/gstquark.c:
14222         * gst/effectv/gstrev.c:
14223         * gst/effectv/gstshagadelic.c:
14224         * gst/effectv/gstvertigo.c:
14225         * gst/effectv/gstwarp.c:
14226         * gst/multipart/multipartdemux.c:
14227         * gst/multipart/multipartmux.c:
14228         * gst/videobox/gstvideobox.c:
14229         * gst/videofilter/gstgamma.c:
14230         * gst/videofilter/gstvideotemplate.c:
14231         * gst/videomixer/videomixer.c:
14232         * sys/sunaudio/gstsunaudiosrc.h:
14233         More G_OBJECT macro fixing.
14234
14235 2006-09-16  Wim Taymans  <wim@fluendo.com>
14236
14237         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14238
14239         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14240         Correctly set the dwLength in strh.
14241         With this patch, the file duration is now displayed correctly in window
14242         media player and the AVI plays completely. Fixes #356147
14243
14244 2006-09-15  Wim Taymans  <wim@fluendo.com>
14245
14246         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14247
14248         * sys/sunaudio/gstsunaudiomixerctrl.c:
14249         (gst_sunaudiomixer_ctrl_build_list):
14250         Set the output track as the MASTER so that the gnome-settings-daemon
14251         keybindings for changing the volume using the keyboard works.
14252         Fixes #356142.
14253
14254 2006-09-15  Wim Taymans  <wim@fluendo.com>
14255
14256         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14257         Fix documentation, it is not possible to control the framerate of jpegdec
14258         using filtered caps yet. Fixes #355210.
14259         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14260         stop when there is an error.
14261
14262 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14263
14264         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14265         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14266           Don't interpret a first buffer with an offset of NONE as
14267           'from the middle of the stream', but only a first buffer
14268           that has a valid buffer offset that's non-zero (see #345449).
14269
14270 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14271
14272         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14273         (gst_icydemux_typefind_or_forward):
14274         * gst/icydemux/gsticydemux.h:
14275           When we merge/collect multiple incoming buffers for typefinding
14276           purposes, keep an initial 0 offset on the first outgoing buffer
14277           as well (otherwise id3demux won't work right). Fixes #345449.
14278           Also Make buffer metadata writable before setting buffer caps.
14279
14280         * tests/check/elements/icydemux.c: (typefind_succeed),
14281         (cleanup_icydemux), (push_data), (GST_START_TEST),
14282         (icydemux_suite):
14283           Small test case for the above.
14284
14285 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14286
14287         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14288         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14289         (gst_avi_demux_stream_header_push),
14290         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14291         (gst_avi_demux_loop):
14292           More code reuse and better logging in _peek_chunk(). Reintroduce check
14293           for chunk sizes before reading them (avoid oom). Better handling for 
14294           invalid chunksizes when streaming.
14295
14296 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14297
14298         * gst/level/gstlevel.c: (gst_level_set_property):
14299         * gst/level/gstlevel.h:
14300           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14301           René Stadler
14302
14303 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14304
14305         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14306         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14307         (gst_avi_demux_stream_data):
14308           Revert one change to fix streaming avi (adapter size != data size).
14309
14310 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14311
14312         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14313
14314         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14315         (gst_matroska_demux_reset),
14316         (gst_matroska_demux_read_track_encodings),
14317         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14318         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14319         (gst_matroska_demux_subtitle_caps):
14320         * gst/matroska/matroska-ids.h:
14321           Add support for VOBSUB subtitle tracks and zlib-compressed
14322           tracks. Make sure we start on a keyframe after a seek. (#343348)
14323
14324 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14327         (gst_matroska_demux_push_flac_codec_priv_data),
14328         (gst_matroska_demux_push_xiph_codec_priv_data),
14329         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14330         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14331         * gst/matroska/matroska-ids.h:
14332           Add basic FLAC support (#311586), not perfect yet though, needs some
14333           tweaking in flacdec; also, seeking could be better.
14334           Do better bounds checking when deserialising vorbis stream headers
14335           to make sure we don't read beyond the end of the buffer on bad input.
14336
14337 2006-09-04  Wim Taymans  <wim@fluendo.com>
14338
14339         Patch by: Alessandro Decina <alessandro at nnva dot org>
14340
14341         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14342         Seeking back in a file containing a CMML stream errors out if the seek
14343         goes back up to the CMML headers. This is because after the seek the xml
14344         processing instruction <?xml ...?> is submitted to the xml parser again, 
14345         which results in an error. The attached patch fixes the problem. 
14346         Fixes #353908.
14347
14348         * ext/annodex/gstcmmlenc.h:
14349         Fix authors name.
14350
14351
14352 2006-08-28  Andy Wingo  <wingo@pobox.com>
14353
14354         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14355         New helper function to lessen the ifdefs.
14356         (GST_INFO_OBJECT): 
14357         (gst_dv1394src_iso_receive): Use it.
14358         (gst_dv1394src_create): Also use the control sockets in iec61883
14359         mode.
14360         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14361         handle for AVC operations; fixes #348233.
14362
14363 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14364
14365         * configure.ac:
14366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14367         * docs/plugins/inspect/plugin-audiofx.xml:
14368         * docs/plugins/inspect/plugin-audiofxgood.xml:
14369         * gst/audiofx/Makefile.am:
14370         * gst/audiofx/audiofx.c:
14371         * gst/audiofxgood/.cvsignore:
14372         * gst/audiofxgood/Makefile.am:
14373         * gst/audiofxgood/audiofx.c:
14374         * gst/audiofxgood/audiopanorama.c:
14375         * gst/audiofxgood/audiopanorama.h:
14376           Rename again (audiofxgood -> audiofx).
14377
14378 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14379
14380         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14381         (gst_avi_demux_stream_scan):
14382           Initialze variables.
14383
14384 2006-08-25  Wim Taymans  <wim@fluendo.com>
14385
14386         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14387         (gst_avi_demux_init), (gst_avi_demux_finalize),
14388         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14389         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14390         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14391         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14392         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14393         (gst_avi_demux_massage_index),
14394         (gst_avi_demux_calculate_durations_from_index),
14395         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14396         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14397         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14398         (gst_avi_demux_change_state):
14399         * gst/avi/gstavidemux.h:
14400         More attempts to turn this into readable code.
14401         Don't leak adapters.
14402         Calculate duration according to index more efficiently.
14403         Don't try to act like we drive the pipeline in chain mode.
14404
14405 2006-08-25  Wim Taymans  <wim@fluendo.com>
14406
14407         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14408         Fix build.
14409
14410 2006-08-25  Wim Taymans  <wim@fluendo.com>
14411
14412         Patch by: Alessandro Decina <alessandro at nnva dot org>
14413
14414         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14415         Do some extra sanity checks.
14416         Fixes #350340.
14417
14418         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14419         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14420         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14421         Check if clip->start_time is valid before adding the clip to the
14422         track list.
14423         Reset enc->preamble going from PAUSED to READY.
14424         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14425         only used for EOS.
14426         Only post an error message if we were the one that created the fatal
14427         GstFlowReturn value.
14428
14429         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14430         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14431         Parse the seconds field of the npt-sec time format using %llu rather than
14432         %d and check that the value scaled by GST_SECOND doesn't overflow.
14433         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14434         Lookup a clip's track with clip->track rather than clip->id which
14435         makes no sense.
14436         Identify a clip by its track and start time and not its xml id.
14437         do some more input checking and make sure we don't do undefined shifts.
14438
14439         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14440         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14441         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14442         (push_clip), (push_empty_clip), (check_output_clip),
14443         (GST_START_TEST), (cmmldec_suite):
14444         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14445         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14446         (check_headers), (push_clip), (check_clip_times), (check_clip),
14447         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14448         Added some more checks.
14449
14450 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14451
14452         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14453         (gst_audio_panorama_set_property),
14454         (gst_audio_panorama_get_property),
14455         (gst_audio_panorama_transform_m2s_int),
14456         (gst_audio_panorama_transform_s2s_int),
14457         (gst_audio_panorama_transform_m2s_float),
14458         (gst_audio_panorama_transform_s2s_float):
14459         * gst/audiofxgood/audiopanorama.h:
14460         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14461           Make also the pan-property float (saves scaling and yields better
14462           resolution)
14463
14464 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14465
14466         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14467         (gst_audio_panorama_transform_m2s_float),
14468         (gst_audio_panorama_transform_s2s_float):
14469           ChangeLog surgery to add cymax's real name
14470
14471
14472 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14473
14474         Patch by: René Stadler <mail@renestadler.de>
14475
14476         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14477         (gst_audio_panorama_transform_m2s_int),
14478         (gst_audio_panorama_transform_s2s_int),
14479         (gst_audio_panorama_transform_m2s_float),
14480         (gst_audio_panorama_transform_s2s_float),
14481         (gst_audio_panorama_transform):
14482         * gst/audiofxgood/audiopanorama.h:
14483           Added float support
14484
14485 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14486
14487         * gst/audiofxgood/audiopanorama.c:
14488         (gst_audio_panorama_transform_m2s):
14489           Fix docs & debug category. Add Fixme for volume pan levels.
14490
14491 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14492
14493         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14494         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14495         (gst_avi_demux_stream_header_pull),
14496         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14497         (gst_avi_demux_chain):
14498           unbreak AVI index handling, some more debug, remove an obsolete
14499           adapter_flush that caused streaming to wander off in the wild
14500
14501 2006-08-24  Wim Taymans  <wim@fluendo.com>
14502
14503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14504         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14505         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14506         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14507         (gst_avi_demux_calculate_durations_from_index),
14508         (gst_avi_demux_stream_header_push),
14509         (gst_avi_demux_stream_header_pull):
14510         * gst/avi/gstavidemux.h:
14511         Some more cleanups. 
14512         Fix totalFrames parsing in ODML.
14513         Disable use of index for length calculation in case of ODML as this is
14514         broken now.
14515
14516 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14517
14518         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14519           Use libgsttag helper function here too.
14520
14521 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14522
14523         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14524         (gst_avi_demux_init), (gst_avi_demux_dispose),
14525         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14526         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14527         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14528         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14529         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14530         (gst_avi_demux_parse_subindex),
14531         (gst_avi_demux_read_subindexes_push),
14532         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14533         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14534         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14535         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14536         (gst_avi_demux_stream_header_pull),
14537         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14538         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14539         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14540         (gst_avi_demux_change_state):
14541         * gst/avi/gstavidemux.h:
14542           Initial streaming support for avidemux (fixes #336465)
14543
14544 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14545
14546         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14547           There is no taglibmux element ...
14548
14549         * gst/rtsp/gstrtspsrc.c:
14550           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14551           was complaining about unknown entity here.
14552
14553 2006-08-22  Wim Taymans  <wim@fluendo.com>
14554
14555         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14556         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14557         (gst_avi_demux_process_next_entry):
14558         * gst/avi/gstavidemux.h:
14559         Mark DISCONT.
14560         Remove old unused fields and reorder the struct a bit.
14561
14562 2006-08-22  Wim Taymans  <wim@fluendo.com>
14563
14564         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14565         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14566         (gst_rtspsrc_pause):
14567         * gst/rtsp/gstrtspsrc.h:
14568         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14569         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14570         Small documentation updates.
14571
14572 2006-08-22  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14575         (gst_avi_demux_index_entry_for_time),
14576         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14577         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14578         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14579         (gst_avi_demux_next_data_buffer),
14580         (gst_avi_demux_calculate_durations_from_index),
14581         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14582         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14583         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14584         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14585         * gst/avi/gstavidemux.h:
14586         Precalc most of the duration query for each stream.
14587         Make seeking more correct.
14588         Use GstSegment to track position and duration.
14589         Code cleanups and leak fixes.
14590         Calculate correct total duration based on index length.
14591
14592 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14593
14594         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14595         (parse_insert_string_field):
14596           If strings in text fields are marked ISO8859-1, but contain
14597           valid UTF-8 already, then handle them as UTF-8 and ignore
14598           the encoding. (#351794)
14599
14600 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14601
14602         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14603         (gst_flac_dec_write), (gst_flac_dec_loop),
14604         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14605         (gst_flac_dec_src_query):
14606         * ext/flac/gstflacdec.h:
14607           Make flac-in-ogg work (#352100).
14608
14609 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14612           Don't unref buffers of which we've already given away
14613           ownership to the adapter.
14614
14615 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14616
14617         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14618           Make metadata extraction actually work.
14619
14620         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14621         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14622         (gst_speexenc_chain):
14623           Fix metadata writing: replace old code which wrote completely
14624           broken tags with libgsttag-based code. Plus miscellaneous
14625           code cleanups (use static pad templates etc.) and a bunch
14626           of leak fixes.
14627
14628 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14629
14630         * gst/audiopanorama/.cvsignore:
14631         * gst/audiopanorama/Makefile.am:
14632         * gst/audiopanorama/audiofx.c:
14633         * gst/audiopanorama/audiopanorama.c:
14634         * gst/audiopanorama/audiopanorama.h:
14635           die! die! die! you should never have been there
14636
14637 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14638
14639         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14640         Fix invalid memory access in audiopanorama test suite.
14641
14642 2006-08-21  Edward Hervey  <edward@fluendo.com>
14643
14644         * tests/check/elements/.cvsignore:
14645         ignore built file
14646
14647 2006-08-21  Wim Taymans  <wim@fluendo.com>
14648
14649         * gst/rtp/Makefile.am:
14650         Fix the build again.
14651
14652 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14653
14654         * gst/audiofxgood/.cvsignore:
14655         * gst/audiofxgood/Makefile.am:
14656         * gst/audiofxgood/audiofx.c: (plugin_init):
14657         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14658         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14659         (gst_audio_panorama_set_property),
14660         (gst_audio_panorama_get_property),
14661         (gst_audio_panorama_get_unit_size),
14662         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14663         (gst_audio_panorama_transform_m2s),
14664         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14665         * gst/audiofxgood/audiopanorama.h:
14666           resubmit with the desired name *again*
14667
14668 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14669
14670         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14671         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14672           use g_assert in _get_unit_size
14673
14674 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14675
14676         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14677         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14678         * docs/plugins/inspect/plugin-audiofxgood.xml:
14679           cleanup -unused.txt to make it useful, add previously missing docs
14680
14681         * ext/Makefile.am:
14682           Quietly (accidentally) enable LADSPA for building by default, 
14683           despite the fact that it doesn't meet the plugin checklist.
14684             -- Added by Jan Schmidt 18 Dec 2006
14685
14686         * ext/esd/esdmon.c:
14687         * ext/esd/esdsink.c:
14688         * ext/esd/gstesd.c: (plugin_init):
14689           reflow to get rid of two external symbols
14690
14691         * gst/audiofxgood/audiofx.c: (plugin_init):
14692           re-add
14693
14694 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14695
14696         * configure.ac:
14697         * gst/audiofxgood/.cvsignore:
14698         * gst/audiofxgood/Makefile.am:
14699         * gst/audiofxgood/audiofx.c
14700         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14701         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14702         (gst_audio_panorama_set_property),
14703         (gst_audio_panorama_get_property),
14704         (gst_audio_panorama_get_unit_size),
14705         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14706         (gst_audio_panorama_transform_m2s),
14707         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14708         * gst/audiofxgood/audiopanorama.h:
14709         * tests/check/Makefile.am:
14710         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14711         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14712         (panorama_suite), (main):
14713         Add audiofxgood plugin with audiopanorama element
14714
14715 2006-08-18  Wim Taymans  <wim@fluendo.com>
14716
14717         * docs/plugins/Makefile.am:
14718         More Oss docs fixage. 
14719
14720 2006-08-18  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/rtp/Makefile.am:
14723         * gst/rtp/gstrtp.c: (plugin_init):
14724         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14725         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14726         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14727         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14728         (gst_rtp_sv3v_depay_get_property),
14729         (gst_rtp_sv3v_depay_change_state),
14730         (gst_rtp_sv3v_depay_plugin_init):
14731         * gst/rtp/gstrtpsv3vdepay.h:
14732         Added experimental SVQ3 depayloader.
14733
14734 2006-08-18  Edward Hervey  <edward@fluendo.com>
14735
14736         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14737         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14738         * ext/dv/gstdvdemux.h:
14739         When handling seek requests, don't send the newsegment event from the
14740         calling thread. Instead save it so it can be sent from the streaming
14741         thread.
14742
14743 2006-08-17  Wim Taymans  <wim@fluendo.com>
14744
14745         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14746
14747         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14748         Accept leading whitespace before the boundary
14749         This patch makes the demuxer allow some whitespace before the actual
14750         boundary. This makes the demuxer work with the ``old'' gstreamer
14751         multipartmuxer again (which placed an extra \n before the start
14752         of the stream) Fixes #349068.
14753
14754 2006-08-17  Wim Taymans  <wim@fluendo.com>
14755
14756         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14757         Error out on non-implemented stuff.
14758
14759 2006-08-16  Wim Taymans  <wim@fluendo.com>
14760
14761         Patch by: Andy Wingo <wingo at pobox dot com>
14762
14763         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14764         (gst_signal_processor_start), (gst_signal_processor_stop),
14765         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14766         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14767         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14768         (gst_signal_processor_change_state):
14769         Make ladspa elements reusable. Fixes #350006.
14770
14771 2006-08-16  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14774         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14775         names as possible. Fixes #349901.
14776
14777 2006-08-16  Wim Taymans  <wim@fluendo.com>
14778
14779         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14780         (gst_signal_processor_do_pushes):
14781         A push() gives away our refcount so we should not use the buffer on the
14782         pen anymore.
14783
14784 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14787         (gst_oss_mixer_element_finalize):
14788           Don't leak device string.
14789
14790 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14791
14792         * configure.ac:
14793           Require CVS of GStreamer core and -base (for
14794           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14795
14796         * ext/taglib/gstid3v2mux.cc:
14797           Write extended comment tags properly (#348762).
14798
14799         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14800         (parse_comment_frame):
14801           Extract COMM frames into extended comments, which makes it
14802           easier to properly retain the description bit of the tag
14803           and maintain this information when re-tagging (#348762).
14804
14805 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * tests/check/Makefile.am:
14808           Don't try to run annodex unit tests if the annodex
14809           plugin has not been built (Fixes #351116).
14810
14811 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * gst/autodetect/gstautoaudiosink.c:
14814         (gst_auto_audio_sink_find_best):
14815           When we can't find a usable audiosink, don't error out,
14816           but use a fake sink instead and post a warning message
14817           on the bus (#341278).
14818
14819 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14822         * sys/oss/gstosssink.c:
14823         * sys/oss/gstosssrc.c:
14824           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14825           ossmixer's new device property.
14826
14827         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14828         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14829           Add docs for OSS elements.
14830
14831         * docs/plugins/inspect/plugin-aasink.xml:
14832         * docs/plugins/inspect/plugin-alaw.xml:
14833         * docs/plugins/inspect/plugin-alpha.xml:
14834         * docs/plugins/inspect/plugin-alphacolor.xml:
14835         * docs/plugins/inspect/plugin-annodex.xml:
14836         * docs/plugins/inspect/plugin-apetag.xml:
14837         * docs/plugins/inspect/plugin-auparse.xml:
14838         * docs/plugins/inspect/plugin-autodetect.xml:
14839         * docs/plugins/inspect/plugin-avi.xml:
14840         * docs/plugins/inspect/plugin-cacasink.xml:
14841         * docs/plugins/inspect/plugin-cairo.xml:
14842         * docs/plugins/inspect/plugin-cdio.xml:
14843         * docs/plugins/inspect/plugin-cutter.xml:
14844         * docs/plugins/inspect/plugin-debug.xml:
14845         * docs/plugins/inspect/plugin-dv.xml:
14846         * docs/plugins/inspect/plugin-efence.xml:
14847         * docs/plugins/inspect/plugin-effectv.xml:
14848         * docs/plugins/inspect/plugin-esdsink.xml:
14849         * docs/plugins/inspect/plugin-flac.xml:
14850         * docs/plugins/inspect/plugin-flxdec.xml:
14851         * docs/plugins/inspect/plugin-gconfelements.xml:
14852         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14853         * docs/plugins/inspect/plugin-goom.xml:
14854         * docs/plugins/inspect/plugin-halelements.xml:
14855         * docs/plugins/inspect/plugin-icydemux.xml:
14856         * docs/plugins/inspect/plugin-id3demux.xml:
14857         * docs/plugins/inspect/plugin-jpeg.xml:
14858         * docs/plugins/inspect/plugin-level.xml:
14859         * docs/plugins/inspect/plugin-matroska.xml:
14860         * docs/plugins/inspect/plugin-mulaw.xml:
14861         * docs/plugins/inspect/plugin-multipart.xml:
14862         * docs/plugins/inspect/plugin-navigationtest.xml:
14863         * docs/plugins/inspect/plugin-ossaudio.xml:
14864         * docs/plugins/inspect/plugin-png.xml:
14865         * docs/plugins/inspect/plugin-rtp.xml:
14866         * docs/plugins/inspect/plugin-rtsp.xml:
14867         * docs/plugins/inspect/plugin-shout2send.xml:
14868         * docs/plugins/inspect/plugin-smpte.xml:
14869         * docs/plugins/inspect/plugin-speex.xml:
14870         * docs/plugins/inspect/plugin-taglib.xml:
14871         * docs/plugins/inspect/plugin-udp.xml:
14872         * docs/plugins/inspect/plugin-videobalance.xml:
14873         * docs/plugins/inspect/plugin-videobox.xml:
14874         * docs/plugins/inspect/plugin-videoflip.xml:
14875         * docs/plugins/inspect/plugin-videomixer.xml:
14876         * docs/plugins/inspect/plugin-wavenc.xml:
14877         * docs/plugins/inspect/plugin-wavparse.xml:
14878         * docs/plugins/inspect/plugin-ximagesrc.xml:
14879           Update to CVS version.
14880           
14881 2006-08-16  Wim Taymans  <wim@fluendo.com>
14882
14883         * gst/rtp/gstrtpamrdepay.c:
14884         * gst/rtp/gstrtpmp4gdepay.c:
14885         Caps extra properties must be defined as strings for
14886         depayloaders because they are generated from an SDP.
14887
14888         * gst/rtp/Makefile.am:
14889         * gst/rtp/gstrtp.c: (plugin_init):
14890         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14891         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14892         (gst_rtp_h264_depay_finalize), (decode_base64),
14893         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14894         (gst_rtp_h264_depay_set_property),
14895         (gst_rtp_h264_depay_get_property),
14896         (gst_rtp_h264_depay_change_state),
14897         (gst_rtp_h264_depay_plugin_init):
14898         * gst/rtp/gstrtph264depay.h:
14899         Added basic, not completely functional RFC 3984 H264 depayloader.
14900
14901 2006-08-16  Wim Taymans  <wim@fluendo.com>
14902
14903         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14904         Add pads after setting them up.
14905
14906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14907         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14908         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14909         (gst_rtspsrc_stream_setup_rtp),
14910         (gst_rtspsrc_stream_configure_transport),
14911         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14912         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14913         (gst_rtspsrc_pause):
14914         * gst/rtsp/gstrtspsrc.h:
14915         Fix interleaved mode.
14916          - Protect streaming with lock.
14917          - Combine flows
14918          - set caps on outgoing buffers.
14919          - strip trailing \0 from data packets.
14920          - Configure RTP/RTCP in stream.
14921         Use DEBUG_OBJECT more.
14922
14923 2006-08-16  Wim Taymans  <wim@fluendo.com>
14924
14925         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14926         Turn a g_print into a DEBUG line.
14927
14928 2006-08-13  Wim Taymans  <wim@fluendo.com>
14929
14930         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14931         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14932         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14933         (gst_oss_mixer_element_get_property),
14934         (gst_oss_mixer_element_change_state):
14935         * sys/oss/gstossmixerelement.h:
14936         Small cleanups. Better error reporting.
14937         Add device property for the mixer instead of the hardcoded
14938         /dev/mixer. Fixes #350785.
14939         API: GstOssMixerElement::device property
14940
14941 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         Patch by: Jens Granseuer <jensgr at gmx net>
14944
14945         * gconf/Makefile.am:
14946           Make --disable-schemas work right (they still need
14947           to be copied to the installation directory, just not
14948           applied). Fixes #351347 (also #344100).
14949           
14950 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14951
14952         * configure.ac: back to HEAD
14953
14954 === release 0.10.4 ===
14955
14956 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14957
14958         * configure.ac:
14959           releasing 0.10.4, "Dear Leader"
14960
14961 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         Patch by: Edward Hervey <edward@fluendo.com>
14964
14965         * configure.ac:
14966         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14967         (gst_wavparse_stream_data):
14968         Send the newsegment event in the streaming thread.
14969         Fixes #347529
14970
14971 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14974         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14975         (gst_smokeenc_resync), (gst_smokeenc_chain):
14976           Refuse sink caps in the encoder if width or height is not a
14977           multiple of 16, the encoder does not support that yet (#349939);
14978           along the same lines, check the return value of the encoder
14979           setup function; also remove some debug log clutter.
14980
14981 2006-08-04  Andy Wingo  <wingo@pobox.com>
14982
14983         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14984         whether a processor can work in place or not, and for keeping
14985         track of its state. Change the FlowReturn instance variable from
14986         "state" to "flow_state", all callers changed.
14987
14988         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14989         (gst_signal_processor_start, gst_signal_processor_stop)
14990         (gst_signal_processor_cleanup): New functions to manage the
14991         processor's state.
14992         (gst_signal_processor_setcaps): start() as well as setup() here.
14993         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14994         (gst_signal_processor_change_state): Stop and cleanup the
14995         processor as we go to NULL.
14996
14997         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14998         INPLACE_BROKEN is not set.
14999
15000         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
15001         Do the alloc_buffer in bytes, not frames.
15002         
15003 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15004
15005         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
15006         Fix rgb masks when recording in < 24bpp.
15007
15008 2006-08-04  Andy Wingo  <wingo@pobox.com>
15009
15010         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
15011         (gst_signal_processor_prepare)
15012         (gst_signal_processor_update_inputs)
15013         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
15014         (gst_signal_processor_flush)
15015         (gst_signal_processor_sink_activate_push)
15016         (gst_signal_processor_src_activate_pull)
15017         (gst_signal_processor_change_state): Remove the last of the code
15018         that assumes that we process whole buffers at a time. Fix some
15019         debugging. Seems to work now in some cases.
15020         (gst_signal_processor_src_activate_pull): BPB
15021
15022 2006-08-01  Andy Wingo  <wingo@pobox.com>
15023
15024         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15025         Fix nframes-choosing.
15026         (gst_signal_processor_init): Init pending_in and pending_out.
15027
15028         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15029         more default sample rate, although we never check that the sample
15030         rate actually gets set. Something for the future.
15031         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15032         (gst_signal_processor_event): Refcount fixen.
15033         (gst_signal_processor_process): Pull the number of frames to
15034         process from the sizes of the buffers in the input pens.
15035         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15036         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15037         it instead of buffer_frames.
15038         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15039         to do_pulls.
15040         (gst_signal_processor_chain)
15041         (gst_signal_processor_sink_activate_push)
15042         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15043
15044         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15045
15046 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15047
15048         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15049         (gst_signal_processor_process):
15050           don't query buffer-frames from caps, add lots of debug-log,
15051           try fix for assert (#349189)
15052
15053 2006-07-31  Wim Taymans  <wim@fluendo.com>
15054
15055         * gst/udp/gstudpsrc.c:
15056         Fix docs.
15057
15058 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15059
15060         * ext/ladspa/gstsignalprocessor.c:
15061         (gst_signal_processor_add_pad_from_template),
15062         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15063         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15064         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15065         (gst_signal_processor_sink_activate_push),
15066         (gst_signal_processor_src_activate_pull),
15067         (gst_signal_processor_change_state):
15068          Add debugs logs here and there, add more error handling, add some
15069          FIXME comments, filed #349189
15070
15071 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15072
15073         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15074         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15075         Set caps on buffer correctly.  Fixes bug #349155.
15076
15077 2006-07-28  Wim Taymans  <wim@fluendo.com>
15078
15079         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15080
15081         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15082         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15083         (gst_multipart_demux_finalize), (get_line_end),
15084         (multipart_parse_header), (multipart_find_boundary),
15085         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15086         (gst_multipart_set_property), (gst_multipart_get_property):
15087         Uses GstAdapter instead of own buffering.
15088         Actually parses the mime-type correctly (In tests the mime-type was
15089         always "" with the old version).
15090         Uses the Content-length header if available to speed up things.
15091         Reliably autoscans the boundary name by default.
15092         Fixes #349068.
15093
15094         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15095         Don't start the stream with a \n.
15096
15097 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15098
15099         Patch by: Brian Cameron <brian dot cameron at sun com>
15100
15101         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15102           Open source with O_NONBLOCK (#349015).
15103
15104 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15105
15106         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15107         (gst_avi_demux_massage_index):
15108         * gst/avi/gstavidemux.h:
15109           Whitespace fixes and more debug
15110
15111 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15112
15113         * gst/autodetect/gstautoaudiosink.c:
15114         (gst_auto_audio_sink_create_element_with_pretty_name),
15115         (gst_auto_audio_sink_find_best),
15116         (gst_auto_audio_sink_change_state):
15117           Get rid of old and unused magic sound-server properties stuff.
15118           Add suffix to child sink's name that makes it easy to see from
15119           the name alone which type it actually is (alsa, oss, esd, etc.).
15120
15121 2006-07-27  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15124         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15125         (gst_udpsrc_start):
15126         * gst/udp/gstudpsrc.h:
15127         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15128         not some sort of feature we enable.
15129
15130 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15133           Use CLOSE_SOCKET() here instead of close() to maintain
15134           win32 workiness.
15135
15136 2006-07-27  Wim Taymans  <wim@fluendo.com>
15137
15138         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15139
15140         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15141         (gst_udpsrc_create), (gst_udpsrc_set_property),
15142         (gst_udpsrc_get_property), (gst_udpsrc_start):
15143         * gst/udp/gstudpsrc.h:
15144         Added "buffer-size" property to control the kernel receive buffer size.
15145         Update documentation.
15146         Small cleanups. Fixes #348752.
15147         API: buffer-size property
15148
15149 2006-07-26  Wim Taymans  <wim@fluendo.com>
15150
15151         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15152
15153         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15154         (gst_rtp_pcma_pay_handle_buffer):
15155         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15156         (gst_rtp_pcmu_pay_handle_buffer):
15157         Fix timestamp calculation on outgoing RTP packets.
15158         Fixes #348675.
15159
15160 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * ext/taglib/gstid3v2mux.cc:
15163           Fix writing of comment frames (should be COMM not TCOM),
15164           is still sub-optimal though, since we don't retain or
15165           extract the comment descriptions properly (#334375,
15166           also see #334375).
15167
15168 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15169
15170         * gst/wavparse/gstwavparse.c:
15171           #define 'fact' RIFF chunk if we are not compiling against
15172           -base CVS (we don't want to depend on -base CVS for this
15173           one define only, and also not for release order reasons).
15174
15175 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15176
15177         * ext/taglib/gstid3v2mux.cc:
15178           Handle multiple tags of the same type properly. Re-inject
15179           unparsed ID3v2 frames that we get as binary blobs from
15180           id3demux into the tag again so we don't lose information
15181           when retagging (#334375).
15182
15183 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15184
15185         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15186           Document newly-added properties properly, so that there is a
15187           'Since: 0.10.4' in the plugin docs. Convert some property
15188           names into canonical GObject style (GObject will do that
15189           internally anyway).
15190
15191 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * gst/id3demux/id3tags.c:
15194         (id3demux_add_id3v2_frame_blob_to_taglist):
15195           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15196           well, and add the version to the blob's buffer caps, since that
15197           information will be needed for deserialisation later on (#348644).
15198
15199 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15200
15201         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15202         (gst_avi_demux_parse_stream):
15203          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15204          indentation and spacing.
15205
15206 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * docs/plugins/Makefile.am:
15209         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15210         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15211         * docs/plugins/gst-plugins-good-plugins.args:
15212         * docs/plugins/inspect/plugin-1394.xml:
15213         * docs/plugins/inspect/plugin-aasink.xml:
15214         * docs/plugins/inspect/plugin-alaw.xml:
15215         * docs/plugins/inspect/plugin-alpha.xml:
15216         * docs/plugins/inspect/plugin-alphacolor.xml:
15217         * docs/plugins/inspect/plugin-annodex.xml:
15218         * docs/plugins/inspect/plugin-apetag.xml:
15219         * docs/plugins/inspect/plugin-auparse.xml:
15220         * docs/plugins/inspect/plugin-autodetect.xml:
15221         * docs/plugins/inspect/plugin-avi.xml:
15222         * docs/plugins/inspect/plugin-cacasink.xml:
15223         * docs/plugins/inspect/plugin-cairo.xml:
15224         * docs/plugins/inspect/plugin-cdio.xml:
15225         * docs/plugins/inspect/plugin-cutter.xml:
15226         * docs/plugins/inspect/plugin-debug.xml:
15227         * docs/plugins/inspect/plugin-dv.xml:
15228         * docs/plugins/inspect/plugin-efence.xml:
15229         * docs/plugins/inspect/plugin-effectv.xml:
15230         * docs/plugins/inspect/plugin-esdsink.xml:
15231         * docs/plugins/inspect/plugin-flac.xml:
15232         * docs/plugins/inspect/plugin-flxdec.xml:
15233         * docs/plugins/inspect/plugin-gconfelements.xml:
15234         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15235         * docs/plugins/inspect/plugin-goom.xml:
15236         * docs/plugins/inspect/plugin-halelements.xml:
15237         * docs/plugins/inspect/plugin-icydemux.xml:
15238         * docs/plugins/inspect/plugin-id3demux.xml:
15239         * docs/plugins/inspect/plugin-jpeg.xml:
15240         * docs/plugins/inspect/plugin-level.xml:
15241         * docs/plugins/inspect/plugin-matroska.xml:
15242         * docs/plugins/inspect/plugin-mulaw.xml:
15243         * docs/plugins/inspect/plugin-multipart.xml:
15244         * docs/plugins/inspect/plugin-navigationtest.xml:
15245         * docs/plugins/inspect/plugin-ossaudio.xml:
15246         * docs/plugins/inspect/plugin-png.xml:
15247         * docs/plugins/inspect/plugin-rtp.xml:
15248         * docs/plugins/inspect/plugin-rtsp.xml:
15249         * docs/plugins/inspect/plugin-shout2send.xml:
15250         * docs/plugins/inspect/plugin-smpte.xml:
15251         * docs/plugins/inspect/plugin-speex.xml:
15252         * docs/plugins/inspect/plugin-udp.xml:
15253         * docs/plugins/inspect/plugin-videobalance.xml:
15254         * docs/plugins/inspect/plugin-videobox.xml:
15255         * docs/plugins/inspect/plugin-videoflip.xml:
15256         * docs/plugins/inspect/plugin-videomixer.xml:
15257         * docs/plugins/inspect/plugin-wavenc.xml:
15258         * docs/plugins/inspect/plugin-wavparse.xml:
15259         * docs/plugins/inspect/plugin-ximagesrc.xml:
15260           Update files to CVS/Prerelease version, add esdsink docs.
15261
15262         * ext/esd/esdsink.c:
15263           Add gtk-doc blurb.
15264
15265         * gst/rtp/gstrtpmp4vpay.c:
15266           Fix typo in element description.
15267
15268 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * ext/esd/esdsink.c: (gst_esdsink_open),
15271         (gst_esdsink_factory_init):
15272           Prevent libesd from auto-spawning a sound daemon if it
15273           is not already running. Now that we don't do evil stuff
15274           like that any longer we can give esdsink a rank so that
15275           autoaudiosink will try it as well if all other audio
15276           sinks fail (#343051).
15277
15278 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15279
15280         * ext/esd/Makefile.am:
15281           Oops, need to remove README from EXTRA_DIST as well.
15282
15283 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15284
15285         * ext/esd/README:
15286           Remove, it contains nothing useful anyway.
15287
15288         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15289         (gst_esdsink_delay):
15290           Some small clean-ups; use GST_BOILERPLATE etc.
15291
15292 2006-07-24  Wim Taymans  <wim@fluendo.com>
15293
15294         * gst/law/alaw-decode.c: (alawdec_getcaps):
15295         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15296         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15297         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15298         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15299
15300 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15301
15302         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15303         (gst_wavparse_other), (gst_wavparse_perform_seek),
15304         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15305         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15306         (gst_wavparse_pad_query):
15307         * gst/wavparse/gstwavparse.h:
15308           Use information from 'fact' chunk for length calculation of compressed
15309           samples. Calculate bps if bogus value is found in wav header (embeded
15310           mp2/mp3).
15311           
15312
15313 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15316
15317         * configure.ac:
15318         * gst/udp/Makefile.am:
15319         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15320         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15321         * gst/udp/gstdynudpsink.h:
15322         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15323         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15324         * gst/udp/gstmultiudpsink.h:
15325         * gst/udp/gstudp.c: (plugin_init):
15326         * gst/udp/gstudpsink.h:
15327         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15328         (gst_udpsrc_start), (gst_udpsrc_stop):
15329         * gst/udp/gstudpsrc.h:
15330         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15331         (gst_udp_net_utils_win32_wsa_startup):
15332         * gst/udp/gstudpnetutils.h:
15333           Port udp plugin to win32 (#345288).
15334
15335 2006-07-24  Wim Taymans  <wim@fluendo.com>
15336
15337         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15338         Remove unwanted DEBUG line.
15339
15340 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15341
15342         * gst/id3demux/gstid3demux.c: (plugin_init):
15343         * gst/id3demux/id3tags.c:
15344         (id3demux_add_id3v2_frame_blob_to_taglist):
15345         * gst/id3demux/id3tags.h:
15346           On second thought, it might be wiser and more efficient
15347           not to do tag registration from a streaming thread.
15348
15349 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15350
15351         * gst/id3demux/id3tags.c:
15352         (id3demux_add_id3v2_frame_blob_to_taglist),
15353         (id3demux_id3v2_frames_to_tag_list):
15354           Put ID3v2 frames we can't parse as binary blobs into private
15355           tags, so that they are not lost when retagging, at least once
15356           id3v2mux has been taught to re-inject those frames again.
15357           See bug #334375.
15358
15359 2006-07-21  Wim Taymans  <wim@fluendo.com>
15360
15361         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15362         (gst_avi_demux_process_next_entry):
15363         Fix some leaks.
15364
15365         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15366         Don't use \n in debug lines.
15367
15368 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15369
15370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15372           Add annodex and icydemux, cleanup the sections a bit
15373
15374 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15375
15376         Patch by: Alex Lancaster <alexl at users sourceforge net>
15377
15378         * ext/taglib/gstid3v2mux.cc:
15379           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15380           ID3v2 TSSE frames (#347898).
15381
15382 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15383
15384         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15385           Respect mpegversion for "video/mpeg" and give message in case of
15386           unhandled versions.
15387
15388 2006-07-17  Wim Taymans  <wim@fluendo.com>
15389
15390         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15391         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15392         (gst_pngdec_chain), (gst_pngdec_sink_event),
15393         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15394         (gst_pngdec_sink_activate_push):
15395         * ext/libpng/gstpngdec.h:
15396         Use statically allocated segment instead of leaking.
15397         Various cleanups.
15398         Fix flush and seek handling.
15399
15400 2006-07-16  Wim Taymans  <wim@fluendo.com>
15401
15402         * gst/rtp/Makefile.am:
15403         * gst/rtp/gstrtp.c: (plugin_init):
15404         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15405         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15406         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15407         (gst_rtp_mp4g_depay_set_property),
15408         (gst_rtp_mp4g_depay_get_property),
15409         (gst_rtp_mp4g_depay_change_state),
15410         (gst_rtp_mp4g_depay_plugin_init):
15411         * gst/rtp/gstrtpmp4gdepay.h:
15412         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15413         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15414         (gst_rtp_mp4g_pay_flush):
15415         Added simple generic mpeg4 depayloader.
15416         Fix generic mpeg4 payloader.
15417
15418 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15419
15420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15421           Don't try doing state changes on a NULL pointer.
15422
15423 2006-07-14  Wim Taymans  <wim@fluendo.com>
15424
15425         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15426
15427         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15428         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15429         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15430         * gst/rtp/gstrtpamrdepay.h:
15431         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15432         Fixes #321191
15433
15434 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15435
15436         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15437         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15438         Fix segfault when moving mouse pointer to the bottom right corner.
15439
15440 2006-07-12  Wim Taymans  <wim@fluendo.com>
15441
15442         * gst/rtp/Makefile.am:
15443         * gst/rtp/gstrtp.c: (plugin_init):
15444         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15445         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15446         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15447         (gst_rtp_mp2t_depay_set_property),
15448         (gst_rtp_mp2t_depay_get_property),
15449         (gst_rtp_mp2t_depay_change_state),
15450         (gst_rtp_mp2t_depay_plugin_init):
15451         * gst/rtp/gstrtpmp2tdepay.h:
15452         Added mpeg2 TS depayloader. Closing #347234.
15453
15454 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15455
15456         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15457           Remove g_assert that shouldn't be there and was triggered
15458           after trying to open a device that doesn't exist or can't
15459           be opened for some other reason (#347972).
15460
15461 2006-07-10  Edward Hervey  <edward@fluendo.com>
15462
15463         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15464         (gst_avi_demux_stream_header), (push_tag_lists):
15465         * gst/avi/gstavidemux.h:
15466         Don't push tag events found by gst_riff_parse_info() before outputting
15467         GST_EVENT_NEWSEGMENT.
15468
15469 2006-07-10  Wim Taymans  <wim@fluendo.com>
15470
15471         * gst/rtsp/Makefile.am:
15472         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15473         (rtsp_connection_close):
15474         * gst/rtsp/rtspdefs.h:
15475         replaced closesocket and close in code with one CLOSE_SOCKET. 
15476         Some more cleanups. Fixes #345301.
15477
15478 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * gst/autodetect/gstautoaudiosink.c:
15481           Fix example pipeline in docs.
15482
15483 2006-07-10  Wim Taymans  <wim@fluendo.com>
15484
15485         Patch by: Rob Taylor <robtaylor at floopily dot org>
15486
15487         * gst/udp/gstmultiudpsink.c: (join_multicast),
15488         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15489         If a destination is added before the stream is set to PAUSED, the
15490         multicast group is not joined as the socket is not created yet. 
15491         Also TTL and LOOP should also be set. Fixes #346921.
15492
15493 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15494
15495         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15496         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15497         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15498         (gst_ximage_src_init):
15499         * sys/ximage/gstximagesrc.h:
15500         Fix use-damage property to actually work :)
15501         Add startx, starty, endx, endy properties so screencasts other than full
15502         screen ones can work.
15503
15504 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15505
15506         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15507         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15508         (gst_ximage_src_class_init), (gst_ximage_src_init):
15509         * sys/ximage/gstximagesrc.h:
15510         Add use_damage property to offer ability to choose whether to use
15511         XDamage or not.
15512
15513 2006-07-07  Wim Taymans  <wim@fluendo.com>
15514
15515         * gst/goom/filters.c: (zoomFilterSetResolution):
15516         Avoid goom coredumping by clearing memory. 
15517         Fixes 345679.
15518
15519 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15520
15521         * win32/vs6/libgstid3demux.dsp:
15522         Add a link to libgsttag-0.10.lib.
15523
15524 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15527         (gst_tag_demux_read_range):
15528         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15529         (gst_id3demux_read_range):
15530           Don't return FLOW_UNEXPECTED when a buffer is before
15531           the start of the stream (which might happen with
15532           large ID3v2 tags if the tag reading was done pullrange
15533           based and we then switched to push mode later on).
15534           Fixes regression introduced by commit from June 29th.
15535
15536 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * ext/taglib/gstid3v2mux.cc:
15539           Make UTF-8 the default encoding when writing string
15540           tags (before, our UTF-8 strings would automatically
15541           be converted to ISO-8859-1 by taglib and written as
15542           ISO-8859-1 fields if that was possible).
15543
15544         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15545         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15546         (test_taglib_id3mux_with_tags):
15547           Add test case that makes sure our UTF-8 strings have
15548           actually been written into the tag as UTF-8.
15549
15550 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15551
15552         * configure.ac:
15553           Let's try that again.
15554
15555 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * configure.ac:
15558           Disable monoscope plugin for now until it fulfills
15559           all the requirements.
15560
15561 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15562
15563         * configure.ac:
15564         * gst/monoscope/Makefile.am:
15565         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15566         (gst_monoscope_class_init), (gst_monoscope_init),
15567         (gst_monoscope_finalize), (gst_monoscope_reset),
15568         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15569         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15570         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15571         (gst_monoscope_change_state), (plugin_init):
15572         * gst/monoscope/gstmonoscope.h:
15573           Port monoscope visualisation to 0.10.
15574
15575 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15578         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15579           Return FLOW_UNEXPECTED when at the end of the file, not
15580           FLOW_ERROR. Fixes 'internal stream error' errors that
15581           would sometimes occur in totem when scrubbing to the
15582           end of an ID3v1 tagged mp3 file.
15583
15584 2006-07-03  Edward Hervey  <edward@fluendo.com>
15585
15586         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15587         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15588         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15589         * ext/libpng/gstpngdec.h:
15590         Implement buffer clipping/dropping using GstSegment.
15591         This provides accurate seeking.
15592
15593 2006-07-03  Edward Hervey  <edward@fluendo.com>
15594
15595         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15596         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15597         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15598         (gst_avi_demux_process_next_entry), (push_tag_lists),
15599         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15600         * gst/avi/gstavidemux.h:
15601         Proper aggregation of each stream's GstFlowReturn in order to figure out
15602         whether the task should stop or not.
15603         Don't send inline events before pushing out a NEW_SEGMENT, more
15604         specifically for GST_TAG_EVENT.
15605         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15606         sub-indexes.
15607
15608 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15609
15610         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15611
15612         * sys/sunaudio/gstsunaudiomixerctrl.c:
15613         (gst_sunaudiomixer_ctrl_build_list):
15614           Move "Monitor" slider to input tab so it works more like
15615           sdtaudiocontrol, which is what people on Solaris are used
15616           to using for their mixer program (#346259).
15617
15618 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15619
15620         * tests/check/elements/level.c: (GST_START_TEST):
15621           fix a leak, clean up at the end
15622
15623 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15624
15625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15626         (gst_matroska_demux_send_event),
15627         (gst_matroska_demux_loop_stream_parse_id):
15628         * gst/matroska/matroska-ids.h:
15629           Send tag event after newsegment event.
15630
15631 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15632
15633         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15634         (gst_id3demux_read_range):
15635           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15636           certain cases where a read beyond the end of the file is
15637           requested. Fixes #345930.
15638
15639         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15640         (gst_tag_demux_read_range):
15641           Fix same issue here as well.
15642
15643 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15644
15645         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15646         
15647         Fix hypothetical crash.
15648
15649 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15650
15651         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15652
15653         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15654           Do not modify the ports value. If the user has turned off the
15655           built-in speakers, then we should not reset it in the prepare
15656           function, since this causes the built-in speakers to turn
15657           back on anytime the user changes a track in totem, rhythmbox,
15658           etc. (#346066).
15659
15660 2006-06-23  Wim Taymans  <wim@fluendo.com>
15661
15662         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15663         Fix double caps unref when negotiation fails.
15664
15665 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15666
15667         * ext/annodex/gstcmmldec.c:
15668         * ext/annodex/gstcmmlenc.c:
15669         * ext/annodex/gstcmmlparser.c:
15670         * ext/dv/gstdvdec.c:
15671         * ext/dv/gstdvdemux.c:
15672         * ext/gdk_pixbuf/pixbufscale.c:
15673         * ext/jpeg/gstjpegenc.c:
15674         * ext/jpeg/gstsmokedec.c:
15675         * ext/jpeg/gstsmokeenc.c:
15676         * ext/libpng/gstpngdec.c:
15677         * ext/libpng/gstpngenc.c:
15678         * ext/speex/gstspeexenc.c:
15679         * gst/alpha/gstalphacolor.c:
15680         * gst/cutter/gstcutter.c:
15681         * gst/debug/gstnavigationtest.c:
15682         * gst/icydemux/gsticydemux.c:
15683         * gst/level/gstlevel.c:
15684         * gst/multipart/multipart.c:
15685         * gst/rtp/gstrtpamrpay.c:
15686         * gst/rtp/gstrtpdepay.c:
15687         * gst/rtp/gstrtpilbcpay.c:
15688         * gst/rtp/gstrtpmp4gpay.c:
15689         * gst/rtp/gstrtpmp4vpay.c:
15690         * gst/rtsp/gstrtpdec.c:
15691         * gst/rtsp/gstrtspsrc.c:
15692         * gst/udp/gstdynudpsink.c:
15693         * gst/udp/gstmultiudpsink.c:
15694         * gst/udp/gstudpsrc.c:
15695         * gst/videobox/gstvideobox.c:
15696         * gst/videofilter/gstvideoflip.c:
15697           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15698           plus two minor macro fixes.
15699
15700 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15701
15702         * gst/matroska/matroska-demux.c:
15703         (gst_matroska_demux_check_subtitle_buffer),
15704         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15705         (gst_matroska_demux_subtitle_caps):
15706         * gst/matroska/matroska-ids.c:
15707         (gst_matroska_track_init_subtitle_context):
15708         * gst/matroska/matroska-ids.h:
15709           Try to fix up broken matroska files containing subtitle
15710           streams with non-UTF8 character encodings (courtesy of
15711           mkvmerge) using either the encoding specified in the
15712           GST_SUBTITLE_ENCODING environment variable or the
15713           current locale's character set if it is non-UTF8.
15714           Fixes #337076.
15715
15716 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15719           Set image type from APIC frame as "image-type" field
15720           of GST_TAG_IMAGE buffer caps (#344605).
15721
15722 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15723
15724         * ext/flac/Makefile.am:
15725         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15726         (gst_flac_dec_reset_decoders),
15727         (gst_flac_dec_setup_seekable_decoder),
15728         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15729         (gst_flac_dec_metadata_callback),
15730         (gst_flac_dec_metadata_callback_seekable),
15731         (gst_flac_dec_metadata_callback_stream),
15732         (gst_flac_dec_error_callback),
15733         (gst_flac_dec_error_callback_seekable),
15734         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15735         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15736         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15737         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15738         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15739         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15740         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15741         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15742         (gst_flac_dec_sink_activate_push),
15743         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15744         * ext/flac/gstflacdec.h:
15745           Support chain-based operation, should make flac-over-DAAP
15746           work (#340492).
15747
15748 2006-06-20  Wim Taymans  <wim@fluendo.com>
15749
15750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15751         Doc updates, merge some unused symbols.
15752
15753 2006-06-20  Wim Taymans  <wim@fluendo.com>
15754
15755         * docs/plugins/Makefile.am:
15756         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15758         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15759         * gst/rtsp/gstrtspsrc.c:
15760         * gst/rtsp/gstrtspsrc.h:
15761         Added documentation for the rtsp plugin. Fixes #345393.
15762
15763 2006-06-20  Wim Taymans  <wim@fluendo.com>
15764
15765         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15766         (rtsp_connection_close), (rtsp_connection_free):
15767         Use better G_OS_* macros. Fixes #345301 some more.
15768
15769 2006-06-20  Wim Taymans  <wim@fluendo.com>
15770
15771         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15772
15773         * sys/sunaudio/Makefile.am:
15774         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15775         * sys/sunaudio/gstsunaudiomixerctrl.c:
15776         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15777         (gst_sunaudiomixer_ctrl_list_tracks),
15778         (gst_sunaudiomixer_ctrl_get_volume),
15779         (gst_sunaudiomixer_ctrl_set_volume),
15780         (gst_sunaudiomixer_ctrl_set_mute),
15781         (gst_sunaudiomixer_ctrl_set_record):
15782         * sys/sunaudio/gstsunaudiomixerctrl.h:
15783         * sys/sunaudio/gstsunaudiomixertrack.c:
15784         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15785         * sys/sunaudio/gstsunaudiomixertrack.h:
15786         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15787         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15788         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15789         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15790         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15791         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15792         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15793         (gst_sunaudiosrc_reset):
15794         * sys/sunaudio/gstsunaudiosrc.h:
15795         Add a SunAudio source plugin.
15796         Support stereo and right/left channel gain in the mixer plugin.
15797         Support the RECORD flag so that you can switch between line-input and
15798         microphone in gnome-volume-control.
15799         Code cleanups like using an enumerator for track number instead of an 
15800         integer. Fixes #344923.
15801
15802 2006-06-20  Wim Taymans  <wim@fluendo.com>
15803
15804         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15805
15806         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15807         (rtsp_connection_close):
15808         Make RTSP plugin compile on windows. Fixes #345301.
15809         Some changes to original patch to catch errors better.
15810         use ifdef WIN32 instead of ifndef.
15811
15812 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15813
15814         * configure.ac:
15815         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15816
15817 2006-06-18  Edward Hervey  <edward@fluendo.com>
15818
15819         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15820         After a failed buffer alloc, we need to abort the jpeg decoding (it
15821         started when parsing headers to figure out how many bytes we need
15822         to request downstream).
15823
15824 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15825
15826         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15827
15828         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15829           Make sure we don't read beyond the end of the file (#345232).
15830
15831 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15832
15833         * configure.ac:
15834           Fix --disable-external (can't set conditionals conditionally,
15835           #343602).
15836
15837 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15838
15839         * autogen.sh:
15840         * configure.ac:
15841         * docs/Makefile.am:
15842           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15843
15844         * docs/plugins/Makefile.am:
15845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15846         * docs/plugins/inspect/plugin-taglib.xml:
15847           Add/fix apev2mux docs.
15848
15849 2006-06-14  Wim Taymans  <wim@fluendo.com>
15850
15851         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15852         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15853         (gst_dvdec_change_state):
15854         Reset segment info on flush.
15855         Alloc segment in _init, free in _finalize.
15856
15857         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15858         Don't send segments twice.
15859
15860 2006-06-14  Wim Taymans  <wim@fluendo.com>
15861
15862         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15863         Respect segment.stop. Fixes #342592.
15864
15865 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15866
15867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15868           No language specified means the implied language is English
15869           according to the matroska spec (partially fixes #344708);
15870           add some more debug output.
15871
15872 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15873
15874         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15875         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15876         (gst_wavparse_chain):
15877           When operating chain-based, don't make any assumptions about the
15878           chunking of the incoming data and make streaming work on days other
15879           than the second Thursday after a full moon. Also fix up debug
15880           messages here and there and make use of the most excellent new
15881           gst_pad_query_peer_duration() utility function.
15882           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15883
15884         * gst/wavparse/gstwavparse.h:
15885           Remove trailing comma after last enum value, some compilers don't
15886           like that.
15887
15888 2006-06-13  Wim Taymans  <wim@fluendo.com>
15889
15890         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15891         Handle premature EOS gracefully.
15892
15893 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15894
15895         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15896           Prevent out of bounds array access when scrubbing towards
15897           the end of the file between the last index entry and the
15898           end. Fixes occasional 'start <= stop' newsegment event
15899           assertions when scrubbing in MJPEG files.
15900
15901 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15902
15903         * tests/check/elements/.cvsignore:
15904           And another one.
15905
15906 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15907
15908         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15909         (scan_encoded_string), (parse_picture_frame):
15910           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15911
15912         * configure.ac:
15913           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15914           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15915
15916 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15917
15918         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15919           gratuitous comment changes
15920         * tests/check/elements/level.c: (GST_START_TEST):
15921           fix level test leaks
15922
15923 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15924
15925         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15926         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15927           Use gst_pad_query_peer_duration() utility function here.
15928
15929 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15930
15931         * autogen.sh:
15932           require am17
15933         * configure.ac:
15934         * ext/annodex/Makefile.am:
15935         * ext/cdio/Makefile.am:
15936         * ext/dv/Makefile.am:
15937         * ext/esd/Makefile.am:
15938         * ext/flac/Makefile.am:
15939         * ext/gdk_pixbuf/Makefile.am:
15940         * ext/ladspa/Makefile.am:
15941         * ext/libcaca/Makefile.am:
15942         * ext/speex/Makefile.am:
15943         * ext/taglib/Makefile.am:
15944         * sys/oss/Makefile.am:
15945         * sys/sunaudio/Makefile.am:
15946         * sys/ximage/Makefile.am:
15947           clean up build further
15948
15949 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         * gconf/Makefile.am:
15952           Honour --disable-schemas-install configure option. Fixes #344100.
15953
15954 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15955
15956         * tests/examples/level/Makefile.am:
15957           Add -lm to LIBS for pow() function, don't assume one of our
15958           dependencies (such as libxml-2.0) drags it in automatically
15959           (#343603).
15960
15961 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15964
15965         * configure.ac:
15966           We should use $SED and not $(SED) in configure.ac (#343678).
15967
15968 2006-06-09  Wim Taymans  <wim@fluendo.com>
15969
15970         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15971
15972         * sys/sunaudio/gstsunaudiomixerctrl.c:
15973         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15974         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15975         (gst_sunaudiomixer_ctrl_set_mute):
15976         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15977         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15978         (gst_sunaudiosink_write):
15979         Attached find a patch that fixes a number of bugs with the SunAudio
15980         mixer plugin and fixes #344101:
15981         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15982            tracks onto the tracklist causing gnome-volume-control's preferences
15983            dialog to be messed up and would core dump if you checked/unchecked
15984            any item.
15985         2. We weren't previously setting the MUTE flag properly.  Fixing this
15986            makes gnome-volume-control work better.
15987         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15988            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15989            gnome-volume-control look better.
15990         Also some minor cleanup in gstsunaudiosink.c.
15991
15992 2006-06-09  Wim Taymans  <wim@fluendo.com>
15993
15994         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15995         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15996         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15997         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15998         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15999         * ext/jpeg/gstjpegdec.h:
16000         API: Added IDCT method property
16001         Small cleanups.
16002         Avoid dynamic allocation of trivial fixed structure.
16003         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
16004
16005 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16006
16007         * configure.ac:
16008         We now require libraw1394 >= 1.1.0 and that version onwards all
16009         have .pc files.
16010
16011 2006-06-02  Edward Hervey  <edward@fluendo.com>
16012
16013         * gst/law/alaw-decode.c: (alawdec_getcaps): 
16014         Trying to get items from an ANY or EMPTY caps is ... stupid.
16015
16016 2006-06-02  Edward Hervey  <edward@fluendo.com>
16017
16018         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
16019         (gst_dvdec_chain), (gst_dvdec_change_state):
16020         * ext/dv/gstdvdec.h:
16021         Added GstSegment handling, now implements dropping/clipping.
16022
16023 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
16024
16025         * ext/aalib/gstaasink.h:
16026         * ext/annodex/gstcmmldec.h:
16027         * ext/cairo/gsttimeoverlay.h:
16028         * ext/dv/gstdvdec.h:
16029         * ext/dv/gstdvdemux.h:
16030         * ext/esd/esdmon.h:
16031         * ext/esd/esdsink.h:
16032         * ext/flac/gstflacenc.h:
16033         * ext/gconf/gstgconfaudiosink.h:
16034         * ext/gconf/gstgconfaudiosrc.h:
16035         * ext/gconf/gstgconfvideosink.h:
16036         * ext/gconf/gstgconfvideosrc.h:
16037         * ext/gdk_pixbuf/gstgdkanimation.h:
16038         * ext/gdk_pixbuf/pixbufscale.h:
16039         * ext/hal/gsthalaudiosink.h:
16040         * ext/hal/gsthalaudiosrc.h:
16041         * ext/jpeg/gstjpegenc.h:
16042         * ext/jpeg/gstsmokedec.h:
16043         * ext/jpeg/gstsmokeenc.h:
16044         * ext/libcaca/gstcacasink.h:
16045         * ext/libmng/gstmngdec.h:
16046         * ext/libmng/gstmngenc.h:
16047         * ext/libpng/gstpngdec.h:
16048         * ext/libpng/gstpngenc.h:
16049         * ext/raw1394/gstdv1394src.h:
16050         * ext/speex/gstspeexenc.h:
16051         * gst/autodetect/gstautoaudiosink.h:
16052         * gst/autodetect/gstautovideosink.h:
16053         * gst/avi/gstavidemux.h:
16054         * gst/cutter/gstcutter.h:
16055         * gst/debug/efence.h:
16056         * gst/debug/gstnavigationtest.h:
16057         * gst/debug/gstnavseek.h:
16058         * gst/flx/gstflxdec.h:
16059         * gst/goom/gstgoom.h:
16060         * gst/icydemux/gsticydemux.h:
16061         * gst/id3demux/gstid3demux.h:
16062         * gst/law/alaw-decode.h:
16063         * gst/law/alaw-encode.h:
16064         * gst/law/mulaw-decode.h:
16065         * gst/law/mulaw-encode.h:
16066         * gst/matroska/matroska-mux.h:
16067         * gst/median/gstmedian.h:
16068         * gst/oldcore/gstaggregator.h:
16069         * gst/oldcore/gstfdsink.h:
16070         * gst/oldcore/gstmd5sink.h:
16071         * gst/oldcore/gstmultifilesrc.h:
16072         * gst/oldcore/gstpipefilter.h:
16073         * gst/oldcore/gstshaper.h:
16074         * gst/oldcore/gststatistics.h:
16075         * gst/rtp/gstasteriskh263.h:
16076         * gst/rtp/gstrtpL16depay.h:
16077         * gst/rtp/gstrtpL16pay.h:
16078         * gst/rtp/gstrtpamrdepay.h:
16079         * gst/rtp/gstrtpamrpay.h:
16080         * gst/rtp/gstrtpdepay.h:
16081         * gst/rtp/gstrtpgsmdepay.h:
16082         * gst/rtp/gstrtpgsmpay.h:
16083         * gst/rtp/gstrtph263pay.h:
16084         * gst/rtp/gstrtph263pdepay.h:
16085         * gst/rtp/gstrtph263ppay.h:
16086         * gst/rtp/gstrtpmp4gpay.h:
16087         * gst/rtp/gstrtpmp4vdepay.h:
16088         * gst/rtp/gstrtpmp4vpay.h:
16089         * gst/rtp/gstrtpmpadepay.h:
16090         * gst/rtp/gstrtpmpapay.h:
16091         * gst/rtp/gstrtppcmadepay.h:
16092         * gst/rtp/gstrtppcmapay.h:
16093         * gst/rtp/gstrtppcmudepay.h:
16094         * gst/rtp/gstrtppcmupay.h:
16095         * gst/rtp/gstrtpspeexdepay.h:
16096         * gst/rtp/gstrtpspeexpay.h:
16097         * gst/rtsp/gstrtpdec.h:
16098         * gst/rtsp/gstrtspsrc.h:
16099         * gst/smpte/gstsmpte.h:
16100         * gst/udp/gstdynudpsink.h:
16101         * gst/udp/gstmultiudpsink.h:
16102         * gst/udp/gstudpsink.h:
16103         * gst/udp/gstudpsrc.h:
16104         * gst/videofilter/gstvideobalance.h:
16105         * gst/videofilter/gstvideoflip.h:
16106         * sys/oss/gstossdmabuffer.h:
16107         * sys/oss/gstossmixerelement.h:
16108         * sys/oss/gstosssink.h:
16109         * sys/oss/gstosssrc.h:
16110         * sys/osxvideo/osxvideosink.h:
16111         * sys/sunaudio/gstsunaudiomixer.h:
16112         * sys/sunaudio/gstsunaudiosink.h:
16113         * sys/ximage/gstximagesrc.h:
16114         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16115
16116 2006-05-31  Wim Taymans  <wim@fluendo.com>
16117
16118         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16119         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16120         (gst_goom_src_setcaps), (gst_goom_src_event),
16121         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16122         (gst_goom_change_state):
16123         * gst/goom/gstgoom.h:
16124         Handle QoS.
16125         Handle flushing, discont and events.
16126         Fix timestamps and various other cleanups.
16127
16128 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16129
16130         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16131         Fix bus reset when using libiec61883
16132
16133 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16134
16135         * configure.ac:
16136         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16137         * ext/raw1394/Makefile.am:
16138         Add CFLAGS.
16139         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16140         New method, to receive using libiec61883.
16141         (gst_dv1394src_iso_receive),
16142         #ifdef'd out if libiec61883 is present.
16143         (gst_dv1394src_bus_reset),
16144         Get userdata correctly if using libiec61883. 
16145         (gst_dv1394src_create),
16146         When using libiec61883, only poll one fd and no need to read.
16147         (gst_dv1394src_discover_avc_node),
16148         Replace g_warnings.
16149         (gst_dv1394src_start),
16150         Create new handle when we know which dv port.  More reliable
16151         than setting port on an existing handle.  Initialise libiec61883.
16152         (gst_dv1394src_stop):
16153         If using libiec61883, then cleanup its handle properly.
16154         * ext/raw1394/gstdv1394src.h:
16155         Add libiec61883 handle.
16156
16157 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16158
16159         * gst/avi/gstavidemux.c:
16160           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16161         * win32/MANIFEST:
16162           sort file listing
16163         * win32/vs6/libgstavi.dsp:
16164           add gstavimux.c to the project
16165         * win32/vs6/libgstid3demux.dsp:
16166           add link to zlib library
16167         * win32/vs6/libgstmatroska.dsp:
16168           add matroska-ids.c to the project
16169
16170 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         Patch by: Sebastian Dröge  <mail at slomosnail de >
16173
16174         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16175         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16176         * ext/taglib/Makefile.am:
16177         * ext/taglib/gstapev2mux.cc:
16178         * ext/taglib/gstapev2mux.h:
16179         * ext/taglib/gstid3v2mux.cc:
16180         * ext/taglib/gsttaglibmux.c: (plugin_init):
16181         * ext/taglib/gsttaglibmux.h:
16182           Add apev2mux element (#343122).
16183         
16184         * tests/check/Makefile.am:
16185         * tests/check/elements/apev2mux.c:
16186         (test_taglib_apev2mux_create_tags),
16187         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16188         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16189         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16190         (apev2mux_suite), (main):
16191           Add unit test for apev2mux element.
16192
16193 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16194
16195         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16196         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16197         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16198           GST_PTR_FORMAT should be used to print caps in debug statements.
16199
16200 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16203
16204         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16205         (ape_demux_parse_tags):
16206           Some clean-ups and additions: map APE 'file' tag to
16207           GST_TAG_LOCATION (#343123); add support for extracting
16208           the track count and clean up parsing a bit (#343127).
16209
16210 2006-05-28  Edward Hervey  <edward@fluendo.com>
16211
16212         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16213         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16214
16215 2006-05-28  Edward Hervey  <edward@fluendo.com>
16216
16217         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16218         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16219         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16220         * ext/jpeg/gstjpegdec.h:
16221         Clip outgoing buffers according to currently configured segment.
16222
16223 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * ext/taglib/gstid3v2mux.cc:
16226           Handle  writing of track-count or album-volume-count without
16227           track-number or albume-volume-number (in this case the number
16228           will just be set to 0).
16229
16230         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16231           It would be nice if we actually checked the values received for
16232           track/album-volume number/count in  _check_tags(), rather than
16233           setting them again ...
16234
16235 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16236
16237         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16238           A track/volume number or count of 0 does not make sense,
16239           just ignore it along with negative numbers (a tag might
16240           only contain a track count without a track number).
16241
16242 2006-05-27  Edward Hervey  <edward@fluendo.com>
16243
16244         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16245         (gst_jpeg_dec_sink_event):
16246         Abort decompression when receiving FLUSH_STOP. This should avoid
16247         issues when interrupting decoding with flushes.
16248
16249 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16250
16251         * ext/flac/gstflac.c:
16252           Don't #include file we don't dist any longer.
16253
16254 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * README:
16257           Replace current README (containing the release notes from
16258           some 0.9.x version) with a proper README taken from the core.
16259
16260 2006-05-24  Wim Taymans  <wim@fluendo.com>
16261
16262         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16263         Implement EOS correctly by either posting
16264         SEGMENT_DONE or pushing an EOS message depending
16265         on the seek type. Fixes #342592
16266
16267 2006-05-24  Wim Taymans  <wim@fluendo.com>
16268
16269         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16270         * gst/law/alaw-decode.h:
16271         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16272         * gst/law/alaw-encode.h:
16273         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16274         * gst/law/mulaw-decode.h:
16275         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16276         * gst/law/mulaw-encode.h:
16277         Some cleanups in the chain functions.
16278         Remove some GStreamer 0.0.2 bits.
16279
16280 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16283
16284         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16285           gst_collect_pads_stop() needs to be called before chaining up
16286           to the parent class (#342734).
16287
16288 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16289
16290         * ext/flac/Makefile.am:
16291         * ext/flac/flac_compat.h:
16292         * ext/flac/gstflac.c:
16293         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16294         * ext/flac/gstflacenc.c:
16295           Remove backwards compatibility cruft for dealing with FLAC API
16296           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16297
16298 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16299
16300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16301         (gst_matroska_demux_push_xiph_codec_priv_data),
16302         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16303         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16304         * gst/matroska/matroska-ids.h:
16305         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16306         (gst_matroska_mux_video_pad_setcaps),
16307         (xiph3_streamheader_to_codecdata),
16308         (vorbis_streamheader_to_codecdata),
16309         (theora_streamheader_to_codecdata),
16310         (gst_matroska_mux_audio_pad_setcaps),
16311         (gst_matroska_mux_write_data):
16312           Add support for muxing/demuxing theora video (#342448; too bad
16313           none of the usual linux players can actually play this). Playback
16314           in GStreamer will require additional changes to theoradec in -base.
16315           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16316           cleanups.
16317
16318 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16319
16320         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16321         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16322           Fix crashes when the horizontal subsampling is 1.
16323           Fixes #342097.
16324
16325 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16328
16329         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16330         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16331         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16332         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16333         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16334         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16335         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16336         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16337         (gst_avi_mux_change_state):
16338         * gst/avi/gstavimux.h:
16339           Some enhancements for avimux (#342526):
16340            - add odml (large file) index support
16341            - store codec init data (e.g. huffyuv)
16342            - miscellaneous other fixes/cleanups
16343
16344 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16345
16346         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16347         Don't output any tag when we encounter a negative track number - the
16348         tag type is uint, so we end up outputting huge positive numbers
16349         instead. (Fixes: #342029)
16350
16351 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16352
16353         * configure.ac:
16354           update for new GSTPB_PLUGINS_DIR
16355
16356 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16357
16358         * rtp/gst/gstrtph263pay.c:
16359         Properly set static caps for H263 at 34.
16360
16361 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16362
16363         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16364
16365         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16366           Merge event tags and tag setter tags correctly (#339918). Also,
16367           don't leak taglist in case of an error.
16368           
16369 2006-05-17  Edward Hervey  <edward@fluendo.com>
16370
16371         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16372         We can only do caps intersection if the othercaps are non-empty and not
16373         ANY. Else we return the pad template (base_caps).
16374
16375 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16378           Fix crash when outputting debugging information for certain
16379           pictures (always good to use the right struct member for
16380           the number of records in an array).
16381
16382 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16383
16384         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16385
16386         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16387         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16388         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16389         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16390         (gst_ebml_read_float), (gst_ebml_read_ascii),
16391         (gst_ebml_read_binary):
16392           Don't create unnecessary sub-buffers all the time. Dramatically
16393           improves performance with multiple concurrently running
16394           matroskademux instances (#341818) (and avoids doing
16395           unnecessarily inefficient things in the general case).
16396
16397 2006-05-16  Edward Hervey  <edward@fluendo.com>
16398
16399         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16400         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16401         return value of gst_pad_push_event().
16402
16403 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * gst/autodetect/gstautoaudiosink.c:
16406         (gst_auto_audio_sink_find_best):
16407         * gst/autodetect/gstautovideosink.c:
16408         (gst_auto_video_sink_find_best):
16409         Make the name of the child element be based on the name of the
16410         parent, so that debug output is more useful.
16411         
16412         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16413         (parse_insert_string_field), (parse_split_strings):
16414         Rework string parsing to always walk over BOM markers in UTF16
16415         strings, using the endianness indicated by the innermost one,
16416         then trying the opposite endianness if that fails to convert
16417         to valid UTF-8. Fixes #341774
16418
16419 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16420
16421         Patch from: Matthieu <matthieu at fluendo dot com>
16422
16423         * ext/libpng/Makefile.am:
16424         Add LIBPNG_CFLAGS.
16425
16426 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * ext/taglib/gstid3v2mux.cc:
16429           Add support for writing images (APIC frames) into ID3v2
16430           tags (picture type always set to 'other' for now though).
16431
16432 2006-05-14  Michael Smith  <msmith@fluendo.com>
16433
16434         * gst/wavparse/gstwavparse.c:
16435           Update docs; wavparse implements push and pull modes.
16436
16437 2006-05-12  Wim Taymans  <wim@fluendo.com>
16438
16439         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16440         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16441         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16442         Ooops, bitten by the copy-and-paste design paradigm, fixes
16443         seek again.
16444
16445 2006-05-12  Wim Taymans  <wim@fluendo.com>
16446
16447         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16448         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16449         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16450         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16451         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16452         (gst_avi_demux_massage_index),
16453         (gst_avi_demux_calculate_durations_from_index),
16454         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16455         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16456         (gst_avi_demux_loop):
16457         * gst/avi/gstavidemux.h:
16458         Some cleanups, prepare to use GstSegment.
16459         Fix error in entry walking code.
16460         Fix VBR detection.
16461         Smarter timestamp calculation code.
16462         Uniform error/eos handling.
16463
16464 2006-05-12  Michael Smith  <msmith@fluendo.com>
16465
16466         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16467         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16468           Fix use of uninitialised values if we're NOT seeking in ready.
16469           Fix typos.
16470
16471 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * gst/wavparse/Makefile.am:
16474           Add CFLAGS and LIBS for libgstbase, fixes build on
16475           Cygwin (#341489).
16476
16477 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16480           Some more debug info. No need to check whether the string
16481           returned by g_convert() is really UTF-8 - either it is or
16482           we get NULL returned.
16483
16484 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16485
16486         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16487           Fix parsing of numeric genre strings some more, by ensuring that
16488           we only try and parse strings that a) Start with '(' and b) Consist
16489           only of digits.
16490           Also, when finding an escaping '((' sequence, bust it back to '(' by
16491           swallowing the first parenthesis
16492
16493 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16496         (gst_esdsink_open), (gst_esdsink_close):
16497         * ext/esd/esdsink.h:
16498           Move the esd_get_server_info() into gst_esdsink_open() and fail
16499           with a decent error message on errors.
16500
16501 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16502
16503         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16504         (gst_esdmon_channels_get_type):
16505         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16506         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16507         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16508         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16509         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16510         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16511         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16512         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16513         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16514         * gst/videomixer/videomixer.c:
16515         (gst_video_mixer_background_get_type):
16516           Const-ify GEnumValue arrays.
16517
16518 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16519
16520         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16521
16522         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16523         (gst_avi_mux_do_video_buffer):
16524           Work around gst_buffer_make_metadata_writable() bug that
16525           results in avimux marking all frames in the index as
16526           keyframes (#340859).
16527           
16528 2006-05-08  Wim Taymans  <wim@fluendo.com>
16529
16530         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16531         Make parsing of urls suck slightly less.
16532
16533 2006-05-08  Edward Hervey  <edward@fluendo.com>
16534
16535         * autogen.sh: (CONFIGURE_DEF_OPT): 
16536         libtoolize on Darwin/MacOSX is called glibtoolize.
16537
16538 2006-05-08  Wim Taymans  <wim@fluendo.com>
16539
16540         Patch by: Jens Granseuer <jensgr at gmx dot net>
16541
16542         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16543         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16544         C89 compliance fixes. Fixes #340980
16545
16546 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16549         * ext/flac/gstflacdec.h:
16550           Handle segment seeks that include the end of the file as stop point
16551           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16552           message instead of an EOS event in case we're in segment seek
16553           mode (fixes #340699).
16554           
16555 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16556
16557         * ext/cairo/gsttextoverlay.c:
16558         * ext/flac/gstflacdec.c:
16559         * ext/gdk_pixbuf/pixbufscale.c:
16560         * gst/apetag/gstapedemux.c:
16561         * gst/debug/breakmydata.c:
16562         * gst/debug/testplugin.c:
16563         * gst/matroska/ebml-write.c:
16564         * gst/multipart/multipartdemux.c:
16565         * sys/osxaudio/gstosxaudiosink.c:
16566         * sys/osxaudio/gstosxaudiosrc.c:
16567         Add semicolons after GST_BOILERPLATE[_FULL] so that
16568         indent doesn't mess up following lines.
16569
16570 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16571
16572         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16573
16574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16575           Don't leak caps when freeing the stream context (#340623).
16576
16577 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16578
16579         * configure.ac:
16580           Back to CVS
16581
16582 === release 0.10.3 ===
16583
16584 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16585
16586         * configure.ac:
16587           releasing 0.10.3, "Desplazado"
16588
16589 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16590
16591         * gst/matroska/matroska-mux.c:
16592         (gst_matroska_mux_stream_is_vorbis_header),
16593         (gst_matroska_mux_write_data):
16594           Don't strcmp() NULL strings.
16595           Only start new clusters on video keyframes, not on any
16596           random audio buffer that doesn't have the DELTA_UNIT
16597           flag set (fixes 'make check' again).
16598
16599 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16602
16603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16604         (gst_matroska_mux_stream_is_vorbis_header),
16605         (gst_matroska_mux_write_data):
16606           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16607           value and then dead-lock when muxing vorbis audio streams
16608           (the three vorbis header buffers carry no timestamp, and it
16609           would try to mux these after all video buffers). Fixes #340346.
16610
16611           Improve clustering: start a new cluster also whenever we get
16612           a keyframe.     
16613
16614 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * win32/common/config.h:
16617         * win32/MANIFEST
16618           add the generated file as well
16619
16620 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16621
16622         * Makefile.am:
16623         * configure.ac:
16624         * win32/common/config.h.in:
16625           add win32 stuff
16626
16627 2006-05-03  Michael Smith  <msmith@fluendo.com>
16628
16629         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16630           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16631           SUCKS.
16632
16633 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16634
16635         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16636         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16637         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16638           don't leak caps-string
16639
16640 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16641
16642         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16643         (gst_id3demux_sink_activate):
16644           Let core insert default error message for TYPE_NOT_FOUND
16645           errors, it's just as good as our own and has the added
16646           bonus of being translated.
16647
16648 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16649
16650         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16651         (gst_tag_demux_sink_event):
16652         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16653         (gst_id3demux_sink_event):
16654           Post an error message when we get an EOS event and were not
16655           able to find out the type of stream.
16656
16657         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16658         (test_taglib_id3mux_with_tags):
16659           Decrease num-buffers to 16 per iteration again, otherwise the
16660           many memcpy()s and reallocations in the test will hammer slow
16661           CPUs completely and make the test timeout.
16662
16663 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16664
16665         * configure.ac:
16666           figure out where plugins-base plugins are
16667         * tests/check/Makefile.am:
16668           use plugins-base plugins, so we have typefind functions
16669         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16670           increase num-buffers, this makes sure the test errors out instead
16671           of timing out when no typefind functions are present
16672
16673 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16674
16675         * docs/plugins/Makefile.am:
16676           also check .cc files for gtk-doc markup
16677         * configure.ac:
16678         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16680         * tests/check/Makefile.am:
16681         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16682         * ext/Makefile.am:
16683         * ext/taglib/Makefile.am:
16684         * ext/taglib/gstid3v2mux.h:
16685         * ext/taglib/gsttaglibmux.c:
16686         * ext/taglib/gsttaglibmux.h:
16687           move taglib-based id3v2muxer to -good.  Fixes #336110.
16688
16689 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16690
16691         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16692           ... and fix multichannel/WAVFORMATEX support again.
16693
16694 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16695
16696         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16697         (gst_wavparse_class_init), (gst_wavparse_dispose),
16698         (gst_wavparse_reset), (gst_wavparse_init),
16699         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16700         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16701         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16702         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16703         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16704         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16705         (gst_wavparse_stream_data), (gst_wavparse_loop),
16706         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16707         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16708         (gst_wavparse_change_state), (plugin_init):
16709         * gst/wavparse/gstwavparse.h:
16710           Add push (streaming) mode to wavparse (fixes #337625)
16711
16712 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * configure.ac:
16715         * tests/Makefile.am:
16716           add ximagesrc icles test
16717
16718 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16719
16720         * configure.ac:
16721         * docs/plugins/Makefile.am:
16722         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16723         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16724         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16725         (gst_cmml_enc_push_clip):
16726         * sys/Makefile.am:
16727         * sys/ximage/Makefile.am:
16728         * sys/ximage/gstximagesrc.c:
16729           Move ximagesrc plug-in to good after review.  Fixes #336756.
16730
16731 2006-04-28  Michael Smith  <msmith@fluendo.com>
16732
16733         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16734         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16735         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16736         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16737         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16738         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16739         * gst/icydemux/gsticydemux.h:
16740           Fix event handling: cache events when typefinding and forward later.
16741
16742 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16743
16744         * sys/osxaudio/gstosxaudiosink.c:
16745         (plugin_init):
16746          Register osxaudiosrc to the plugin.
16747         * sys/osxaudio/gstosxaudiosrc.c:
16748         (gst_osx_audio_src_osxelement_do_init),
16749         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16750         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16751         (gst_osx_audio_src_get_property),
16752         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16753         (gst_osx_audio_src_osxelement_init):
16754         * sys/osxaudio/gstosxaudiosrc.h:
16755           Port of osxaudiosrc to 0.10.
16756         * sys/osxaudio/Makefile.am:
16757           Add osxaudiosrc
16758
16759 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16760
16761         * sys/osxaudio/gstosxringbuffer.c:
16762         * sys/osxaudio/gstosxringbuffer.h:
16763           Forgot to commit earlier, part of the OSX audio plugin port
16764
16765 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16766
16767         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16768         (parse_split_strings):
16769           Recognise and skip any byte order marker (BOM) in
16770           UTF-16 strings.
16771
16772 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16773
16774         * docs/plugins/Makefile.am:
16775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16777         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16778         * docs/plugins/inspect/plugin-avi.xml:
16779         * gst/avi/gstavidemux.c:
16780         * gst/avi/gstavimux.c:
16781           Add docs for both avidemux and avimux.
16782
16783 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16784
16785         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16786
16787         * gst/avi/Makefile.am:
16788         * gst/avi/gstavi.c: (plugin_init):
16789         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16790         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16791         (gst_avi_mux_class_init), (gst_avi_mux_init),
16792         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16793         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16794         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16795         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16796         (gst_avi_mux_riff_get_avix_header),
16797         (gst_avi_mux_riff_get_video_header),
16798         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16799         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16800         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16801         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16802         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16803         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16804         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16805         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16806         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16807         (gst_avi_mux_change_state):
16808         * gst/avi/gstavimux.h:
16809           Port AVI muxer to GStreamer-0.10 (#332031).
16810
16811         * tests/check/Makefile.am:
16812         * tests/check/elements/avimux.c:
16813         * tests/check/elements/.cvsignore:
16814           Add unit test for AVI muxer.
16815
16816 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16817
16818         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16819         (gst_wavparse_class_init), (gst_wavparse_reset),
16820         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16821         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16822         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16823         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16824         (gst_wavparse_stream_data), (gst_wavparse_loop),
16825         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16826         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16827         (plugin_init):
16828         * gst/wavparse/gstwavparse.h:
16829           reverted patch #337625 for the price of 1 hour sleep
16830
16831 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16832
16833         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16834         (gst_wavparse_class_init), (gst_wavparse_reset),
16835         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16836         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16837         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16838         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16839         (gst_wavparse_stream_data), (gst_wavparse_loop),
16840         (gst_wavparse_chain), (plugin_init):
16841         * gst/wavparse/gstwavparse.h:
16842           correct partial implementation of push mode
16843           (from my last commit)
16844
16845 2006-04-26  Wim Taymans  <wim@fluendo.com>
16846
16847         * ext/esd/esdsink.c:
16848         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16849         it is not in esd.h
16850
16851 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16854         (gst_au_parse_class_init), (gst_au_parse_init),
16855         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16856         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16857         (gst_au_parse_chain), (gst_au_parse_src_convert),
16858         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16859         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16860         (gst_au_parse_change_state):
16861         * gst/auparse/gstauparse.h:
16862           Rewrite auparse to suck a little bit less: make source pad
16863           dynamic, so decodebin/playbin work with non-raw formats
16864           like alaw/mulaw; add query function for duration/position
16865           queries; check whether we have enough data before attempting
16866           to parse the header (instead of crashing when that is not the
16867           case); work around audioconvert sucking by swapping endianness
16868           to the native endianness ourselves for float formats; send
16869           initial newsegment event. Fixes #161712.
16870
16871 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16872
16873         * sys/osxaudio/Makefile.am:
16874         * sys/osxaudio/gstosxaudioelement.c:
16875         (gst_osx_audio_element_get_type),
16876         (gst_osx_audio_element_class_init):
16877         * sys/osxaudio/gstosxaudioelement.h:
16878         * sys/osxaudio/gstosxaudiosink.c:
16879         (gst_osx_audio_sink_osxelement_do_init),
16880         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16881         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16882         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16883         (gst_osx_audio_sink_create_ringbuffer),
16884         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16885         (plugin_init):
16886         * sys/osxaudio/gstosxaudiosink.h:
16887         Port of osxaudiosink to 0.10
16888
16889 2006-04-26  Wim Taymans  <wim@fluendo.com>
16890
16891         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16892         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16893         the size of the ringbuffer. This should fix hangs with older 
16894         esd sound servers.
16895
16896 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16897
16898         * ext/aalib/gstaasink.c:
16899         * ext/annodex/gstcmmldec.c:
16900         * ext/annodex/gstcmmlenc.c:
16901         * ext/cairo/gsttextoverlay.c:
16902         * ext/cairo/gsttimeoverlay.c:
16903         * ext/cdio/gstcdiocddasrc.c:
16904         * ext/dv/gstdvdec.c:
16905         * ext/dv/gstdvdemux.c:
16906         * ext/esd/esdmon.c:
16907         * ext/esd/esdsink.c:
16908         * ext/flac/gstflacenc.c:
16909         * ext/flac/gstflactag.c:
16910         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16911         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16912         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16913         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16914         * ext/gdk_pixbuf/pixbufscale.c:
16915         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16916         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16917         * ext/jpeg/gstjpegdec.c:
16918         * ext/jpeg/gstjpegenc.c:
16919         * ext/jpeg/gstsmokedec.c:
16920         * ext/jpeg/gstsmokeenc.c:
16921         * ext/libcaca/gstcacasink.c:
16922         * ext/libmng/gstmngdec.c:
16923         * ext/libmng/gstmngenc.c:
16924         * ext/libpng/gstpngdec.c:
16925         * ext/libpng/gstpngenc.c:
16926         * ext/mikmod/gstmikmod.c:
16927         * ext/raw1394/gstdv1394src.c:
16928         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16929         * ext/shout2/gstshout2.h:
16930         * ext/speex/gstspeexdec.c:
16931         * ext/speex/gstspeexenc.c:
16932         * gst/alpha/gstalpha.c:
16933         * gst/alpha/gstalphacolor.c:
16934         * gst/apetag/gstapedemux.c:
16935         * gst/auparse/gstauparse.c:
16936         * gst/autodetect/gstautoaudiosink.c:
16937         (gst_auto_audio_sink_base_init):
16938         * gst/autodetect/gstautovideosink.c:
16939         (gst_auto_video_sink_base_init):
16940         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16941         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16942         * gst/cutter/gstcutter.c:
16943         * gst/debug/breakmydata.c:
16944         * gst/debug/efence.c:
16945         * gst/debug/gstnavigationtest.c:
16946         * gst/debug/gstnavseek.c:
16947         * gst/debug/negotiation.c:
16948         * gst/debug/progressreport.c:
16949         * gst/debug/testplugin.c:
16950         * gst/effectv/gstaging.c:
16951         * gst/effectv/gstdice.c:
16952         * gst/effectv/gstedge.c:
16953         * gst/effectv/gstquark.c:
16954         * gst/effectv/gstrev.c:
16955         * gst/effectv/gstshagadelic.c:
16956         * gst/effectv/gstvertigo.c:
16957         * gst/effectv/gstwarp.c:
16958         * gst/flx/gstflxdec.c:
16959         * gst/goom/gstgoom.c:
16960         * gst/icydemux/gsticydemux.c:
16961         * gst/id3demux/gstid3demux.c:
16962         * gst/interleave/deinterleave.c:
16963         * gst/interleave/interleave.c:
16964         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16965         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16966         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16967         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16968         * gst/level/gstlevel.c:
16969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16970         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16971         * gst/median/gstmedian.c:
16972         * gst/monoscope/gstmonoscope.c:
16973         * gst/multipart/multipartdemux.c:
16974         * gst/multipart/multipartmux.c:
16975         * gst/oldcore/gstaggregator.c:
16976         * gst/oldcore/gstfdsink.c:
16977         * gst/oldcore/gstmd5sink.c:
16978         * gst/oldcore/gstmultifilesrc.c:
16979         * gst/oldcore/gstpipefilter.c:
16980         * gst/oldcore/gstshaper.c:
16981         * gst/oldcore/gststatistics.c:
16982         * gst/rtp/gstasteriskh263.c:
16983         * gst/rtp/gstrtpL16depay.c:
16984         * gst/rtp/gstrtpL16pay.c:
16985         * gst/rtp/gstrtpamrdepay.c:
16986         * gst/rtp/gstrtpamrpay.c:
16987         * gst/rtp/gstrtpdepay.c:
16988         * gst/rtp/gstrtpgsmpay.c:
16989         * gst/rtp/gstrtph263pay.c:
16990         * gst/rtp/gstrtph263pdepay.c:
16991         * gst/rtp/gstrtph263ppay.c:
16992         * gst/rtp/gstrtpilbcdepay.c:
16993         * gst/rtp/gstrtpmp4gpay.c:
16994         * gst/rtp/gstrtpmp4vdepay.c:
16995         * gst/rtp/gstrtpmp4vpay.c:
16996         * gst/rtp/gstrtpmpadepay.c:
16997         * gst/rtp/gstrtpmpapay.c:
16998         * gst/rtp/gstrtppcmadepay.c:
16999         * gst/rtp/gstrtppcmapay.c:
17000         * gst/rtp/gstrtppcmudepay.c:
17001         * gst/rtp/gstrtppcmupay.c:
17002         * gst/rtp/gstrtpspeexdepay.c:
17003         * gst/rtp/gstrtpspeexpay.c:
17004         * gst/rtsp/gstrtpdec.c:
17005         * gst/rtsp/gstrtspsrc.c:
17006         * gst/smpte/gstsmpte.c:
17007         * gst/udp/gstdynudpsink.c:
17008         * gst/udp/gstmultiudpsink.c:
17009         * gst/udp/gstudpsink.c:
17010         * gst/udp/gstudpsrc.c:
17011         * gst/videobox/gstvideobox.c:
17012         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17013         * gst/videofilter/gstvideobalance.c:
17014         * gst/videofilter/gstvideoflip.c:
17015         * gst/videofilter/gstvideotemplate.c:
17016         (gst_videotemplate_base_init):
17017         * gst/videomixer/videomixer.c:
17018         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17019         (gst_wavparse_class_init), (gst_wavparse_dispose),
17020         (gst_wavparse_reset), (gst_wavparse_init),
17021         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
17022         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
17023         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
17024         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17025         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17026         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17027         (gst_wavparse_change_state):
17028         * gst/wavparse/gstwavparse.h:
17029         * sys/oss/gstossmixerelement.c:
17030         * sys/oss/gstosssink.c:
17031         * sys/oss/gstosssrc.c:
17032         * sys/osxaudio/gstosxaudioelement.c:
17033         * sys/osxaudio/gstosxaudiosink.c:
17034         * sys/osxaudio/gstosxaudiosrc.c:
17035         * sys/sunaudio/gstsunaudiomixer.c:
17036         * sys/sunaudio/gstsunaudiosink.c:
17037           Define GstElementDetails as const and also static (when defined as
17038           global)
17039
17040 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17043           Source pad has fixed caps. If we don't set this, bad
17044           things happen when the window is resized.
17045
17046 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17047
17048         * gst/matroska/Makefile.am:
17049         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17050         (gst_matroska_demux_handle_src_event):
17051         * gst/matroska/matroska-ids.c:
17052         (gst_matroska_track_init_video_context),
17053         (gst_matroska_track_init_audio_context),
17054         (gst_matroska_track_init_subtitle_context),
17055         (gst_matroska_track_init_complex_context):
17056         * gst/matroska/matroska-ids.h:
17057           Handle case where the TrackType ebml chunk does not come before the
17058           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17059           events.
17060
17061 2006-04-25  Wim Taymans  <wim@fluendo.com>
17062
17063         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17064         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17065         It's codec_data, not codec_info.
17066
17067 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17070
17071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17072           Handle codec_data for VfW compatibility codec IDs (#339451)
17073
17074         * gst/matroska/matroska-mux.c:
17075         (gst_matroska_mux_video_pad_setcaps):
17076           Same here, handle codec_data and add additional caps we can handle
17077           now to the pad template (huffyuv, dv and h263 video) (#339451)
17078
17079 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17080
17081         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17082
17083         * gst/matroska/matroska-mux.c:
17084         (gst_matroska_mux_create_buffer_header),
17085         (gst_matroska_mux_write_data):
17086           Fix timestamping of B-frames, use signed integers, do
17087           some rounding (#339678).
17088
17089 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17090
17091         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17092         just make it compile with --disable-gst-debug.
17093
17094 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17095
17096         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17097         Fix a bad conversion using gst_guint64_to_gdouble.
17098         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17099         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17100         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17101     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17102         mistake.
17103
17104 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17105
17106         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17107         Use gst_guint64_to_gdouble for conversions
17108         * win32/vs6/gst_plugins_good.dsw:
17109         * win32/vs6/libgsticydemux.dsp:
17110         Add a project file for icydemux
17111
17112 2006-04-21  Wim Taymans  <wim@fluendo.com>
17113
17114         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17115
17116         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17117         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17118         When splitting audio chunks, the block alignment is not taken in
17119         consideration, so the smaller chunks could be of size which is 
17120         not a multiple of the block alignment. Fixes #336904
17121
17122 2006-04-21  Wim Taymans  <wim@fluendo.com>
17123
17124         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17125         Use scale functions
17126
17127 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17128
17129         * ext/dv/gstdv.c: (plugin_init):
17130           Fix build.
17131
17132 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17133
17134         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17135         (gst_progress_report_class_init), (gst_progress_report_init),
17136         (gst_progress_report_do_query), (gst_progress_report_report),
17137         (gst_progress_report_set_property),
17138         (gst_progress_report_get_property):
17139           Add 'format' property to force querying to a particular format.
17140
17141 2006-04-21  Andy Wingo  <wingo@pobox.com>
17142
17143         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17144         best, on big endian systems. Drop its rank in that case. OTOH on
17145         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17146
17147 2006-04-21  Michael Smith  <msmith@fluendo.com>
17148
17149         * configure.ac:
17150         * gst/icydemux/Makefile.am:
17151         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17152         (gst_icydemux_base_init), (gst_icydemux_class_init),
17153         (gst_icydemux_reset), (gst_icydemux_init),
17154         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17155         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17156         (unicodify), (gst_icydemux_unicodify),
17157         (gst_icydemux_parse_and_send_tags),
17158         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17159         (gst_icydemux_chain), (gst_icydemux_change_state),
17160         (gst_icydemux_send_tag_event), (plugin_init):
17161         * gst/icydemux/gsticydemux.h:
17162         * tests/check/Makefile.am:
17163         * tests/check/elements/icydemux.c: (typefind_succeed),
17164         (plugin_init), (icydemux_found_pad), (create_icydemux),
17165         (cleanup_icydemux), (push_data), (GST_START_TEST),
17166         (icydemux_suite), (main):
17167           Add icydemux, and tests.
17168
17169 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17170
17171         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17172           Post SEGMENT_DONE message in TIME format.
17173
17174 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17177
17178         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17179         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17180           Fix index creation when we have to scan the file to create
17181           an index. There may be other types of RIFF 'LIST' chunks than
17182           'movi' and we need to skip them properly as well or we'll end up
17183           reading garbage (#336889). Some other cosmetic changes.
17184           
17185 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17186
17187         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17188         (gst_flac_dec_handle_seek_event):
17189           Add support for segment seeks (fixes #338290). Also demote
17190           some recurring debug message from DEBUG to LOG level.
17191
17192 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17195         (gst_matroskademux_do_index_seek),
17196         (gst_matroska_demux_handle_seek_event),
17197         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17198         * gst/matroska/matroska-ids.h:
17199           Set DISCONT flag on first buffer after a discontinuity.
17200           Fix newsegment events sent when seeking and honour KEY_UNIT
17201           seek flag. Create pad with bogus caps if we don't recognise
17202           the stream codec id.
17203
17204         * gst/matroska/matroska-demux.h:
17205           Fix GObject macros.
17206
17207 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17208
17209         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17210
17211         * gst/matroska/matroska-demux.c:
17212         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17213           Handle end of segment properly when set; don't dead-lock when
17214           posting start of segment message when doing a segment seek.
17215           Fixes #338810.
17216
17217 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17218
17219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17220         (gst_matroska_demux_plugin_init):
17221           Make mpeg2 aac audio work: create artificial private codec data
17222           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17223           Also call gst_riff_init(). Partially fixes #338767.
17224
17225 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17226
17227         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17228         (gst_wavenc_class_init), (gst_wavenc_init),
17229         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17230         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17231         (gst_wavenc_chain), (gst_wavenc_change_state):
17232         * gst/wavenc/gstwavenc.h:
17233           Set caps on first outgoing buffer, so that it doesn't error out
17234           immediately with a non-negotiated error (#338716). Rewrite and
17235           clean up a bit; fix setcaps function to parse things properly;
17236           fix sink caps (8bit audio is unsigned and doesn't have depth);
17237           use boilerplate macros; remove unused properties stuff.
17238
17239 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17240
17241         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17242           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17243           handle MJPEG streams and might be autoplugged for those if the
17244           user doesn't have jpegdec installed (resulting in a cryptic error
17245           message about huffman tables). Better to disable JPEG decoding here
17246           and let the user figure out that she needs to install jpegdec.
17247
17248 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17249
17250         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17251         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17252         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17253         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17254           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17255           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17256           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17257           debug messages. Fix boilerplate macros.
17258
17259 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17260
17261         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17262         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17263           No need to special-case for Gdk-2.0 any longer, we require
17264           Gdk 2.2 or newer; minor clean-ups.
17265
17266 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17267
17268         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17269         (gst_shout2send_class_init), (gst_shout2send_init),
17270         (set_shout_metadata), (gst_shout2send_set_metadata),
17271         (gst_shout2send_event), (gst_shout2send_start),
17272         (gst_shout2send_connect), (gst_shout2send_stop),
17273         (gst_shout2send_render), (gst_shout2send_set_property),
17274         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17275         (plugin_init):
17276         * ext/shout2/gstshout2.h:
17277         * po/POTFILES.in:
17278           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17279           change function; use GST_ELEMENT_ERROR for error reporting, not
17280           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17281           will cause crashes or assertion failures; remove (unused) "sync"
17282           property, basesink already has such a property; misc. other
17283           minor fixes and cleanups.
17284
17285 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17286
17287         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17288         * ext/esd/gstesd.c: (plugin_init):
17289         * po/POTFILES.in:
17290           Add translatable error message for when we cannot
17291           connect to the sound server, as "Cannot open resource
17292           for writing" isn't really an acceptable message to show
17293           to the user in this case.
17294
17295 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17296
17297         * sys/oss/gst-i18n-plugin.h:
17298           Remove bogus file that doesn't belong here.
17299
17300 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17301
17302         Patch by: Philippe Valembois
17303
17304         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17305         (gst_shout2send_set_metadata), (gst_shout2send_event),
17306         (gst_shout2send_render), (gst_shout2send_change_state):
17307         * ext/shout2/gstshout2.h:
17308           Handle tags being received before the connection to
17309           the server is established properly (see #338636).
17310
17311 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17314           Don't crash in case the connection to the server fails:
17315           don't set pointer to NULL by assigning FALSE; error out
17316           properly by using GST_ELEMENT_ERROR and returning
17317           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17318           before resetting the pointer.
17319
17320 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17321
17322         * gst/id3demux/id3tags.c:
17323         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17324         (Fixes #338713)
17325
17326 2006-04-12  Wim Taymans  <wim@fluendo.com>
17327
17328         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17329         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17330         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17331         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17332         (gst_gdk_pixbuf_chain):
17333         Some cleanups.
17334         Added RGBA as a possible output format.
17335         Correctly free the supported mimetypes.
17336         deprecate silent arg, it's not used.
17337         Return result from _alloc_buffer to peer.
17338
17339 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17342           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17343           overwriting GST_BUFFER_MALLOCDATA.
17344
17345 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17346
17347         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17348         (user_endrow_callback), (user_end_callback),
17349         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17350         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17351         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17352         * ext/libpng/gstpngdec.h:
17353           Handle more than one frame if the content is framed,
17354           like with png-in-quicktime (#331917).
17355
17356 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17357
17358         * sys/oss/Makefile.am:
17359         * sys/oss/common.h:
17360         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17361         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17362         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17363         (gst_oss_src_unprepare):
17364           - the user-visible error strings were in the wrong category
17365           - and the messages were not marked for translation
17366           - which is actually a good thing, because they were exactly
17367             the kind of message you would never want anyone to see
17368           - the macros were using variables that didn't exist in the macro
17369             arguments
17370           - and they were obviously copied from each other and then modified
17371           - so a common header makes sense
17372
17373 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17374
17375         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17376           Don't try to modify read-only data.
17377
17378         * gst/matroska/matroska-demux.c:
17379         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17380           Fix comment (won't crash any longer now).
17381
17382 2006-04-10  Michael Smith  <msmith@fluendo.com>
17383
17384         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17385           Use copies of header buffers for caps to avoid circular refcounting
17386           problems (as in theoradec, vorbisdec).
17387
17388         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17389           Fix a typo in test that meant it was testing the wrong thing.
17390
17391         * tests/check/elements/cmmlenc.c: (check_headers):
17392           Fix refcount checks now that we use buffer-copies for caps.
17393
17394 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17395
17396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17397         (gst_matroska_demux_handle_seek_event),
17398         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17399         (gst_matroska_demux_subtitle_caps),
17400         (gst_matroska_demux_plugin_init):
17401           Use static pad templates with ANY caps for audio and video
17402           source pads and get rid of a lot of unnecessary (and partially
17403           broken) code for the template caps. Clean up caps finding
17404           functions. Fixes playback of audio files/streams that do not
17405           contain the sample rate and/or number of channels in the audio
17406           context (happens a lot with vorbis/mp3 .mka files it seems).
17407           Fixes #337183.
17408           Also add myself to copyright holders.
17409
17410 2006-04-10  Michael Smith  <msmith@fluendo.com>
17411
17412         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17413           Use g_list_delete_link () instead of g_list_remove_link () so that
17414           we free the link as well as the contained data.
17415
17416 2006-04-10  Wim Taymans  <wim@fluendo.com>
17417
17418         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17419
17420         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17421         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17422         (gst_avi_demux_stream_header):
17423         Fix some crashers with empty chunks. (Fixes #337749)
17424
17425 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17426
17427         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17428           use G_GINT64_CONSTANT for INT64 constants
17429         * gst/videofilter/gstvideobalance.c:
17430           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17431         * win32/vs6/libgstavi.dsp:
17432          add missing libraries for the link and remove avimux.c from
17433          the project as it isn't ported to 0.10 yet
17434         
17435 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17438           Even better would be if we actually did the right thing
17439           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17440
17441 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17442
17443         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17444           Can't just replace 1LL with 1L here just because MSVC doesn't
17445           support it, as it might lead to incorrect results when doing the
17446           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17447           force a 64-bit constant in a way that all compilers are happy with.
17448
17449 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17450
17451         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17452         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17453         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17455         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17456         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17457         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17458         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17459         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17460         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17461         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17462         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17463         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17464         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17465         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17466         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17467         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17468         * gst/debug/efence.c: (gst_efence_class_init):
17469         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17470         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17471         * gst/goom/gstgoom.c: (gst_goom_class_init):
17472         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17473         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17474         * gst/interleave/interleave.c: (interleave_class_init):
17475         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17476         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17477         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17478         * gst/median/gstmedian.c: (gst_median_class_init):
17479         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17480         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17481         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17482         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17483         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17484         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17485         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17486         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17487         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17488         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17489         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17490         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17491         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17492         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17493         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17494         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17495         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17496         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17497         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17498         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17499         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17500         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17501         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17502         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17503         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17505         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17506         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17507         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17508         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17509         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17510         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17511         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17512         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17513         * sys/osxaudio/gstosxaudioelement.c:
17514         (gst_osxaudioelement_class_init):
17515         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17516         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17517         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17518         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17519
17520 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17521
17522         * ext/mikmod/gstmikmod.h:
17523         * gst/level/gstlevel.h:
17524         Fix more broken GObject macros
17525
17526 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17527
17528         * ext/annodex/gstcmmldec.h:
17529         * ext/annodex/gstcmmlenc.h:
17530         * ext/annodex/gstcmmltag.h:
17531         * ext/cairo/gsttextoverlay.h:
17532         * ext/ladspa/gstsignalprocessor.h:
17533         * gst/matroska/ebml-read.h:
17534         * gst/matroska/ebml-write.h:
17535         * sys/osxaudio/gstosxaudioelement.h:
17536         Fix broken GObject macros
17537
17538 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17541           Don't try to seek beyond the end of the file (would
17542           occasionally display error dialogs in totem when seeking
17543           to the end) (#335869). Will still throw an error though
17544           if the file is truncated and the total_samples value in
17545           the stream header is wrong.
17546
17547 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17548
17549         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17550         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17551         (gst_flac_dec_metadata_callback):
17552         * ext/flac/gstflacdec.h:
17553           If the stream header doesn't contain the total number of samples,
17554           search for the last flac frame at the end of the file and calculate
17555           the total duration from that frame's offset (fixes #337609).
17556
17557 2006-04-07  Edward Hervey  <edward@fluendo.com>
17558
17559         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17560         Don't unref the GstPadTemplate returned by
17561         gst_element_class_get_pad_template().
17562
17563 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17566
17567         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17568         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17569         * sys/sunaudio/gstsunaudiosink.h:
17570           Use spec->segsize and spec->segtotal in the prepare function
17571           to initialise the ring buffer instead of using the buffer-time
17572           property (#337421).
17573
17574 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * configure.ac:
17577           Bump core requirements to CVS for gst_pad_query_peer_duration()
17578           which is used by speexdec.
17579
17580 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17581
17582         * ext/speex/gstspeex.c: (plugin_init):
17583         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17584         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17585         (speex_get_sink_query_types), (speex_dec_sink_query),
17586         (speex_get_src_query_types), (speex_dec_src_query),
17587         (speex_dec_src_event), (speex_dec_sink_event),
17588         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17589         (speex_dec_chain_parse_data), (speex_dec_chain),
17590         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17591         (speex_dec_change_state):
17592         * ext/speex/gstspeexdec.h:
17593           Fix seeking and duration queries (#337033); clean up and
17594           refactor a bit.
17595
17596 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * ext/raw1394/gstdv1394src.c:
17599           distinguish between device not found and could not open for
17600           reading
17601
17602 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * Makefile.am:
17605         * configure.ac:
17606         * pkgconfig/.cvsignore:
17607         * pkgconfig/Makefile.am:
17608         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17609           add a .pc file so other modules can use good plugins in tests
17610
17611 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17612
17613         * configure.ac:
17614           clean up, use AS_VERSION and AS_NANO
17615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17616           use PACKAGE_VERSION define
17617         * po/af.po:
17618         * po/az.po:
17619         * po/cs.po:
17620         * po/en_GB.po:
17621         * po/hu.po:
17622         * po/it.po:
17623         * po/nb.po:
17624         * po/nl.po:
17625         * po/or.po:
17626         * po/sq.po:
17627         * po/sr.po:
17628         * po/sv.po:
17629         * po/uk.po:
17630         * po/vi.po:
17631           updated
17632
17633 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17634
17635         * ext\jpeg\smokecodec.c:
17636           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17637         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17638           move first instruction after all variables declarations
17639         * gst\alpha\gstalpha.c:
17640         * gst\effectv\gstshagadelic.c:
17641         * gst\smpte\paint.c:
17642         * gst\videofilter\gstvideobalance.c:
17643           define M_PI if it's not defined (it's not defined on WIN32)
17644         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17645         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17646         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17647         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17648         (gst_matroska_demux_video_caps):
17649         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17650         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17651           use gst_guint64_to_gdouble for conversions
17652         * gst\goom\filters.c: (setPixelRGB_):
17653           fix a debug which was using undefined variable
17654         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17655         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17656           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17657         * win32/vs6:
17658           add vs6 projects files for most of plugins-good
17659         
17660 2006-03-30  j^  <j@bootlab.org>
17661
17662         * ext/aalib/gstaasink.c:
17663         * ext/annodex/gstcmmldec.c:
17664         * ext/annodex/gstcmmlenc.c:
17665         * ext/cairo/gsttextoverlay.c:
17666         * ext/cairo/gsttimeoverlay.c:
17667         * ext/cdio/gstcdiocddasrc.c:
17668         * ext/dv/gstdvdec.c:
17669         * ext/esd/esdmon.c:
17670         * ext/esd/esdsink.c:
17671         * ext/flac/gstflacdec.c:
17672         * ext/flac/gstflacenc.c:
17673         * ext/flac/gstflactag.c:
17674         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17675         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17676         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17677         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17678         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17679         * ext/gdk_pixbuf/pixbufscale.c:
17680         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17681         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17682         * ext/jpeg/gstjpegdec.c:
17683         * ext/jpeg/gstjpegenc.c:
17684         * ext/jpeg/gstsmokedec.c:
17685         * ext/jpeg/gstsmokeenc.c:
17686         * ext/libcaca/gstcacasink.c:
17687         * ext/libmng/gstmngdec.c:
17688         * ext/libmng/gstmngenc.c:
17689         * ext/libpng/gstpngdec.c:
17690         * ext/libpng/gstpngenc.c:
17691         * ext/mikmod/gstmikmod.c:
17692         * ext/raw1394/gstdv1394src.c:
17693         * ext/shout2/gstshout2.c:
17694         * ext/speex/gstspeexdec.c:
17695         * ext/speex/gstspeexenc.c:
17696         * gst/alpha/gstalpha.c:
17697         * gst/alpha/gstalphacolor.c:
17698         * gst/auparse/gstauparse.c:
17699         * gst/autodetect/gstautoaudiosink.c:
17700         (gst_auto_audio_sink_base_init):
17701         * gst/autodetect/gstautovideosink.c:
17702         (gst_auto_video_sink_base_init):
17703         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17704         * gst/cutter/gstcutter.c:
17705         * gst/debug/breakmydata.c:
17706         * gst/debug/efence.c:
17707         * gst/debug/gstnavigationtest.c:
17708         * gst/debug/negotiation.c:
17709         * gst/debug/progressreport.c:
17710         * gst/debug/testplugin.c:
17711         * gst/effectv/gstaging.c:
17712         * gst/effectv/gstdice.c:
17713         * gst/effectv/gstedge.c:
17714         * gst/effectv/gstquark.c:
17715         * gst/effectv/gstrev.c:
17716         * gst/effectv/gstvertigo.c:
17717         * gst/effectv/gstwarp.c:
17718         * gst/flx/gstflxdec.c:
17719         * gst/goom/gstgoom.c:
17720         * gst/interleave/deinterleave.c:
17721         * gst/interleave/interleave.c:
17722         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17723         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17724         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17725         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17726         * gst/level/gstlevel.c:
17727         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17728         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17729         * gst/median/gstmedian.c:
17730         * gst/monoscope/gstmonoscope.c:
17731         * gst/multipart/multipartdemux.c:
17732         * gst/multipart/multipartmux.c:
17733         * gst/oldcore/gstmd5sink.c:
17734         * gst/oldcore/gstmultifilesrc.c:
17735         * gst/oldcore/gstpipefilter.c:
17736         * gst/oldcore/gstshaper.c:
17737         * gst/oldcore/gststatistics.c:
17738         * gst/rtp/gstasteriskh263.c:
17739         * gst/rtp/gstrtpL16depay.c:
17740         * gst/rtp/gstrtpL16pay.c:
17741         * gst/rtp/gstrtpamrdepay.c:
17742         * gst/rtp/gstrtpamrpay.c:
17743         * gst/rtp/gstrtpdepay.c:
17744         * gst/rtp/gstrtpgsmpay.c:
17745         * gst/rtp/gstrtph263pay.c:
17746         * gst/rtp/gstrtph263pdepay.c:
17747         * gst/rtp/gstrtph263ppay.c:
17748         * gst/rtp/gstrtpmp4gpay.c:
17749         * gst/rtp/gstrtpmp4vdepay.c:
17750         * gst/rtp/gstrtpmp4vpay.c:
17751         * gst/rtp/gstrtpmpadepay.c:
17752         * gst/rtp/gstrtpmpapay.c:
17753         * gst/rtp/gstrtppcmadepay.c:
17754         * gst/rtp/gstrtppcmapay.c:
17755         * gst/rtp/gstrtppcmudepay.c:
17756         * gst/rtp/gstrtppcmupay.c:
17757         * gst/rtp/gstrtpspeexdepay.c:
17758         * gst/rtp/gstrtpspeexpay.c:
17759         * gst/rtsp/gstrtpdec.c:
17760         * gst/smpte/gstsmpte.c:
17761         * gst/videobox/gstvideobox.c:
17762         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17763         * gst/videofilter/gstvideobalance.c:
17764         * gst/videofilter/gstvideoflip.c:
17765         * gst/videofilter/gstvideotemplate.c:
17766         (gst_videotemplate_base_init):
17767         * gst/videomixer/videomixer.c:
17768         * gst/wavenc/gstwavenc.c:
17769         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17770          better/unified long descriptions
17771          Fixed #336602
17772          Some cleanups to auparse, don't send multiple newsegments.
17773
17774 2006-03-29  Wim Taymans  <wim@fluendo.com>
17775
17776         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17777
17778         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17779         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17780         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17781         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17782         * ext/dv/gstdvdemux.h:
17783         Seek in READY patch. Only works for pull based mode.
17784         Fixes #323880
17785
17786 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17789         (gst_gdk_pixbuf_event):
17790           Fix two crashers: don't unref the same caps twice, and
17791           set pixbuf loader to NULL after freeing it.
17792
17793 2006-03-27  Wim Taymans  <wim@fluendo.com>
17794
17795         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17796         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17797         (gst_speexenc_chain):
17798         * ext/speex/gstspeexenc.h:
17799         Don't leak adapter.
17800         A push *always* takes ownership of the buffer, even on
17801         errors.
17802         Small cleanups.
17803
17804 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17805
17806         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17807           Create source pad without leaking.
17808
17809 2006-03-24  Wim Taymans  <wim@fluendo.com>
17810
17811         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17812         * ext/flac/gstflacdec.h:
17813         * ext/flac/gstflacenc.h:
17814         Spifify a bit.
17815         Fix deadly lock order error in seeking code, STREAM_LOCK
17816         cannot be taken within LOCK and the streaming variables are
17817         protected with the STREAM_LOCK anyway.
17818
17819 2006-03-24  Wim Taymans  <wim@fluendo.com>
17820
17821         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17822         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17823         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17824         this patch combines the global init_frames with the stream
17825         init_frames. Rationale being that the global delay should 
17826         be subtracted from any stream delay.
17827         Fixes #335858.
17828
17829 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17830
17831         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17832         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17833         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17834         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17835         use DEBUG_FUNCPTR for collectpads
17836
17837 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17840           Don't crash when encoding images where the number of rows isn't
17841           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17842
17843 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17844
17845         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17846         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17847         * gst/interleave/interleave.c: (interleave_change_state):
17848         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17849           More state change function fixes.
17850
17851 2006-03-23  Wim Taymans  <wim@fluendo.com>
17852
17853         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17854         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17855         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17856         (gst_esdsink_delay), (gst_esdsink_reset):
17857         * ext/esd/esdsink.h:
17858         Fix esd choppy playback by configuring audiosink
17859         correctly. Fixes #325191
17860
17861 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17862
17863         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17864           Make state change function thread-safe.
17865
17866 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17867
17868         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17869         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17870           Don't try to read beyond the end of the file just because
17871           the header claims a bigger size (like with truncated files).
17872
17873 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17876         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17877         (gst_wavparse_stream_data), (gst_wavparse_loop):
17878         * gst/wavparse/gstwavparse.h:
17879           Delay source pad creation until we have the first chunk of
17880           media data, so the we can examine the data and adjust the
17881           caps accordingly if required. This makes playback of .wav
17882           files with DTS-declared-as-PCM content work (#313266).
17883
17884 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17885
17886         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17887         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17888         Don't attempt typefinding on too-short buffers that have been
17889         completely trimmed away. (Fixes #330239)
17890
17891         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17892         Improve the debug output
17893
17894 2006-03-21  Wim Taymans  <wim@fluendo.com>
17895
17896         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17897         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17898         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17899         (gst_esdsink_set_property), (gst_esdsink_get_property):
17900         Some cleanups.
17901         Reset fd to -1 when we close them.
17902
17903 2006-03-21  Wim Taymans  <wim@fluendo.com>
17904
17905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17906         the OPTIONS request result is optional so don't
17907         fail on it.
17908
17909 2006-03-21  Edward Hervey  <edward@fluendo.com>
17910
17911         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17912         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17913         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17914         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17915         (gst_wavparse_change_state):
17916         gcc 4.1 unreferenced pointer fixes.
17917
17918 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17919
17920         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17921
17922         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17923           Fix block alignment calculation. Alignment should be done before
17924           adding the byte offset where the data starts (#335231).
17925
17926 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17927
17928         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17929           Ensure that we set correct caps on buffers that are transferred
17930           direct from the input.
17931
17932 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17933
17934         * gst/goom/filters.c: (zoomFilterDestroy):
17935         * gst/goom/goom_core.c: (goom_close):
17936           Free filter data when cleaning up. (Fixes: #334995)
17937
17938 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17939
17940         * configure.ac:
17941           Don't compile udp and rtsp plugins on win32 (mingw) or other
17942           systems that don't have <sys/socket.h> for some reason (#316203).
17943
17944 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17945
17946         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17947         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17948         * ext/raw1394/gstdv1394src.h:
17949           Change bus reset handler so it reports useful information such as
17950           whether the device being used connected or disconnected
17951
17952 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * gst/id3demux/id3v2frames.c:
17955         (parse_relative_volume_adjustment_two):
17956           We only care about gain and peak data for the master volume.
17957
17958 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17959
17960         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17961         (parse_id_string), (parse_unique_file_identifier),
17962         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17963           Read replay gain tags (#323721).
17964
17965 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17966
17967         * configure.ac:
17968           Bump requirements to gst-plugins-base CVS because
17969           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17970
17971 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17972
17973         * rtp/gst/gstrtppcmadepay.c:
17974         Fixed one of the caps in the code from mulaw to alaw.
17975
17976 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17977
17978         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17979           Ensure that we set caps on the buffers we pass.
17980
17981         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17982         (gst_id3demux_sink_activate):
17983           Ensure that we set caps on the buffers we pass.
17984
17985           Use STREAM, TYPE_NOT_FOUND as the error class when
17986           typefinding fails.
17987
17988 2006-03-15  Edward Hervey  <edward@fluendo.com>
17989
17990         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17991         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17992         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17993         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17994         (gst_jpeg_dec_setcaps):
17995         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17996         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17997         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17998         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17999         (gst_mngdec_src_getcaps):
18000         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
18001         (gst_pngdec_caps_create_and_set):
18002         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
18003         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
18004         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
18005         * gst/alpha/gstalpha.c: (gst_alpha_init):
18006         * gst/auparse/gstauparse.c: (gst_au_parse_init):
18007         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
18008         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
18009         * gst/cutter/gstcutter.c: (gst_cutter_init):
18010         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18011         (gst_efence_checkgetrange):
18012         * gst/debug/negotiation.c: (gst_negotiation_init):
18013         * gst/flx/gstflxdec.c: (gst_flxdec_init):
18014         * gst/goom/gstgoom.c: (gst_goom_init):
18015         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
18016         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
18017         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
18018         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
18019         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
18020         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
18021         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
18022         * gst/smpte/gstsmpte.c: (gst_smpte_init):
18023         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18024         (gst_wavparse_create_sourcepad):
18025         Fix memleak with gst_static_pad_template_get().
18026         This uses gst_pad_new_from_static_template() instead.
18027         Fixes #333512
18028
18029 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * configure.ac:
18032           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18033           used by id3demux.
18034
18035         * gst/id3demux/gstid3demux.c: (plugin_init):
18036         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18037         (parse_user_text_identification_frame),
18038         (parse_unique_file_identifier):
18039           Add support for UFID and TXXX frames and extract musicbrainz tags.
18040
18041 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18044           Catch short reads, like they might happen with truncated
18045           files (see #305279); remove unnecessary indentation.
18046
18047 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18050           Fix DIB image inversion for pictures with a
18051           depth != 8 (#305279).
18052
18053 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18054
18055         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18056         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18057         * ext/jpeg/gstjpegdec.h:
18058           Fix durations on outgoing buffers after seeking
18059           in MJPEG files (#334083); some minor clean-ups.
18060
18061 2006-03-13  Wim Taymans  <wim@fluendo.com>
18062
18063         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18064         (gst_wavparse_change_state):
18065         Implement seek in READY (re-fixes #327658)
18066
18067 2006-03-13  Wim Taymans  <wim@fluendo.com>
18068
18069         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18070         * ext/esd/esdmon.c: (gst_esdmon_get):
18071         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18072         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18073         (gst_gdk_pixbuf_sink_getcaps):
18074         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18075         (gst_jpegenc_setcaps):
18076         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18077         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18078         (gst_smokeenc_setcaps):
18079         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18080         (gst_mngdec_src_getcaps):
18081         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18082         (gst_mngenc_chain):
18083         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18084         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18085         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18086         (speex_dec_src_event), (speex_dec_chain):
18087         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18088         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18089         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18090         (gst_negotiation_pad_link), (gst_negotiation_chain):
18091         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18092         (gst_flxdec_chain):
18093         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18094         (deinterleave_chain):
18095         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18096         * gst/median/gstmedian.c: (gst_median_link):
18097         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18098         (gst_monoscope_chain):
18099         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18100         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18101         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18102         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18103         close #333784 unref the result of gst_pad_get_parent()
18104         by: Christophe Fergeau.
18105
18106 2006-03-09  Wim Taymans  <wim@fluendo.com>
18107
18108         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18109         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18110         Handle events in push mode better, can now do non-flushing
18111         seeks in push mode as well.
18112
18113 2006-03-07  Wim Taymans  <wim@fluendo.com>
18114
18115         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18116         Applied patch from Kai Vehmanen, fixes #333624.
18117
18118 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18119
18120         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18121         Implement paletted and grayscale png files handling.
18122         (#150363).
18123
18124 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18125
18126         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18127         (gst_speexenc_chain):
18128           fix a tag list assert
18129           follow gst-plugins-base/ext/ogg/README; set OFFSET
18130           and OFFSET_END.  Muxes correctly with gst-plugins-base
18131           > 0.9.3
18132
18133 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18134
18135         * gst/id3demux/Makefile.am:
18136         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18137         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18138           Use new typefind helper functions here as well, and
18139           do typefinding in pull-mode if upstream supports that.
18140
18141 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * sys/sunaudio/gstsunaudiomixerctrl.c:
18144         (gst_sunaudiomixer_ctrl_get_volume),
18145         (gst_sunaudiomixer_ctrl_set_volume):
18146         * sys/sunaudio/gstsunaudiomixertrack.c:
18147         (gst_sunaudiomixer_track_new):
18148           Remove unused variables, breaks build from CVS
18149           with -Werror (#333392, patch by: Benjamin Pineau)
18150
18151 2006-03-03  Wim Taymans  <wim@fluendo.com>
18152
18153         * docs/plugins/Makefile.am:
18154         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18155         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18156         Added wavparse docs.
18157
18158         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18159         (gst_wavparse_reset), (gst_wavparse_init),
18160         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18161         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18162         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18163         (gst_wavparse_stream_data), (gst_wavparse_loop),
18164         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18165         (gst_wavparse_change_state):
18166         * gst/wavparse/gstwavparse.h:
18167         Implement seek in READY (fixes #327658)
18168         Added docs and did some cleanups.
18169
18170 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18171
18172         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18173         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18174         (gst_avi_demux_calculate_durations_from_index),
18175         (gst_avi_demux_stream_header):
18176         * gst/avi/gstavidemux.h:
18177           If we have an index, use a duration based on the index instead
18178           of blindly trusting the information in the stream headers
18179           (fixes #331817).
18180
18181 2006-03-03  Wim Taymans  <wim@fluendo.com>
18182
18183         * docs/plugins/Makefile.am:
18184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18186         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18187         Added smoke and jpeg to the docs.
18188
18189         * ext/jpeg/Makefile.am:
18190         * ext/jpeg/gstjpeg.c: (plugin_init):
18191         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18192         * ext/jpeg/gstjpegenc.h:
18193         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18194         (gst_smokedec_chain):
18195         * ext/jpeg/gstsmokedec.h:
18196         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18197         * ext/jpeg/gstsmokeenc.h:
18198         * ext/jpeg/smokecodec.h:
18199         Port smokedec (fixes #331905).
18200         Added some docs.
18201         Some cleanups.
18202
18203 2006-03-03  Wim Taymans  <wim@fluendo.com>
18204
18205         * docs/plugins/Makefile.am:
18206         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18207         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18208         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18209         Added videobalance and videoflip to the docs.
18210
18211         * gst/videofilter/Makefile.am:
18212         * gst/videofilter/gstvideobalance.c:
18213         (gst_video_balance_update_tables_planar411),
18214         (gst_video_balance_is_passthrough),
18215         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18216         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18217         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18218         (gst_video_balance_finalize), (gst_video_balance_class_init),
18219         (gst_video_balance_init), (gst_video_balance_interface_supported),
18220         (gst_video_balance_interface_init),
18221         (gst_video_balance_colorbalance_list_channels),
18222         (gst_video_balance_colorbalance_set_value),
18223         (gst_video_balance_colorbalance_get_value),
18224         (gst_video_balance_colorbalance_init),
18225         (gst_video_balance_set_property), (gst_video_balance_get_property),
18226         (gst_video_balance_get_type), (plugin_init):
18227         * gst/videofilter/gstvideobalance.h:
18228         Ported to 0.10. (Fixes #326160)
18229         Added docs.
18230
18231         * gst/videofilter/gstvideoflip.c:
18232         * gst/videofilter/gstvideoflip.h:
18233         Added docs.
18234
18235 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18236
18237         * configure.ac:
18238           Bump requirements to current core and -base CVS
18239           (core for new typefind helper API, and -base for the
18240           WAVFORMATEX support that was added to libgstriff and
18241           is needed by wavparse).
18242         
18243         * gst/apetag/Makefile.am:
18244         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18245         (gst_tag_demux_sink_activate):
18246           Use new typefind helpers for typefinding instead of our
18247           home-grown stuff; also, do typefinding in pull-mode if
18248           upstream supports that.
18249
18250 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18251
18252         Reviewed by: Christian Schaller <christian@fluendo.com>
18253
18254         This patch fixes bug: 329107
18255
18256         This Changelog entry is for a commit done on February 17
18257
18258         * ext/gconf/gconf.c
18259         * ext/gconf/gconf.h
18260         * ext/gconf/gstgconfaudiosink.c
18261         * ext/gconf/gstgconfaudiosink.h
18262         * gconf/gstreamer.schemas.in
18263
18264 2006-02-28  Wim Taymans  <wim@fluendo.com>
18265
18266         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18267         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18268         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18269         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18270         Use DEBUG_OBJECT more.
18271
18272 2006-02-28  Wim Taymans  <wim@fluendo.com>
18273
18274         * docs/plugins/Makefile.am:
18275         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18276         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18277         Added dvdec and dvdemux to docs.
18278
18279         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18280         Added docs.
18281         Check frame sizes so we don't crash when don't have enough
18282         data.
18283         Send nice error messages on error.
18284
18285         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18286         (gst_dvdemux_class_init), (gst_dvdemux_init),
18287         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18288         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18289         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18290         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18291         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18292         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18293         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18294         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18295         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18296         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18297         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18298         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18299         * ext/dv/gstdvdemux.h:
18300         Added docs.
18301         Implement pull mode.
18302         Fix memleaks.
18303         Reduce memcpy for the video demuxing.
18304
18305 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18306
18307         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18308         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18309         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18310         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18311           Add a little extra debug. Make the decoder not return NOT_LINKED,
18312           as we want to continue decoding all CMML and emitting tags.
18313
18314 2006-02-27  Michael Smith  <msmith@fluendo.com>
18315
18316         * ext/annodex/gstskeltag.c:
18317         * ext/annodex/gstskeltag.h:
18318           Deleted; these files aren't used any more either.
18319
18320 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18321
18322         * ext/Makefile.am: Fix dist-check.
18323
18324 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18325
18326         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18327         memleak.
18328
18329 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18330
18331         * ext/annodex/Makefile.am:
18332         * ext/annodex/gstannodex.c:
18333         * ext/annodex/gstcmmldec.c:
18334         * ext/annodex/gstcmmlenc.c:
18335         * ext/annodex/gstcmmlparser.c:
18336         * ext/annodex/gstcmmlparser.h:
18337         * ext/annodex/gstcmmlutils.c:
18338         * tests/check/elements/cmmldec.c:
18339         * tests/check/elements/cmmlenc.c:
18340           Fix a memleak in gst_cmml_track_list_add_clip.
18341           Handle overflows in clip's start and end times.
18342           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18343           Do not parse junk at the end of a CMML preamble buffer.
18344           Register a libxml error handler to not print stuff on stderr.
18345           Check for bad clip start and end times in the testsuites.
18346
18347 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18348
18349         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18350         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18351         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18352         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18353         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18354         possible memleaks.
18355
18356 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18357
18358         * tests/check/Makefile.am:
18359         * tests/check/elements/cmmldec.c:
18360         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18361         the plugins-base tags.
18362
18363 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18364
18365         * ext/Makefile.am: Re-enable module.
18366
18367 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18368
18369         * tests/check/Makefile.am: Forgot to remove that test.
18370
18371 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18372
18373         * ext/annodex/Makefile.am:
18374         * ext/annodex/gstannodex.c: (plugin_init):
18375         * ext/annodex/gstcmmldec.c:
18376         * ext/annodex/gstskeldec.c:
18377         * ext/annodex/gstskeldec.h:
18378         * tests/check/Makefile.am:
18379         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18380
18381 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18382
18383         * tests/check/Makefile.am: Disable those checks as well.
18384
18385 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18386
18387         * ext/Makefile.am: Disable annodex for now until we figure out
18388         how to make it build.
18389         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18390         Add a rule to your checklist : "please try to at least build 
18391         what you are going to commit into -good, or if you are too lazy
18392         to do that, please check that the buildbots are not crying because
18393         of your commit."
18394
18395 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18396
18397         * configure.ac:
18398         * ext/Makefile.am:
18399         * ext/gdk_pixbuf/Makefile.am:
18400         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18401         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18402         * ext/gdk_pixbuf/pixbufscale.c:
18403         * ext/gdk_pixbuf/pixbufscale.h:
18404           Gdkpixbuf ported from 0.8 to 0.10 by
18405           Renato Filho <renato.filho@indt.org.br>.
18406           gst_loader and gdkpixbufanimation still need port.
18407
18408 2006-02-24  Michael Smith  <msmith@fluendo.com>
18409
18410         * configure.ac:
18411         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18412         * ext/Makefile.am:
18413         * ext/annodex/Makefile.am:
18414         * ext/annodex/gstannodex.c:
18415         * ext/annodex/gstannodex.h:
18416         * ext/annodex/gstcmmldec.c:
18417         * ext/annodex/gstcmmldec.h:
18418         * ext/annodex/gstcmmlenc.c:
18419         * ext/annodex/gstcmmlenc.h:
18420         * ext/annodex/gstcmmlparser.c:
18421         * ext/annodex/gstcmmlparser.h:
18422         * ext/annodex/gstcmmltag.c:
18423         * ext/annodex/gstcmmltag.h:
18424         * ext/annodex/gstcmmlutils.c:
18425         * ext/annodex/gstcmmlutils.h:
18426         * ext/annodex/gstskeldec.c:
18427         * ext/annodex/gstskeldec.h:
18428         * ext/annodex/gstskeltag.c:
18429         * ext/annodex/gstskeltag.h:
18430         * tests/check/Makefile.am:
18431         * tests/check/elements/cmmldec.c:
18432         * tests/check/elements/cmmlenc.c:
18433         * tests/check/elements/skeldec.c:
18434           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18435           Includes tests & docs, oh my! Passes Thomas's -good checklist
18436           entirely. Wow.
18437
18438 2006-02-24  Michael Smith  <msmith@fluendo.com>
18439
18440         * autogen.sh:
18441           Check for automake 1.9 as well.
18442
18443 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * ext/flac/gstflacenc.c:
18446           Change min. sample rate to 8kHz to match flacdec's.
18447           
18448 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18449
18450         * ext/cdio/Makefile.am:
18451           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18452           required for Cygwin, see #317048)
18453
18454         * gst/rtp/gstasteriskh263.c:
18455           Cygwin has includes for both the unix network socket API
18456           and the windows API, but only one can be included, so fix
18457           includes to only use one or the other, prefering the unxi
18458           one (#317048).
18459
18460 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18461
18462         * rtp/gst/gstrtppcmadepay.c:
18463         * rtp/gst/gstrtppcmadepay.h:
18464         * rtp/gst/gstgstrtppcmapay.c:
18465         * rtp/gst/gstgstrtppcmapay.h:
18466         * rtp/gst/gstrtppcmudepay.c:
18467         * rtp/gst/gstrtppcmudepay.h:
18468         * rtp/gst/gstrtppcmupay.c:
18469         * rtp/gst/gstrtppcmupay.h:
18470         * rtp/gst/Makefile.am:
18471         * rtp/gst/gstrtp.c:
18472         * rtp/gst/README:
18473         Separated the G711 payloaders/depayloaders into separate elements for
18474         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18475
18476 2006-02-22  Wim Taymans  <wim@fluendo.com>
18477
18478         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18479         (gst_dvdec_change_state):
18480         * ext/dv/gstdvdec.h:
18481         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18482         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18483         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18484         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18485         (gst_dvdemux_flush), (gst_dvdemux_chain),
18486         (gst_dvdemux_change_state):
18487         * ext/dv/gstdvdemux.h:
18488         Ueber spiffify some more, added debug category.
18489         Use _scale.
18490         Use segments, respect playback rate from newsegment.
18491         Fix refcount issue.
18492
18493 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18494
18495         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18496         (gst_signal_processor_process):
18497         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18498         enabled for the build, but it helps me win the feature-count
18499         competitions ooh yeah.
18500
18501 2006-02-19  Wim Taymans  <wim@fluendo.com>
18502
18503         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18504         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18505         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18506         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18507         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18508         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18509         Use scaling code for added precission and more correct stop
18510         position in case scale==0.
18511
18512 2006-02-19  Wim Taymans  <wim@fluendo.com>
18513
18514         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18515         (gst_flxdec_chain):
18516         * gst/flx/gstflxdec.h:
18517         Implement DURATION query.
18518
18519 2006-02-19  Wim Taymans  <wim@fluendo.com>
18520
18521         * gst/flx/flx_color.h:
18522         * gst/flx/flx_fmt.h:
18523         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18524         (gst_flxdec_src_query_handler), (flx_decode_color),
18525         (gst_flxdec_chain):
18526         * gst/flx/gstflxdec.h:
18527         Set MALLOCDATA for the temp buffers so we don't leak.
18528         Some debug cleanups.
18529         Consume all data in the adapter before leaving the chain
18530         function. Fixes #330678.
18531
18532 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18533
18534         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18535         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18536          Handle 0 data size in otherwise valid frames.
18537          Handle numeric strings in 2.4.0 even when not in parentheses 
18538
18539 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18540
18541         * gst/matroska/matroska-demux.c:
18542         (gst_matroska_demux_subtitle_caps),
18543         (gst_matroska_demux_plugin_init):
18544         * gst/matroska/matroska-ids.h:
18545           Recognise SSA/ASS and USF subtitle formats and
18546           set proper caps when they are found.
18547
18548 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18549
18550         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18551         (gst_jpeg_dec_chain):
18552           Fix invalid memory access for some odd-sized images
18553           (see image contained in quicktime stream in #327083);
18554           use g_malloc() instead of g_alloca().
18555
18556 2006-02-17  Wim Taymans  <wim@fluendo.com>
18557
18558         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18559         Patch from Sebastien Cote, fixes #319884
18560
18561 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18562
18563         * ext/cdio/gstcdio.c: (plugin_init):
18564           Init debug category (#331253).
18565
18566 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18567
18568         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18569           Pass extra_data to gst_riff_create_audio_caps(), so that
18570           WAVEFORMATEX stuff works. Post audio codec name and post
18571           it as taglist on the bus. Allow up to 8 channesl for raw
18572           PCM in the source pad template caps.
18573
18574 2006-02-16  Wim Taymans  <wim@fluendo.com>
18575
18576         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18577         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18578         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18579         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18580         (gst_multipart_set_property), (gst_multipart_get_property):
18581         Applied #318663. Gives quite a few false positives in
18582         autoscan mode, but it's better than nothing. Not closing yet.
18583
18584 2006-02-16  Wim Taymans  <wim@fluendo.com>
18585
18586         * docs/plugins/Makefile.am:
18587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18588         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18589         * docs/plugins/gst-plugins-good-plugins.args:
18590         * docs/plugins/inspect/plugin-udp.xml:
18591         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18592         (gst_udpsrc_start):
18593         Update documentation.
18594         Fix args.
18595
18596 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18597
18598         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18599         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18600         frame size. (Fixes #331368)
18601
18602 2006-02-16  Wim Taymans  <wim@fluendo.com>
18603
18604         * gst/rtsp/README:
18605         Updated README.
18606
18607         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18608         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18609         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18610         * gst/rtsp/gstrtspsrc.h:
18611         Make sure the RTP port is an even port an try to allocate 
18612         another if not.
18613         Added retry property to control max retries for port allocation.
18614         Make sure RTCP port is RTP port+1.
18615         Cleanup when port allocation fails.
18616         Fixes #319183.
18617         
18618 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18619
18620         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18621           Don't ignore return value of the parent class's state
18622           change function (#331385, patch by: Wouter Paesen).
18623
18624 2006-02-15  Wim Taymans  <wim@fluendo.com>
18625
18626         * configure.ac:
18627         * docs/plugins/Makefile.am:
18628         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18629         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18630         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18631         * ext/Makefile.am:
18632         * ext/hal/Makefile.am:
18633         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18634         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18635         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18636         (do_toggle_element), (gst_hal_audio_sink_set_property),
18637         (gst_hal_audio_sink_get_property),
18638         (gst_hal_audio_sink_change_state):
18639         * ext/hal/gsthalaudiosink.h:
18640         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18641         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18642         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18643         (do_toggle_element), (gst_hal_audio_src_set_property),
18644         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18645         * ext/hal/gsthalaudiosrc.h:
18646         * ext/hal/gsthalelements.c: (plugin_init):
18647         * ext/hal/gsthalelements.h:
18648         * ext/hal/hal.c: (gst_hal_get_string),
18649         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18650         (gst_hal_get_audio_src):
18651         * ext/hal/hal.h:
18652         Add HAL sound device wrapper plugins. Closes #329106
18653
18654 2006-02-15  Wim Taymans  <wim@fluendo.com>
18655
18656         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18657         Add comment in a fultile attempt to stop the copy-and-paste 
18658         paradigm leading to duplication of bad code.
18659
18660         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18661         Mime parameters have to be checked case insensitive
18662
18663 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18666           Advance stream time for lagging subtitle streams by sending
18667           newsegment events with the update flag set.
18668
18669 2006-02-14  Edward Hervey  <edward@fluendo.com>
18670
18671         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18672         There can be bogus data before the hdrl LIST tag in the RIFF header.
18673         It's hard to say if it's not respecting the AVI specifications or not,
18674         but since Google Video is producing AVIs like that and the other player
18675         don't seem to complain, I guess we should do the same.
18676
18677 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18678
18679         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18680         (parse_split_strings):
18681         Add more validation to ensure that a char encoding conversion
18682         produced a valid UTF-8 string.
18683
18684 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18685
18686         Reviewed by: Edward Hervey  <edward@fluendo.com>
18687
18688         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18689         Properly handle end of segment. Closes #330885.
18690
18691 2006-02-13  Wim Taymans  <wim@fluendo.com>
18692
18693         * gst/rtp/gstrtpmp4gpay.h:
18694         For got to commit this one.
18695
18696 2006-02-12  Wim Taymans  <wim@fluendo.com>
18697
18698         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18699         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18700         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18701         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18702         * gst/rtp/gstrtpmp4gpay.h:
18703         Make more things work.
18704         Handle ACC config strings.
18705
18706 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18707
18708         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18709           set timestamps if no incoming timestamps set
18710
18711 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18712
18713         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18714         (gst_tag_demux_do_typefind):
18715           ... and fix the very same leaks in GstTagDemux.
18716
18717 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18718
18719         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18720         (gst_id3demux_do_typefind):
18721         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18722         <jonathan at kaolin dot wh9 dot net>)
18723
18724 2006-02-10  Wim Taymans  <wim@fluendo.com>
18725
18726         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18727         First set options, then set caps or else the baseclass
18728         will not know about the options, duh.
18729
18730 2006-02-10  Wim Taymans  <wim@fluendo.com>
18731
18732         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18733         (gst_rtp_mp4v_pay_setcaps):
18734         Don't waste time looking for a config string if we have codec_info
18735         on the incomming caps.
18736
18737 2006-02-10  Wim Taymans  <wim@fluendo.com>
18738
18739         * gst/rtp/README:
18740         Say something about case-sensitivity of caps vs mime-attributes.
18741
18742         * gst/rtp/Makefile.am:
18743         * gst/rtp/gstrtp.c: (plugin_init):
18744         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18745         (gst_rtp_amr_pay_handle_buffer):
18746         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18747         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18748         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18749         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18750         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18751         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18752         (gst_rtp_mp4g_pay_plugin_init):
18753         * gst/rtp/gstrtpmp4gpay.h:
18754         Added beginnings of mpeg4-generic payloader (RFC 3640)
18755
18756 2006-02-09  Wim Taymans  <wim@fluendo.com>
18757
18758         * gst/rtsp/Makefile.am:
18759         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18760         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18761         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18762         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18763         (gst_rtpdec_change_state):
18764         * gst/rtsp/gstrtpdec.h:
18765         * gst/rtsp/gstrtsp.c: (plugin_init):
18766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18767         * gst/rtsp/rtspconnection.c: (read_body),
18768         (rtsp_connection_receive):
18769         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18770         Resurected rtpdec to make rtspsrc happy again.
18771         Skip attributes from the session id.
18772         Don't crash when dumping a message with an empty body.
18773
18774
18775 2006-02-09  Wim Taymans  <wim@fluendo.com>
18776
18777         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18778         Added more meaningfull warnings when something goes wrong.
18779         Clear F bit on outgoing AMR packets.
18780
18781         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18782         (gst_rtp_amr_pay_handle_buffer):
18783         Added debugging category
18784         Support payloading of multiple AMR frames.
18785
18786         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18787         Added some debugging.
18788
18789 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18790
18791         * configure.ac:
18792           Back to CVS
18793
18794 === release 0.10.2 ===
18795
18796 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18797
18798         * configure.ac:
18799           releasing 0.10.2, "Papa was a rolling stone"
18800
18801 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18802
18803         * configure.ac:
18804           Bump core and plugins-base requirement to 0.10.2.2
18805           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18806
18807 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * ext/flac/gstflac.c: (plugin_init):
18810         * ext/speex/gstspeex.c: (plugin_init):
18811           Register musicbrainz tags.
18812
18813 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18814
18815         * ext/gconf/gconf.h:
18816           Remove declaration of function that no longer exists.
18817
18818 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18819
18820         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18821         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18822         Make shout2 work for non ogg streams
18823
18824 2006-02-06  Wim Taymans  <wim@fluendo.com>
18825
18826         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18827         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18828         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18829         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18830         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18831         * gst/udp/gstmultiudpsink.h:
18832         Updated docs.
18833         Added properties bytes-served, bytes_to_serve.
18834         Post proper error messages,
18835         Emit client added signal too.
18836
18837 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18838
18839         * docs/plugins/Makefile.am:
18840         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18842         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18843         (gst_multiudpsink_get_stats):
18844           adding docs for multiudpsink
18845
18846 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848         * gst/level/gstlevel.c: (gst_level_transform_ip):
18849           peak below decay is not necessarily an error, so don't ERROR log
18850
18851 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18852
18853         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18854         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18855         (gst_ebml_write_seek):
18856         * gst/matroska/ebml-write.h:
18857           Make sure we send a newsegment event in BYTES format
18858           before sending buffers (#328531).
18859
18860 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18861
18862         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18863         (gst_dvdemux_sink_query):
18864         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18865         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18866         (speex_dec_src_query):
18867         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18868         (gst_speexenc_sink_query):
18869         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18870         * gst/matroska/matroska-demux.c:
18871         (gst_matroska_demux_get_src_query_types),
18872         (gst_matroska_demux_handle_src_query):
18873         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18874         (gst_wavparse_pad_query):
18875           Pass unhandled queries upstream instead of just dropping
18876           them (#326446). Update query type arrays here and there.
18877
18878 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * tests/check/elements/matroskamux.c: (setup_src_pad):
18881           Collectpads in core got changed and now also holds a
18882           reference to any pad that is part of it. Fix refcount
18883           checks in test case accordingly.
18884
18885 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18886
18887         * gst/apetag/gstapedemux.h:
18888           Fix include, for now GstTagDemux is in the apetag dir.
18889
18890 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18891
18892         * docs/plugins/Makefile.am:
18893         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18894         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18895         * docs/plugins/inspect/plugin-cdio.xml:
18896           Add cdio plugin to docs.
18897
18898         * ext/cdio/gstcdiocddasrc.c:
18899           Add gtk-doc blurb.
18900
18901         * ext/cdio/gstcdio.c:
18902           The plugin is called 'cdio' not 'cddio'.
18903
18904 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18905
18906         * configure.ac:
18907         * docs/plugins/Makefile.am:
18908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18910         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18911         * docs/plugins/inspect/plugin-apetag.xml:
18912         * gst/apetag/Makefile.am:
18913         * gst/apetag/gstapedemux.c:
18914         * gst/apetag/gstapedemux.h:
18915         * gst/apetag/gsttagdemux.c:
18916         * gst/apetag/gsttagdemux.h:
18917           Add APE tag demuxer (#325649).
18918
18919 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18920
18921         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18922         (gst_gconf_get_default_video_sink),
18923         (gst_gconf_get_default_audio_src),
18924         (gst_gconf_get_default_video_src):
18925         * ext/gconf/gconf.h:
18926         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18927         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18928         (do_toggle_element):
18929         * ext/gconf/gstgconfaudiosink.h:
18930         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18931         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18932         (do_toggle_element):
18933         * ext/gconf/gstgconfaudiosrc.h:
18934         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18935         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18936         (do_toggle_element):
18937         * ext/gconf/gstgconfvideosink.h:
18938         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18939         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18940         (do_toggle_element):
18941         * ext/gconf/gstgconfvideosrc.h:
18942           Ignore changing the GConf key to "". Ignore GConf key updates
18943           that don't actually change the string.
18944           For now, ignore the GConf key when the state is > READY, as
18945           it breaks streaming. Sometime it will be nice to bring the
18946           new sink online even mid-stream, by sending NEWSEGMENT info
18947           and possibly prerolling.
18948           (Fixes #326736)
18949
18950 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18951
18952         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18953         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18954         (zoomFilterSetResolution), (zoomFilterDestroy),
18955         (zoomFilterFastRGB), (pointFilter):
18956         * gst/goom/filters.h:
18957         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18958         (goom_update), (goom_close):
18959         * gst/goom/goom_core.h:
18960         * gst/goom/goom_tools.h:
18961         * gst/goom/graphic.c:
18962         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18963         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18964         * gst/goom/gstgoom.h:
18965         * gst/goom/lines.c: (goom_lines):
18966         * gst/goom/lines.h:
18967           Make goom reentrant by moving all important static variables
18968           into instance structures.
18969           (Fixes #329181)
18970
18971 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18974         (gst_avi_demux_all_source_pads_unlinked),
18975         (gst_avi_demux_process_next_entry):
18976         * gst/avi/gstavidemux.h:
18977           Third attempt, use gst_pad_is_linked() this time.
18978
18979 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18980
18981         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18982         (parse_split_strings):
18983         Adjust for data length indicators when parsing (Fixes #329810)
18984         Fix stupid bug parsing UTF-8 tag text.
18985         Output tag strings with multiple fields as multiple tags, so the
18986         app gets all the data.
18987
18988 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18989
18990         * ext/flac/gstflacenc.c:
18991         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18992         show me.
18993         
18994 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18995
18996         * ext/flac/gstflacenc.c:
18997         * gst/matroska/ebml-read.c:
18998         Just make it compile with --disable-gst-debug.
18999
19000 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
19001
19002         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
19003         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
19004         (id3v2_genre_fields_to_taglist):
19005           Never output a tag with a null contents string.
19006
19007 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
19010           Only pause if all pads are unlinked AND we've tried to send data
19011           on all of them at least once.
19012
19013 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19014
19015         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
19016         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
19017           Make loop function/task pause itself when all source pads are
19018           unlinked.
19019
19020 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19021
19022         * configure.ac:
19023         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
19024           Use new functions from core to render a bin from a
19025           string. Fixes build. Up requirements to core CVS.
19026
19027 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19028
19029         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19030           Don't push buffers into the adapter that we are going to
19031           push downstream again without framing anyway. Also, the
19032           adaptor takes ownership of buffers put into it (fixes
19033           auparse pushing invalid buffers for .au files with
19034           ADPCM contents). Finally, set caps on all outgoing buffers.
19035
19036 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19037
19038         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19039         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19040         (gst_id3demux_send_tag_event):
19041         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19042         Someone should kick my butt. Remove ID3v1 tags from the end of the
19043         file.
19044
19045         Improve error messages. Send the TAG message as soon as we complete
19046         typefinding, instead of waiting until we send the first buffer.
19047         Downstream tag event is still sent before the first buffer.
19048
19049 2006-01-27  Jan Gerber  <j@bootlab.org>
19050
19051         Reviewed by: Andy Wingo <wingo@pobox.com>
19052
19053         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19054         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19055         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19056         to not have warings flooding stderr. this is the suggested way
19057         also used in dvgrab and kino. (#328336)
19058
19059 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19060
19061         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19062         (gst_oss_sink_init), (gst_oss_sink_finalise):
19063           Free the device name string when finalised.
19064
19065 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19066
19067         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19068           Don't put function calls in g_return_if_fail() statements,
19069           or they'll be replaced with NOOPs if someone compiles with
19070           G_DISABLE_CHECKS defined.
19071           
19072 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19073
19074         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19075         Never trust ANY information encoded in a media file, especially
19076         when it's giving you sizes. (Fixes #328452)
19077
19078 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19079
19080         * gst/rtp/gstrtpg711pay.c:
19081         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19082         bug #325148.
19083
19084 2006-01-23  Edward Hervey  <edward@fluendo.com>
19085
19086         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19087         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19088         * gst/matroska/matroska-ids.h:
19089         Added recognition of Real Audio and Video streams in matroska demuxer.
19090
19091 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19092
19093         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19094           Remove errant break statement, and fix compilation with
19095           older GCC.
19096
19097 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19098
19099         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19100
19101         * sys/sunaudio/gstsunaudiomixerctrl.c:
19102         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19103           Export functions that are needed in other parts of the code,
19104           makes the mixer actually work; adjust magic minimum buffer-time
19105           value from 3ms to 5ms to work around stuttering during mp3
19106           playback (#327765).
19107
19108 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19109
19110         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19111
19112         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19113         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19114           Fix possible deadlock in matroska muxer (#327825).
19115
19116 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19117
19118         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19119         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19120         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19121         * gst/rtsp/sdpmessage.h:
19122         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19123         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19124           C89 fixes: declare variables at the beginning of a block and
19125           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19126           <jensgr at gmx dot net>).
19127
19128 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19129
19130         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19131         * gst/id3demux/id3tags.h:
19132         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19133         (parse_comment_frame), (parse_text_identification_frame),
19134         (id3v2_tag_to_taglist), (id3v2_are_digits),
19135         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19136         (parse_split_strings), (free_tag_strings):
19137           Rewrite parsing of text tags to handle multiple NULL terminated
19138           strings. Parse numeric genre strings and ID3v2 type
19139           "(3)(6)Alternative" style genre strings.
19140           Parse dates that are only YYYY or YYYY-mm format.
19141           (Fixes #328241 and #322154)
19142
19143 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19144
19145         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19146           Don't forget to initialize liboil, otherwise our oil functions
19147           will crash (fixes #327871; patch by: Christoph Burghardt
19148           <hawkes at web dot de>).
19149
19150 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19151
19152         * configure.ac:
19153           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19154           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19155           patch by: Brian Cameron <brian dot cameron at sun dot com>
19156
19157 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19158
19159         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19160         * ext/cdio/gstcdio.h:
19161         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19162           Fix build for libcdio versions >= 76; give slightly lower rank
19163           than cdparanoia.
19164
19165 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19166
19167         * configure.ac:
19168         * ext/Makefile.am:
19169         * ext/cdio/Makefile.am:
19170         * ext/cdio/gstcdio.c:
19171         * ext/cdio/gstcdio.h:
19172         * ext/cdio/gstcdiocddasrc.c:
19173         * ext/cdio/gstcdiocddasrc.h:
19174           Port libcdio cdda source, formerly known as cddasrc, now known as
19175           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19176           but that's not tested (fixes #317658).
19177
19178 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19181           Fix conversion from TIME to BYTES format (fixes #326864;
19182           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19183
19184 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19185
19186         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19187           Fix compilation of id3demux when zlib is not present.
19188           (Fixes #326602; patch by: Sergey Scobich)
19189
19190 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19191
19192         * ext/esd/Makefile.am:
19193           Add $(ESD_CFLAGS), otherwise build will fail for folks
19194           with libesd in a non-standard prefix (#327009).
19195
19196 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19197
19198         * configure.ac:
19199           back to HEAD
19200
19201 === release 0.10.1 ===
19202
19203 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19204
19205         * configure.ac:
19206           releasing 0.10.1, "Li"
19207
19208 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19209
19210           patch by: Wim Taymans
19211
19212         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19213           fix memleak.  Fixes #326618
19214
19215 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19216
19217           patch by: Mike Smith
19218
19219         * gst/level/gstlevel.c: (gst_level_message_new),
19220         (gst_level_message_append_channel):
19221           Fix memleak.  Fixes #326612
19222
19223 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19224
19225         * configure.ac:
19226           prereleasing
19227         * po/af.po:
19228         * po/az.po:
19229         * po/cs.po:
19230         * po/en_GB.po:
19231         * po/hu.po:
19232         * po/it.po:
19233         * po/nb.po:
19234         * po/nl.po:
19235         * po/or.po:
19236         * po/sq.po:
19237         * po/sr.po:
19238         * po/sv.po:
19239         * po/uk.po:
19240         * po/vi.po:
19241           update translations
19242
19243 2006-01-10  Michael Smith  <msmith@fluendo.com>
19244
19245         * gst/level/gstlevel.c: (gst_level_class_init),
19246         (gst_level_dispose):
19247           Don't leak filter arrays.
19248
19249 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19250
19251         reviewed by: Christian Schaller <uraeus@gnome.org>
19252         
19253         * configure.ac:
19254         * gst-plugins-good.spec.in:
19255         * sys/Makefile.am:
19256         * sys/sunaudio/Makefile.am:
19257         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19258         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19259         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19260         (gst_sunaudiomixer_change_state):
19261         * sys/sunaudio/gstsunaudiomixer.h:
19262         * sys/sunaudio/gstsunaudiomixerctrl.c:
19263         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19264         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19265         (gst_sunaudiomixer_ctrl_list_tracks),
19266         (gst_sunaudiomixer_ctrl_get_volume),
19267         (gst_sunaudiomixer_ctrl_set_volume),
19268         (gst_sunaudiomixer_ctrl_set_mute),
19269         (gst_sunaudiomixer_ctrl_set_record):
19270         * sys/sunaudio/gstsunaudiomixerctrl.h:
19271         * sys/sunaudio/gstsunaudiomixertrack.c:
19272         (gst_sunaudiomixer_track_class_init),
19273         (gst_sunaudiomixer_track_init), (fill_labels),
19274         (gst_sunaudiomixer_track_new):
19275         * sys/sunaudio/gstsunaudiomixertrack.h:
19276         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19277         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19278         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19279         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19280         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19281         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19282         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19283         * sys/sunaudio/gstsunaudiosink.h:
19284
19285         Add SunAudio plugin - tested to make sure it doesn't break
19286         the build under GNU/Linux.      
19287
19288 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19289
19290         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19291         * gst-plugins-good/gst/udp/gstudpsrc.c:
19292         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19293         overrides the port or multicast parameters. Fixes bugs #323021.
19294         API addition: adds GstUDPSrc::sockfd property   
19295
19296 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19297
19298         * ext/gconf/Makefile.am:
19299         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19300         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19301         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19302         (do_toggle_element), (cb_toggle_element),
19303         (gst_gconf_audio_src_change_state):
19304         * ext/gconf/gstgconfaudiosrc.h:
19305         * ext/gconf/gstgconfelements.c: (plugin_init):
19306         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19307         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19308         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19309         (do_toggle_element), (cb_toggle_element),
19310         (gst_gconf_video_src_change_state):
19311         * ext/gconf/gstgconfvideosrc.h:
19312           Add new gconfaudiosrc and gconfvideosrc elements
19313           (needed for gnome-sound-recorder).
19314
19315 2006-01-06  Edward Hervey  <edward@fluendo.com>
19316
19317         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19318         Add gst_element_no_more_pads() for proper decodebin behaviour.
19319         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19320         (parse_text_identification_frame), (parse_split_strings):
19321         Failure to decode some tags is not a GST_ERROR() but a
19322         GST_WARNING()
19323         When iterating over a chunk of text, check that we haven't gone too
19324         far.
19325
19326 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19327
19328         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19329         (plugin_init):
19330           call oil_init() when using liboil
19331
19332 2006-01-04  Wim Taymans  <wim@fluendo.com>
19333
19334         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19335         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19336         Fix leaks.
19337
19338 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19339
19340         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19341
19342         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19343         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19344         (gst_flac_dec_change_state):
19345           Don't g_assert() where we should just return FALSE; remove
19346           unnecessary g_assert(); initialize some fields properly in
19347           state change function (fixes #325504). Also, use
19348           GST_DEBUG_OBJECT in two more places.
19349
19350 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19351
19352         * configure.ac:
19353           also remove smoothwave's Makefile.am
19354         * docs/plugins/Makefile.am:
19355           fix plugin docs
19356
19357 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19358
19359         * tests/examples/Makefile.am:
19360           added missing Makefile.am
19361
19362 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19363
19364         * configure.ac:
19365         * gst/level/Makefile.am:
19366         * gst/level/level-example.c:
19367         * tests/Makefile.am:
19368         * tests/examples/level/Makefile.am:
19369         * tests/examples/level/level-example.c: (message_handler), (main):
19370           moved level-example to tests/examples/level-example
19371         * tests/old/examples/level/demo.c: (main):
19372         * tests/old/examples/level/plot.c: (main):
19373           some initial fixes
19374
19375 2005-12-29  Michael Smith  <msmith@fluendo.com>
19376
19377         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19378         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19379         * gst/udp/gstmultiudpsink.h:
19380           Track packets sent per client in addition to bytes sent; provide
19381           this info through get-stats signal
19382
19383 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19384
19385         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19386           Can't use gst_object_unref() on a GstAdapter (#325191).
19387
19388 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19389
19390         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19391         If a broken tag has 0 bytes payload, at least still skip
19392         the 10 byte header
19393
19394 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19395
19396         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19397         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19398         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19399         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19400           Making these depayloaders (H263+ and mpeg4 video) inherit from
19401           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19402
19403 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19404
19405         * docs/plugins/gst-plugins-good-plugins.args:
19406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19407         Regenerate the plugin hiearchy.
19408
19409 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19410
19411         * docs/plugins/Makefile.am:
19412         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19413         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19414         * docs/plugins/gst-plugins-good-plugins.args:
19415         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19416         (gst_id3demux_base_init), (gst_id3demux_class_init),
19417         (gst_id3demux_chain):
19418         * gst/id3demux/gstid3demux.h:
19419           Add documentation for id3demux.
19420           Don't fail if the first buffer is not at offset 0, just
19421           attempt to typefind and do pass through
19422           Rename the gst_type function from gst_gst_id3demux..
19423
19424 2005-12-20  Michael Smith  <msmith@fluendo.com>
19425
19426         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19427         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19428         (gst_multiudpsink_get_stats):
19429         * gst/udp/gstmultiudpsink.h:
19430           Collect statistics; return them from get_stats.
19431
19432 2005-12-19  Edward Hervey  <edward@fluendo.com>
19433
19434         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19435         Stupid signedness issue...
19436
19437 2005-12-19  Edward Hervey  <edward@fluendo.com>
19438
19439         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19440         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19441         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19442         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19443         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19444         Construct index for indexless files.
19445         Make sure pad/buffers are correctly reset to NULL once we don't need
19446         them anymore, else we get lovely segfaults/assertions.
19447         * gst/wavparse/gstwavparse.c:
19448         Yes, you can have 96KHz audio and wma in wav :(
19449
19450 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19451
19452         * configure.ac:
19453           Check for optional dependency on zlib for id3demux
19454
19455         * gst/id3demux/Makefile.am:
19456         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19457         (gst_id3demux_base_init), (gst_id3demux_class_init),
19458         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19459         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19460         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19461         (gst_id3demux_set_property), (gst_id3demux_get_property),
19462         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19463         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19464         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19465         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19466         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19467         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19468         (simple_find_peek), (simple_find_suggest),
19469         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19470         (plugin_init):
19471         * gst/id3demux/gstid3demux.h:
19472         * gst/id3demux/id3tags.c: (read_synch_uint),
19473         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19474         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19475         (id3demux_id3v2_frames_to_tag_list):
19476         * gst/id3demux/id3tags.h:
19477         * gst/id3demux/id3v2.4.0-frames.txt:
19478         * gst/id3demux/id3v2.4.0-structure.txt:
19479         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19480         (parse_comment_frame), (parse_text_identification_frame),
19481         (id3v2_tag_to_taglist), (parse_split_strings):
19482           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19483           otherwise it discards them. Works on my test files. 
19484
19485         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19486           Don't send EOS to a non-existing srcpad
19487           The debug category can be static
19488
19489 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19490
19491         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19492         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19493         * gst/multipart/multipartdemux.c:
19494           change some char* into char[]
19495
19496 2005-12-16  Wim Taymans  <wim@fluendo.com>
19497
19498         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19499         (gst_wavparse_other), (gst_wavparse_perform_seek),
19500         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19501         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19502         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19503         * gst/wavparse/gstwavparse.h:
19504         Use GstSegment to implement more seeking features.
19505
19506 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19507
19508         * gst/rtsp/rtspconnection.c:
19509           Add <netinet/in.h> include and move <arpa/inet.h> include
19510           to make things work on OpenBSD as well (fixes #323717;
19511           patch by: Benjamin Pineau)
19512
19513 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19514
19515         * gst/rtp/gstrtpspeexdepay.c:
19516         * gst/rtp/gstrtpspeexpay.c:
19517         Set clock rate to be fixed in 8000. It fixes bug #324012.
19518
19519 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19520
19521         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19522         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19523         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19524         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19525         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19526         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19527         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19528         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19529         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19530         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19531         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19532         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19533         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19534         * gst-plugins-good/gst/rtp/README:
19535         Fixed payload range in payloder caps. Removed payload range completely
19536         from depayloaders as they don't require payload type in their caps.
19537         In effect, there isn't any specific payload type for any given codec,
19538         only suggestions.
19539         Fixes bug #324011.
19540
19541 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19542
19543         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19544         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19545         (gst_videomixer_collected): Code cleanup and re-enabling 
19546         queued time validity check for correct EOS handling.
19547
19548 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19549
19550         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19551         (gst_oss_mixer_element_get_property),
19552         (gst_oss_mixer_element_change_state):
19553         Add 'device-name' property and fix state change function.
19554
19555 2005-12-13  Edward Hervey  <edward@fluendo.com>
19556
19557         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19558         If the speed of the file is null in the header, set the frame_time to
19559         the default setting of GST_SECOND / 70. Which is the default
19560         frame_delay for .fli files as stated in this document :
19561         http://www.compuphase.com/flic.htm
19562         Would be nice to have the time conversion done properly too (duration =
19563         flxh->frames * flxdec->frame_time)
19564
19565 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19566
19567         * docs/plugins/Makefile.am:
19568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19569         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19570         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19571         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19572         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19573         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19574         documentation for videomixer on my way with a funny sample
19575         pipeline.
19576
19577 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19578
19579         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19580         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19581         (gst_videomixer_update_queues), (gst_videomixer_collected):
19582         Fix caps negotiation. (#323896)
19583
19584 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19585
19586         * gst/matroska/matroska-demux.c:
19587         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19588           Set correct timestamps on audio laces, fixes playback of mp3 from
19589                 matroska.
19590
19591 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19592
19593         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19594         (gst_au_parse_class_init), (gst_au_parse_init),
19595         (gst_au_parse_dispose), (gst_au_parse_chain),
19596         (gst_au_parse_change_state), (plugin_init):
19597         * gst/auparse/gstauparse.h:
19598           Use gst_object_unref() for GstObjects instead of
19599           g_object_unref() and fix a mem leak in a debug
19600           statement; while we're at it, also borgify, use
19601           boilerplate macros and clean up a little bit.
19602
19603 2005-12-11  Edward Hervey  <edward@fluendo.com>
19604
19605         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19606         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19607         Added pull mode.
19608
19609 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19610
19611         * gst/goom/gstgoom.c:
19612         * gst/level/level-example.c: (main):
19613         * gst/smoothwave/demo-osssrc.c: (main):
19614           Use audiotestsrc instead of sinesrc (#323798).
19615
19616 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19617
19618         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19619           more debug-func-ptr usage
19620
19621 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19622
19623         * gst/flx/flx_color.c: (flx_colorspace_convert):
19624         * gst/flx/flx_color.h:
19625         * gst/flx/flx_fmt.h:
19626         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19627         * gst/flx/gstflxdec.h:
19628           Now flxdec works on big-endian machines as well.
19629
19630 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19631
19632         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19633         (gst_fenced_buffer_copy):
19634           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19635           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19636           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19637           and use GST_DEBUG_FUNCPTR for pad functions.
19638
19639 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19640
19641         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19642         (gst_flac_dec_class_init), (gst_flac_dec_init),
19643         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19644         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19645         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19646         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19647         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19648         (gst_flac_dec_change_state):
19649         * ext/flac/gstflacdec.h:
19650           Rewrite flacdec a bit, so that even seeking might work now. Most
19651           importantly, don't act upon any flow return values we get, just tell
19652           the decoder everything's dandy and act on the flow return values
19653           later on in the loop function. We don't want to mess up the internal
19654           decoder state for non-fatal things like flushing pads etc. Other
19655           than that, use GstSegment (segment seeks don't work yet though, but
19656           should be easy to add), use boilerplate macros, drop the superfluous
19657           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19658           lots of other things.
19659
19660 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19661
19662         * configure.ac:
19663           Update comment in OSS includes check.
19664
19665         * sys/oss/gstossdmabuffer.c:
19666         * sys/oss/gstosshelper.c:
19667         * sys/oss/gstossmixer.c:
19668         * sys/oss/gstossmixertrack.c:
19669         * sys/oss/gstosssink.c:
19670         * sys/oss/gstosssrc.c:
19671         * sys/oss/oss_probe.c:
19672           Don't assume the OSS soundcard.h include is always in
19673           the sys/ directory. Instead, use the existing defines
19674           from config.h to include the right file. Fixes
19675           compilation on OpenBSD 3.8 (#323718).
19676
19677 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19680         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19681         * docs/plugins/inspect/plugin-1394.xml:
19682         * docs/plugins/inspect/plugin-aasink.xml:
19683         * docs/plugins/inspect/plugin-alaw.xml:
19684         * docs/plugins/inspect/plugin-alpha.xml:
19685         * docs/plugins/inspect/plugin-alphacolor.xml:
19686         * docs/plugins/inspect/plugin-auparse.xml:
19687         * docs/plugins/inspect/plugin-autodetect.xml:
19688         * docs/plugins/inspect/plugin-avi.xml:
19689         * docs/plugins/inspect/plugin-cacasink.xml:
19690         * docs/plugins/inspect/plugin-cairo.xml:
19691         * docs/plugins/inspect/plugin-cutter.xml:
19692         * docs/plugins/inspect/plugin-debug.xml:
19693         * docs/plugins/inspect/plugin-dv.xml:
19694         * docs/plugins/inspect/plugin-efence.xml:
19695         * docs/plugins/inspect/plugin-effectv.xml:
19696         * docs/plugins/inspect/plugin-esdsink.xml:
19697         * docs/plugins/inspect/plugin-flac.xml:
19698         * docs/plugins/inspect/plugin-flxdec.xml:
19699         * docs/plugins/inspect/plugin-gconfelements.xml:
19700         * docs/plugins/inspect/plugin-goom.xml:
19701         * docs/plugins/inspect/plugin-jpeg.xml:
19702         * docs/plugins/inspect/plugin-level.xml:
19703         * docs/plugins/inspect/plugin-matroska.xml:
19704         * docs/plugins/inspect/plugin-mulaw.xml:
19705         * docs/plugins/inspect/plugin-multipart.xml:
19706         * docs/plugins/inspect/plugin-navigationtest.xml:
19707         * docs/plugins/inspect/plugin-ossaudio.xml:
19708         * docs/plugins/inspect/plugin-png.xml:
19709         * docs/plugins/inspect/plugin-rtp.xml:
19710         * docs/plugins/inspect/plugin-rtsp.xml:
19711         * docs/plugins/inspect/plugin-shout2send.xml:
19712         * docs/plugins/inspect/plugin-smpte.xml:
19713         * docs/plugins/inspect/plugin-speex.xml:
19714         * docs/plugins/inspect/plugin-udp.xml:
19715         * docs/plugins/inspect/plugin-videobox.xml:
19716         * docs/plugins/inspect/plugin-videoflip.xml:
19717         * docs/plugins/inspect/plugin-videomixer.xml:
19718         * docs/plugins/inspect/plugin-wavenc.xml:
19719         * docs/plugins/inspect/plugin-wavparse.xml:
19720         * ext/flac/gstflac.c: (plugin_init):
19721         * ext/flac/gstflacdec.c: (flacdec_get_type),
19722         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19723         (gst_flac_dec_init), (gst_flac_dec_finalize),
19724         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19725         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19726         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19727         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19728         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19729         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19730         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19731         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19732         * ext/flac/gstflacdec.h:
19733         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19734         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19735         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19736         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19737         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19738         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19739         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19740         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19741         (gst_flac_enc_change_state):
19742         * ext/flac/gstflacenc.h:
19743           borgify and fix up documentation
19744
19745 2005-12-09  Michael Smith  <msmith@fluendo.com>
19746
19747         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19748           Accept a wider range of flac files, more closely matching flac spec.
19749
19750 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19751
19752         * docs/plugins/Makefile.am: Add multipart elements.
19753         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19754         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19755         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19756         * gst/multipart/multipartdemux.c:
19757         * gst/multipart/multipartmux.c: Add docs.
19758
19759 2005-12-07  Edward Hervey  <edward@fluendo.com>
19760
19761         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19762         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19763         (gst_avi_demux_invert):
19764         Memleak and crasher fixes.
19765         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19766         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19767         Memleak fixes
19768
19769 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19770
19771         * ext/aalib/gstaasink.h:
19772         * ext/cairo/gsttextoverlay.h:
19773         * ext/dv/gstdvdec.h:
19774         * ext/dv/gstdvdemux.c:
19775         * ext/dv/gstdvdemux.h:
19776         * ext/esd/esdsink.h:
19777         * ext/flac/flac_compat.h:
19778         * ext/flac/gstflacdec.h:
19779         * ext/flac/gstflacenc.h:
19780         * ext/gconf/gconf.h:
19781         * ext/gconf/gstgconfaudiosink.h:
19782         * ext/gconf/gstgconfvideosink.h:
19783         * ext/gdk_pixbuf/gstgdkanimation.h:
19784         * ext/jpeg/gstjpegdec.h:
19785         * ext/jpeg/smokecodec.h:
19786         * ext/jpeg/smokeformat.h:
19787         * ext/ladspa/gstsignalprocessor.h:
19788         * ext/ladspa/search.c: (LADSPAPluginSearch):
19789         * ext/ladspa/utils.h:
19790         * ext/libmng/gstmng.c:
19791         * ext/libmng/gstmngdec.h:
19792         * ext/libmng/gstmngenc.c:
19793         * ext/libmng/gstmngenc.h:
19794         * ext/libpng/gstpng.c:
19795         * ext/libpng/gstpngenc.c:
19796         * ext/libpng/gstpngenc.h:
19797         * ext/shout2/gstshout2.h:
19798         * ext/speex/gstspeexdec.h:
19799         * ext/speex/gstspeexenc.c:
19800         * ext/speex/gstspeexenc.h:
19801         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19802         * gst/autodetect/gstautoaudiosink.h:
19803         * gst/autodetect/gstautovideosink.h:
19804         * gst/avi/gstavidemux.h:
19805         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19806         (gst_cutter_set_property), (gst_cutter_get_caps):
19807         * gst/cutter/gstcutter.h:
19808         * gst/debug/tests.c: (md5_process_block):
19809         * gst/debug/tests.h:
19810         * gst/effectv/gstwarp.c:
19811         * gst/flx/flx_fmt.h:
19812         * gst/flx/gstflxdec.h:
19813         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19814         (zoomFilterFastRGB):
19815         * gst/goom/filters.h:
19816         * gst/goom/goom_tools.h:
19817         * gst/law/alaw-encode.c:
19818         * gst/level/gstlevel.c:
19819         * gst/level/gstlevel.h:
19820         * gst/matroska/ebml-write.h:
19821         * gst/matroska/matroska-demux.h:
19822         * gst/matroska/matroska-ids.h:
19823         * gst/matroska/matroska-mux.h:
19824         * gst/monoscope/convolve.c: (convolve_match):
19825         * gst/monoscope/convolve.h:
19826         * gst/multipart/multipartmux.c:
19827         * gst/oldcore/gstaggregator.c:
19828         * gst/oldcore/gstaggregator.h:
19829         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19830         * gst/oldcore/gstmd5sink.h:
19831         * gst/oldcore/gstmultifilesrc.c:
19832         * gst/oldcore/gstmultifilesrc.h:
19833         * gst/oldcore/gstpipefilter.h:
19834         * gst/oldcore/gstshaper.h:
19835         * gst/rtp/gstrtpL16depay.h:
19836         * gst/rtp/gstrtpL16pay.h:
19837         * gst/rtp/gstrtpdepay.h:
19838         * gst/rtp/gstrtpmp4vpay.c:
19839         * gst/rtp/gstrtpmp4vpay.h:
19840         * gst/rtsp/gstrtspsrc.c:
19841         * gst/rtsp/gstrtspsrc.h:
19842         * gst/rtsp/rtspconnection.h:
19843         * gst/rtsp/rtspdefs.h:
19844         * gst/rtsp/rtspmessage.h:
19845         * gst/rtsp/rtsptransport.h:
19846         * gst/rtsp/rtspurl.c:
19847         * gst/rtsp/rtspurl.h:
19848         * gst/rtsp/sdpmessage.c:
19849         * gst/rtsp/sdpmessage.h:
19850         * gst/smpte/barboxwipes.c:
19851         * gst/smpte/gstmask.h:
19852         * gst/smpte/gstsmpte.h:
19853         * gst/smpte/paint.c:
19854         * gst/smpte/paint.h:
19855         * gst/udp/gstdynudpsink.h:
19856         * gst/udp/gstmultiudpsink.h:
19857         * gst/udp/gstudpsink.c:
19858         * gst/udp/gstudpsink.h:
19859         * gst/udp/gstudpsrc.c:
19860         * gst/videomixer/videomixer.c:
19861         * gst/wavenc/riff.h:
19862         * gst/wavparse/gstwavparse.h:
19863         * sys/oss/gstossdmabuffer.h:
19864         * sys/oss/gstossmixer.h:
19865         * sys/oss/gstossmixerelement.h:
19866         * sys/oss/gstossmixertrack.h:
19867         * sys/oss/gstosssink.c:
19868         * sys/oss/gstosssink.h:
19869         * sys/oss/gstosssrc.c:
19870         * sys/oss/gstosssrc.h:
19871         * sys/osxaudio/gstosxaudioelement.h:
19872         * sys/osxaudio/gstosxaudiosink.h:
19873         * sys/osxaudio/gstosxaudiosrc.h:
19874           expand tabs
19875
19876 === release 0.10.0 ===
19877
19878 2005-12-05   <thomas (at) apestaart (dot) org>
19879
19880         * configure.ac:
19881           releasing 0.10.0, "Abondance"
19882
19883 2005-12-05  Andy Wingo  <wingo@pobox.com>
19884
19885         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19886         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19887         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19888         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19889         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19890         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19891         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19892         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19893         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19894         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19895         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19896         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19897         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19898         * gst/goom/gstgoom.c: (gst_goom_chain):
19899         * gst/matroska/matroska-demux.c:
19900         (gst_matroska_demux_push_vorbis_codec_priv_data),
19901         (gst_matroska_demux_add_wvpk_header):
19902         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19903         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19904         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19905         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19906         alloc_buffer changes.
19907
19908 2005-12-05  Michael Smith  <msmith@fluendo.com>
19909
19910         * docs/plugins/gst-plugins-good-plugins.args:
19911           Remove args for plugins that aren't in -good.
19912
19913 === release 0.9.7 ===
19914
19915 2005-12-01   <thomas (at) apestaart (dot) org>
19916
19917         * configure.ac:
19918           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19919
19920 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19921
19922         * docs/plugins/.cvsignore:
19923         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19924         * docs/plugins/inspect/plugin-multipart.xml:
19925         * docs/plugins/inspect/plugin-rtp.xml:
19926           add multipart plugin to docs
19927
19928 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19929
19930         * configure.ac:
19931         * ext/Makefile.am:
19932         * ext/pango/Makefile.am:
19933         * ext/pango/gstclockoverlay.c:
19934         * ext/pango/gstclockoverlay.h:
19935         * ext/pango/gsttextoverlay.c:
19936         * ext/pango/gsttextoverlay.h:
19937         * ext/pango/gsttextrender.c:
19938         * ext/pango/gsttextrender.h:
19939         * ext/pango/gsttimeoverlay.c:
19940         * ext/pango/gsttimeoverlay.h:
19941           move pango to base
19942
19943 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19944
19945         * gst/rtp/Makefile.am:
19946         * gst/rtp/gstrtpL16depay.c:
19947         * gst/rtp/gstrtpL16depay.h:
19948         * gst/rtp/gstrtpL16parse.c:
19949         * gst/rtp/gstrtpL16parse.h:
19950         * gst/rtp/gstrtpgsmdepay.c:
19951         * gst/rtp/gstrtpgsmdepay.h:
19952         * gst/rtp/gstrtpgsmparse.c:
19953         * gst/rtp/gstrtpgsmparse.h:
19954           parsers are depayers
19955
19956 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19957
19958         * gst/rtp/Makefile.am:
19959         * gst/rtp/gstasteriskh263.c:
19960         * gst/rtp/gstrtp.c:
19961         * gst/rtp/gstrtpL16enc.c:
19962         * gst/rtp/gstrtpL16enc.h:
19963         * gst/rtp/gstrtpL16parse.c:
19964         * gst/rtp/gstrtpL16parse.h:
19965         * gst/rtp/gstrtpL16pay.c:
19966         * gst/rtp/gstrtpL16pay.h:
19967         * gst/rtp/gstrtpamrdec.c:
19968         * gst/rtp/gstrtpamrdec.h:
19969         * gst/rtp/gstrtpamrdepay.c:
19970         * gst/rtp/gstrtpamrdepay.h:
19971         * gst/rtp/gstrtpamrenc.c:
19972         * gst/rtp/gstrtpamrenc.h:
19973         * gst/rtp/gstrtpamrpay.c:
19974         * gst/rtp/gstrtpamrpay.h:
19975         * gst/rtp/gstrtpdec.c:
19976         * gst/rtp/gstrtpdec.h:
19977         * gst/rtp/gstrtpdepay.c:
19978         * gst/rtp/gstrtpdepay.h:
19979         * gst/rtp/gstrtpg711dec.c:
19980         * gst/rtp/gstrtpg711dec.h:
19981         * gst/rtp/gstrtpg711depay.c:
19982         * gst/rtp/gstrtpg711depay.h:
19983         * gst/rtp/gstrtpg711enc.c:
19984         * gst/rtp/gstrtpg711enc.h:
19985         * gst/rtp/gstrtpg711pay.c:
19986         * gst/rtp/gstrtpg711pay.h:
19987         * gst/rtp/gstrtpgsmenc.c:
19988         * gst/rtp/gstrtpgsmenc.h:
19989         * gst/rtp/gstrtpgsmparse.c:
19990         * gst/rtp/gstrtpgsmparse.h:
19991         * gst/rtp/gstrtpgsmpay.c:
19992         * gst/rtp/gstrtpgsmpay.h:
19993         * gst/rtp/gstrtph263enc.c:
19994         * gst/rtp/gstrtph263enc.h:
19995         * gst/rtp/gstrtph263pay.c:
19996         * gst/rtp/gstrtph263pay.h:
19997         * gst/rtp/gstrtph263pdec.c:
19998         * gst/rtp/gstrtph263pdec.h:
19999         * gst/rtp/gstrtph263pdepay.c:
20000         * gst/rtp/gstrtph263pdepay.h:
20001         * gst/rtp/gstrtph263penc.c:
20002         * gst/rtp/gstrtph263penc.h:
20003         * gst/rtp/gstrtph263ppay.c:
20004         * gst/rtp/gstrtph263ppay.h:
20005         * gst/rtp/gstrtpmp4vdec.c:
20006         * gst/rtp/gstrtpmp4vdec.h:
20007         * gst/rtp/gstrtpmp4vdepay.c:
20008         * gst/rtp/gstrtpmp4vdepay.h:
20009         * gst/rtp/gstrtpmp4venc.c:
20010         * gst/rtp/gstrtpmp4venc.h:
20011         * gst/rtp/gstrtpmp4vpay.c:
20012         * gst/rtp/gstrtpmp4vpay.h:
20013         * gst/rtp/gstrtpmpadec.c:
20014         * gst/rtp/gstrtpmpadec.h:
20015         * gst/rtp/gstrtpmpadepay.c:
20016         * gst/rtp/gstrtpmpadepay.h:
20017         * gst/rtp/gstrtpmpaenc.c:
20018         * gst/rtp/gstrtpmpaenc.h:
20019         * gst/rtp/gstrtpmpapay.c:
20020         * gst/rtp/gstrtpmpapay.h:
20021         * gst/rtp/gstrtpspeexdec.c:
20022         * gst/rtp/gstrtpspeexdec.h:
20023         * gst/rtp/gstrtpspeexdepay.c:
20024         * gst/rtp/gstrtpspeexdepay.h:
20025         * gst/rtp/gstrtpspeexenc.c:
20026         * gst/rtp/gstrtpspeexenc.h:
20027         * gst/rtp/gstrtpspeexpay.c:
20028         * gst/rtp/gstrtpspeexpay.h:
20029           Do burger's rename for rtp payloaders and depayloaders
20030
20031 2005-11-30  Wim Taymans  <wim@fluendo.com>
20032
20033         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20034         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20035         * ext/dv/gstdvdemux.h:
20036         Fix seeking in dvdemux again, add some more debug info.
20037
20038 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20039
20040         * configure.ac:
20041           fix tests
20042
20043 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20044
20045         * PORTED_09:
20046         * docs/random/PORTED_09:
20047           move
20048         * tests/Makefile.am:
20049           add
20050         * win32/gst.sln:
20051           remove
20052
20053 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20054
20055         * Makefile.am:
20056         * check/.cvsignore:
20057         * check/Makefile.am:
20058         * check/elements/.cvsignore:
20059         * check/elements/level.c:
20060         * check/elements/matroskamux.c:
20061         * configure.ac:
20062         * examples/Makefile.am:
20063         * examples/capsfilter/Makefile.am:
20064         * examples/capsfilter/capsfilter1.c:
20065         * examples/gob/Makefile.am:
20066         * examples/gob/gst-identity2.gob:
20067         * examples/gstplay/.cvsignore:
20068         * examples/gstplay/Makefile.am:
20069         * examples/gstplay/player.c:
20070         * examples/indexing/.cvsignore:
20071         * examples/indexing/Makefile.am:
20072         * examples/indexing/indexmpeg.c:
20073         * examples/level/Makefile.am:
20074         * examples/level/README:
20075         * examples/level/demo.c:
20076         * examples/level/plot.c:
20077         * examples/stats/Makefile.am:
20078         * examples/stats/mp2ogg.c:
20079         * examples/switch/.cvsignore:
20080         * examples/switch/Makefile.am:
20081         * examples/switch/switcher.c:
20082           move under tests/
20083
20084 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20085
20086         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20087         (gst_text_render_class_init), (resize_bitmap),
20088         (gst_text_render_render_text), (gst_text_render_setcaps),
20089         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20090         (gst_text_render_chain), (gst_text_render_finalize),
20091         (gst_text_render_init), (gst_text_render_set_property):
20092         * ext/pango/gsttextrender.h:
20093           Add missing files.
20094
20095 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20096
20097         * configure.ac:
20098         * ext/Makefile.am:
20099         * ext/pango/Makefile.am:
20100         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20101         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20102         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20103         * ext/pango/gstclockoverlay.h:
20104         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20105         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20106         (gst_text_overlay_finalize), (gst_text_overlay_init),
20107         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20108         (gst_text_overlay_text_pad_linked),
20109         (gst_text_overlay_text_pad_unlinked),
20110         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20111         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20112         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20113         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20114         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20115         (gst_text_overlay_change_state), (plugin_init):
20116         * ext/pango/gsttextoverlay.h:
20117         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20118         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20119         (gst_time_overlay_class_init), (gst_time_overlay_init):
20120         * ext/pango/gsttimeoverlay.h:
20121           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20122           and add background shading and text wrapping modes. Make 
20123           timoverlay derive from textoverlay. Also add new clockoverlay
20124           element.
20125
20126 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20127
20128         * gst/udp/Makefile.am: Moved to netbuffer.
20129
20130 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20131
20132         * configure.ac:
20133         * PORTED_O9:
20134         * gst/multipart/Makefile.am:
20135         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20136         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20137         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20138         (gst_multipart_demux_change_state),
20139         (gst_multipart_demux_plugin_init):
20140         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20141         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20142         (gst_multipart_mux_sinkconnect),
20143         (gst_multipart_mux_request_new_pad),
20144         (gst_multipart_mux_handle_src_event),
20145         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20146         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20147         0.9.
20148
20149 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20150
20151         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20152         * gst/debug/gstnavigationtest.h:
20153         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20154         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20155         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20156         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20157         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20158         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20159         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20160         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20161         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20162         (gst_video_flip_get_type):
20163         * gst/videofilter/gstvideoflip.h:
20164           update for symbols change
20165
20166 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20167
20168         * gst/udp/gstdynudpsink.c:
20169         * gst/udp/gstudpsrc.c:
20170           the old gstnet lib was renamed gstnetbuffer (#322257)
20171
20172 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20173
20174         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20175         (gst_text_overlay_collected):
20176           Actually render the text from the text pad.
20177
20178 2005-11-29  Edward Hervey  <edward@fluendo.com>
20179
20180         * gst/debug/gstnavseek.c: (gst_navseek_event):
20181         * gst/debug/progressreport.c: (gst_progress_report_event):
20182         Update for GstBaseTransform event virtual method
20183
20184 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20185
20186         * ext/cairo/Makefile.am:
20187           no need to link to videofilter
20188
20189 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20190
20191         * gst/debug/Makefile.am:
20192         * gst/debug/gstnavigationtest.h:
20193         * gst/effectv/Makefile.am:
20194         * gst/effectv/gstaging.c:
20195         * gst/effectv/gstdice.c:
20196         * gst/effectv/gstedge.c:
20197         * gst/effectv/gstquark.c:
20198         * gst/effectv/gstrev.c:
20199         * gst/effectv/gstshagadelic.c:
20200         * gst/effectv/gstvertigo.c:
20201         * gst/effectv/gstwarp.c:
20202         * gst/videofilter/Makefile.am:
20203         * gst/videofilter/gstvideofilter.c:
20204         * gst/videofilter/gstvideofilter.h:
20205         * gst/videofilter/gstvideoflip.h:
20206           remove the videofilter library and link to the one in base
20207
20208 2005-11-28  Edward Hervey  <edward@fluendo.com>
20209
20210         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20211         Useless check now we're setting the current entry correctly.
20212
20213 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20214
20215         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20216         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20217         (gst_jpegenc_change_state):
20218           Don't leak input buffer in chain function (fixes #322667); make 
20219           state change function thread-safe; don't repeat the current function
20220           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20221           gst_pad_alloc_buffer(); misc. minor cleanups.
20222
20223 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20224
20225         * gst/matroska/matroska-mux.c:
20226         (gst_matroska_mux_video_pad_setcaps):
20227         Look for pixel-aspect-ratio in caps, not pixel_width and
20228         pixel_height (Fixes: #322645)
20229
20230 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20231
20232         * gst/matroska/matroska-mux.c:
20233         (gst_matroska_mux_video_pad_setcaps):
20234         From Michal Benes:
20235         frame duration should be GST_SECOND / framerate, not
20236         GST_SECOND * framerate. (Fixes: #322643)
20237
20238 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * configure.ac:
20241           fix up GST_PLUGIN_LDFLAGS
20242         * gst/rtsp/rtspconnection.c:
20243           fix includes (see #317043)
20244         * gst/videofilter/Makefile.am:
20245           stop installing this library
20246
20247 2005-11-26  Edward Hervey  <edward@fluendo.com>
20248
20249         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20250         Handle the case where the incoming Video dv stream doesn't have
20251         a pixel aspect ratio set.
20252
20253 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20254
20255         * docs/plugins/Makefile.am:
20256         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20257         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20258         * ext/flac/gstflacdec.c:
20259           document flacdec
20260
20261 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20262
20263         * docs/plugins/Makefile.am:
20264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20266         * docs/plugins/inspect/plugin-autodetect.xml:
20267         * ext/cairo/gstcairo.c: (plugin_init):
20268         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20269         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20270         (gst_text_overlay_init), (gst_text_overlay_font_init),
20271         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20272         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20273         (gst_text_overlay_text_pad_linked),
20274         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20275         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20276         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20277         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20278         (gst_text_overlay_change_state):
20279         * ext/cairo/gsttextoverlay.h:
20280         * ext/cairo/gsttimeoverlay.c:
20281         (gst_cairo_time_overlay_update_font_height),
20282         (gst_cairo_time_overlay_set_caps),
20283         (gst_cairo_time_overlay_get_unit_size),
20284         (gst_cairo_time_overlay_print_smpte_time),
20285         (gst_cairo_time_overlay_transform),
20286         (gst_cairo_time_overlay_base_init),
20287         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20288         (gst_cairo_time_overlay_get_type):
20289         * ext/cairo/gsttimeoverlay.h:
20290           do some name borgifying
20291           document
20292
20293 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20294
20295         * docs/plugins/Makefile.am:
20296         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20297         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20298         * gst/autodetect/gstautoaudiosink.c:
20299         (gst_auto_audio_sink_base_init):
20300         * gst/autodetect/gstautovideosink.c:
20301         (gst_auto_video_sink_base_init),
20302         (gst_auto_video_sink_factory_filter):
20303           documenting auto*sink
20304           using strstr for the video sink lookup, class field is not ordered
20305         * docs/plugins/inspect/plugin-1394.xml:
20306         * docs/plugins/inspect/plugin-aasink.xml:
20307         * docs/plugins/inspect/plugin-alaw.xml:
20308         * docs/plugins/inspect/plugin-alpha.xml:
20309         * docs/plugins/inspect/plugin-alphacolor.xml:
20310         * docs/plugins/inspect/plugin-auparse.xml:
20311         * docs/plugins/inspect/plugin-autodetect.xml:
20312         * docs/plugins/inspect/plugin-avi.xml:
20313         * docs/plugins/inspect/plugin-cacasink.xml:
20314         * docs/plugins/inspect/plugin-cairo.xml:
20315         * docs/plugins/inspect/plugin-cutter.xml:
20316         * docs/plugins/inspect/plugin-debug.xml:
20317         * docs/plugins/inspect/plugin-dv.xml:
20318         * docs/plugins/inspect/plugin-efence.xml:
20319         * docs/plugins/inspect/plugin-effectv.xml:
20320         * docs/plugins/inspect/plugin-esdsink.xml:
20321         * docs/plugins/inspect/plugin-flac.xml:
20322         * docs/plugins/inspect/plugin-flxdec.xml:
20323         * docs/plugins/inspect/plugin-gconfelements.xml:
20324         * docs/plugins/inspect/plugin-goom.xml:
20325         * docs/plugins/inspect/plugin-jpeg.xml:
20326         * docs/plugins/inspect/plugin-level.xml:
20327         * docs/plugins/inspect/plugin-matroska.xml:
20328         * docs/plugins/inspect/plugin-mulaw.xml:
20329         * docs/plugins/inspect/plugin-navigationtest.xml:
20330         * docs/plugins/inspect/plugin-ossaudio.xml:
20331         * docs/plugins/inspect/plugin-png.xml:
20332         * docs/plugins/inspect/plugin-rtp.xml:
20333         * docs/plugins/inspect/plugin-rtsp.xml:
20334         * docs/plugins/inspect/plugin-shout2send.xml:
20335         * docs/plugins/inspect/plugin-smpte.xml:
20336         * docs/plugins/inspect/plugin-speex.xml:
20337         * docs/plugins/inspect/plugin-udp.xml:
20338         * docs/plugins/inspect/plugin-videobox.xml:
20339         * docs/plugins/inspect/plugin-videoflip.xml:
20340         * docs/plugins/inspect/plugin-videomixer.xml:
20341         * docs/plugins/inspect/plugin-wavenc.xml:
20342         * docs/plugins/inspect/plugin-wavparse.xml:
20343           update for HEAD version
20344
20345 2005-11-25  Michael Smith  <msmith@fluendo.com>
20346
20347         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20348           Patch from Sebastien Cote to close control sockets in udpsrc.
20349
20350 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20351
20352         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20353         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20354         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20355         (gst_quarktv_base_init), (gst_quarktv_class_init),
20356         (gst_quarktv_init): Flush the planes list on reverse caps
20357         negotiation. This was crashing because of differently sized
20358         buffers.
20359
20360 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20361
20362         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20363         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20364         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20365         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20366         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20367         (gst_videoflip_set_property), (gst_videoflip_base_init),
20368         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20369         correctly, fix identity flipping, convert navigation event 
20370         correctly again.
20371
20372 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20373
20374         * configure.ac: back to HEAD
20375
20376 === release 0.9.6 ===
20377
20378 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20379
20380         * configure.ac:
20381           releasing 0.9.6, "Everything's Not Lost"
20382
20383 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20384
20385         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20386         Oops, initialise the framerate GValue
20387
20388 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20389
20390         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20391         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20392         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20393         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20394         (gst_timeoverlay_get_type):
20395         * ext/cairo/gsttimeoverlay.h:
20396         * gst/debug/Makefile.am:
20397         * gst/debug/gstnavigationtest.c:
20398         (gst_navigationtest_handle_src_event),
20399         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20400         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20401         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20402         (gst_navigationtest_init), (gst_navigationtest_get_type),
20403         (plugin_init):
20404         * gst/debug/gstnavigationtest.h:
20405         * gst/effectv/Makefile.am:
20406         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20407         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20408         (gst_agingtv_base_init), (gst_agingtv_class_init),
20409         (gst_agingtv_init), (gst_agingtv_get_type):
20410         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20411         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20412         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20413         (gst_dicetv_get_type):
20414         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20415         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20416         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20417         (gst_edgetv_get_type):
20418         * gst/effectv/gsteffectv.c:
20419         * gst/effectv/gsteffectv.h:
20420         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20421         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20422         (gst_quarktv_change_state), (gst_quarktv_base_init),
20423         (gst_quarktv_class_init), (gst_quarktv_init),
20424         (gst_quarktv_get_type):
20425         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20426         (gst_revtv_get_unit_size), (gst_revtv_transform),
20427         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20428         (gst_revtv_get_type):
20429         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20430         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20431         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20432         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20433         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20434         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20435         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20436         (gst_vertigotv_init), (gst_vertigotv_get_type):
20437         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20438         (gst_warptv_get_unit_size), (gst_warptv_transform),
20439         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20440         (gst_warptv_get_type):
20441         * gst/videofilter/Makefile.am:
20442         * gst/videofilter/gstvideobalance.c:
20443         * gst/videofilter/gstvideobalance.h:
20444         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20445         (gst_videofilter_class_init), (gst_videofilter_init):
20446         * gst/videofilter/gstvideofilter.h:
20447         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20448         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20449         (gst_videoflip_flip), (gst_videoflip_transform),
20450         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20451         (gst_videoflip_base_init), (gst_videoflip_class_init),
20452         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20453         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20454         BaseTransform, it's just a place holder for now and every video
20455         effect plugin has been ported to use BaseTransform features 
20456         directly. QuarkTV was fixed too (was broken), navigationtest works
20457         and best for the end, videoflip converts navigation events depending
20458         on flip method ! Fixes #320953
20459
20460 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20461
20462         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20463         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20464         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20465         (gst_goom_src_negotiate), (gst_goom_chain):
20466         * gst/matroska/matroska-mux.c:
20467         (gst_matroska_mux_video_pad_setcaps):
20468         * sys/osxvideo/osxvideosink.m:
20469           Fixes for API changes
20470
20471 2005-11-23  Michael Smith <msmith@fluendo.com>
20472
20473         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20474         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20475         * ext/jpeg/gstjpegdec.h:
20476         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20477         * ext/jpeg/gstjpegenc.h:
20478         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20479         (gst_smokeenc_resync):
20480         * ext/jpeg/gstsmokeenc.h:
20481           JPEG fractiony goodness.
20482
20483 2005-11-22  Michael Smith <msmith@fluendo.com>
20484
20485         * gst/goom/filters.c:
20486         * gst/goom/graphic.h:
20487           Fix compilation by making some functions static inline instead of
20488           extern inline, matching the way they're used.
20489
20490 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20491
20492         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20493         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20494         * ext/cairo/gsttextoverlay.h:
20495         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20496         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20497         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20498         (gst_pngdec_caps_create_and_set):
20499         * ext/libpng/gstpngdec.h:
20500         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20501         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20502         * gst/avi/gstavimux.c: (gst_avimux_init),
20503         (gst_avimux_vidsinkconnect):
20504         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20505         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20506         (gst_goom_src_negotiate), (gst_goom_chain):
20507         * gst/goom/gstgoom.h:
20508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20509         * gst/matroska/matroska-mux.c:
20510         (gst_matroska_mux_video_pad_setcaps):
20511         * sys/osxvideo/osxvideosink.h:
20512         * sys/osxvideo/osxvideosink.m:
20513           More fractional framerate conversions 
20514
20515 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20516
20517         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20518         * gst/debug/gstnavigationtest.c:
20519         (gst_navigationtest_handle_src_event):
20520         * gst/videofilter/gstvideofilter.c:
20521         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20522         (gst_videofilter_init):
20523         * gst/videofilter/gstvideofilter.h:
20524           Convert to fractional framerates.
20525
20526 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20527
20528         * ext/aalib/gstaasink.c:
20529         * ext/dv/gstdvdec.c:
20530         * ext/esd/esdmon.c:
20531         * ext/flac/gstflacenc.c:
20532         * ext/gdk_pixbuf/pixbufscale.c:
20533         * ext/libcaca/gstcacasink.c:
20534         * ext/shout2/gstshout2.c:
20535         * gst/alpha/gstalpha.c:
20536         * gst/oldcore/gstaggregator.c:
20537         * gst/oldcore/gstshaper.c:
20538         * gst/smpte/barboxwipes.c:
20539         * gst/smpte/gstsmpte.c:
20540         * gst/videobox/gstvideobox.c:
20541         * gst/videofilter/gstvideoflip.c:
20542         * gst/videomixer/videomixer.c:
20543           fix up more enums
20544
20545 2005-11-22  Michael Smith <msmith@fluendo.com>
20546
20547         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20548         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20549         (gst_videomixer_update_queues):
20550           Fractional framerates, videomixer.
20551
20552 2005-11-22  Michael Smith <msmith@fluendo.com>
20553
20554         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20555         * ext/dv/gstdvdec.h:
20556         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20557         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20558         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20559         (gst_dvdemux_flush):
20560         * ext/dv/gstdvdemux.h:
20561           Fractional framerates for DV. 
20562
20563 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20564
20565         * gst/autodetect/gstautoaudiosink.c:
20566         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20567         * gst/autodetect/gstautovideosink.c:
20568         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20569           Use gst_plugin_feature_list_free() to free feature list and
20570           in the case of autovideosink free the list at all. Also
20571           miscellaneous cosmetic fixes.
20572
20573 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20576         (gst_cutter_set_property), (gst_cutter_get_caps):
20577           copy calculation code from level; remove use of some audio
20578           functions
20579
20580 2005-11-22  Andy Wingo  <wingo@pobox.com>
20581
20582         * Update for gst_tag_setter API changes.
20583
20584 2005-11-22  Andy Wingo  <wingo@pobox.com>
20585
20586         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20587         (gst_dvdemux_demux_frame)
20588         * ext/flac/gstflacdec.c (gst_flacdec_write)
20589         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20590         (gst_flacenc_sink_event)
20591         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20592         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20593         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20594         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20595         * gst/auparse/gstauparse.c (gst_auparse_chain)
20596         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20597         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20598         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20599         (gst_avi_demux_handle_seek)
20600         * gst/goom/gstgoom.c (gst_goom_event)
20601         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20602         * gst/matroska/matroska-demux.c
20603         (gst_matroska_demux_handle_seek_event)
20604         (gst_matroska_demux_loop_stream_parse_id)
20605         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20606         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20607         (gst_wavparse_stream_headers): Run update-funcnames.
20608
20609 2005-11-22  Edward Hervey  <edward@fluendo.com>
20610
20611         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20612         (gst_dv1394src_init), (gst_dv1394src_dispose),
20613         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20614         (gst_dv1394src_uri_set_uri):
20615         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20616         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20617         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20618         URIHandler interface and element properties are now properly
20619         synchronized for DV1394src and UDPSrc
20620
20621 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20622
20623         * ext/flac/Makefile.am:
20624         * ext/speex/Makefile.am:
20625           libgsttagedit has been renamed to libgsttag.
20626
20627 2005-11-21  Wim Taymans  <wim@fluendo.com>
20628
20629         * gst/rtsp/rtspconnection.c: (read_body):
20630         Apply patch from Sebastien Cote to fix #319184.
20631
20632 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20633
20634         * configure.ac:
20635         * gst/cutter/Makefile.am:
20636         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20637         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20638         (gst_cutter_set_property), (gst_cutter_get_property),
20639         (plugin_init), (gst_cutter_get_caps):
20640           port cutter
20641         * gst/level/gstlevel.c:
20642           fix up plugin details
20643
20644 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20645
20646         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20647         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20648         (gst_flacdec_src_event):
20649         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20650         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20651         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20652         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20653         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20654         (gst_flxdec_sink_event_handler):
20655         * gst/matroska/matroska-demux.c:
20656         (gst_matroska_demux_handle_seek_event):
20657         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20658           Update for stream lock API changes: don't take stream log
20659           in sink event handlers any longer and change GST_STREAM_LOCK
20660           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20661           functions.
20662
20663 2005-11-21  Michael Smith <msmith@fluendo.com>
20664
20665         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20666           gst_object_unref, not g_object_unref
20667
20668 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20669
20670         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20671         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20672           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20673
20674 2005-11-21  Michael Smith <msmith@fluendo.com>
20675
20676         * gst/auparse/Makefile.am:
20677         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20678         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20679         (gst_auparse_change_state):
20680         * gst/auparse/gstauparse.h:
20681           Partially fix #161712. playbin still doesn't work on these files,
20682           (on the bug report, Andy says we aren't typefinding it for some
20683           reason?) but at least auparse isn't totally busted like it was before.
20684
20685 2005-11-21  Andy Wingo  <wingo@pobox.com>
20686
20687         * *.h:
20688         * *.c: Ran scripts/update-macros. Oh yes.
20689
20690 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20691
20692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20693           Filler events are gone for now, comment out section generating
20694           them.
20695
20696 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20697
20698         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20699         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20700         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20701         * sys/osxvideo/osxvideosink.m:
20702           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20703           (#322027)
20704
20705 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20706
20707         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20708         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20709         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20710         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20711         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20712         (gst_avi_demux_stream_data):
20713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20714         * gst/wavenc/gstwavenc.c: (write_metadata):
20715         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20716         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20717         Fixes for GST_FOURCC_FORMAT API change.
20718
20719 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20720
20721         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20722         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20723         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20724         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20725         (gst_text_overlay_change_state):
20726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20727         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20728         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20729         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20730         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20731         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20732         (gst_videomixer_change_state):
20733           Fix for collect pads API change. Also fix textoverlay state
20734           change function.
20735
20736 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20737
20738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20739         GST_PAD_IS_USABLE by something approaching it.
20740
20741 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20742
20743         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20744         API changes.
20745         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20746         but also fix the code that was not checking return values from
20747         pad_push neither using pad_alloc_buffer.
20748
20749 2005-11-18  Edward Hervey  <edward@fluendo.com>
20750
20751         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20752         (gst_pngenc_chain):
20753         Added debug category
20754         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20755         goes to EOS.
20756
20757 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20758
20759         * gst/rtp/Makefile.am
20760         * gst/rtp/gstrtp.c
20761         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20762         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20763         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20764         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20765         * gst/rtp/gstrtpg711enc.h:
20766         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20767         * gst/rtp/gstrtpspeexenc.c:
20768         * gst/rtp/gstrtpspeexenc.h:
20769         * gst/rtp/gstrtpspeexdec.c:
20770         * gst/rtp/gstrtpspeexdec.h:
20771         Created Speex payloader and depayloader; Optimize G711 payloader to
20772         use adapter and send packets until MTU size.
20773
20774 2005-11-16  Wim Taymans  <wim@fluendo.com>
20775
20776         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20777         Fix leak in check.
20778
20779 2005-11-16  Wim Taymans  <wim@fluendo.com>
20780
20781         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20782         Fix state change.
20783
20784 2005-11-16  Andy Wingo  <wingo@pobox.com>
20785
20786         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20787         (gst_udpsrc_create): Move comment.
20788
20789 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20790
20791         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20792
20793         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20794           When seeking, seek to closest index entry at or before the requested
20795           seek position, not just the closest one (#321001).
20796
20797 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20798
20799         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20800         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20801           Invert DIB images again (see #132341).
20802
20803 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20804
20805         * configure.ac:
20806           rework configure.ac file
20807         * ext/aalib/gstaasink.c:
20808         * ext/cairo/gstcairo.c:
20809         * ext/dv/gstdv.c:
20810         * ext/esd/gstesd.c:
20811         * ext/flac/gstflac.c:
20812         * ext/gconf/gstgconfelements.c:
20813         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20814         * ext/jpeg/gstjpeg.c:
20815         * ext/ladspa/gstladspa.c:
20816         * ext/libcaca/gstcacasink.c:
20817         * ext/libmng/gstmng.c:
20818         * ext/libpng/gstpng.c:
20819         * ext/mikmod/gstmikmod.c:
20820         * ext/pango/gsttextoverlay.c:
20821         * ext/pango/gsttimeoverlay.c:
20822         * ext/raw1394/gst1394.c:
20823         * ext/speex/gstspeex.c:
20824         * gst/alpha/Makefile.am:
20825         * gst/alpha/gstalpha.c:
20826         * gst/alpha/gstalphacolor.c:
20827         * gst/auparse/gstauparse.c:
20828         * gst/autodetect/gstautoaudiosink.c:
20829         (gst_auto_audio_sink_factory_filter),
20830         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20831         * gst/autodetect/gstautodetect.c:
20832         * gst/avi/gstavi.c:
20833         * gst/cutter/gstcutter.c:
20834         * gst/debug/efence.c:
20835         * gst/debug/gstdebug.c:
20836         * gst/debug/gstnavigationtest.c:
20837         * gst/effectv/gsteffectv.c:
20838         * gst/flx/gstflxdec.c:
20839         * gst/goom/gstgoom.c:
20840         * gst/interleave/plugin.c:
20841         * gst/law/alaw.c:
20842         * gst/law/mulaw.c:
20843         * gst/level/gstlevel.c:
20844         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20845         * gst/matroska/matroska.c:
20846         * gst/median/gstmedian.c:
20847         * gst/monoscope/gstmonoscope.c:
20848         * gst/multipart/multipart.c:
20849         * gst/oldcore/gstelements.c:
20850         * gst/rtp/gstrtp.c:
20851         * gst/rtsp/gstrtsp.c:
20852         * gst/smoothwave/gstsmoothwave.c:
20853         * gst/smpte/gstsmpte.c:
20854         * gst/udp/gstudp.c:
20855         * gst/videobox/gstvideobox.c:
20856         * gst/videofilter/gstgamma.c:
20857         * gst/videofilter/gstvideobalance.c:
20858         * gst/videofilter/gstvideoflip.c:
20859         * gst/videofilter/gstvideotemplate.c:
20860         * gst/videomixer/videomixer.c:
20861         * gst/wavenc/gstwavenc.c:
20862         * gst/wavparse/gstwavparse.c:
20863         * sys/oss/gstossaudio.c:
20864         * sys/osxaudio/gstosxaudio.c:
20865           update GST_PLUGIN_DEFINE
20866         * gst/rtp/Makefile.am:
20867         * gst/rtp/gstasteriskh263.c:
20868           check for htons/htonl headers and possibly link to winsock2 lib
20869
20870 2005-11-12  Edward Hervey  <edward@fluendo.com>
20871
20872         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20873         Only GST_DEBUG() information on the valid components.
20874
20875 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20876
20877         * configure.ac: back to HEAD
20878
20879 === release 0.9.5 ===
20880
20881 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20882
20883         * configure.ac:
20884           releasing 0.9.5, "Phone Alarm"
20885
20886 2005-11-11  Edward Hervey  <edward@fluendo.com>
20887
20888         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20889         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20890         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20891         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20892         (gst_avi_demux_loop):
20893         * gst/avi/gstavidemux.h:
20894         Yeah, implement proper seeking. Exact seeking and segment seeking.
20895         Still need to do some checks for segment_stop.
20896
20897 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20898
20899         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20900
20901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20902           Don't try to ready buffer duration from buffer that we don't
20903           own any  longer and that might already have been unreffed.
20904           (#321136)
20905
20906 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20907
20908         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20909         (flx_decode_delta_flc), (gst_flxdec_chain):
20910         Attempting to optimize the code for embedded systems.
20911
20912 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20913
20914         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20915
20916         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20917           Don't re-use already closed file descriptor. (#320920)
20918
20919 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20920
20921         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20922         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20923         (gst_oss_sink_prepare):
20924         * sys/oss/gstosssink.h:
20925           Cache probed caps; fix debug output for SET_PARAM macros.
20926
20927 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20928
20929         * ext/cairo/Makefile.am:
20930         * ext/cairo/gstcairo.c: (plugin_init):
20931         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20932         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20933         (gst_text_overlay_init), (gst_text_overlay_font_init),
20934         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20935         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20936         (gst_text_overlay_text_pad_linked),
20937         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20938         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20939         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20940         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20941         (gst_text_overlay_change_state):
20942         * ext/cairo/gsttextoverlay.h:
20943           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20944           property and redo positioning. Doesn't handle upstream renegotiation
20945           yet though.
20946
20947 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20948
20949         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20950         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20951         (gst_avi_demux_loop):
20952           No need to take the STREAM_LOCK in the loop function. Improve
20953           some debug messages. Don't leak pad names in debug messages.
20954
20955 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20956
20957         * gst/matroska/matroska-demux.c:
20958         (gst_matroska_demux_push_vorbis_codec_priv_data),
20959         (gst_matroska_demux_add_wvpk_header):
20960           Don't error out when the source pad isn't linked.
20961
20962 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20963
20964         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20965         (gst_gconf_audio_sink_change_state):
20966         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20967         (gst_gconf_video_sink_change_state):
20968           Fix state change functions here as well and set kid
20969           to NULL state before removing it.
20970
20971 2005-11-01  Edward Hervey  <edward@fluendo.com>
20972
20973         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20974         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20975         Added proper event handlind, 
20976         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20977         ignored),
20978         and don't set a duration of 0 for buffers otherwise they are discarded
20979         by GstBaseSink.
20980
20981         GstWavEnc needs some serious loving, after going through the code I'm
20982         really wondering how this can stay in -good ...
20983
20984 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20985
20986         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20987         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20988         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20989         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20990         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20991         (gst_matroska_mux_collected):
20992           Fix leaks and invalid memory access as reported by valgrind
20993
20994 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20995
20996         Patch by: Michal Benes <michal.benes@xeris.cz>
20997
20998         * check/Makefile.am:
20999         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
21000         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
21001         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21002           add a unit test for matroskamux
21003           fix the bugs that the unit test exposed
21004
21005 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
21006
21007         * gst/autodetect/gstautoaudiosink.c:
21008         (gst_auto_audio_sink_class_init),
21009         (gst_auto_audio_sink_change_state):
21010         * gst/autodetect/gstautovideosink.c:
21011         (gst_auto_video_sink_class_init),
21012         (gst_auto_video_sink_change_state):
21013           Fix state change function and use GST_DEBUG_FUNCPTR in
21014           class_init.
21015
21016 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21017
21018         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21019
21020         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
21021         (gst_ebml_write_reset), (gst_ebml_write_element_new):
21022         * gst/matroska/ebml-write.h:
21023         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
21024           Set timestamps on outgoing ebml headers as well, so that the
21025           element after matroskamux can get the timestamp already when
21026           reading the first ebml element and doesn't have to wait for
21027           the actual data buffer for that (#320308).
21028           
21029 2005-10-31  Andy Wingo  <wingo@pobox.com>
21030
21031         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21032         (gst_videomixer_pad_link): Kill some memleaks.
21033         (gst_videomixer_pad_get_property): Style fix.
21034         (gst_videomixer_pad_set_property): Style fix.
21035         (gst_videomixer_pad_init): Style fix.
21036         (gst_videomixer_update_queues): Kill memleak.
21037         (gst_videomixer_loop): Kill memleak.
21038         (gst_videomixer_collected): Kill memleak.
21039
21040 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21041
21042         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21043         gst_auparse_change_state:
21044         Just some cleanup.
21045
21046 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21047
21048         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21049         Add checks to GST_FLOW_NOT_LINKED for values returned
21050         from gst_pad_push.
21051         
21052 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21053
21054         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21055         (gst_rtpg711dec_process):
21056         * gst/rtp/gstrtpgsmenc.c:
21057         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21058         are never set. This is important for the g711 to work with burger's rtpbin
21059         element.
21060
21061 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21062
21063         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21064         (gst_speexenc_push_buffer):
21065         Add checks for return values from gst_pad_push and
21066         gst_pad_alloc_buffer.
21067
21068 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21069
21070         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21071
21072         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21073         (gst_matroska_demux_parse_info),
21074         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21075         (gst_matroska_demux_parse_cluster):
21076         * gst/matroska/matroska-ids.h:
21077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21078         (gst_matroska_mux_init), (gst_matroska_mux_start),
21079         (gst_matroska_mux_create_buffer_header),
21080         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21081         (gst_matroska_mux_get_property):
21082         * gst/matroska/matroska-mux.h:
21083           Add SimpleBlock support to matroska demuxer and muxer (part of
21084           Matroska v2). (#319731)
21085
21086 2005-10-28  Wim Taymans  <wim@fluendo.com>
21087
21088         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21089         (gst_jpeg_dec_change_state):
21090         * ext/jpeg/gstjpegdec.h:
21091         Cleanups. Don't create caps for every chain.
21092
21093 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21094
21095         * gst/law/alaw-encode.c: (gst_alawenc_init),
21096         (alawenc_setcaps), (gst_alawenc_chain)
21097         * gst/law/alaw-encode.h:
21098         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21099         (mulawenc_setcaps), (gst_mulawenc_chain)
21100         * gst/law/mulaw-encode.h:
21101         Set timestamp on buffer and it allows RTP G711 elements
21102         work properly.
21103
21104 2005-10-27  Wim Taymans  <wim@fluendo.com>
21105
21106         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21107         Set correct format on oss instead of a silly value. 
21108
21109 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21110
21111         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21112         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21113         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21114         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21115         I420 rendering as well, doesn't bring much for my platform.
21116         Might help on some other platforms.
21117
21118 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21119
21120         * gst/rtp/gstrtpgsmenc.c:
21121         * gst/rtp/gstrtpgsmparse.c:
21122         Declaring the padtemplate correctly.
21123
21124 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21125
21126         * gst/rtp/gstrtpg711dec.c:
21127         * gst/rtp/gstrtpg711enc.c:
21128         * gst/rtp/gstrtpgsmenc.c:
21129         * gst/rtp/gstrtpgsmparse.c:
21130         Setting the proper copyright notice.
21131
21132 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21133
21134         * gst/videobox/Makefile.am: Use liboil.
21135         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21136         (gst_video_box_set_property), (gst_video_box_transform_caps),
21137         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21138         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21139         using liboil. Will dot the same to I420 border generation
21140         tomorrow.
21141
21142 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21143
21144         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21145         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21146         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21147         * gst/rtp/gstrtpg711dec.h:
21148         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21149         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21150         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21151         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21152         (gst_rtpgsmenc_handle_buffer):
21153         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21154         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21155         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21156         * gst/rtp/gstrtpgsmparse.h:
21157         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21158         inherits from the basertpdepayloader.
21159
21160 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21161
21162         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21163         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21164         (gst_video_box_ayuv): Removing this forgotten debug.
21165
21166 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21167
21168         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21169         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21170         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21171
21172 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21173
21174         * sys/oss/gstossaudio.c:
21175         * sys/oss/gstossdmabuffer.c:
21176         * sys/oss/gstosshelper.c:
21177         * sys/oss/gstossmixer.c:
21178         * sys/oss/gstossmixerelement.c:
21179         * sys/oss/gstossmixertrack.c:
21180         * sys/oss/gstosssink.c:
21181         * sys/oss/gstosssrc.c:
21182           Actually use the 'oss' debug category we register.
21183
21184 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21185
21186         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21187         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21188         Use gst_pad_get_parent and drop the ref that was added through
21189         that call.
21190
21191 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21192
21193         * gst/rtp/gstrtpgsmenc.c:
21194           Fix compilation
21195
21196 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21197
21198         * gst/rtp/gstrtpg711dec.c
21199         Just removed a couple of lines of weird code used during
21200         development/test time.
21201
21202 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21203
21204         * gst/rtp/Makefile.am
21205         * gst/rtp/gstrtp.c
21206         * gst/rtp/gstrtpg711enc.c
21207         * gst/rtp/gstrtpg711enc.h
21208         * gst/rtp/gstrtpg711dec.c
21209         * gst/rtp/gstrtpg711dec.h
21210         Created G711 payloader and depayloader (it supports mulaw and alaw
21211         (dec)encoders)
21212
21213 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21214
21215         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21216         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21217         Doh ! I introduced wingo's bug again ! Sorry...
21218
21219 2005-10-25  Christian Schaller <christian@fluendo.com> 
21220
21221         * gst/rtp/Makefile.am: add missing header files for disting
21222
21223 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21224
21225         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21226         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21227         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21228         (gst_rtpgsmenc_handle_buffer):
21229         * gst/rtp/gstrtpgsmenc.h:
21230         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21231         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21232         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21233         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21234         * gst/rtp/gstrtpgsmparse.h:
21235         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21236
21237 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21238
21239         * ext/libpng/gstpngdec.c: (user_info_callback),
21240         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21241         a newsegment event, move some redundant code in a single place.
21242
21243 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21244
21245         * ext/libpng/gstpngdec.c: (user_info_callback),
21246         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21247         hack to get correct colors order when we have a png image with
21248         alpha channel.
21249
21250 2005-10-24  Edward Hervey  <edward@fluendo.com>
21251
21252         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21253         Call gst_element_no_more_pads when there will be no more pads.
21254
21255 2005-10-24  Wim Taymans  <wim@fluendo.com>
21256
21257         * gst/rtp/Makefile.am:
21258         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21259         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21260         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21261         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21262         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21263         (gst_asteriskh263_plugin_init):
21264         * gst/rtp/gstasteriskh263.h:
21265         * gst/rtp/gstrtp.c: (plugin_init):
21266         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21267         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21268         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21269         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21270         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21271         (gst_rtph263enc_plugin_init):
21272         * gst/rtp/gstrtph263enc.h:
21273         Added two new payloaders, an RFC 2190 payloader for h263 and
21274         a payload convertor for an asterisk server.
21275
21276 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21277
21278         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21279           Set bytes_per_sample correctly (is not always 4, but 
21280           depends on width and number of channels).
21281
21282 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21283
21284         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21285         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21286         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21287         (gst_flacenc_sink_event), (gst_flacenc_chain),
21288         (gst_flacenc_set_property), (gst_flacenc_get_property),
21289         (gst_flacenc_change_state):
21290         * ext/flac/gstflacenc.h:
21291           Fix seeking, so that flacenc can rewrite the header with the
21292           correct duration and amount of samples and all that at EOS;
21293           also set timestamps and granulepos on outgoing buffers; add
21294           debug category; fix state change function.
21295           
21296 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21297
21298         * gst/videomixer/videomixer.c: Don't restrict video geometry
21299         from 16 to 4096.
21300
21301 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21302
21303         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21304         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21305         Fix caps negotiation correctly, add debugging category.
21306
21307 2005-10-24  Christian Schaller  <christian@fluendo.com>
21308
21309         * configure.ac: Port over Thomas's change from base listing all plugins
21310
21311 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21312
21313         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21314         a sink pad.
21315
21316 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21317
21318         * configure.ac:
21319         * docs/upload.mak:
21320           back to HEAD
21321
21322 === release 0.9.4 ===
21323
21324 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21325
21326         * configure.ac:
21327           Releasing 0.9.4, "Dromiceiomimus"
21328
21329 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21330
21331         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21332         (gst_speexenc_src_query):
21333           Add position and duration query, fix query type function.
21334           
21335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21336         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21337           Let's not set non-fixed caps on source pads.
21338
21339 2005-10-21  Wim Taymans  <wim@fluendo.com>
21340
21341         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21342         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21343         (gst_avi_demux_handle_seek):
21344         Set correct stream_time in newsegment event.
21345         avi can also handle a duration query now.
21346
21347 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21348
21349         * gst/matroska/matroska-demux.c:
21350         (gst_matroska_demux_handle_src_query),
21351         (gst_matroska_demux_handle_seek_event),
21352         (gst_matroska_demux_loop_stream_parse_id):
21353           Fix duration query; fix basetime in newsegment event after
21354           seek; fix duration in initial newsegment event.
21355
21356         * gst/matroska/matroska-mux.c:
21357         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21358           Extract number of channels and samplerate from vorbis headers;
21359           add some debug messages when querying the durations of the
21360           input streams.
21361
21362 2005-10-20  Wim Taymans  <wim@fluendo.com>
21363
21364         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21365         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21366         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21367         Set stream time correctly in newsegment.
21368
21369 2005-10-20  Wim Taymans  <wim@fluendo.com>
21370
21371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21372         Correctly fill in the stream time.
21373
21374 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         * check/elements/level.c: (GST_START_TEST):
21377         * gst/level/gstlevel.c: (gst_level_message_new):
21378         * gst/level/level-example.c: (message_handler):
21379           use ELEMENT messages instead
21380
21381 2005-10-19  Wim Taymans  <wim@fluendo.com>
21382
21383         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21384         (gst_dvdemux_src_query):
21385         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21386         (gst_flacdec_src_query):
21387         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21388         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21389         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21390         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21391         * gst/debug/progressreport.c: (gst_progress_report_report):
21392         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21393         * gst/matroska/matroska-demux.c:
21394         (gst_matroska_demux_handle_src_query):
21395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21396         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21397         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21398         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21399         (gst_wavparse_srcpad_event):
21400         API change fix.
21401
21402 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21403
21404         * gst/goom/filters.c:
21405         * gst/goom/graphic.h:
21406         * gst/goom/lines.c:
21407           Make inline functions either 'static inline' or 'extern inline',
21408           otherwise the Forte compiler apparently won't inline them (#317300).
21409
21410 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21411
21412         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21413         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21414         (user_info_callback), (user_endrow_callback), (user_end_callback),
21415         (user_read_data), (gst_pngdec_caps_create_and_set),
21416         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21417         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21418         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21419         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21420         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21421         very nice and handle push/pull based model. if you have filesrc
21422         connected to it, it will do random access to load the png file.
21423         If you have a network source that can't do _getrange, it does 
21424         progressive loading through the chain function.
21425         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21426         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21427         thanks to Master Wim Taymans ;-)
21428
21429 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21430
21431         * gst/matroska/Makefile.am:
21432         * gst/matroska/ebml-read.c:
21433         * gst/matroska/ebml-read.h:
21434         * gst/matroska/matroska-demux.c:
21435         * gst/matroska/matroska-demux.h:
21436         * gst/matroska/matroska.c: (plugin_init):
21437           Ported matroska demuxer to 0.9.
21438
21439 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21440
21441         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21442
21443         * gst/matroska/matroska-mux.c:
21444         (gst_matroska_mux_video_pad_setcaps),
21445         (gst_matroska_mux_audio_pad_setcaps):
21446           Fix mpeg4 input handling (#318847); also, while we're at it,
21447           fix media type for Motion-JPEG: should be image/jpeg.
21448
21449 2005-10-18  Wim Taymans  <wim@fluendo.com>
21450
21451         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21452         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21453         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21454         Fix for segment-start/stop API change.
21455
21456 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21457
21458         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21459         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21460         way.
21461
21462 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21463
21464         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21465         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21466         output declared in transform_caps.
21467
21468 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21469
21470         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21471
21472 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21473
21474         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21475         (gst_video_box_get_unit_size): Fix wrong size calculations and
21476         implement get_unit_size correctly.
21477
21478 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21479
21480         * configure.ac:
21481           Enable flx plugin.
21482
21483         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21484           Fix gcc4 signedness issue.
21485
21486 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21487
21488         * configure.ac: Adding videomixer.
21489         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21490         (user_read_data), (gst_pngdec_chain): More debugging.
21491         * gst/alpha/Makefile.am: Adding alphacolor
21492         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21493         (gst_alpha_color_class_init), (gst_alpha_color_init),
21494         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21495         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21496         (plugin_init): Ported to 0.9 using in place base tranform.
21497         * gst/videomixer/Makefile.am:
21498         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21499         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21500         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21501         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21502         (gst_videomixer_init), (gst_videomixer_getcaps),
21503         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21504         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21505         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21506         to 0.9 using collectpads.
21507
21508 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21509
21510         * configure.ac:
21511         * gst/flx/Makefile.am:
21512         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21513         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21514         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21515         * gst/flx/gstflxdec.h:
21516         flx plugin ported to 0.9
21517
21518 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21519
21520         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21521           use new gst_version_string()
21522
21523 2005-10-16  Andy Wingo  <wingo@pobox.com>
21524
21525         * configure.ac: GLIB_CHECK.
21526
21527 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21528
21529         * ext/libpng/Makefile.am:
21530         * ext/libpng/gstpng.c: (plugin_init):
21531         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21532         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21533         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21534
21535 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21536
21537         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21538
21539         * configure.ac:
21540         * gst/matroska/Makefile.am:
21541         * gst/matroska/ebml-ids.h:
21542         * gst/matroska/ebml-write.c:
21543         * gst/matroska/ebml-write.h:
21544         * gst/matroska/matroska-ids.h:
21545         * gst/matroska/matroska-mux.c:
21546         * gst/matroska/matroska-mux.h:
21547         * gst/matroska/matroska.c: (plugin_init):
21548           Port matroska muxer to 0.9 (#318847).
21549
21550 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21551
21552         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21553         (comment_init), (comment_add):
21554           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21555           use GST_READ_UINT32_LE() and friends rather than the private
21556           implementation of those same macros.
21557
21558 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21559
21560         * examples/stats/mp2ogg.c:
21561           more typo fixes
21562
21563 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21564
21565         * examples/indexing/indexmpeg.c: (main):
21566         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21567         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21568         * ext/esd/esdmon.h:
21569         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21570         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21571         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21572         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21573         * gst/avi/gstavimux.c: (gst_avimux_init):
21574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21575         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21576         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21577         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21578         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21579         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21580         * gst/oldcore/gstmultifilesrc.h:
21581         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21582         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21583         (gst_pipefilter_change_state):
21584         * gst/oldcore/gstpipefilter.h:
21585         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21586         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21587         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21588         * sys/osxaudio/gstosxaudiosink.h:
21589         * sys/osxaudio/gstosxaudiosrc.h:
21590           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21591           moved bitshift from macro to enum definition
21592
21593 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21594
21595         * ext/Makefile.am:
21596         * ext/cairo/Makefile.am:
21597         * ext/cairo/gstcairo.c: (plugin_init):
21598         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21599         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21600         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21601         * ext/cairo/gsttimeoverlay.h:
21602           update of cairo-based timeoverlay to 1.0 Cairo API
21603           doesn't work yet for resizing of output sink
21604
21605 2005-10-11  Wim Taymans  <wim@fluendo.com>
21606
21607         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21608         newsegment API fix.
21609
21610 2005-10-11  Wim Taymans  <wim@fluendo.com>
21611
21612         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21613         (gst_dvdemux_demux_frame):
21614         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21615         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21616         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21617         (gst_avi_demux_handle_seek):
21618         * gst/goom/gstgoom.c: (gst_goom_event):
21619         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21620         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21621         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21622         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21623         (gst_wavparse_srcpad_event):
21624         newsegment API update.
21625
21626 2005-10-11  Andy Wingo  <wingo@pobox.com>
21627
21628         * ext/speex/gstspeexenc.c: Signedness cleanups.
21629
21630 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21631
21632         * PORTED_09:
21633         * ext/speex/Makefile.am:
21634         * ext/speex/gstspeex.c:
21635         * ext/speex/gstspeexenc.c:
21636         Speexenc ported to 0.9
21637
21638 2005-10-10  Wim Taymans  <wim@fluendo.com>
21639
21640         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21641         (gst_oss_sink_init), (gst_oss_sink_set_property),
21642         (gst_oss_sink_get_property), (gst_oss_sink_open),
21643         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21644         * sys/oss/gstosssink.h:
21645         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21646         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21647         (gst_oss_src_prepare):
21648         Cleanups, make device configurable in the sink, handle and report
21649         errors.
21650
21651 2005-10-10  Wim Taymans  <wim@fluendo.com>
21652
21653         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21654         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21655         Make sure element is NULL before removing from the bin.
21656
21657 2005-10-07  Andy Wingo  <wingo@pobox.com>
21658
21659         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21660         block forever in a read().
21661         (gst_dv1394src_bus_reset): Post a message when the cable is
21662         unplugged.
21663         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21664         (gst_dv1394src_bus_reset): Don't unref the message.
21665
21666         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21667         hacking. The only change should be that the state change stuff was
21668         put into basesrc's start() and stop() routines, which coalesces
21669         some steps.
21670
21671 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21672
21673         * configure.ac:
21674           Add check for mmap
21675           
21676         * gst/debug/Makefile.am:
21677           Only compile efence plugin on systems that have mmap.
21678
21679 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21680
21681         * gst/debug/Makefile.am:
21682         * gst/debug/breakmydata.c:
21683         * gst/debug/gstdebug.c:
21684         * gst/debug/gstnavigationtest.c:
21685         * gst/debug/gstnavseek.c: 
21686         * gst/debug/gstnavseek.h:
21687         * gst/debug/progressreport.c: 
21688         * gst/debug/testplugin.c:
21689           Port progressreport, navseek, navigationtest, testsink and
21690           breakmydata.
21691
21692 2005-10-05  Edward Hervey  <edward@fluendo.com>
21693
21694         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21695         (gst_dvdemux_src_query):
21696         Fixes for better conversion
21697
21698 2005-10-04  Michael Smith <msmith@fluendo.com>
21699
21700         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21701         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21702         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21703         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21704           Set state of elements to NULL before removing from bins.
21705           Set state of test element to NULL if we failed to move it to READY
21706
21707 2005-10-04  Edward Hervey  <edward@fluendo.com>
21708
21709         * ext/dv/Makefile.am:
21710         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21711         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21712         Corrected the query function for position so it doesn't forget what
21713         format was asked, and calls the conversion functions on the correct pad.
21714
21715 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21716
21717         * configure.ac:
21718           back to development
21719
21720 === release 0.9.3 ===
21721
21722 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21723
21724         * configure.ac:
21725           Releasing 0.9.3, "Aramis"
21726
21727 2005-10-03  Andy Wingo  <wingo@pobox.com>
21728
21729         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21730         error returns.
21731
21732 2005-10-02  Andy Wingo  <wingo@pobox.com>
21733
21734         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21735
21736         * ext/flac/gstflacenc.c: Ported to 0.9.
21737
21738         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21739
21740         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21741         and link to gsttagedit. Enable flacenc.
21742
21743         * ext/flac/gstflacdec.c: Re-enable tag reading.
21744
21745 2005-09-30  Wim Taymans  <wim@fluendo.com>
21746
21747         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21748         * gst/rtp/gstrtpgsmparse.c:
21749         * gst/rtp/gstrtph263penc.c:
21750         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21751         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21752         (gst_rtpmp4venc_set_property):
21753         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21754         Various class and caps fixes from Andre Magalhaes (andrunko)
21755
21756 2005-09-29  Wim Taymans  <wim@fluendo.com>
21757
21758         * gst/level/level-example.c: (main):
21759         Update for new bus API.
21760
21761 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21762
21763         * configure.ac:
21764           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21765           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21766
21767 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21768
21769         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21770           Fix playback of mono streams (bytes_per_sample should be set
21771           from the sample width and the number of channels negotiated,
21772           and not just be set to 4) (#317338)
21773
21774 2005-09-26  Wim Taymans  <wim@fluendo.com>
21775
21776         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21777         (gst_rtpmpaenc_handle_buffer):
21778         Set buffer duration correctly.
21779
21780 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21781
21782         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21783         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21784         (gst_avi_demux_change_state):
21785           Don't crash when encountering a stream with an unknown fourcc or
21786           codec id. Instead, create a pad of type video/x-avi-unknown or
21787           audio/x-avi-unknown, which as a side-effect also results in less
21788           confusing error messages in players ('no decoder' vs. 'no streams');
21789           minor fixes to state change function and class_init function.
21790
21791 2005-09-24  Wim Taymans  <wim@fluendo.com>
21792
21793         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21794         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21795         These are sinks.
21796
21797 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * check/elements/level.c: (GST_START_TEST):
21800           fix test for new GstClockTime use
21801         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21802         (gst_level_transform_ip):
21803         * gst/level/gstlevel.h:
21804           fix up the decay peak, ensuring the decay peak is never lower
21805           than the peak for that interval
21806
21807 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21808
21809         * docs/plugins/gst-plugins-good-plugins.args:
21810         * docs/plugins/inspect/plugin-alpha.xml:
21811         * docs/plugins/inspect/plugin-rtp.xml:
21812         * gst/level/gstlevel.c: (gst_level_set_caps),
21813         (gst_level_transform_ip):
21814           updating docs
21815
21816 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21817
21818         * Makefile.am:
21819         * check/elements/level.c: (GST_START_TEST):
21820         * gst/level/Makefile.am:
21821         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21822         (gst_level_set_property), (gst_level_get_property),
21823         (gst_level_set_caps), (gst_level_message_new),
21824         (gst_level_transform_ip):
21825         * gst/level/gstlevel.h:
21826         * gst/level/level-example.c: (message_handler), (main):
21827           convert to using GstClockTime for all time values, finally.
21828
21829 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21830
21831         * gst/auparse/Makefile.am:
21832         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21833           fix up build
21834         * configure.ac:
21835         * ext/cairo/Makefile.am:
21836         * ext/dv/Makefile.am:
21837         * ext/esd/Makefile.am:
21838         * ext/flac/Makefile.am:
21839         * ext/gconf/Makefile.am:
21840         * ext/gdk_pixbuf/Makefile.am:
21841         * ext/jpeg/Makefile.am:
21842         * ext/ladspa/Makefile.am:
21843         * ext/libcaca/Makefile.am:
21844         * ext/libmng/Makefile.am:
21845         * ext/libpng/Makefile.am:
21846         * ext/mikmod/Makefile.am:
21847         * ext/pango/Makefile.am:
21848         * ext/raw1394/Makefile.am:
21849         * ext/shout2/Makefile.am:
21850         * ext/speex/Makefile.am:
21851         * gst/alpha/Makefile.am:
21852         * gst/autodetect/Makefile.am:
21853         * gst/avi/Makefile.am:
21854         * gst/cutter/Makefile.am:
21855         * gst/debug/Makefile.am:
21856         * gst/effectv/Makefile.am:
21857         * gst/flx/Makefile.am:
21858         * gst/goom/Makefile.am:
21859         * gst/interleave/Makefile.am:
21860         * gst/law/Makefile.am:
21861         * gst/matroska/Makefile.am:
21862         * gst/median/Makefile.am:
21863         * gst/monoscope/Makefile.am:
21864         * gst/multipart/Makefile.am:
21865         * gst/oldcore/Makefile.am:
21866         * gst/rtp/Makefile.am:
21867         * gst/rtsp/Makefile.am:
21868         * gst/smoothwave/Makefile.am:
21869         * gst/smpte/Makefile.am:
21870         * gst/videobox/Makefile.am:
21871         * gst/videofilter/Makefile.am:
21872         * gst/videomixer/Makefile.am:
21873         * gst/wavenc/Makefile.am:
21874         * gst/wavparse/Makefile.am:
21875         * sys/oss/Makefile.am:
21876         * sys/osxaudio/Makefile.am:
21877         * sys/osxvideo/Makefile.am:
21878           fix up GST_LIBS use
21879
21880 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21881
21882         * gst/auparse/Makefile.am:
21883         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21884           fix build of auparse
21885
21886 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21887
21888         * configure.ac:
21889         * PORTED_09:
21890         * gst/auparse/gstauparse.c:
21891         * gst/auparse/gstauparse.h:
21892         Auparse ported to 0.9.
21893
21894 2005-09-22  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst/rtp/TODO:
21897         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21898         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21899         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21900         (gst_rtpmp4venc_set_property):
21901         * gst/rtp/gstrtpmp4venc.h:
21902         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21903         * gst/rtp/gstrtpmpaenc.h:
21904         Use is_filled to both check MTU and max-ptime of base class.
21905
21906 2005-09-22  Wim Taymans  <wim@fluendo.com>
21907
21908         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21909         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21910         (gst_rtpmp4venc_set_property):
21911         Don't fragment packets with multiple frames.
21912
21913 2005-09-22  Wim Taymans  <wim@fluendo.com>
21914
21915         * gst/rtp/TODO:
21916         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21917         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21918         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21919         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21920         (gst_rtpmp4venc_get_property):
21921         * gst/rtp/gstrtpmp4venc.h:
21922         Remove g_print.
21923         Update TODO
21924         Make payload encoder a bit smarter and more correct with
21925         timestamps.
21926         Added option in payloader to include config string in-band.
21927
21928 2005-09-21  Wim Taymans  <wim@fluendo.com>
21929
21930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21931         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21932         (gst_rtspsrc_send):
21933         Strip spaces for key/value pairs.
21934
21935 2005-09-21  Wim Taymans  <wim@fluendo.com>
21936
21937         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21938         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21939         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21940         (gst_rtspsrc_change_state):
21941         More SDP parsing and caps setting.
21942         Do NO_PREROLL differently.
21943         add pads only after negotiated.
21944
21945         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21946         (gst_udpsrc_getcaps):
21947         Implement the getcaps function.
21948
21949 2005-09-21  Wim Taymans  <wim@fluendo.com>
21950
21951         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21952         (gst_rtpamrdec_chain):
21953         Handle multiple AMr packets per payload. Handle CRC and
21954         parse ILL/ILP.
21955
21956         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21957         Make caps params strings for easy SDP mapping.
21958         
21959         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21960         Handle capsnego better.
21961
21962         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21963         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21964         Generate and parse config string in the caps.
21965
21966 2005-09-21  Wim Taymans  <wim@fluendo.com>
21967
21968         * gst/rtp/README:
21969         Update README
21970
21971         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21972         Make extra params as strings.
21973
21974         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21975         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21976         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21977         Make state change return NO_PREROLL as this is a live
21978         source.
21979
21980         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21981         Don't unref old caps when NULL.
21982
21983 2005-09-20  Wim Taymans  <wim@fluendo.com>
21984
21985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21986         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21987         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21988         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21989         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21990         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21991         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21992         * gst/rtsp/sdpmessage.h:
21993         Add URI handler.
21994         Parse SDP and create caps.
21995
21996 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21997
21998         * gst/alpha/gstalpha.c:
21999           fix element description
22000
22001 2005-09-19  Wim Taymans  <wim@fluendo.com>
22002
22003         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
22004         Don't check payload for now.
22005
22006 2005-09-19  Wim Taymans  <wim@fluendo.com>
22007
22008         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
22009         (gst_wavparse_init), (gst_wavparse_parse_file_header),
22010         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
22011         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
22012         (gst_wavparse_loop), (gst_wavparse_pad_convert),
22013         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
22014         (gst_wavparse_change_state):
22015         * gst/wavparse/gstwavparse.h:
22016         Fix wavparse some more.
22017
22018 2005-09-19  Wim Taymans  <wim@fluendo.com>
22019
22020         * check/elements/level.c: (GST_START_TEST):
22021         Fix for bus API change.
22022
22023 2005-09-19  Wim Taymans  <wim@fluendo.com>
22024
22025         * gst/level/level-example.c: (main):
22026         Fix for new bus API.
22027
22028         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22029         Set caps on pads.
22030
22031 2005-09-15  Wim Taymans  <wim@fluendo.com>
22032
22033         * gst/rtp/Makefile.am:
22034         * gst/rtp/README:
22035         * gst/rtp/gstrtp.c: (plugin_init):
22036         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22037         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22038         (gst_rtpamrdec_change_state):
22039         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22040         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22041         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22042         * gst/rtp/gstrtpamrenc.h:
22043         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22044         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22045         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22046         * gst/rtp/gstrtpgsmenc.h:
22047         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22048         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22049         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22050         (gst_rtpgsmparse_change_state):
22051         * gst/rtp/gstrtpgsmparse.h:
22052         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22053         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22054         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22055         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22056         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22057         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22058         * gst/rtp/gstrtph263penc.h:
22059         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22060         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22061         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22062         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22063         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22064         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22065         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22066         * gst/rtp/gstrtpmp4venc.h:
22067         * gst/rtp/gstrtpmpadec.c:
22068         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22069         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22070         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22071         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22072         * gst/rtp/gstrtpmpaenc.h:
22073         Updates to payloader/depayloaders, make payloaders use
22074         the base classes.
22075         Updated README with suggested RTP caps and how to convert
22076         to/from SDP.
22077         Added config descriptor in mp4v payloader.
22078
22079 2005-09-15  Andy Wingo  <wingo@pobox.com>
22080
22081         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22082         * gst/autodetect/gstautovideosink.c
22083         (gst_auto_video_sink_find_best): Update for new registry API.
22084
22085 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22086
22087         * common/c-to-xml.py:
22088         * common/gtk-doc-plugins.mak:
22089           a simple py script to generate valid xml from a C example
22090           probably also need to strip an MIT license when we decide
22091         * docs/plugins/Makefile.am:
22092         * gst/level/Makefile.am:
22093         * gst/level/gstlevel.c: (gst_level_init):
22094         * gst/level/level-example.c: (message_handler), (main):
22095           add an example to level that will show up in the docs
22096         * gst/rtp/TODO:
22097           add a note for the future
22098
22099 2005-09-14  Michael Smith <msmith@fluendo.com>
22100
22101         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22102           Actually define the debug object being used in wavenc. Fixes #316205
22103
22104 2005-09-14  Michael Smith <msmith@fluendo.com>
22105
22106         * gst/smpte/Makefile.am:
22107           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22108           needed to build on windows (bug 316204)
22109
22110 2005-09-12  Andy Wingo  <wingo@pobox.com>
22111
22112         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22113
22114 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22115
22116         * configure.ac:
22117         * gst/fdsrc/Makefile.am:
22118         * gst/fdsrc/gstfdsrc.c:
22119         * gst/fdsrc/gstfdsrc.h:
22120           Move fdsrc back into gstreamer core elements.
22121
22122         * gst/level/gstlevel.c: (gst_level_class_init),
22123         (gst_level_transform_ip):
22124         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22125           Basetransform changes.
22126
22127 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22130         * ext/jpeg/smokecodec.c: (find_best_size):
22131           fix compiler warnings
22132
22133 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22134
22135         * gst-plugins-good.spec.in:
22136           spec file fixes
22137         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22138         (gst_multiudpsink_render), (gst_multiudpsink_add),
22139         (gst_multiudpsink_clear):
22140           it actually helps to actually stream if we hook up the
22141           "add" signal to an actual implementation
22142         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22143           some debugging
22144
22145 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22146
22147         * ext/jpeg/Makefile.am:
22148         * ext/jpeg/gstjpeg.c
22149         * ext/jpeg/gstjpegenc.c:
22150         * ext/jpeg/gstsmokeenc.c:
22151
22152 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22153
22154         * ext/flac/gstflacdec.c:
22155         * ext/flac/gstflacenc.c:
22156         * ext/flac/gstflactag.c:
22157         * ext/speex/gstspeexenc.c:
22158           gsttaginterface.h -> gsttagsetter.h
22159
22160 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22161
22162         * configure.ac:
22163         * gst/debug/Makefile.am:
22164         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22165         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22166         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22167         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22168         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22169           Port to 0.9 and re-enable efence plugin.
22170
22171 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22172
22173         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22174         (gst_flacdec_write), (gst_flacdec_convert_src):
22175         * ext/flac/gstflacdec.h:
22176           Add support for flac files with 24/32 bits per sample; and misc.
22177           minor clean-ups. Seeking is still partly broken (for me at least).
22178
22179 2005-09-06  Wim Taymans  <wim@fluendo.com>
22180
22181         * gst/rtp/Makefile.am:
22182         * gst/rtp/gstrtp.c: (plugin_init):
22183         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22184         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22185         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22186         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22187         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22188         (gst_rtpmp4vdec_plugin_init):
22189         * gst/rtp/gstrtpmp4vdec.h:
22190         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22191         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22192         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22193         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22194         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22195         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22196         * gst/rtp/gstrtpmp4venc.h:
22197         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22198         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22199         Added mpeg4 video payload encoder/decoder.
22200         Added some docs in mpa payloader.
22201
22202 === release 0.9.1 ===
22203
22204 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         * NEWS:
22207         * README:
22208         * RELEASE:
22209         * autogen.sh:
22210         * configure.ac:
22211           releasing 0.9.1, "Blondie"
22212
22213 2005-09-05  Andy Wingo  <wingo@pobox.com>
22214
22215         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22216         here from the state change handler, so we fire signals without
22217         holding the state lock.
22218
22219 2005-09-02  Andy Wingo  <wingo@pobox.com>
22220
22221         * All plugins updated for element state changes.
22222
22223 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22224
22225         * Makefile.am:
22226         * check/.cvsignore:
22227         * check/Makefile.am:
22228         * check/elements/.cvsignore:
22229         * check/elements/level.c: (setup_level), (cleanup_level),
22230         (GST_START_TEST), (level_suite), (main):
22231           add a test for level
22232         * common/release.mak:
22233           move the enum checking to release.mak
22234         * configure.ac:
22235           add valgrind and check checking
22236         * gst/level/gstlevel.c: (gst_level_transform):
22237         * gst/level/gstlevel.h:
22238           fix Andy's cast bug
22239           convert a field to int
22240           fix the arithmetic to int when checking for emit so that a
22241           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22242
22243 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * Makefile.am:
22246         * configure.ac:
22247           add docs to build
22248         * common/plugins.xsl:
22249           wrap Description into a refsect2
22250         * docs/Makefile.am:
22251         * docs/plugins/Makefile.am:
22252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22254         * gst/goom/Makefile.am:
22255         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22256         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22257         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22258         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22259         (gst_goom_change_state):
22260         * gst/goom/gstgoom.h:
22261           GstGOOM -> GstGoom
22262           add an example launch line
22263         * gst/level/gstlevel.h:
22264         * gst/monoscope/gstmonoscope.c:
22265           cleanups
22266
22267 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * configure.ac:
22270         * docs/plugins/Makefile.am:
22271         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22272         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22273         * docs/plugins/gst-plugins-good-plugins.types:
22274           document elements and plugins.  Shazam !
22275
22276 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22277
22278         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22279           be found under doc/random/ChangeLog-0.8