gst/spectrum/gstspectrum.c: Don't call gst_fft_f32_free() with NULL to prevent a...
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2009-01-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2
3         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
4         Don't call gst_fft_f32_free() with NULL to prevent a
5         crash. Fixes bug #567642.
6
7 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
8
9         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
10         * gst/spectrum/gstspectrum.h:
11         Use correct types for frame/fft counters and some minor
12         cleanup.
13
14 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
15
16         Patch by: Lennart Poettering <lennart at poettering dot net>
17
18         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
19         (gst_pulseprobe_free):
20         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
21
22 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
23
24         * gst/spectrum/Makefile.am:
25         * gst/spectrum/README:
26         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
27         (gst_spectrum_class_init), (gst_spectrum_init),
28         (gst_spectrum_reset_state), (gst_spectrum_finalize),
29         (gst_spectrum_set_property), (gst_spectrum_start),
30         (gst_spectrum_stop), (gst_spectrum_setup),
31         (gst_spectrum_transform_ip):
32         * gst/spectrum/gstspectrum.h:
33         Post a spectrum message on the bus for every interval, even
34         if the interval is small than the length of the FFT.
35         Fixes bug #567642.
36
37         Major cleanup of the spectrum element.
38
39 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
40
41         * configure.ac:
42         * gst/audiofx/Makefile.am:
43         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
44         (gst_audio_fir_filter_class_init),
45         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
46         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
47         (gst_audio_fir_filter_set_property),
48         (gst_audio_fir_filter_get_property):
49         * gst/audiofx/audiofirfilter.h:
50         * gst/audiofx/audiofx.c: (plugin_init):
51         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
52         (gst_audio_iir_filter_class_init),
53         (gst_audio_iir_filter_update_coefficients),
54         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
55         (gst_audio_iir_filter_finalize),
56         (gst_audio_iir_filter_set_property),
57         (gst_audio_iir_filter_get_property):
58         * gst/audiofx/audioiirfilter.h:
59         Add audioiirfilter and audiofirfilter elements which allow
60         generic IIR/FIR filters to be implemented by providing the
61         filter coefficients. Fixes bug #567577.
62
63         * docs/plugins/Makefile.am:
64         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
65         * docs/plugins/gst-plugins-good-plugins-sections.txt:
66         * docs/plugins/gst-plugins-good-plugins.args:
67         * docs/plugins/gst-plugins-good-plugins.hierarchy:
68         * docs/plugins/gst-plugins-good-plugins.signals:
69         * docs/plugins/inspect/plugin-alaw.xml:
70         * docs/plugins/inspect/plugin-audiofx.xml:
71         * docs/plugins/inspect/plugin-avi.xml:
72         * docs/plugins/inspect/plugin-flac.xml:
73         * docs/plugins/inspect/plugin-mulaw.xml:
74         * docs/plugins/inspect/plugin-video4linux2.xml:
75         * docs/plugins/inspect/plugin-wavparse.xml:
76         Add documentation for the audioiirfilter and audiofirfilter
77         elements.
78
79         * tests/check/Makefile.am:
80         * tests/check/elements/audiofirfilter.c: (on_message),
81         (on_rate_changed), (on_handoff), (GST_START_TEST),
82         (audiofirfilter_suite):
83         * tests/check/elements/audioiirfilter.c: (on_message),
84         (on_rate_changed), (on_handoff), (GST_START_TEST),
85         (audioiirfilter_suite):
86         * tests/examples/Makefile.am:
87         * tests/examples/audiofx/Makefile.am:
88         * tests/examples/audiofx/firfilter-example.c: (on_message),
89         (on_rate_changed), (main):
90         * tests/examples/audiofx/iirfilter-example.c: (on_message),
91         (on_rate_changed), (main):
92         Add unit tests and example applications for the two filter
93         elements.
94
95 2009-01-13  Michael Smith <msmith@songbirdnest.com>
96
97         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
98         * gst/qtdemux/qtdemux.c:
99           Fix format string for guint64.
100
101 2009-01-13  Michael Smith <msmith@songbirdnest.com>
102
103         * sys/osxaudio/Makefile.am:
104           osxaudio plugin now requires AudioUnit framework, so link against that.
105           Clean up tabs v spaces while I'm there.
106
107 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
108
109         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
110         (print_stats), (main):
111         Add some example code for printing the RTP manager stats.
112
113 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
114
115         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
116         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
117         (gst_audio_cheb_band_set_property):
118         * gst/audiofx/audiochebband.h:
119         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
120         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
121         (gst_audio_cheb_limit_set_property):
122         * gst/audiofx/audiocheblimit.h:
123         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
124         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
125         (gst_audio_wsincband_set_property):
126         * gst/audiofx/audiowsincband.h:
127         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
128         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
129         (gst_audio_wsinclimit_set_property):
130         * gst/audiofx/audiowsinclimit.h:
131         Use a custom mutex for protecting the instance fields instead of
132         the GstObject lock. Using the latter can lead to deadlocks, especially
133         with the FIR filters when updating the latency.
134
135 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
136
137         * gst/audiofx/Makefile.am:
138         * gst/audiofx/audiofxbasefirfilter.c:
139         (gst_audio_fx_base_fir_filter_dispose),
140         (gst_audio_fx_base_fir_filter_base_init),
141         (gst_audio_fx_base_fir_filter_class_init),
142         (gst_audio_fx_base_fir_filter_init),
143         (gst_audio_fx_base_fir_filter_push_residue),
144         (gst_audio_fx_base_fir_filter_setup),
145         (gst_audio_fx_base_fir_filter_transform),
146         (gst_audio_fx_base_fir_filter_start),
147         (gst_audio_fx_base_fir_filter_stop),
148         (gst_audio_fx_base_fir_filter_query),
149         (gst_audio_fx_base_fir_filter_query_type),
150         (gst_audio_fx_base_fir_filter_event),
151         (gst_audio_fx_base_fir_filter_set_kernel):
152         * gst/audiofx/audiofxbasefirfilter.h:
153         * gst/audiofx/audiofxbaseiirfilter.c:
154         Implement a base class for generic audio FIR filters.
155
156         * gst/audiofx/audiowsincband.c:
157         (gst_gst_audio_wsincband_mode_get_type),
158         (gst_gst_audio_wsincband_window_get_type),
159         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
160         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
161         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
162         (gst_audio_wsincband_get_property):
163         * gst/audiofx/audiowsincband.h:
164         * gst/audiofx/audiowsinclimit.c:
165         (gst_audio_wsinclimit_mode_get_type),
166         (gst_audio_wsinclimit_window_get_type),
167         (gst_audio_wsinclimit_base_init),
168         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
169         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
170         (gst_audio_wsinclimit_set_property),
171         (gst_audio_wsinclimit_get_property):
172         * gst/audiofx/audiowsinclimit.h:
173         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
174         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
175         Use this new base class for audiowsincband and audiowsinclimit.
176         Also cleanup both elements.
177
178 2009-01-08  Michael Smith <msmith@songbirdnest.com>
179
180         * gst/qtdemux/qtdemux.c:
181           In push mode, error out if we get EOS before we've created any srcpads.
182           Handle (in pull mode) some files that have a truncated moov atom where
183           the final sub-atom is a 'free' atom and the contents of that are not
184           present in the file.
185
186 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
187
188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
189         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
190         Some cleanups, refactoring and minor enhancements in caps handling.
191
192         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
193         (gst_matroska_mux_init), (gst_matroska_pad_reset),
194         (gst_matroska_pad_free), (gst_matroska_mux_reset),
195         (gst_matroska_mux_video_pad_setcaps),
196         (gst_matroska_mux_request_new_pad):
197         * tests/check/elements/matroskamux.c: (teardown_src_pad):
198         Only remove, release or reset what is appropriate upon state change.
199
200 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
201
202         * ext/pulse/pulsesink.c:
203         * ext/pulse/pulsesink.h:
204         Use a mutex to protect the current stream pointer, and ignore
205         callbacks for stream objects that have been destroyed already.
206         Fixes problems with unprepare/prepare cycles caused by the input
207         caps changing, without reintroducing bug #556986.
208
209 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
210
211         * sys/v4l2/gstv4l2src.c:
212         Remove () from translateable string, so that it makes more sense.
213
214 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
215
216         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
217         Minor fix/cleanup in header field calculation.
218
219 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
220
221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
222         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
223         * gst/matroska/matroska-mux.h:
224         Remove internal taglist and fully use tagsetter interface.
225
226 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
227
228         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
229         (gst_avi_mux_riff_get_avi_header):
230         * gst/avi/gstavimux.h:
231         Ensure header size invariance during subsequent rewrite by using
232         tags snapshot.
233
234 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
237         Don't wait for the pulse mainloop when destroying the stream.
238         Fixes a deadlock when the pulsedaemon goes away while pulsesink
239         is PLAYING. Fixes bug #556986.
240
241 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
242
243         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
244                   Luotao Fu <l dot fu at pengutronix dot de>
245
246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
247         (gst_v4l2_get_caps_info):
248         Add support for grayscale v4l2 devices. Fixes bug #566616.
249
250 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
251
252         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
253         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
254         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
255         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
256         * gst/qtdemux/qtdemux.h:
257         * gst/qtdemux/quicktime.c: (plugin_init):
258         Streamline tag handling and pass unparsed tags as binary blob
259         in private tag.
260
261 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
262
263         * gst/audiofx/Makefile.am:
264         * gst/audiofx/audiofxbaseiirfilter.c:
265         (gst_audio_fx_base_iir_filter_base_init),
266         (gst_audio_fx_base_iir_filter_dispose),
267         (gst_audio_fx_base_iir_filter_class_init),
268         (gst_audio_fx_base_iir_filter_init),
269         (gst_audio_fx_base_iir_filter_calculate_gain),
270         (gst_audio_fx_base_iir_filter_set_coefficients),
271         (gst_audio_fx_base_iir_filter_setup), (process),
272         (gst_audio_fx_base_iir_filter_transform_ip),
273         (gst_audio_fx_base_iir_filter_stop):
274         * gst/audiofx/audiofxbaseiirfilter.h:
275         Implement a base class for IIR filters.
276
277         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
278         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
279         (generate_coefficients), (gst_audio_cheb_band_set_property),
280         (gst_audio_cheb_band_setup):
281         * gst/audiofx/audiochebband.h:
282         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
283         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
284         (generate_coefficients), (gst_audio_cheb_limit_set_property),
285         (gst_audio_cheb_limit_setup):
286         * gst/audiofx/audiocheblimit.h:
287         Use the IIR filter base class for the chebyshev filters.
288
289 2009-01-02  Michael Smith <msmith@songbirdnest.com>
290
291           Patch by: Justin Karnegas <justin@affinix.com> and
292                     Michael Smith <msmith@songbirdnest.com>
293         * sys/osxaudio/gstosxaudio.c:
294         * sys/osxaudio/gstosxaudioelement.c:
295         * sys/osxaudio/gstosxaudioelement.h:
296         * sys/osxaudio/gstosxaudiosink.c:
297         * sys/osxaudio/gstosxaudiosink.h:
298         * sys/osxaudio/gstosxaudiosrc.c:
299         * sys/osxaudio/gstosxaudiosrc.h:
300         * sys/osxaudio/gstosxringbuffer.c:
301         * sys/osxaudio/gstosxringbuffer.h:
302           Rewrite osxaudio to work more flexibly and more reliably, using a
303           different abstraction layer of coreaudio that is the recommended way of
304           doing low-level audio I/O on OSX.
305           Fixes byg #564948.
306
307 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
310         Add example RTP transcoding pipeline from any file decodedable with
311         uridecodebin.
312
313 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
314
315         * tests/examples/rtp/.cvsignore:
316         * tests/examples/rtp/Makefile.am:
317         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
318         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
319         Add two C examples of using gstrtpbin as a sender and a receiver.
320
321 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
322
323         * ChangeLog:
324         Remove conflict marker from ChangeLog
325
326 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
327
328         Patch by: j^ <j at oil21.org>
329
330         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
331         (qtdemux_audio_caps):
332         Add codec mapping for xvid, fmp4 and ac3 tracks.
333         Fixes #565850
334
335 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
336
337         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
338         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
339         (gst_smokeenc_chain), (gst_smokeenc_change_state):
340         * ext/jpeg/gstsmokeenc.h:
341         Implement getcaps function.
342         Set caps on the pad and on all outgoing buffers.
343         Fixes #565441.
344
345 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
346
347         * ext/pulse/pulsemixerctrl.c:
348           And remove temporary comment pointing to the bug ticket.
349
350         * gst/avi/gstavimux.c:
351           Move reoccuring logging to LOG and log instance too.
352
353 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
354
355         * ext/pulse/pulsemixerctrl.c:
356           Don't leak the pa_operation.
357
358 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
359
360         * configure.ac:
361           Require core cvs.
362
363 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
364
365         * gst/avi/gstavimux.c:
366           Rename api from _flush to _reset_tags. 
367
368 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
369
370         * gst/avi/gstavimux.c:
371           Use new tagsetter api to flush tags.
372
373 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
374
375         * tests/check/elements/deinterleave.c: (deinterleave_suite):
376         Increase timeout to 3 minutes to prevent timeouts.
377
378 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
379
380         * tests/check/elements/interleave.c: (interleave_suite):
381         Increase timeout to 3 minutes to prevent timeouts.
382
383 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
384
385         * gst/avi/gstavimux.c:
386         * gst/avi/gstavimux.h:
387           Totally remove the internal taglists and fully use tagsetter.
388
389 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
390
391         * gst/avi/gstavimux.c:
392           Instead of filtering wrongly just use the mergemode. Applications is
393           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
394           avi for real (I hope). Everyone chime in, before I fix the others.
395
396 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
397
398         * ext/pulse/pulsemixerctrl.c:
399           Add note about memleak.
400
401 2008-12-13  Edward Hervey  <bilboed@gmail.com>
402
403         * m4/Makefile.am:
404         A couple more .m4 that aren't shipped anymore with gettext 0.17.
405
406 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
407
408         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
409         (gst_flac_dec_init):
410         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
411         (gst_alaw_dec_init):
412         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
413         (gst_alaw_enc_init):
414         * gst/law/alaw.c: (plugin_init):
415         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
416         (gst_mulawdec_init):
417         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
418         (gst_mulawenc_init):
419         * gst/law/mulaw.c: (plugin_init):
420         Switch to using GstStaticPadTemplate.
421         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
422         Don't forget to free the addrinfo structure.
423         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
424         (gst_wavparse_sink_activate):
425         Don't forget to unref the GstAdapter.
426
427 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
428
429         * m4/Makefile.am:
430         inttypes.m4 hasn't been available since gettext-0.15, and since we now
431         require gettext >= 0.17 ... we can remove it from the list of files to
432         dist.
433
434 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
435
436         * gst/avi/gstavidemux.c:
437           More logging.
438
439         * gst/avi/gstavimux.c:
440           Handle more metadata fields. Better estimate of metadata size. Don't
441           merge received tags, if application has specified tags using
442           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
443
444 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
445
446         * tests/check/Makefile.am:
447         Also ignore pulsemixer for the states unit test.
448
449 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
450
451         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
452         Add an EOI marker at the end of the jpeg frame when it's missing.
453         Fixes #563056.
454
455 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
456
457         * tests/check/elements/videocrop.c: (check_1x1_buffer):
458         Update the unit test for the new color values for BT.601 red.
459         Fixes bug #563510.
460
461 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
462
463         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
464           Restore previous behaviour of not passing QoS and navigation
465           events upstream, which presumably wasn't meant to be changed.
466
467 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
468
469         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
470         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
471         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
472         (gst_dvdemux_chain), (gst_dvdemux_loop),
473         (gst_dvdemux_change_state):
474         Add srcpads only when needed and remove them again when going
475         back to READY. This prevents stalled pipelines if there's no
476         audio inside the DV stream, which happens for many MXF files.
477
478 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
479
480         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
481         (run_server):
482         The ports in libsoup are unsigned integers and not signed
483         integers.
484
485 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
486
487         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
488         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
489         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
490         (gst_dvdemux_chain), (gst_dvdemux_loop),
491         (gst_dvdemux_change_state):
492         Add srcpads only when they're needed. If we add all pads in any
493         case we will get a stalling audio pad if the stream contains
494         no audio, which is the case for many MXF files.
495
496 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
497
498         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
499         Forward all events upstream unless it's something we really
500         don't handle. This fixes latency configuration of pipelines.
501
502 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * ext/dv/gstdv.c: (plugin_init):
505         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
506         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
507         Really call dv_init() exactly one time, not one time for
508         the demuxer and one time for the decoder.
509
510 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
511
512         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
513         Copy incomming timestamp to outgoing packets.
514
515 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
516
517         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
518         (gst_rtp_mp4v_pay_event):
519         Don't try to push packets before we could find a valid config
520         startcode. Fixes #563509.
521
522 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
523
524         Patch by: Brian Cameron <brian.cameron at sun dot com>
525
526         * sys/sunaudio/gstsunaudiomixerctrl.c:
527         (gst_sunaudiomixer_ctrl_open):
528         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
529
530 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
531
532         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
533
534         * configure.ac:
535         Make usage of libv4l optional by a configure parameter.
536         Fixes bug #563504.
537
538 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
539
540         * docs/plugins/Makefile.am:
541         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
542         * docs/plugins/gst-plugins-good-plugins-sections.txt:
543         * docs/plugins/gst-plugins-good-plugins.args:
544         * docs/plugins/gst-plugins-good-plugins.hierarchy:
545         * docs/plugins/gst-plugins-good-plugins.interfaces:
546         * docs/plugins/inspect/plugin-1394.xml:
547         * docs/plugins/inspect/plugin-aasink.xml:
548         * docs/plugins/inspect/plugin-alaw.xml:
549         * docs/plugins/inspect/plugin-alpha.xml:
550         * docs/plugins/inspect/plugin-alphacolor.xml:
551         * docs/plugins/inspect/plugin-annodex.xml:
552         * docs/plugins/inspect/plugin-apetag.xml:
553         * docs/plugins/inspect/plugin-audiofx.xml:
554         * docs/plugins/inspect/plugin-auparse.xml:
555         * docs/plugins/inspect/plugin-autodetect.xml:
556         * docs/plugins/inspect/plugin-avi.xml:
557         * docs/plugins/inspect/plugin-cacasink.xml:
558         * docs/plugins/inspect/plugin-cairo.xml:
559         * docs/plugins/inspect/plugin-cutter.xml:
560         * docs/plugins/inspect/plugin-debug.xml:
561         * docs/plugins/inspect/plugin-dv.xml:
562         * docs/plugins/inspect/plugin-efence.xml:
563         * docs/plugins/inspect/plugin-effectv.xml:
564         * docs/plugins/inspect/plugin-equalizer.xml:
565         * docs/plugins/inspect/plugin-esdsink.xml:
566         * docs/plugins/inspect/plugin-flac.xml:
567         * docs/plugins/inspect/plugin-flxdec.xml:
568         * docs/plugins/inspect/plugin-gamma.xml:
569         * docs/plugins/inspect/plugin-gconfelements.xml:
570         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
571         * docs/plugins/inspect/plugin-goom.xml:
572         * docs/plugins/inspect/plugin-goom2k1.xml:
573         * docs/plugins/inspect/plugin-halelements.xml:
574         * docs/plugins/inspect/plugin-icydemux.xml:
575         * docs/plugins/inspect/plugin-id3demux.xml:
576         * docs/plugins/inspect/plugin-interleave.xml:
577         * docs/plugins/inspect/plugin-jpeg.xml:
578         * docs/plugins/inspect/plugin-level.xml:
579         * docs/plugins/inspect/plugin-matroska.xml:
580         * docs/plugins/inspect/plugin-monoscope.xml:
581         * docs/plugins/inspect/plugin-mulaw.xml:
582         * docs/plugins/inspect/plugin-multifile.xml:
583         * docs/plugins/inspect/plugin-multipart.xml:
584         * docs/plugins/inspect/plugin-navigationtest.xml:
585         * docs/plugins/inspect/plugin-ossaudio.xml:
586         * docs/plugins/inspect/plugin-png.xml:
587         * docs/plugins/inspect/plugin-pulseaudio.xml:
588         * docs/plugins/inspect/plugin-quicktime.xml:
589         * docs/plugins/inspect/plugin-replaygain.xml:
590         * docs/plugins/inspect/plugin-rtp.xml:
591         * docs/plugins/inspect/plugin-rtsp.xml:
592         * docs/plugins/inspect/plugin-shout2send.xml:
593         * docs/plugins/inspect/plugin-smpte.xml:
594         * docs/plugins/inspect/plugin-soup.xml:
595         * docs/plugins/inspect/plugin-spectrum.xml:
596         * docs/plugins/inspect/plugin-speex.xml:
597         * docs/plugins/inspect/plugin-taglib.xml:
598         * docs/plugins/inspect/plugin-udp.xml:
599         * docs/plugins/inspect/plugin-video4linux2.xml:
600         * docs/plugins/inspect/plugin-videobalance.xml:
601         * docs/plugins/inspect/plugin-videobox.xml:
602         * docs/plugins/inspect/plugin-videocrop.xml:
603         * docs/plugins/inspect/plugin-videoflip.xml:
604         * docs/plugins/inspect/plugin-videomixer.xml:
605         * docs/plugins/inspect/plugin-wavenc.xml:
606         * docs/plugins/inspect/plugin-wavpack.xml:
607         * docs/plugins/inspect/plugin-wavparse.xml:
608         * docs/plugins/inspect/plugin-ximagesrc.xml:
609         * gst/matroska/matroska-demux.c:
610         * gst/matroska/matroska-demux.h:
611         * gst/matroska/matroska-mux.c:
612         * gst/matroska/matroska-mux.h:
613         Add documentation for matroskamux and matroskademux and
614         update the inspection xml files.
615
616 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
617
618         * configure.ac:
619         Apparently AC_CONFIG_MACRO_DIR breaks when using more
620         than one macro directory, reverting last change.
621
622 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
623
624         * configure.ac:
625         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
626         our M4 macros.
627
628 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
629
630         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
631         Provide the parameters that are required for the format string
632         to fix a compiler warning.
633
634 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
635
636         * gst/autodetect/gstautoaudiosrc.c:
637           Fix classification.
638
639 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
640
641         Patch by: Cygwin Ports maintainer
642                   <yselkowitz at users dot sourceforge dot net>
643
644         * autogen.sh:
645         * configure.ac:
646         Require gettext 0.17 because older versions don't mix with libtool
647         2.2. At build time an older gettext version will still work.
648         Fixes bug #556091.
649
650 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
651
652         Patch by: Peter Kjellerstedt <pkj at axis com>
653
654         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
655         Make gst_multiudpsink_render() ignore errors from sendto() instead of
656         breaking streaming. Emit a warning instead. Fixes #562572.
657
658 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         Patch by: Ron McOuat <rmcouat at smartt dot com>
661
662         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
663         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
664         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
665         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
666         * ext/soup/gstsouphttpsrc.h:
667         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
668         (digest_auth_cb), (run_test), (GST_START_TEST),
669         (souphttpsrc_suite), (run_server):
670         Add support for basic and digest authentication in souphttpsrc.
671         Fixes bug #561775.
672
673 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
674
675         Patch by: Pepijn Van Eeckhoudt
676                       <pepijn dot vaneeckhoudt at luciad dot com>
677
678         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
679         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
680         * gst/wavenc/gstwavenc.h:
681         * gst/wavenc/riff.h:
682         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
683
684 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         Patch by: 이문형 <iwings at gmail dot com>
687
688         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
689         Prevent further read/write actions taken to the connect-failed socket by
690         erroring out quickly. See #562258.
691
692 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
693
694         * tests/examples/level/level-example.c:
695           Set fakesink to sync. Otherwise people might question the message
696           interval. Nevertheless the timestamp in the message is what matters.
697
698 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
699
700         * tests/icles/.cvsignore:
701         cvsignore newly generated file.
702
703 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * gst/rtp/gstasteriskh263.c:
706         * gst/rtp/gstasteriskh263.h:
707         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
708         * gst/rtp/gstrtpL16depay.h:
709         * gst/rtp/gstrtpL16pay.c:
710         * gst/rtp/gstrtpL16pay.h:
711         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
712         * gst/rtp/gstrtpac3depay.h:
713         * gst/rtp/gstrtpamrdepay.c:
714         * gst/rtp/gstrtpamrdepay.h:
715         * gst/rtp/gstrtpamrpay.c:
716         * gst/rtp/gstrtpamrpay.h:
717         * gst/rtp/gstrtpdepay.c:
718         * gst/rtp/gstrtpdepay.h:
719         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
720         * gst/rtp/gstrtpg726depay.c:
721         * gst/rtp/gstrtpg726pay.c:
722         * gst/rtp/gstrtpg729depay.c:
723         * gst/rtp/gstrtpg729pay.c:
724         * gst/rtp/gstrtpgsmdepay.c:
725         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
726         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
727         * gst/rtp/gstrtph263depay.h:
728         * gst/rtp/gstrtph263pay.c:
729         * gst/rtp/gstrtph263pay.h:
730         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
731         * gst/rtp/gstrtph263pdepay.h:
732         * gst/rtp/gstrtph263ppay.c:
733         * gst/rtp/gstrtph263ppay.h:
734         * gst/rtp/gstrtph264depay.c:
735         * gst/rtp/gstrtph264depay.h:
736         * gst/rtp/gstrtph264pay.c:
737         * gst/rtp/gstrtph264pay.h:
738         * gst/rtp/gstrtpilbcdepay.c:
739         * gst/rtp/gstrtpilbcpay.c:
740         * gst/rtp/gstrtpjpegdepay.h:
741         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
742         * gst/rtp/gstrtpmp1sdepay.h:
743         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
744         * gst/rtp/gstrtpmp2tdepay.h:
745         * gst/rtp/gstrtpmp2tpay.c:
746         * gst/rtp/gstrtpmp2tpay.h:
747         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
748         * gst/rtp/gstrtpmp4apay.c:
749         * gst/rtp/gstrtpmp4apay.h:
750         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
751         * gst/rtp/gstrtpmp4gdepay.h:
752         * gst/rtp/gstrtpmp4gpay.c:
753         * gst/rtp/gstrtpmp4gpay.h:
754         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
755         * gst/rtp/gstrtpmp4vdepay.h:
756         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
757         * gst/rtp/gstrtpmp4vpay.h:
758         * gst/rtp/gstrtpmpadepay.c:
759         * gst/rtp/gstrtpmpadepay.h:
760         * gst/rtp/gstrtpmpapay.c:
761         * gst/rtp/gstrtpmpapay.h:
762         * gst/rtp/gstrtpmpvdepay.c:
763         * gst/rtp/gstrtpmpvdepay.h:
764         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
765         * gst/rtp/gstrtppcmapay.c:
766         * gst/rtp/gstrtppcmudepay.c:
767         * gst/rtp/gstrtppcmupay.c:
768         * gst/rtp/gstrtpspeexdepay.c:
769         * gst/rtp/gstrtpspeexpay.c:
770         * gst/rtp/gstrtpsv3vdepay.c:
771         * gst/rtp/gstrtpsv3vdepay.h:
772         * gst/rtp/gstrtptheoradepay.c:
773         * gst/rtp/gstrtptheoradepay.h:
774         * gst/rtp/gstrtptheorapay.c:
775         * gst/rtp/gstrtptheorapay.h:
776         * gst/rtp/gstrtpvorbisdepay.c:
777         * gst/rtp/gstrtpvorbisdepay.h:
778         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
779         * gst/rtp/gstrtpvorbispay.h:
780         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
781         * gst/rtp/gstrtpvrawpay.c:
782         Fix the descriptions and fix some email addresses.
783
784 2008-11-25  Julien Moutte  <julien@fluendo.com>
785
786         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
787         to supported qtdemux video codecs as I found some video clips using 
788         those.
789
790 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
791
792         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
793         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
794         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
795         (gst_auto_video_sink_detect):
796         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
797         Post an error when we can't set the internal ghostpad target.
798
799 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
800
801         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
802         (gst_video_crop_transform), (gst_video_crop_transform_caps),
803         (gst_video_crop_set_caps), (gst_video_crop_set_property):
804         * gst/videocrop/gstvideocrop.h:
805         Fix renegotiation when changing properties using the new basetransform
806         features. Fixes #561502.
807
808         * tests/icles/Makefile.am:
809         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
810         Add crazy interactive test unit for dynamically changing properties.
811
812 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
813
814         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
815         (gst_rtspsrc_parse_range):
816         Add some more debugging.
817         Use the reanges received from the server unconditionally.
818         Fixes #561625.
819
820 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
821
822         * ext/pulse/pulsesink.c:
823           Change #if 0 to something more expresive and add pointer to related
824           bug ticket.
825
826 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
827
828         Patch by: Tal Shalif <tshalif at nargila dot org>
829
830         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
831         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
832         the latter don't exist on some systems (mingw). Fixes bug #561990.
833
834 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
835
836         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
837
838         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
839         Add transferMode.dnla.org header to HTTP requests as this is
840         required by the DLNA specs and doesn't hurt in other situations.
841         Fixes bug #561802.
842
843 2008-11-20  Michael Smith <msmith@songbirdnest.com>
844
845         * sys/osxvideo/osxvideosink.h:
846         * sys/osxvideo/osxvideosink.m:
847           Handle video window resizing more correctly, avoiding crashes when
848           embedding the window and resizing it.
849
850 2008-11-20  Michael Smith <msmith@songbirdnest.com>
851
852         * gst/udp/gstmultiudpsink.c:
853         * gst/udp/gstudpnetutils.c:
854         * gst/udp/gstudpnetutils.h:
855         * gst/udp/gstudpsrc.c:
856           Fix multiudpsink on OSX by passing the specific length of the socket,
857           refactor that into a function shared with the same thing in udpsrc.
858
859 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
862         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
863         (gst_wavparse_stream_headers):
864         Fix the scaling code.
865         Fix parsing of the INFO chunks, we were reading the wrong number of
866         bytes.  Fixes #561580.
867
868 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
869
870         * gst/matroska/matroska-mux.c:
871         Fix NULL pointer dereference of an unset codec_id in the recently 
872         added Dirac paths
873
874 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
875
876         * tests/check/Makefile.am:
877         Just keep disabling elements that hang the states test until it
878         works.
879
880 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * ext/libpng/gstpngenc.c:
883         Don't flush downstream after every buffer - that's not what
884         this libpng callback is for at all!
885
886 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
887
888         * sys/v4l2/v4l2src_calls.c:
889           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
890           (gst_v4l2src_probe_caps_for_format):
891           Turns out we don't always get the frame sizes in a predefined
892           order from lowest to highest resolution, so let's just sort the
893           list by frame size once we've queried the possible resolutions
894           rather than assume any particular order. Fixes probed caps for
895           the camera in my HP2133 mini notebook and makes v4l2src default
896           to a decent size.
897
898 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
899
900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
901         * gst/matroska/matroska-ids.h:
902         Make mkvdemux aware of E-AC3.
903
904 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
905
906         * gst/rtp/Makefile.am:
907         * gst/rtp/gstrtp.c: (plugin_init):
908         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
909         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
910         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
911         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
912         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
913         (gst_rtp_jpeg_depay_change_state),
914         (gst_rtp_jpeg_depay_plugin_init):
915         * gst/rtp/gstrtpjpegdepay.h:
916         Add a jpeg depayloader.
917
918         * gst/rtp/gstrtpjpegpay.c:
919         Set the default properties on the payloader to better defaults.
920
921 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
922
923         * sys/v4l2/gstv4l2.c:
924           Give it a primary rank for autovideosrc.
925
926 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         Patch by: Bjorn Ostby <bjornos at axis dot com>
929
930         * gst/rtp/Makefile.am:
931         * gst/rtp/gstrtp.c: (plugin_init):
932         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
933         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
934         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
935         (gst_rtp_jpeg_pay_read_quant_table),
936         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
937         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
938         (gst_rtp_jpeg_pay_plugin_init):
939         * gst/rtp/gstrtpjpegpay.h:
940         Add JPEG payloader. Fixes #560756.
941
942 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
943
944         Patch by: Fabricio Godoy <skarllot at gmail dot com>
945
946         * sys/oss/gstosssink.c: (gst_oss_sink_open):
947         * sys/oss/gstosssrc.c: (gst_oss_src_open):
948         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
949         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
950         Fix some spelling mistakes. Fixes #556802.
951
952 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
953
954         * gst/equalizer/GstIirEqualizer10Bands.prs:
955         * gst/equalizer/GstIirEqualizer3Bands.prs:
956         * gst/equalizer/Makefile.am:
957         * gst/equalizer/gstiirequalizer10bands.c:
958         * gst/equalizer/gstiirequalizer3bands.c:
959           Add presets for equalizer. Fixes #522183.
960
961 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
962
963         * gst/rtsp/Makefile.am:
964         * gst/rtsp/gstrtsp.c: (plugin_init):
965         * gst/rtsp/gstrtspgoogle.c:
966         * gst/rtsp/gstrtspgoogle.h:
967         Remove google extension again, it's not needed anymore because we never
968         send multiple transports anymore.
969
970 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
971
972         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
973
974         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
975         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
976         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
977         (gst_rtspsrc_stream_free),
978         (gst_rtspsrc_stream_configure_udp_sinks),
979         (gst_rtspsrc_stream_configure_transport),
980         (gst_rtspsrc_send_dummy_packets),
981         (gst_rtspsrc_create_transports_string),
982         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
983         * gst/rtsp/gstrtspsrc.h:
984         Add property to configure NAT traversal method.
985         Ignore EOS from the internal sinks.
986         Implement sending dummy packets as a (simple) method to open up
987         some firewalls.
988         Send PLAY request to the server after we started the udp sources.
989         Fixes #559545.
990
991 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
992
993         Patch by: Yotam <sh dot yotam at gmail dot com>
994
995         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
996         Flush the remaining frames on EOS. Fixes #560641.
997
998 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
999
1000         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
1001         Fix compiler warning about printf formatting.
1002
1003 2008-11-12  Andy Wingo  <wingo@pobox.com>
1004
1005         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
1006         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
1007         segment events instead of sending them from the seeking thread.
1008         Fixes #559288.
1009         (gst_qtdemux_push_pending_newsegment): New helper, sends out
1010         queued newsegment events.
1011         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
1012         call it here, as we only seek when looping, and only push in the
1013         movie state.
1014
1015 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1016
1017         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1018         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1019         * gst/qtdemux/qtdemux_fourcc.h:
1020         * gst/qtdemux/qtdemux_types.c:
1021         Add cover and alternative copyright tag, and enhance some existing
1022         ones by marking them as container atoms.
1023
1024 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1025
1026         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1027         Don't ignore the return value of setcaps.
1028
1029 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1030
1031         Patch by: Olivier Crete <tester at tester dot ca>
1032
1033         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1034         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1035         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1036         * gst/rtp/gstrtpg729pay.h:
1037         Replace G729 payloader with an improved version. Fixes #532409.
1038
1039 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1040
1041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1042         (gst_rtspsrc_change_state):
1043         Only send one transport at a time for improved compatibility with some
1044         broken servers. See #537832.
1045
1046 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1047
1048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1049         (gst_rtspsrc_perform_seek):
1050         Only pause/play in the seek handler when the source was playing.
1051         Fixes #529379.
1052
1053 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1054
1055         * gst/matroska/matroska-mux.c:
1056         (gst_matroska_mux_handle_dirac_packet):
1057         Fix muxing of Dirac streams if the input already has the format
1058         we need, i.e. is the output of matroskademux.
1059
1060 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1061
1062         * gst/avi/gstavimux.c:
1063           Don't segfault on string typed tags being NULL. Fixes #560155.
1064
1065 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1066
1067         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1068         (gst_matroska_mux_audio_pad_setcaps):
1069         Fix mapping AAC profile to Matroska codec id.
1070
1071 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1072
1073         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1074         (qtdemux_video_caps), (qtdemux_audio_caps):
1075         Refactor some raw audio caps building, and handle >16-bit cases.
1076         Fix/replace building caps from a string description.
1077
1078 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1079
1080         * gst/audiofx/audiowsincband.c:
1081         * gst/audiofx/audiowsinclimit.c:
1082         * gst/cutter/gstcutter.c:
1083           Make author name consistent with others.
1084
1085 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1086
1087         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1088
1089         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1090         (gst_rtspsrc_stream_configure_udp_sink):
1091         Pause the RTSP stream before doing a new play request.
1092         Make sure that adding the udpsinks does not cause the rtspsrc to become
1093         a sink. Fixes #559547.
1094
1095 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1096
1097         * gst/matroska/matroska-ids.h:
1098         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1099         (gst_matroska_mux_handle_dirac_packet),
1100         (gst_matroska_mux_write_data):
1101         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1102         put all Dirac packages up to a picture into a Matroska block.
1103
1104         TODO: Implement writing of the ReferenceBlock Matroska elements,
1105         currently the Dirac muxing is only 100% correct if Matroska version 2
1106         is selected for muxing.
1107
1108 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1109
1110         Patch by: Bastien Nocera <hadess at hadess dot net>,
1111                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1112
1113         * configure.ac:
1114         * sys/v4l2/Makefile.am:
1115         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1116         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1117         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1118         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1119         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1120         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1121         (gst_v4l2_get_input), (gst_v4l2_set_input):
1122         * sys/v4l2/v4l2_calls.h:
1123         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1124         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1125         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1126         (gst_v4l2src_fill_format_list),
1127         (gst_v4l2src_probe_caps_for_format_and_size),
1128         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1129         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1130         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1131         (gst_v4l2src_get_nearest_size):
1132         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1133
1134 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1135
1136         * ext/aalib/Makefile.am:
1137         * ext/annodex/Makefile.am:
1138         * ext/cairo/Makefile.am:
1139         * ext/dv/Makefile.am:
1140         * ext/esd/Makefile.am:
1141         * ext/flac/Makefile.am:
1142         * ext/gconf/Makefile.am:
1143         * ext/gdk_pixbuf/Makefile.am:
1144         * ext/hal/Makefile.am:
1145         * ext/jpeg/Makefile.am:
1146         * ext/ladspa/Makefile.am:
1147         * ext/libcaca/Makefile.am:
1148         * ext/libmng/Makefile.am:
1149         * ext/libpng/Makefile.am:
1150         * ext/mikmod/Makefile.am:
1151         * ext/pulse/Makefile.am:
1152         * ext/raw1394/Makefile.am:
1153         * ext/shout2/Makefile.am:
1154         * ext/soup/Makefile.am:
1155         * ext/speex/Makefile.am:
1156         * ext/taglib/Makefile.am:
1157         * ext/wavpack/Makefile.am:
1158         * gst/alpha/Makefile.am:
1159         * gst/apetag/Makefile.am:
1160         * gst/audiofx/Makefile.am:
1161         * gst/auparse/Makefile.am:
1162         * gst/autodetect/Makefile.am:
1163         * gst/avi/Makefile.am:
1164         * gst/cutter/Makefile.am:
1165         * gst/debug/Makefile.am:
1166         * gst/effectv/Makefile.am:
1167         * gst/equalizer/Makefile.am:
1168         * gst/flx/Makefile.am:
1169         * gst/goom/Makefile.am:
1170         * gst/goom2k1/Makefile.am:
1171         * gst/icydemux/Makefile.am:
1172         * gst/id3demux/Makefile.am:
1173         * gst/interleave/Makefile.am:
1174         * gst/law/Makefile.am:
1175         * gst/level/Makefile.am:
1176         * gst/matroska/Makefile.am:
1177         * gst/median/Makefile.am:
1178         * gst/monoscope/Makefile.am:
1179         * gst/multifile/Makefile.am:
1180         * gst/multipart/Makefile.am:
1181         * gst/oldcore/Makefile.am:
1182         * gst/qtdemux/Makefile.am:
1183         * gst/replaygain/Makefile.am:
1184         * gst/rtp/Makefile.am:
1185         * gst/rtsp/Makefile.am:
1186         * gst/smpte/Makefile.am:
1187         * gst/spectrum/Makefile.am:
1188         * gst/udp/Makefile.am:
1189         * gst/videobox/Makefile.am:
1190         * gst/videocrop/Makefile.am:
1191         * gst/videofilter/Makefile.am:
1192         * gst/videomixer/Makefile.am:
1193         * gst/wavenc/Makefile.am:
1194         * gst/wavparse/Makefile.am:
1195         * sys/directdraw/Makefile.am:
1196         * sys/directsound/Makefile.am:
1197         * sys/oss/Makefile.am:
1198         * sys/osxaudio/Makefile.am:
1199         * sys/osxvideo/Makefile.am:
1200         * sys/sunaudio/Makefile.am:
1201         * sys/v4l2/Makefile.am:
1202         * sys/waveform/Makefile.am:
1203         * sys/ximage/Makefile.am:
1204           Don't install static libs for plugins. Fixes #550851 for -good.
1205
1206 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1207
1208         * ext/flac/Makefile.am:
1209         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1210         This fixes compilation if FLAC is installed in an uncommon location
1211         that is not already handled by other CFLAGS. Fixes bug #558711.
1212
1213 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1214
1215         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1216         Guard more uncommon formats with ifdefs so that we can compile on older
1217         versions.
1218
1219 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1220
1221         Patch by: Nick Haddad <nick at haddads dot net>
1222
1223         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1224         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1225         (gst_avi_demux_stream_data):
1226         Invert other uncompressed RGB formats. Fixes #558554.
1227
1228 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1229
1230         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1231         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1232         * gst/wavenc/gstwavenc.h:
1233         Add support for float/double as input and remove the (nowadays)
1234         useless parsing of the depth as we require width==depth.
1235
1236 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1237
1238         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1239         * gst/rtp/gstrtpmpapay.c:
1240         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1241         mpeg version 1. Fixes #558427.
1242
1243 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1244
1245         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1246         (gst_rtp_L16_pay_getcaps):
1247         Only put an integral amount of samples in the RTP packet.
1248         Fixes #556641.
1249
1250 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1251
1252         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1253         * gst/rtp/gstrtpchannels.h:
1254         Add method to get possible channel positions.
1255
1256 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1257
1258         * gst/rtp/Makefile.am:
1259         Also commit updated makefile
1260
1261 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1262
1263         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1264         Don't allow width=32,depth=24 as input. WAV requires that the width
1265         is the next integer multiply of 8 from the depth.
1266
1267 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1268
1269         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1270         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1271         (gst_rtp_L16_pay_getcaps):
1272         * gst/rtp/gstrtpchannels.c: (check_channels),
1273         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1274         (gst_rtp_channels_create_default):
1275         * gst/rtp/gstrtpchannels.h:
1276         Add mappings for multichannel support. Does not completely just work
1277         because the getcaps function does not yet return the allowed channel
1278         mappings. See #556641.
1279
1280 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * gst/goom/Makefile.am:
1283         * gst/goom/README:
1284         * gst/goom/config_param.c:
1285         * gst/goom/convolve_fx.c:
1286         * gst/goom/drawmethods.c:
1287         * gst/goom/drawmethods.h:
1288         * gst/goom/filters.c:
1289         * gst/goom/filters_mmx.s:
1290         * gst/goom/flying_stars_fx.c:
1291         * gst/goom/goom.h:
1292         * gst/goom/goom_config.h:
1293         * gst/goom/goom_config_param.h:
1294         * gst/goom/goom_core.c:
1295         * gst/goom/goom_filters.h:
1296         * gst/goom/goom_fx.h:
1297         * gst/goom/goom_graphic.h:
1298         * gst/goom/goom_plugin_info.h:
1299         * gst/goom/goom_tools.c:
1300         * gst/goom/goom_tools.h:
1301         * gst/goom/goom_typedefs.h:
1302         * gst/goom/goom_visual_fx.h:
1303         * gst/goom/graphic.c:
1304         * gst/goom/ifs.c:
1305         * gst/goom/ifs.h:
1306         * gst/goom/lines.c:
1307         * gst/goom/lines.h:
1308         * gst/goom/mathtools.c:
1309         * gst/goom/mathtools.h:
1310         * gst/goom/mmx.c:
1311         * gst/goom/motif_goom1.h:
1312         * gst/goom/motif_goom2.h:
1313         * gst/goom/plugin_info.c:
1314         * gst/goom/ppc_drawings.h:
1315         * gst/goom/ppc_zoom_ultimate.h:
1316         * gst/goom/sound_tester.c:
1317         * gst/goom/sound_tester.h:
1318         * gst/goom/surf3d.c:
1319         * gst/goom/surf3d.h:
1320         * gst/goom/tentacle3d.c:
1321         * gst/goom/tentacle3d.h:
1322         * gst/goom/v3d.c:
1323         * gst/goom/v3d.h:
1324         * gst/goom/xmmx.c:
1325           Add license headers in all source files. Remove filter.c from
1326           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1327           which are not used right now. Fixes #557709.
1328
1329 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1330
1331         Patch by: Olivier Crete <tester at tester dot ca>
1332
1333         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1334         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1335         Implement getcaps in rtpL16pay. Fixes #556484.
1336
1337 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1338
1339         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1340         (gst_rtp_L16_depay_process):
1341         Check if clock-rate and channels are valid.
1342         Don't ignore the return value of setcaps.
1343         No need to validate the buffer, the base class does that for us.
1344         Use the marker bit to set the DISCONT flag on outgoing buffers.
1345
1346         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1347         Don't ignore the return value of set_outcaps.
1348
1349         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1350         (gst_rtp_ac3_depay_process):
1351         Don't ignore the return value of set_caps.
1352         No need to validate the buffer, the base class does that for us.
1353
1354         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1355         (gst_rtp_amr_depay_process):
1356         * gst/rtp/gstrtpamrdepay.h:
1357         Don't ignore the return value of setcaps.
1358         No need to validate the buffer, the base class does that for us.
1359         No need to set output caps on the buffers, the base class does that for
1360         us.
1361         The subclass will make sure we are negotiated.
1362         
1363         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1364         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1365         * gst/rtp/gstrtpdvdepay.h:
1366         Clean up caps negotiation.
1367         The subclass will make sure we are negotiated.
1368
1369         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1370         (gst_rtp_g726_depay_process):
1371         Clean up caps negotiation.
1372         Use the marker bit to set the DISCONT flag on outgoing buffers.
1373
1374         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1375         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1376         * gst/rtp/gstrtpg729depay.h:
1377         The subclass will make sure we are negotiated.
1378         Use the marker bit to set the DISCONT flag on outgoing buffers.
1379
1380         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1381         (gst_rtp_gsm_depay_process):
1382         Clean up caps negotiation.
1383         Use the marker bit to set the DISCONT flag on outgoing buffers.
1384
1385         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1386         Clean up caps negotiation.
1387         Don't ignore the return value of set_outcaps.
1388
1389         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1390         (gst_rtp_h263_depay_process):
1391         Clean up caps negotiation.
1392         No need to validate the buffer, the base class does that for us.
1393
1394         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1395         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1396         * gst/rtp/gstrtph263pay.h:
1397         Don't ignore the return value of set_outcaps.
1398         Do some more timestamps.
1399
1400         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1401         (gst_rtp_h263p_depay_process):
1402         Clean up caps negotiation.
1403         Don't ignore the return value of setcaps.
1404         No need to validate the buffer, the base class does that for us.
1405
1406         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1407         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1408         (gst_rtp_h263p_pay_handle_buffer):
1409         * gst/rtp/gstrtph263ppay.h:
1410         Don't ignore the return value of set_outcaps.
1411         Do some more timestamps.
1412
1413         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1414         (gst_rtp_h264_depay_process):
1415         Clean up caps negotiation.
1416         Don't ignore the return value of setcaps.
1417         Fix possible caps leak.
1418         No need to validate the buffer, the base class does that for us.
1419
1420         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1421         Add some more debug info.
1422
1423         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1424         (gst_rtp_ilbc_depay_process):
1425         Clean up caps negotiation.
1426         Use the marker bit to set the DISCONT flag on outgoing buffers.
1427
1428         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1429         Clean up caps negotiation.
1430
1431         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1432         (gst_rtp_mp1s_depay_process):
1433         Clean up caps negotiation.
1434         Don't ignore the return value of setcaps.
1435         No need to validate the buffer, the base class does that for us.
1436         No need to set caps on buffers, subclass does that for us.
1437
1438         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1439         (gst_rtp_mp2t_depay_process):
1440         Clean up caps negotiation.
1441         Don't ignore the return value of setcaps.
1442         No need to validate the buffer, the base class does that for us.
1443         No need to set caps on buffers, subclass does that for us.
1444
1445         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1446         (gst_rtp_mp4a_depay_process):
1447         Clean up caps negotiation.
1448         Don't ignore the return value of setcaps.
1449         No need to validate the buffer, the base class does that for us.
1450
1451         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1452         (gst_rtp_mp4a_pay_setcaps):
1453         Don't ignore the return value of set_outcaps.
1454
1455         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1456         (gst_rtp_mp4g_depay_process):
1457         Clean up caps negotiation.
1458         Don't ignore the return value of setcaps.
1459         No need to validate the buffer, the base class does that for us.
1460         No need to set caps on buffers, subclass does that for us.
1461
1462         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1463         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1464         Don't ignore the return value of set_outcaps.
1465
1466         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1467         (gst_rtp_mp4v_depay_process):
1468         Clean up caps negotiation.
1469         Don't ignore the return value of setcaps.
1470         No need to validate the buffer, the base class does that for us.
1471         No need to set caps on buffers, subclass does that for us.
1472
1473         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1474         (gst_rtp_mp4v_pay_setcaps):
1475         Don't ignore the return value of set_outcaps.
1476
1477         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1478         (gst_rtp_mpa_depay_process):
1479         Clean up caps negotiation.
1480         Don't ignore the return value of setcaps.
1481         No need to validate the buffer, the base class does that for us.
1482         Use the marker bit to set the DISCONT flag on outgoing buffers.
1483
1484         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1485         Don't ignore the return value of set_outcaps.
1486
1487         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1488         (gst_rtp_mpv_depay_process):
1489         Clean up caps negotiation.
1490         Actually set output caps.
1491         No need to validate the buffer, the base class does that for us.
1492
1493         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1494         Don't ignore the return value of set_outcaps.
1495
1496         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1497         (gst_rtp_pcma_depay_process):
1498         Clean up caps negotiation.
1499         Set output buffer duration because we can.
1500         Use the marker bit to set the DISCONT flag on outgoing buffers.
1501
1502         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1503         Don't ignore the return value of set_outcaps.
1504
1505         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1506         (gst_rtp_pcmu_depay_process):
1507         Clean up caps negotiation.
1508         Use the marker bit to set the DISCONT flag on outgoing buffers.
1509
1510         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1511         Don't ignore the return value of set_outcaps.
1512
1513         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1514         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1515         Clean up caps negotiation.
1516         Set output caps on the pad and header buffers.
1517         Set duration on output buffers because we can.
1518
1519         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1520         Don't ignore the return value of set_outcaps.
1521
1522         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1523         (gst_rtp_sv3v_depay_process):
1524         Clean up caps negotiation.
1525         No need to validate the buffer, the base class does that for us.
1526         No need to set caps out output buffers, subclass does that.
1527
1528         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1529         (gst_rtp_theora_depay_process):
1530         Don't ignore the return value of setcaps.
1531         No need to validate the buffer, the base class does that for us.
1532
1533         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1534         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1535         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1536         (gst_rtp_theora_pay_handle_buffer):
1537         Don't ignore the return value of set_outcaps.
1538
1539         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1540         (gst_rtp_vorbis_depay_process):
1541         Don't ignore the return value of setcaps.
1542         No need to validate the buffer, the base class does that for us.
1543
1544         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1545         Don't ignore the return value of set_outcaps.
1546
1547         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1548         Clean up caps negotiation, don't ignore setcaps return.
1549
1550         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1551         Don't ignore the return value of set_outcaps.
1552
1553 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1554
1555         * gst/matroska/matroska-demux.c:
1556         (gst_matroska_demux_handle_src_event):
1557         Forward unknown events upstream.
1558
1559 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1560
1561         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1562         Add some refcount check
1563
1564         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1565         Don't ignore the result of write(), fixes a  compiler warning for me.
1566
1567         * tests/icles/videobox-test.c: (main):
1568         Make the output a little more pretty.
1569
1570 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1571
1572         * ext/esd/esdmon.c:
1573           Add doc blob.
1574
1575 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1576
1577         * docs/plugins/Makefile.am:
1578         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1579         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1580         * docs/plugins/gst-plugins-good-plugins.args:
1581         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1582         * docs/plugins/gst-plugins-good-plugins.interfaces:
1583         * docs/plugins/inspect/plugin-autodetect.xml:
1584           Add the docs of the new elements.
1585
1586 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1587
1588         * gst/autodetect/gstautoaudiosrc.c:
1589         (gst_auto_audio_src_class_init):
1590         * gst/autodetect/gstautovideosrc.c:
1591         (gst_auto_video_src_class_init):
1592         Fix "Since" tags in the documentation.
1593
1594 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1595
1596         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1597
1598         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1599         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1600         Add support for souphttpsrc to act as a live source. This makes it
1601         possible to get timestamped buffers in combination with the
1602         "do-timestamp" property. Fixes bug #556019.
1603
1604 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * gst/autodetect/Makefile.am:
1607         * gst/autodetect/gstautoaudiosink.c:
1608         * gst/autodetect/gstautoaudiosrc.c:
1609         * gst/autodetect/gstautoaudiosrc.h:
1610         * gst/autodetect/gstautodetect.c:
1611         * gst/autodetect/gstautovideosink.c:
1612         * gst/autodetect/gstautovideosrc.c:
1613         * gst/autodetect/gstautovideosrc.h:
1614           Implement src plugins. Little code/string cleanup in the sinks.
1615           Fixes #523813.
1616
1617 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1618
1619         Patch by: Peter Kjellerstedt <pkj at axis com>
1620
1621         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1622         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1623         Fix a memory leak when pads are requested but the pipeline never
1624         goes into PLAYING.
1625
1626         Correctly remove request pads, no matter if they have collected
1627         data or not.
1628
1629         Fixes bug #557710.
1630
1631 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1632
1633         Patch by: <lrn1986 at gmail dot com>
1634
1635         * gst/udp/gstudpnetutils.h:
1636         Define the correct WINVER so getaddinfo() can be used when using
1637         mingw32. Fixes bug #557294.
1638
1639 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1640
1641         Patch by: <lrn1986 at gmail dot com>
1642
1643         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1644         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1645         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1646         Fix "argument type mismatch" compiler warnings on Windows.
1647         Fixes bug #557293.
1648
1649 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1650
1651         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1652         Don't calculate the filter coefficients for every single buffer
1653         but only when it's needed. Fixes bug #557260.
1654
1655 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1656
1657         * configure.ac:
1658         Back to development -> 0.10.11.1
1659
1660 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1661
1662         * gst-plugins-good.doap:
1663         Fix version number of 0.10.11 release in doap file
1664
1665 === release 0.10.11 ===
1666
1667 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1668
1669         * configure.ac:
1670           releasing 0.10.11, "Secondary Consideration"
1671
1672 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1673
1674         * configure.ac:
1675         Commit 0.10.10.4 pre-release
1676
1677 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1678
1679         * gst/avi/gstavimux.c:
1680         Fix VPRP chunk setup in avimux.
1681         Fixes: #556010
1682         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1683
1684 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1685
1686         * gst/videobox/gstvideobox.c:
1687         support dynamically changing properties in videobox
1688         Fixed: #557085
1689         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1690
1691 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1692
1693         * configure.ac:
1694         0.10.10.3 pre-release
1695
1696 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1697
1698         * tests/check/Makefile.am:
1699         Don't run the states test on pulsesrc and pulsesink
1700
1701 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1702
1703         * configure.ac:
1704         Commit 0.10.10.2 pre-release bump that actually went
1705         out on 2008-10-11
1706
1707 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1708
1709         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1710         Skip entries for streams that don't have a output pad yet, thereby
1711         avoiding calling pad functions with a NULL pad.
1712         Fixes #556424
1713
1714 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1715
1716         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1717         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1718         Remove problematic and useless refcount check.
1719         Fixes #556381
1720
1721 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1722
1723         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1724         Remove problematic and useless refcount check.
1725         Fixes #556381
1726
1727 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1728
1729         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1730         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1731         Cast some size_t arguments to guint to avoid compiler
1732         warnings on 64-bit systems.
1733
1734 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1735
1736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1737         Return TRUE instead of FALSE from the event handler when we swallowed the
1738         event.
1739
1740 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1741
1742         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1743         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1744         Reset header state. Fixes #555321.
1745
1746 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1747
1748         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1749         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1750         * gst/avi/gstavidemux.h:
1751         For timestamping audio packets we need to take into account the
1752         amount of blocks in one entry using the blockalign. Fixes some sync
1753         issues with zero-padded audio blocks in the beginning of avi files.
1754
1755 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1756
1757         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1758         (gst_multi_file_src_query):
1759         Implement DEFAULT and BUFFER position queries. See #555260.
1760
1761 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1762
1763         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1764         Fix build for systems that don't have XDamage.
1765
1766 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1767
1768         * tests/examples/rtp/client-H263p.sdp:
1769         * tests/examples/rtp/client-H263p.sh:
1770         * tests/examples/rtp/server-VTS-H263p.sh:
1771         Add some more H263p server and client examples.
1772
1773 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1774
1775         * configure.ac::
1776           Depend on released versions of core and base.
1777
1778 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1779
1780         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1781         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1782         Return -1 instead of 0 in error cases. Fixes #554771.
1783
1784 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1785
1786         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1787         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1788         Stop leaking the cursor image.
1789         Unref the last_ximage and the cached cursor image on shutdown.
1790         Fixes #551570.
1791
1792 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1793
1794         * sys/v4l2/gstv4l2object.h:
1795         Getting the Class from an instance is not just a matter of casting it to
1796         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1797         instance. Fixes #549784.
1798
1799 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1800
1801         * configure.ac:
1802           Fix libs for linking directsound.
1803         * sys/directsound/gstdirectsoundsink.c:
1804           Fix buffer sizing to prevent racing the ringbuffer at startup.
1805           Add volume property.
1806
1807 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1808
1809         * ext/pulse/pulsesink.c:
1810         Fix problems with pulsesink randomly erroring with code 'OK' after a
1811         format change on the stream by waiting when disconnecting the stream.
1812
1813 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1814
1815         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1816         (gst_rtp_amr_depay_process):
1817         Mark DISCONT on output buffers when the marker bit signals a new talk
1818         spurt.
1819
1820         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1821         Set the marker bit for buffers with a DISCONT flag to signal a talk
1822         spurt.
1823
1824 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1825
1826         * gst/rtp/Makefile.am:
1827         * gst/rtp/gstrtp.c: (plugin_init):
1828         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1829         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1830         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1831         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1832         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1833         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1834         * gst/rtp/gstrtpmp4apay.h:
1835         Added MP4A-LATM payloader to match the depayloader.
1836
1837 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1838
1839         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1840         (gst_videomixer_sink_event):
1841         Handle segments a little better. Fixes #537361.
1842
1843 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1844
1845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1846         Don't assume the server supports PAUSE by default. Fixes #551048.
1847
1848 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1849
1850         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1851         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1852         Switch on the socket family to get the addrlen size right.
1853
1854 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         Patch by: Daniel Franke <df at dfranke dot us>
1857
1858         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1859         OS X's bind() implementation is picky about its addrlen parameter and
1860         fails with EINVAL if it is larger than expected for the socket's address
1861         family. Set the length to the expected length instead. Fixes #553191.
1862
1863 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1866         Handle the case where we cannot do desribe or when the describe result
1867         does not contain a valid SDP message.
1868
1869 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1870
1871         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1872         Fix setting the qos.
1873
1874 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1875
1876         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1877         (gst_qtdemux_chain):
1878         Some 'broken' files out there have atom lengths of zero...
1879         which basically results in qtdemux consuming that atom again and again
1880         until the *end of night* !
1881         Detect that and emits an adequate element error message.
1882
1883 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1884
1885         * gst/interleave/Makefile.am:
1886         * gst/matroska/Makefile.am:
1887         Fix build flags order.
1888
1889         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1890         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1891         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1892         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1893         Format fixes.
1894
1895         * tests/check/elements/multifile.c:
1896         Pull in unistd.h
1897
1898 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1899
1900         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1901         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1902         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1903         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1904         (gst_rtp_mp4g_depay_change_state):
1905         * gst/rtp/gstrtpmp4gdepay.h:
1906         Handle interleaved streams by reordering AU in a queue.
1907
1908 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1909
1910         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1911         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1912         Change some of the ranges in the caps, mostly for the amount of bits we
1913         can use.
1914         Added a little bitstream parse and use it to parse the AU header fields.
1915         Check for malformed and wrongly sized packets better.
1916         Implement more header field parsing.
1917         Handle the size of fragmented packets correctly.
1918
1919 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1920
1921         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1922         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1923         Add mapping for 'tiff' => image/tiff
1924         Fixes #552213
1925
1926 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1927
1928
1929         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1930         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1931           Pretend to care about the result of write() which works around
1932           compiler warnings.
1933
1934 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1935
1936         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1937           Make sure the desired default values are actually set, not only
1938           registered as defaults (actual problem is that the stereo-specific
1939           values are only updated if channels==2, which is not the case yet
1940           when the object is created, so the default values for the
1941           mid-side-stereo and loose-mid-side-stereo settings are never
1942           set in _update_quality()). Makes flacenc create smaller files by
1943           default (for stereo input), and fixes #550791.
1944
1945 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1946
1947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1948         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1949         (qtdemux_parse_trak), (qtdemux_video_caps):
1950         * gst/qtdemux/qtdemux.h:
1951         * gst/qtdemux/qtdemux_fourcc.h:
1952         * gst/qtdemux/qtdemux_types.c:
1953         Add support for video/mj2 mime-type and its additional atoms/boxes.
1954         Fixes #550646.
1955
1956 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1957
1958         * gst/debug/gsttaginject.c:
1959           Add warning when tags parameter is unparsable and give example for
1960           quoting in the docs.
1961
1962 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1963
1964         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1965         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1966         Add some alternative byteswapped mappings that seem to pop up sometimes.
1967         Fixes #550288.
1968
1969 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1970
1971         * po/LINGUAS:
1972         * po/POTFILES.in:
1973         * po/POTFILES.skip:
1974           Add 'ca' to LINGUAS; add some more files with translations and some
1975           files which should be ignored by translation tools.
1976
1977 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1978
1979         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1980         * ext/speex/gstspeexdec.h:
1981         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1982         * ext/speex/gstspeexenc.h:
1983         Use integer encoding and decoding functions instead of converting
1984         the integer input to float in the element. The libspeex integer
1985         functions are doing this for us already or, if libspeex was compiled
1986         in integer mode, they're doing everything using integer arithmetics.
1987         Also saves some copying around.
1988
1989 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1990
1991         * configure.ac:
1992           Fix --disable-external
1993
1994 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1995
1996         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1997         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1998         * ext/wavpack/gstwavpackenc.h:
1999         Handle non-zero start timestamps and stream discontinuities
2000         correctly. This only has an effect if we're muxing into
2001         a container format as the raw WavPack stream must contain
2002         continous sample numbers.
2003
2004 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2005
2006         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2007         Correct the timestamp and granulepos calculation by one Speex
2008         frame.
2009
2010 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2011
2012         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2013         Correctly take the granulepos from upstream if possible and
2014         correctly handle the granulepos in various calculations: the
2015         granulepos is the sample number of the _last_ sample in a frame, not
2016         the first.
2017
2018         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2019         (gst_speex_enc_encode), (gst_speex_enc_chain),
2020         (gst_speex_enc_change_state):
2021         * ext/speex/gstspeexenc.h:
2022         Handle non-zero start timestamps in the encoder and detect/handle
2023         stream discontinuities. Fixes bug #547075.
2024
2025 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2026
2027         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2028
2029         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2030         Fix compiler warnings caused by passing a string as format string
2031         instead of "%s" and then the string. This is only exposed by -Wformat=2
2032         as used by default on Ubuntu. Fixes bug #550015.
2033
2034 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2035
2036         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2037         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2038         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2039         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2040         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2041           (gst_ebml_read_element_length):
2042         * gst/matroska/matroska-demux.c:
2043           (gst_matroska_demux_check_subtitle_buffer):
2044           Make stuff compile with GST_DISABLE_GST_DEBUG.
2045
2046 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2047
2048         * gst/law/alaw.c:
2049         * gst/law/mulaw.c:
2050           Ref caps before passing to gst_pad_template_new(), since that takes
2051           ownership.
2052
2053 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2054
2055         Patch by: Mersad Jelacic <mersad at axis dot com>
2056
2057         * gst/multipart/multipartdemux.c:
2058         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2059         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2060         demuxer. Fixes #549551.
2061
2062 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2063
2064         * sys/osxaudio/gstosxaudiosink.c:
2065         (gst_osx_audio_sink_select_device):
2066         * sys/osxaudio/gstosxaudiosrc.c:
2067         (gst_osx_audio_src_create_ringbuffer),
2068         (gst_osx_audio_src_select_device):
2069         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2070         Fix the build on macosx.
2071
2072 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2073
2074         * gst/icydemux/gsticydemux.c:
2075           Small docs fix: in the example pipeline, we need to pass
2076           iradio-mode=true to the source, so the server actually sends
2077           an ICY stream.
2078
2079 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2080
2081         * sys/osxaudio/gstosxaudio.c:
2082           Oops. Revert more completely.
2083
2084 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2085
2086         * sys/osxaudio/gstosxaudio.c:
2087           Revert accidental element rename from testing.
2088
2089 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2090
2091         * gst-plugins-good.doap:
2092         Pull in 0.10.10 doap entry from release branch
2093
2094 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2095
2096         * configure.ac:
2097         Update version number to reflect 0.10.10 release from
2098         branch.
2099
2100 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2101
2102         * sys/osxaudio/Makefile.am:
2103         * sys/osxaudio/gstosxaudio.c:
2104         * sys/osxaudio/gstosxaudiosink.c:
2105         * sys/osxaudio/gstosxaudiosink.h:
2106         * sys/osxaudio/gstosxaudiosrc.c:
2107         * sys/osxaudio/gstosxaudiosrc.h:
2108         * sys/osxaudio/gstosxringbuffer.c:
2109         * sys/osxaudio/gstosxringbuffer.h:
2110           Rewrite caps setting and ring buffer initialisation.
2111           Previously we never told CoreAudio what format we were going to send it,
2112           so it only worked due to luck, and not at all on some hardware.
2113           Now we explicitly advertise what formats the hardware supports, and then
2114           configure the selected one correctly.
2115
2116 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2117
2118         * sys/v4l2/gstv4l2object.c:
2119         * sys/v4l2/gstv4l2src.c:
2120         * sys/v4l2/gstv4l2src.h:
2121         * sys/v4l2/v4l2_calls.c:
2122         * sys/v4l2/v4l2src_calls.c:
2123           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2124           need to memset instance structures. Some more FIXME's and comments.
2125
2126 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2127
2128         * tests/icles/.cvsignore:
2129           Ignore more.
2130
2131 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2132
2133         * gst/goom/.cvsignore:
2134         * gst/goom2k1/.cvsignore:
2135           Ignore files.
2136
2137 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * ext/cairo/gsttextoverlay.c:
2140           Fix compiler warning.
2141
2142 2008-08-25  David Schleef  <ds@schleef.org>
2143
2144         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2145
2146 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2147
2148         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2149         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2150         * gst/matroska/matroska-mux.c:
2151         (gst_matroska_mux_video_pad_setcaps),
2152         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2153         Add Real[Audio|Video] support to Matroska containers.
2154         It works fine for:
2155         * decoding real audio/video streams contained in mkv
2156         * 'transmuxing' real (.rm) files into .mkv files
2157         It will not work though for encoding real[audio/video] streams that
2158         don't contain the 'mdpr_data' extra data on the caps.
2159         The reason why this will not work is because I never intended to
2160         duplicate virtually all the 'mdpr' block creation into mkvmux.
2161         Fixes #536067
2162
2163 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2164
2165         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2166         * gst/law/mulaw-conversion.c:
2167         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2168         (gst_mulawenc_chain):
2169         The encoder can't really renegotiate at the time they perform a
2170         pad-alloc so make the srcpads use fixed caps.
2171         Check the buffer size after a pad-alloc because the returned size might
2172         not be right when the downstream element does not know the size of the
2173         new buffer (capsfilter). Fixes #549073.
2174
2175 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2176
2177         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2178
2179         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2180         v4l2src doesn't have a property named "norm" so don't try to notify
2181         about changes to that property. The "norm" property and related
2182         code are commented out currently. Fixes bug #549090.
2183
2184 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2185
2186         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2187
2188         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2189         Reprobe devices again instead of taking a cached list as new
2190         devices could've been plugged in. Fixes bug #549062.
2191
2192 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2193
2194         * gst/autodetect/Makefile.am:
2195         Don't link the autodetect plugin with GConf as it doesn't
2196         use GConf. Fixes bug #545463.
2197
2198 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2199
2200         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2201         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2202         (gst_ebml_read_sint), (gst_ebml_read_float),
2203         (gst_ebml_read_header):
2204         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2205         possible to ignore errors and not post any ERROR messages on
2206         the bus.
2207
2208         * gst/matroska/matroska-demux.c:
2209         (gst_matroska_demux_parse_contents):
2210         Ignore any errors and not just EOS when parsing the contents of
2211         a SeekHead. Errors here are usually caused by truncated files
2212         and playback of the file works fine. Fixes playback of the
2213         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2214         archive.
2215
2216 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2217
2218         * gst/multipart/multipartdemux.c:
2219         * gst/multipart/multipartmux.c:
2220         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2221
2222 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2223
2224         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2225           gst_directdraw_sink_bufferpool_clear):
2226           Fix two more buffer ref leaks.
2227
2228 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2229
2230         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2231
2232         * sys/directdraw/gstdirectdrawsink.c:
2233           (gst_directdraw_sink_show_frame):
2234           Fix buffer ref leak.
2235
2236 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2237
2238         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2239         Revert the last commit. wavenc still supports width!=depth for 32 bit
2240         width. Thanks Tim.
2241
2242 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2243
2244         * gst/matroska/matroska-demux.c:
2245         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2246         If the duration of a block is unknown only use the timestamp for the
2247         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2248         laces. Otherwise every lace has the same timestamp which leads to
2249         various problems. Really fixes bug #548831.
2250
2251 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2252
2253         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2254         If we're not allowing width!=depth in wavenc we should also disable
2255         the code that was added to support width!=depth.
2256
2257 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2258
2259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2260         Don't calculate the default duration of a frame from the audio sampling
2261         rate. This only works for raw audio if every frame contains a single
2262         sample and results in broken buffer durations for other formats
2263         if no specified default duration is given or the blocks have no
2264         duration. Fixes bug #548831.
2265
2266 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * gst/matroska/matroska-demux.c:
2269         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2270         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2271         are used for text/plain subtitles as a gap-filler in some files.
2272
2273 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2274
2275         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2276         (gst_v4l2_get_caps_info):
2277         Add S910 and PWC formats with a low priority.
2278
2279         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2280         (gst_v4l2src_probe_caps_for_format):
2281         Add more debugging.
2282
2283 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2284
2285         * ext/flac/gstflacenc.c:
2286           Fix compilation against older libflac versions.
2287
2288 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2289
2290         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2291         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2292         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2293         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2294         (gst_pulsemixer_ctrl_set_volume):
2295         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2296         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2297         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2298         (gst_pulsesink_init), (gst_pulsesink_open),
2299         (gst_pulsesink_prepare), (gst_pulsesink_write),
2300         (gst_pulsesink_delay), (gst_pulsesink_reset):
2301         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2302         (gst_pulsesrc_init):
2303         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2304         Fix a locking issue in pulsesink's prepare function.
2305
2306         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2307         Check if the created channel layout is valid for GStreamer.
2308
2309 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2310
2311         * gst/rtsp/gstrtspgoogle.c:
2312         Things that can happen when your brain is in google mode trying to
2313         deal with their google rtsp server extensions and trying to type your
2314         google mail account.
2315
2316 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2317
2318         * gst/rtsp/Makefile.am:
2319         * gst/rtsp/gstrtsp.c: (plugin_init):
2320         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2321         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2322         (_do_init), (gst_rtsp_google_base_init),
2323         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2324         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2325         (gst_rtsp_google_extension_init):
2326         * gst/rtsp/gstrtspgoogle.h:
2327         Add google RTSP extension, it can only handle udp and responds with
2328         unsupported if we do anything else. Fixes #546465.
2329
2330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2331         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2332         (gst_rtspsrc_create_transports_string),
2333         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2334         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2335         Make transport setup code a bit better using GString.
2336         Add some more debug.
2337         Check for closed connections before doing anything on them.
2338
2339 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2340
2341         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2342         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2343         (gst_pulsesrc_prepare):
2344         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2345         (gst_pulse_channel_map_to_gst):
2346         * ext/pulse/pulseutil.h:
2347         If downstream provides no channel layout and >2 channels should be
2348         used use the default layout that pulseaudio chooses and also
2349         add this layout to the caps. Fixes bug #547258.
2350
2351 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2352
2353         Patch by: Peter Kjellerstedt <pkj at axis com>
2354
2355         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2356         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2357         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2358         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2359         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2360         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2361         (gst_udpsrc_set_property):
2362         Avoid leaking internally allocated file descriptors when setting
2363         custom file descriptors. Fixes #543101.
2364
2365 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2366
2367         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2368         Don't try to configure RTCP back to the server when the server did not
2369         give us a valid port number.
2370
2371 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2374         Use new basetransform method to renegotiate. Fixes #544956.
2375
2376         * tests/icles/Makefile.am:
2377         * tests/icles/videobox-test.c: (make_pipeline), (main):
2378         Add videobox renegotiation example.
2379
2380 2008-08-19  David Schleef  <ds@schleef.org>
2381
2382         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2383         with sane values.  Fixes #548530.
2384
2385 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2386
2387         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2388         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2389         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2390         are already filled with the correct values by
2391         gst_ring_buffer_parse_caps() so there's no need to set them again
2392         with wrong values.
2393
2394 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2395
2396         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2397         (gst_avi_demux_read_subindexes_push):
2398         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2399         and instead of using the 'ix##' nomenclature, use '##ix'.
2400         They're still valid though, this fixes the duration and indexes for
2401         virtually all the ODML files I have.
2402
2403 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2404
2405         Patch by: Olivier Crete <tester at tester dot ca>
2406
2407         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2408         (gst_rtp_vorbis_depay_process):
2409         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2410         Update the vorbis RTP pay/depay to RFC 5215.
2411         Fixes #547842.
2412
2413 2008-08-14  David Schleef  <ds@schleef.org>
2414
2415         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2416           with 3:2 pulldown, i.e., 24p.
2417
2418 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2419
2420         * tests/check/elements/level.c: (GST_START_TEST):
2421         Fix compilation some more.
2422
2423 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2424
2425         * configure.ac::
2426           Require -base CVS for wavparse acid chunk parsing.
2427
2428 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2429
2430         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2431         (gst_pulsesink_init), (gst_pulsesink_finalize),
2432         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2433         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2434         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2435         * ext/pulse/pulsesink.h:
2436         Add "device-name" property to pulsesink too and currently commented
2437         out and not working support for a "volume" property.
2438
2439 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2440
2441         * configure.ac:
2442         Remove more cdio stuff (moved to ugly)
2443
2444 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2445
2446         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2447
2448         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2449         (gst_pulsesrc_get_property):
2450         Add "device-name" property, which provides a human readable string
2451         for the audio device, to make it more consisten with other audio
2452         sources. Fixes bug #547519.
2453
2454 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2455
2456         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2457         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2458         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2459         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2460         * ext/pulse/pulsemixerctrl.h:
2461         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2462         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2463         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2464         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2465         * ext/pulse/pulseprobe.h:
2466         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2467         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2468         (gst_pulsesrc_change_state):
2469         Improve debugging a bit by including the parent object in pulsemixerctrl
2470         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2471         GST_WARNING.
2472
2473         Use the parent GObject subclass instead of a random struct as GObject
2474         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2475         when probing for another property than "device".
2476
2477 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2478
2479         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2480
2481         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2482         Fix property probing after the device property is set by calling
2483         set_server when the server property changes. Fixes bug #547518.
2484
2485 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2486
2487         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2488
2489         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2490         (gst_pulsesink_implements_interface_init),
2491         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2492         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2493         (gst_pulsesink_get_type):
2494         * ext/pulse/pulsesink.h:
2495         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2496         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2497         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2498         * ext/pulse/pulsesrc.h:
2499         Implement GstPropertyProbe interface on pulsesink for detecting
2500         sink devices and on pulsesrc for detecting source devices.
2501         Fixes bugs #547227 and #547217.
2502
2503 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2504
2505         * gst/spectrum/gstspectrum.c:
2506           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2507
2508 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2509
2510         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2511         Properly set the maximum latency value, in the same way it is done in
2512         v4lsrc.
2513         * sys/v4l2/v4l2src_calls.c:
2514         Simplify fraction equality check, no need to use GValues for this.
2515
2516 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2517
2518         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2519         Add warning messages stating exactly why the latency query failed.
2520         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2521         In some cases, the negotiated framerate might be the default one which
2522         is already set internally. But we still need to mark it down in fps_n
2523         and fps_d so that the latency query can happen properly.
2524
2525 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2526
2527         * docs/plugins/inspect/plugin-1394.xml:
2528         Whoops, forgot one doc file for people who can't/don't build the
2529         raw1394 plugin.
2530
2531 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2532
2533         * docs/plugins/Makefile.am:
2534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2536         * docs/plugins/inspect/plugin-cdio.xml:
2537         * ext/Makefile.am:
2538         * ext/cdio/Makefile.am:
2539         * ext/cdio/gstcdio.c:
2540         * ext/cdio/gstcdio.h:
2541         * ext/cdio/gstcdiocddasrc.c:
2542         * ext/cdio/gstcdiocddasrc.h:
2543
2544         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2545         CDDA source to -ugly.
2546
2547         * po/LINGUAS:
2548         * po/POTFILES.in:
2549         * po/id.po:
2550         Pull in new translation from 0.10.9.2 release branch.
2551
2552 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2553
2554         * docs/plugins/Makefile.am:
2555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2557         * docs/plugins/gst-plugins-good-plugins.args:
2558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2559         * docs/plugins/gst-plugins-good-plugins.interfaces:
2560         Integrate documentation for new hdv1394src element.
2561
2562 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2563
2564         * ext/raw1394/Makefile.am:
2565         * ext/raw1394/gst1394.c: (plugin_init):
2566         * ext/raw1394/gsthdv1394src.c: (_do_init),
2567         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2568         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2569         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2570         (gst_hdv1394src_from_raw1394handle),
2571         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2572         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2573         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2574         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2575         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2576         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2577         (gst_hdv1394src_uri_handler_init):
2578         * ext/raw1394/gsthdv1394src.h:
2579         mpeg2-ts (HDV) variant of firewire capture element.
2580         Fixes #350830
2581
2582 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2583
2584         * gst/level/gstlevel.c: (gst_level_message_new):
2585          Fix compilation (also known as the classic 'fix code that someone
2586          committed without compiling it first').
2587
2588 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2589
2590         * tests/check/elements/level.c:
2591           Add a test for level in stereo mode.
2592
2593 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2594
2595         * tests/examples/spectrum/demo-audiotest.c:
2596         * tests/examples/spectrum/demo-osssrc.c:
2597           Demo how to draw analyzer results synced to the clock.
2598
2599 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2600
2601         * gst/level/gstlevel.c:
2602           Little renaming (l -> level).
2603
2604         * gst/spectrum/gstspectrum.c:
2605         * gst/spectrum/gstspectrum.h:
2606           Also send full timestamp/duration details here.
2607
2608 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2609
2610         * gst/level/gstlevel.c:
2611         * gst/level/gstlevel.h:
2612           Send same timestamp/duration details as videoanalysis. This gives
2613           applications better chance to sync analysis results with playback.
2614
2615 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2616
2617         * gst/matroska/matroska-mux.c:
2618         (gst_matroska_mux_handle_sink_event),
2619         (flac_streamheader_to_codecdata):
2620         We need to drop one additional buffer for FLAC as the fLaC
2621         marker and STREAMINFO block are merged into one buffer in the caps.
2622
2623         Also don't pretend to support NEWSEGMENT events, otherwise we
2624         will most probably write some invalid data.
2625
2626 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2627
2628         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2629         (gst_matroska_mux_audio_pad_setcaps):
2630         Add support for muxing FLAC into Matroska containers.
2631         Fixes bug #311586.
2632
2633 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2634
2635         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2636         Actually provide the variables required for the format string.
2637
2638 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2639
2640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2641         (gst_matroska_demux_element_send_event),
2642         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2643         * gst/matroska/matroska-demux.h:
2644         Close the current segment if we're doing a non-flushing seek and send
2645         the close-segment and the new segment of the seek from the streaming
2646         thread.
2647
2648 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2649
2650         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2651         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2652         (gst_flac_enc_change_state):
2653         * ext/flac/gstflacenc.h:
2654         Handle non-zero start timestamps correctly, mark header packets as
2655         IN_CAPS and print a warning and suggest using audiorate if stream
2656         discontinuities are detected. When FLAC supports flushing the encoder
2657         somehow this should be done for discontinuities instead.
2658
2659         Remove some unused variables from the instance struct.
2660
2661 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2662
2663         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2664         If seeking failed return the appropiate return value to FLAC.
2665         Otherwise it thinks seeking was successfull and tries to rewrite
2666         parts of the headers which then get appended to the output.
2667
2668 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2669
2670         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2671
2672         * ext/esd/gstesd.c: (plugin_init):
2673         * ext/flac/gstflac.c: (plugin_init):
2674         * ext/shout2/gstshout2.c: (plugin_init):
2675         * ext/wavpack/gstwavpack.c: (plugin_init):
2676         * sys/oss/gstossaudio.c: (plugin_init):
2677         * sys/v4l2/gstv4l2.c: (plugin_init):
2678         Make sure gettext returns translations in UTF-8 encoding rather
2679         than in the current locale encoding (#546822).
2680
2681 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2682
2683         * ext/flac/gstflacdec.c:
2684         Add FIXME for 0.11 to simply output everything with width=32 as given
2685         by FLAC and let audioconvert handle the conversions instead of doing
2686         them in flacdec.
2687
2688 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2689
2690         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2691         When outputting a pad template range for the size, include a framerate
2692         range too, to avoid 'not a real subset of template caps' errors.
2693
2694 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2695
2696         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2697
2698         * ext/flac/Makefile.am:
2699         * ext/flac/gstflac.c: (plugin_init):
2700         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2701         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2702         (gst_flac_tag_dispose), (gst_flac_tag_init),
2703         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2704         (gst_flac_tag_change_state):
2705         * ext/flac/gstflactag.h:
2706         Port flactag to 0.10, add documentation for it and clean it up a bit.
2707         Fixes bug #413841.
2708
2709         * docs/plugins/Makefile.am:
2710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2712         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2713         * docs/plugins/gst-plugins-good-plugins.interfaces:
2714         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2715         * docs/plugins/inspect/plugin-flac.xml:
2716         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2717         * ext/flac/gstflacdec.h:
2718         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2719         * ext/flac/gstflacenc.h:
2720         Add flactag and flacenc to the documentation and mark
2721         the private parts of the flacdec instance structure as private.
2722
2723         Also use gst_element_class_set_details_simple() in flacdec and
2724         flacenc.
2725
2726 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2727
2728         * gst/qtdemux/qtdemux.c:
2729           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2730           for it but ffmpeg does not.
2731
2732 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * gst/wavparse/gstwavparse.c:
2735           Handle the list chunk and use gst_riff_parse_info() to parse the info
2736           sub-chunk.
2737
2738 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * gst/wavparse/gstwavparse.c:
2741           Handle the acid chunk and send tempo as part of tags. Other fields are
2742           interesting too, but need more tag-definitions. Fixes #545433.
2743
2744 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * gst/wavparse/gstwavparse.c:
2747           Refactor wavparse. Call _reset() from dispose() and move old code from
2748           dispose into reset. This way we don't leak taglists when we abort
2749           parsing. Fix some comments. Move code for skipping a chunk into extra
2750           function. Replace chunk sizes with a const to ease readability.         
2751
2752 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2753
2754         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2755
2756         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2757         Improve udp port setup. Fixes #545710.
2758
2759 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2760
2761         * gst/rtp/Makefile.am:
2762         * gst/rtp/gstrtp.c: (plugin_init):
2763         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2764         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2765         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2766         (gst_rtp_mp1s_depay_set_property),
2767         (gst_rtp_mp1s_depay_get_property),
2768         (gst_rtp_mp1s_depay_change_state),
2769         (gst_rtp_mp1s_depay_plugin_init):
2770         * gst/rtp/gstrtpmp1sdepay.h:
2771         Add MP1S depayloader.
2772
2773         * gst/rtsp/URLS:
2774         Some more sample rtsp streams.
2775
2776 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2777
2778         * gst/rtsp/URLS:
2779         Add another URL.
2780
2781         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2782         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2783         Add some more debug info.
2784
2785 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2786
2787         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2788         Provide cbSize field for audio extra_data size, and take care to
2789         pad extra_data.
2790
2791 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2792
2793         * gst/qtdemux/qtdemux.c:
2794           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2795           TRUE.
2796
2797 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2798
2799         * gst/qtdemux/qtdemux.c:
2800         * gst/qtdemux/qtdemux_fourcc.h:
2801           Add keyword tag support. Fixes #520694 for qtdemux.
2802
2803 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * gst/qtdemux/qtdemux.c:
2806           Add support for tmpo tag (BPM).
2807
2808 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2809
2810         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2811         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2812         Set an estimate for the total number of samples that will be encoded
2813         if possible to help decoders if the streaminfo can't be rewritten
2814         later (like when muxing into Ogg containers).
2815
2816         Add a warning if we get header packets after data packets as those
2817         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2818         work.
2819
2820 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2821
2822         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2823         (gst_flac_dec_write):
2824         Support decoding of all depths between 4 and 32 bits and read the
2825         depth from the streaminfo header if needed. Also support all sampling
2826         rates between 1 and 655350 Hz.
2827
2828         * ext/flac/gstflacenc.c:
2829         (gst_flac_enc_caps_append_structure_with_widths),
2830         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2831         (gst_flac_enc_chain):
2832         * ext/flac/gstflacenc.h:
2833         Support encoding in all bit depths supported by the streamable
2834         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2835         between 1 Hz and 655350 Hz.
2836
2837 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2838
2839         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2840         (gst_flac_enc_sink_getcaps):
2841         Support encoding of up to 8 channels.
2842
2843 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2844
2845         * ext/soup/gstsouphttpsrc.c:
2846         * ext/soup/gstsouphttpsrc.h:
2847         Fix seeking race condition in #540300
2848         Patch By: Wouter Cloetens  <wouter at mind be>
2849
2850 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2851
2852         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2853         (gst_matroska_demux_element_send_event),
2854         (gst_matroska_demux_handle_seek_event),
2855         (gst_matroska_demux_handle_src_event):
2856         When receiving a SEEK event on a specific pad first search for a seek
2857         table entry for the stream of the pad and then fall back to an entry
2858         for a different stream.
2859
2860 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2861
2862         * configure.ac:
2863         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2864         * gst/matroska/matroska-ids.h:
2865         Build depend on core CVS for the attachment tag.
2866
2867 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2868
2869         * configure.ac:
2870         * gst/matroska/Makefile.am:
2871         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2872         (copy_backptr), (lzo1x_decode), (main):
2873         * gst/matroska/lzo.h:
2874         * gst/matroska/matroska-demux.c:
2875         (gst_matroska_demux_read_track_encoding),
2876         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2877         (gst_matroska_decode_buffer),
2878         (gst_matroska_decode_content_encodings),
2879         (gst_matroska_demux_read_track_encodings),
2880         (gst_matroska_demux_add_stream),
2881         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2882         * gst/matroska/matroska-ids.h:
2883         Decode the codec private data and following ContentEncoding if
2884         necessary.
2885
2886         Support bzip2, lzo and header stripped compression. For lzo use the
2887         ffmpeg lzo implementation as liblzo is GPL licensed.
2888         
2889         Fix zlib decompression.
2890
2891 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2892
2893         * gst/matroska/matroska-mux.c:
2894         (gst_matroska_mux_audio_pad_setcaps):
2895         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2896         duration of a frame with the new mpegaudioversion caps field.
2897
2898 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2899
2900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2901         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2902         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2903         (gst_matroska_demux_stream_from_num),
2904         (gst_matroska_demux_tracknumber_unique),
2905         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2906         (gst_matroska_demux_handle_seek_event),
2907         (gst_matroska_demux_sync_streams),
2908         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2909         (gst_matroska_demux_loop):
2910         * gst/matroska/matroska-demux.h:
2911         Allow an infinite number of stream inside Matroska containers and use
2912         a GPtrArray for storing them instead of allowing "only" 127 streams.
2913
2914 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2915
2916         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2917         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2918         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2919         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2920         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2921         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2922         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2923         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2924         (gst_ebml_read_master), (gst_ebml_read_binary),
2925         (gst_ebml_read_header):
2926         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2927         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2928         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2929         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2930         (gst_ebml_replace_uint):
2931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2932         (gst_matroska_demux_read_track_encoding),
2933         (gst_matroska_demux_read_track_encodings),
2934         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2935         (gst_matroska_demux_send_event),
2936         (gst_matroska_demux_element_send_event),
2937         (gst_matroska_demux_handle_seek_event),
2938         (gst_matroska_demux_handle_src_event),
2939         (gst_matroska_demux_init_stream),
2940         (gst_matroska_demux_parse_tracks),
2941         (gst_matroska_demux_parse_index_cuetrack),
2942         (gst_matroska_demux_parse_index_pointentry),
2943         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2944         (gst_matroska_demux_parse_metadata_id_simple_tag),
2945         (gst_matroska_demux_parse_metadata_id_tag),
2946         (gst_matroska_demux_parse_metadata),
2947         (gst_matroska_demux_parse_attached_file),
2948         (gst_matroska_demux_parse_attachments),
2949         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2950         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2951         (gst_matroska_demux_push_flac_codec_priv_data),
2952         (gst_matroska_demux_push_xiph_codec_priv_data),
2953         (gst_matroska_demux_push_dvd_clut_change_event),
2954         (gst_matroska_demux_add_mpeg_seq_header),
2955         (gst_matroska_demux_add_wvpk_header),
2956         (gst_matroska_demux_check_subtitle_buffer),
2957         (gst_matroska_decode_buffer),
2958         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2959         (gst_matroska_demux_parse_cluster),
2960         (gst_matroska_demux_parse_contents_seekentry),
2961         (gst_matroska_demux_parse_contents),
2962         (gst_matroska_demux_loop_stream_parse_id),
2963         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2964         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2965         (gst_matroska_demux_subtitle_caps),
2966         (gst_matroska_demux_change_state):
2967         * gst/matroska/matroska-ids.c:
2968         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2969         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2970         (gst_matroska_mux_video_pad_setcaps),
2971         (xiph3_streamheader_to_codecdata),
2972         (vorbis_streamheader_to_codecdata),
2973         (theora_streamheader_to_codecdata),
2974         (gst_matroska_mux_audio_pad_setcaps),
2975         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2976         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2977         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2978         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2979         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2980         Fix indention everywhere. A broken indent version has added newlines
2981         after every single declaration some time ago.
2982
2983 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2984
2985         * gst/matroska/matroska-demux.c:
2986         (gst_matroska_demux_loop_stream_parse_id):
2987         If no Tracks are found error out instead of trying it again until the
2988         end of time.
2989
2990 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2991
2992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2993         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2994         bit and signed otherwise, not the other way around.
2995
2996 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2997
2998         * gst/matroska/matroska-mux.c:
2999         Add more raw YUV formats to the list of supported formats.
3000
3001 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3002
3003         * gst/matroska/matroska-mux.c:
3004         (gst_matroska_mux_audio_pad_setcaps):
3005         Add support for muxing raw float audio now that the spec defines the
3006         endianness and add support for muxing raw integer audio with 24 and
3007         32 bits.
3008
3009         Allow muxing of more than 8 audio channels.
3010
3011 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3012
3013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3014         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3015         Add locking to the global array of used track UIDs to prevent random
3016         crashes if more than a single matrosmux instance is used.
3017
3018         Use 64 bit values for the track UIDs.
3019
3020         Use the global GRandom of GLib instead of creating our own one
3021         for the few random numbers we need every single time.
3022
3023 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3024
3025         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3026         (gst_flac_dec_setup_stream_decoder),
3027         (gst_flac_dec_update_metadata):
3028         Always post the audio-codec tag, not only if other tags are present.
3029
3030 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3031
3032         * configure.ac:
3033         Back to development -> 0.10.9.1
3034
3035 === release 0.10.9 ===
3036
3037 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3038
3039         * configure.ac:
3040           releasing 0.10.9, "Steam Train Rolling"
3041
3042 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3043
3044         * ext/soup/gstsouphttpsrc.c:
3045         Don't throw an error when soup completes a msg with status
3046         'cancelled', as that indicates we cancelled a request while
3047         shutting down or seeking, and it's not an error.
3048         Fixes: #540300 again.
3049
3050 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3051
3052         * configure.ac:
3053         0.10.8.4 pre-release
3054
3055 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3056
3057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3058         Fix segment-stop regression.
3059         Add documentation regarding segments in quicktime files by Wim Taymans.
3060         Fixes #544509
3061
3062 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3063
3064         * configure.ac:
3065         0.10.8.3 pre-release
3066
3067         * po/LINGUAS:
3068         * po/pt_BR.po:
3069         Add pt_BR translation
3070
3071 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3072
3073         * gst/goom/convolve_fx.c:
3074         * gst/goom/filters.c:
3075         * gst/goom/goom_config.h:
3076         * gst/goom/goom_core.c:
3077         * gst/goom/goom_tools.h:
3078           Fix build with MSVC: include glib.h to define inline appropriately,
3079           use header guards where needed.
3080         * gst/udp/gstudpnetutils.c:
3081         * gst/udp/gstudpsrc.c:
3082           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3083           g_snprintf rather than snprintf.
3084           Fixes #544433.
3085
3086 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3087
3088         * gst/debug/gsttaginject.c:
3089         * gst/debug/gsttaginject.h:
3090           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3091           partially.
3092
3093 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3094
3095         * configure.ac:
3096         0.10.8.2 pre-release
3097
3098 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3099
3100         * ext/Makefile.am:
3101         Finish hooking up pulseaudio plugin to the build.
3102
3103         * ext/pulse/pulsemixerctrl.c:
3104         Fix compilation error.
3105
3106 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3107
3108         * po/LINGUAS:
3109         * po/lt.po:
3110         Add new lithunian translation, and add french to the LINGUAS
3111         file.
3112
3113 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3114
3115         * ext/soup/gstsouphttpsrc.c:
3116         Fix Soup HTTP source seeking.
3117         Patch By: Wouter Cloetens  <wouter at mind be>
3118         Fixes: #540300
3119
3120         * tests/check/elements/.cvsignore:
3121         Ignore new check programs.
3122
3123 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3124
3125         * configure.ac:
3126         * docs/plugins/Makefile.am:
3127         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3129         * docs/plugins/gst-plugins-good-plugins.args:
3130         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3131         * docs/plugins/gst-plugins-good-plugins.interfaces:
3132         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3133         * docs/plugins/inspect/plugin-interleave.xml:
3134         * docs/plugins/inspect/plugin-replaygain.xml:
3135         * tests/check/Makefile.am:
3136
3137         Move replaygain and interleave plugins from -bad.
3138         Fixes: #543406
3139         Fixes: #536228
3140
3141 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3142
3143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3144         (qtdemux_parse_trak):
3145         Revert ISO base media spec based pixel-aspect-ratio calculation.
3146         Fixes #543300.
3147
3148 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3149
3150         * sys/osxvideo/osxvideosink.m:
3151         Fix minor build issues on macosx.
3152         Fixes #543054
3153
3154 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3155
3156         * configure.ac::
3157         * ext/taglib/Makefile.am::
3158           Only use -Wno-attributes (which is there to work around a
3159           bug in the taglib 1.5 headers) if the c++ compiler actually
3160           supports it (#543255).
3161
3162 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3163
3164         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3165
3166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3167           Avoid compiler warning by initialising variable to NULL (#543259).
3168
3169 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3170
3171         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3172         Don't pass NULL taglists to gst_tag_list_is_empty().
3173
3174 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3175
3176         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3177         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3178         (rtp_pipeline_run):
3179         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3180         Don't use declarations after statements.
3181
3182 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3183
3184         * ext/jpeg/gstjpegdec.c:
3185         Align documentation with reality.
3186
3187 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3188
3189         * gst/udp/gstudpnetutils.c:
3190         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3191         old value (1) if it's not defined which should not cause any problems
3192         as we're using it internal only anyway.
3193
3194 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3195
3196         Patch by: Alessandro Decina <alessandro at nnva dot org>
3197
3198         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3199         Fix build of avidemux on big endian architectures.
3200
3201 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3202
3203         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3204
3205         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3206         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3207
3208 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3209
3210         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3211         (qtdemux_parse_trak):
3212         Set pixel-aspect-ratio in caps using display width and height
3213         provided in track.
3214
3215 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3216
3217         * configure.ac:
3218         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3219         flags that are invalid for C++. Fixes bug #516509.
3220
3221 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3222
3223         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3224         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3225         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3227         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3228         * tests/examples/equalizer/demo.c: (message_handler):
3229         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3230         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3231         Don't use declarations after statements and variable length arrays.
3232
3233 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3234
3235         Patch by: Daniel Drake <dsd at gentoo dot org>
3236
3237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3238         (gst_v4l2src_get_nearest_size):
3239         Try progressive video if interlaced fails. Fixes bug #541956
3240         and the usage of v4l2src on OLPC.
3241
3242 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3243
3244         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3245         (gst_rtp_speex_depay_process):
3246         * gst/rtp/gstrtpspeexdepay.h:
3247         Revert last change: Only the jitterbuffer is able to convert RTP to
3248         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3249         Reopens bug #541787.
3250
3251 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3252
3253         * gst/rtp/gstrtpvrawdepay.c:
3254           Include stdlib.h for atoi().
3255
3256         * gst/rtsp/gstrtspsrc.c:
3257           Use floating point math for latencies < 0 sec in log output.
3258
3259 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3260
3261         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3262
3263         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3264         (gst_rtp_speex_depay_process):
3265         * gst/rtp/gstrtpspeexdepay.h:
3266         Take timestamp from the RTP packet as a first step to fix problems
3267         with transmission over RTP when the network is not reliable.
3268         Fixes bug #541787.
3269
3270 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3271
3272         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3273
3274         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3275         Fix parsing of udp:// URIs containing IPv6 addresses.
3276         Fixes bug #541650.
3277
3278 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3279
3280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3281         Do not leak incoming buffers.
3282
3283 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3284
3285         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3286
3287         * configure.ac:
3288         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3289         for htons() and htonl(). Fixes bug #541412.
3290
3291 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3292
3293         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3294         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3295         (gst_matroska_demux_element_query),
3296         (gst_matroska_demux_handle_src_query),
3297         (gst_matroska_demux_handle_seek_event):
3298         Handle position and duration query in DEFAULT format if the
3299         pad's track has a default frame duration set.
3300
3301         Fix seeking now that the segment's duration doesn't contain the
3302         (possibly wrong or inaccurate) duration of the Matroska file.
3303
3304 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3305
3306         * gst/matroska/ebml-read.c: (_ext2dbl):
3307         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3308         in math.h except on MSVC where it is defined in xmath.h.
3309         Fixes compilation with MSVC.
3310
3311 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3312
3313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3314         (gst_matroska_demux_handle_src_query),
3315         (gst_matroska_demux_parse_info),
3316         (gst_matroska_demux_loop_stream_parse_id):
3317         * gst/matroska/matroska-demux.h:
3318         Don't set the segment duration to the duration from the Matroska
3319         header as this value could be wrong and is just informational.
3320
3321 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3322
3323         * gst/matroska/matroska-demux.c:
3324         (gst_matroska_demux_loop_stream_parse_id):
3325         If no Tracks element is found until the first Cluster is found
3326         search it and error out if none is found in the complete file.
3327
3328 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3329
3330         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3331         Resync non-subtitle tracks too if a too large gap compared to other
3332         tracks is detected.
3333
3334 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3335
3336         * gst/rtp/Makefile.am:
3337         * gst/rtp/gstrtp.c: (plugin_init):
3338         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3339         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3340         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3341         (gst_rtp_vraw_depay_change_state),
3342         (gst_rtp_vraw_depay_plugin_init):
3343         * gst/rtp/gstrtpvrawdepay.h:
3344         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3345         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3346         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3347         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3348         (gst_rtp_vraw_pay_plugin_init):
3349         * gst/rtp/gstrtpvrawpay.h:
3350         Add raw video pay and depayloaders, see RFC4175.
3351
3352 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3353
3354         * ext/libpng/gstpngdec.c:
3355         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3356         whatever it returned.
3357
3358 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3359
3360         * gst/avi/avi-ids.h:
3361         Add vprp chunk related structures.
3362         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3363         (gst_avi_demux_parse_stream):
3364         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3365         to caps.  Fixes #539482.
3366         * gst/avi/gstavimux.h:
3367         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3368         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3369         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3370
3371 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3372
3373         * tests/check/elements/avimux.c: (check_avimux_pad):
3374         Adjust avimux unit test according to increased streamheader size.
3375
3376 2008-06-27  David Schleef  <ds@schleef.org>
3377
3378         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3379
3380 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3381
3382         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3383         * gst/avi/gstavimux.h:
3384         Add 8 bytes to current streamheader to make for a complete one
3385         and to make more players happy.  Fixes #519460.
3386
3387 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3388
3389         * sys/v4l2/v4l2_calls.c::
3390           Don't include unused gstv4l2xoverlay.h. Fixes build
3391           in case where X11 headers are not installed.
3392
3393 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3394
3395         * ext/dv/gstdv.c: (plugin_init):
3396         Fix compilation.
3397
3398 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3399
3400         * ext/dv/gstdv.c: (plugin_init):
3401         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3402         DV decoder available.
3403         Fixes #532393
3404
3405 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3406
3407         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3408         Call getsockname() after the call to bind() to get updated values
3409         for the port, etc. This fixes the usage of udpsrc on anonymous
3410         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3411         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3412
3413 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3414
3415         * tests/check/pipelines/wavpack.c: (bus_handler):
3416         Remove workaround for a bug in identity that is fixed in 0.10.20.
3417
3418 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3419
3420         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3421
3422         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3423         Fix HTTP auth support with user/password passed via the URI.
3424         Fixes bug #540067.
3425
3426 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3427
3428         * configure.ac:
3429           Depend on released versions of core and -base.
3430
3431 2008-06-23  Julien Moutte  <julien@fluendo.com>
3432
3433         * gst/matroska/matroska-demux.c:
3434         (gst_matroska_demux_read_track_encoding),
3435         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3436         format strings in macros. (makes it build on OS X again...)
3437
3438 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3439
3440         * gst/rtp/gstrtptheorapay.c:
3441         * gst/udp/gstmultiudpsink.c:
3442           Added debug.
3443
3444 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3445
3446         * configure.ac: switch v4l2src over to the normal build instead of
3447         being 'experimental'. Fixes bug #536831.
3448
3449 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3450
3451         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3452         Remove unused variable so that we can compile again.
3453
3454 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3455
3456         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3457         No need to check for audio/G723 and audio/32KADPCM here as they are
3458         no longer supported.
3459
3460 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3461
3462         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3463         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3464         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3465         known length.
3466
3467 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3468
3469         * gst/matroska/matroska-demux.c:
3470         (gst_matroska_demux_add_wvpk_header),
3471         (gst_matroska_demux_audio_caps):
3472         * gst/matroska/matroska-ids.h:
3473         Fix demuxing of WavPack files. Muxing is still broken.
3474
3475 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3476
3477         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3478         (gst_matroska_demux_add_mpeg_seq_header),
3479         (gst_matroska_demux_add_wvpk_header),
3480         (gst_matroska_demux_check_subtitle_buffer),
3481         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3482         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3483         (gst_matroska_demux_subtitle_caps):
3484         * gst/matroska/matroska-ids.h:
3485         Add a "vfunc" to the track context for postprocessing frames and
3486         convert the wavpack and subtitle postprocessing to this vfunc.
3487         Copy buffer flags in those functions to the new buffers too.
3488
3489         Parse CodecState elements of Blocks.
3490
3491         Add a postprocessing function for MPEG video that adds the sequence
3492         header from the codec private data or codec state to the frames if
3493         it's not already there.
3494
3495 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3496
3497         * gst/matroska/matroska-demux.c:
3498         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3499         If a gap of more than 1/2 second is found in one stream send a
3500         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3501         This also fixes Matroska files where the first buffer doesn't start
3502         at timestamp 0. Fixes bug #429322.
3503
3504         The duration of a block is the default duration multiplied with the
3505         number of laces. Every lace is one frame and the default duration
3506         is the duration of one frame. This fixes playback of files that use
3507         lacing for some tracks.
3508
3509 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3510
3511         * gst/matroska/matroska-demux.c:
3512         (gst_matroska_demux_parse_contents_seekentry):
3513         Update FIXME/TODOs and only ignore EOS at the central, important place
3514         instead of several places.
3515
3516 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         * gst/rtp/gstrtpg726pay.c:
3519         Fix caps, See #538891.
3520
3521 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3522
3523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3524         (gst_matroska_demux_stream_from_num),
3525         (gst_matroska_demux_encoding_cmp),
3526         (gst_matroska_demux_encoding_order_unique),
3527         (gst_matroska_demux_read_track_encoding),
3528         (gst_matroska_demux_read_track_encodings),
3529         (gst_matroska_demux_tracknumber_unique),
3530         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3531         (gst_matroska_demux_parse_tracks),
3532         (gst_matroska_demux_parse_index_cuetrack),
3533         (gst_matroska_demux_parse_index_pointentry),
3534         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3535         (gst_matroska_demux_parse_metadata_id_simple_tag),
3536         (gst_matroska_demux_parse_metadata_id_tag),
3537         (gst_matroska_demux_parse_metadata),
3538         (gst_matroska_demux_parse_attached_file),
3539         (gst_matroska_demux_parse_attachments),
3540         (gst_matroska_demux_parse_chapters),
3541         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3542         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3543         (gst_matroska_demux_parse_cluster),
3544         (gst_matroska_demux_parse_contents_seekentry),
3545         (gst_matroska_demux_parse_contents),
3546         (gst_matroska_demux_loop_stream_parse_id),
3547         (gst_matroska_demux_loop):
3548         Improve debug output everywhere and fix the EOS logic.
3549
3550         Check the values of the ContentEncoding elements more strictly and
3551         don't use tracks for which it's invalid.
3552
3553         Check that the track number is unique for this stream.
3554
3555         Check that seek positions are below G_MAXINT64 as our seeks are
3556         int64-based and overflows will fail badly.
3557
3558         After seeks also don't push SimpleBlocks until the first one
3559         containing a keyframe is found. Before this was done only for normal
3560         Blocks.
3561
3562         Update some FIXME/TODOs.
3563         
3564         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3565         (gst_ebml_read_utf8), (gst_ebml_read_header):
3566         Improve debug output.
3567
3568         * gst/matroska/matroska-ids.c:
3569         (gst_matroska_track_init_video_context):
3570         * gst/matroska/matroska-ids.h:
3571         * gst/matroska/matroska-mux.c:
3572         (gst_matroska_mux_video_pad_setcaps):
3573         Remove eye mode and don't parse it anymore. We can't use that
3574         information in GStreamer yet so it's useless.
3575
3576
3577 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3578
3579         Patch by: Mersad Jelacic <mersad at axis dot com>
3580
3581         * gst/rtp/Makefile.am:
3582         * gst/rtp/gstrtp.c: (plugin_init):
3583         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3584         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3585         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3586         (gst_rtp_g726_depay_plugin_init):
3587         * gst/rtp/gstrtpg726depay.h:
3588         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3589         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3590         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3591         * gst/rtp/gstrtpg726pay.h:
3592         Added G726 pay/depayloaders. Fixes #538891.
3593
3594 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3595
3596         * gst/rtsp/URLS:
3597         Some more urls.
3598
3599         * gst/smpte/barboxwipes.c:
3600         Add a comment
3601
3602         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3603         Fix typo, add audioresample to the pipeline.
3604
3605 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3606
3607         * ext/libmng/Makefile.am:
3608         * ext/libmng/gstmng.c: (plugin_init):
3609         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3610         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3611         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3612         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3613         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3614         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3615         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3616         (gst_mng_dec_change_state):
3617         * ext/libmng/gstmngdec.h:
3618         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3619         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3620         (gst_mng_enc_init), (gst_mng_enc_chain),
3621         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3622         * ext/libmng/gstmngenc.h:
3623         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3624         bits ifdeffed out still.
3625
3626 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3627
3628         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3629         When comparing index elements with the same time compare their
3630         block number.
3631
3632 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3633
3634         * gst/matroska/matroska-demux.c:
3635           (gst_matroska_demux_parse_attached_file)
3636           Init variable to NULL to avoid compiler warning.
3637
3638 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3639
3640         * gst/matroska/Makefile.am:
3641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3642         (gst_matroska_demux_parse_attached_file),
3643         (gst_matroska_demux_parse_attachments),
3644         (gst_matroska_demux_parse_contents_seekentry),
3645         (gst_matroska_demux_loop_stream_parse_id):
3646         * gst/matroska/matroska-demux.h:
3647         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3648         * gst/matroska/matroska-ids.h:
3649         * gst/matroska/matroska.c: (plugin_init):
3650         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3651         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3652         and description of the attachments in the caps. Fixes bug #537622.
3653
3654 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3655
3656         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3657         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3658         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3659         (gst_speex_enc_src_query), (gst_speex_enc_init),
3660         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3661         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3662         (gst_speex_enc_set_property):
3663         Add mode property.
3664         Some cleanups, add more debug info.
3665         Add latency query.
3666
3667 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3668
3669         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3670         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3671         If we get less bytes than requested we can't do anything except doing
3672         our EOS logic.
3673
3674 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3675
3676         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3677         (gst_matroskademux_do_index_seek),
3678         (gst_matroska_demux_parse_index_cuetrack),
3679         (gst_matroska_demux_parse_index_pointentry),
3680         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3681         (gst_matroska_demux_parse_metadata):
3682         * gst/matroska/matroska-demux.h:
3683         * gst/matroska/matroska-ids.h:
3684         Use a GArray for storing the Cue (i.e. seek) information, store
3685         the CueTrackPositions for every track, store the block number
3686         and optimize searching in the array by sorting it after the last
3687         element was added.
3688
3689         Fix a small memory leak when trying to parse a tags element that was
3690         already parsed.
3691
3692 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3693
3694         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3695         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3696         (gst_matroska_mux_write_data):
3697         * gst/matroska/matroska-mux.h:
3698         Don't write another SeekHead which indexes all Clusters to the end of
3699         the file. This isn't useful for anything and just increases filesize.
3700
3701 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3702
3703         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3704         Prevent unaligned memory access when reading floats.
3705
3706 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3707
3708         * gst/matroska/ebml-read.c:
3709         * gst/matroska/ebml-read.h:
3710         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3711         (gst_matroska_demux_parse_metadata):
3712         * gst/matroska/matroska-demux.h:
3713         Make sure that every Tags element is only parsed once and it's
3714         containing tags are only posted once.
3715
3716 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3717
3718         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3719         (gst_ebml_read_header):
3720         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3721         (gst_matroska_demux_parse_tracks),
3722         (gst_matroska_demux_parse_index_cuetrack),
3723         (gst_matroska_demux_parse_index_pointentry),
3724         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3725         (gst_matroska_demux_parse_metadata_id_simple_tag),
3726         (gst_matroska_demux_parse_metadata_id_tag),
3727         (gst_matroska_demux_parse_metadata),
3728         (gst_matroska_demux_parse_attachments),
3729         (gst_matroska_demux_parse_chapters),
3730         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3731         (gst_matroska_demux_parse_cluster),
3732         (gst_matroska_demux_parse_contents_seekentry),
3733         (gst_matroska_demux_parse_contents),
3734         (gst_matroska_demux_loop_stream_parse_id):
3735         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3736         already. They're not useful in the matroska parser and only cause
3737         additional code.
3738
3739 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3740
3741         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3742         (gst_ebml_finalize), (gst_ebml_read_change_state),
3743         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3744         * gst/matroska/matroska-demux.c:
3745         (gst_matroska_demux_parse_contents_seekentry):
3746         Reverse the level list as we usually are only interested in the
3747         first element or want to add a new first element. Having the
3748         first element stored at the end and calling g_list_last() and
3749         g_list_append() is more expensive.
3750
3751         Also use GSlice for allocating the GstEbmlLevel structs.
3752
3753 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3754
3755         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3756           (gst_tag_inject_class_init), (gst_tag_inject_init):
3757           Don't unref NULL taglist in finalize. Don't use c++ style
3758           comments.
3759
3760 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3761
3762         * gst/matroska/matroska-demux.c:
3763         (gst_matroska_demux_parse_metadata_id_simple_tag):
3764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3765         (gst_matroska_mux_write_data):
3766         Use gst_value_serialize() and gst_value_deserialize() for transforming
3767         tags from some GType to a string and the other way around. The default
3768         transformations in GLib don't include transformations from string to
3769         number types.
3770
3771 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3772
3773         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3774         (gst_matroska_demux_parse_tracks),
3775         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3776         (gst_matroska_demux_parse_attachments),
3777         (gst_matroska_demux_parse_chapters),
3778         (gst_matroska_demux_parse_contents_seekentry),
3779         (gst_matroska_demux_loop_stream_parse_id):
3780         * gst/matroska/matroska-demux.h:
3781         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3782         Tags multiple times. The first ones can appear more than once but must
3783         contain the same content as the first for backup purposes so we ignore
3784         all but the first one. Tags can appear multiple times with different
3785         content.
3786
3787         Jump to all elements except Clusters that are available from a
3788         SeekHead to make it more likely to have all required informations
3789         before getting to the first Clusters.
3790
3791         Add dummy functions for parsing Attachments and Chapters.
3792
3793 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3794
3795         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3796         (gst_udpsrc_create), (gst_udpsrc_set_property),
3797         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3798         * gst/udp/gstudpsrc.h:
3799         Add property to control automatic join/leave of multicast groups.
3800         Add G_LIKELY.
3801         Remove setting caps on buffers explicitly, basesrc does that for us now.
3802         Improve debug info.
3803         Convert some non-fatal error into warnings.
3804         Use g_ntohs for better portability.
3805         Leave multicast groups when stopping.
3806         When using external sockets, use getsockname() on them to fill up the
3807         addr structure before calling methods that use the structure.
3808         Should all fix #536903.
3809         API: GstUDPSrc::auto-multicast property
3810
3811 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3812
3813         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3814         Use g_ntohl for better portability.
3815
3816 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3817
3818         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3819         (gst_multiudpsink_remove):
3820         Fix a typo and do some small cleanups.
3821
3822 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         Patch by: Olivier Crete <tester at tester dot ca>
3825
3826         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3827         Make the delivery-method mandatory on the caps and only accept inline
3828         for now.
3829         Reverse strcmp checks for delivery-method.
3830
3831         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3832         Make delivery method optional when parsing caps and note this in the
3833         caps.
3834         Reverse strcmp checks for delivery-method.
3835
3836         * gst/rtp/gstrtpvorbispay.c:
3837         Update a comment to note that the delivery-method is optional, 
3838         Fixes #537675.
3839
3840 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3841
3842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3843         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3844         leaving them in READY. Fixes #537832.
3845
3846 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3847
3848         * gst/avi/gstavimux.c:
3849           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3850           for a random constant in tagmuxing code.
3851
3852 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3853
3854         * gst/debug/gsttaginject.c:
3855         * gst/debug/gsttaginject.h:
3856           Now actually adding the new element.
3857
3858 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3859
3860         * docs/plugins/Makefile.am:
3861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3863         * docs/plugins/gst-plugins-good-plugins.args:
3864         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3865         * docs/plugins/gst-plugins-good-plugins.interfaces:
3866         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3867         * docs/plugins/inspect/plugin-aasink.xml:
3868         * docs/plugins/inspect/plugin-alaw.xml:
3869         * docs/plugins/inspect/plugin-alpha.xml:
3870         * docs/plugins/inspect/plugin-alphacolor.xml:
3871         * docs/plugins/inspect/plugin-annodex.xml:
3872         * docs/plugins/inspect/plugin-apetag.xml:
3873         * docs/plugins/inspect/plugin-audiofx.xml:
3874         * docs/plugins/inspect/plugin-auparse.xml:
3875         * docs/plugins/inspect/plugin-autodetect.xml:
3876         * docs/plugins/inspect/plugin-avi.xml:
3877         * docs/plugins/inspect/plugin-cacasink.xml:
3878         * docs/plugins/inspect/plugin-cairo.xml:
3879         * docs/plugins/inspect/plugin-cdio.xml:
3880         * docs/plugins/inspect/plugin-cutter.xml:
3881         * docs/plugins/inspect/plugin-debug.xml:
3882         * docs/plugins/inspect/plugin-dv.xml:
3883         * docs/plugins/inspect/plugin-efence.xml:
3884         * docs/plugins/inspect/plugin-effectv.xml:
3885         * docs/plugins/inspect/plugin-equalizer.xml:
3886         * docs/plugins/inspect/plugin-esdsink.xml:
3887         * docs/plugins/inspect/plugin-flac.xml:
3888         * docs/plugins/inspect/plugin-flxdec.xml:
3889         * docs/plugins/inspect/plugin-gamma.xml:
3890         * docs/plugins/inspect/plugin-gconfelements.xml:
3891         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3892         * docs/plugins/inspect/plugin-goom.xml:
3893         * docs/plugins/inspect/plugin-goom2k1.xml:
3894         * docs/plugins/inspect/plugin-halelements.xml:
3895         * docs/plugins/inspect/plugin-icydemux.xml:
3896         * docs/plugins/inspect/plugin-id3demux.xml:
3897         * docs/plugins/inspect/plugin-jpeg.xml:
3898         * docs/plugins/inspect/plugin-level.xml:
3899         * docs/plugins/inspect/plugin-matroska.xml:
3900         * docs/plugins/inspect/plugin-monoscope.xml:
3901         * docs/plugins/inspect/plugin-mulaw.xml:
3902         * docs/plugins/inspect/plugin-multifile.xml:
3903         * docs/plugins/inspect/plugin-multipart.xml:
3904         * docs/plugins/inspect/plugin-navigationtest.xml:
3905         * docs/plugins/inspect/plugin-ossaudio.xml:
3906         * docs/plugins/inspect/plugin-png.xml:
3907         * docs/plugins/inspect/plugin-quicktime.xml:
3908         * docs/plugins/inspect/plugin-rtp.xml:
3909         * docs/plugins/inspect/plugin-rtsp.xml:
3910         * docs/plugins/inspect/plugin-smpte.xml:
3911         * docs/plugins/inspect/plugin-soup.xml:
3912         * docs/plugins/inspect/plugin-spectrum.xml:
3913         * docs/plugins/inspect/plugin-speex.xml:
3914         * docs/plugins/inspect/plugin-taglib.xml:
3915         * docs/plugins/inspect/plugin-udp.xml:
3916         * docs/plugins/inspect/plugin-video4linux2.xml:
3917         * docs/plugins/inspect/plugin-videobalance.xml:
3918         * docs/plugins/inspect/plugin-videobox.xml:
3919         * docs/plugins/inspect/plugin-videocrop.xml:
3920         * docs/plugins/inspect/plugin-videoflip.xml:
3921         * docs/plugins/inspect/plugin-videomixer.xml:
3922         * docs/plugins/inspect/plugin-wavenc.xml:
3923         * docs/plugins/inspect/plugin-wavpack.xml:
3924         * docs/plugins/inspect/plugin-wavparse.xml:
3925         * docs/plugins/inspect/plugin-ximagesrc.xml:
3926         * gst/debug/Makefile.am:
3927         * gst/debug/breakmydata.c:
3928         * gst/debug/efence.c:
3929         * gst/debug/gstdebug.c:
3930         * gst/debug/gstnavseek.c:
3931         * gst/debug/gstpushfilesrc.c:
3932         * gst/debug/gstpushfilesrc.h:
3933         * gst/debug/negotiation.c:
3934         * gst/debug/progressreport.c:
3935         * gst/debug/progressreport.h:
3936         * gst/debug/rndbuffersize.c:
3937         * gst/debug/testplugin.c:
3938           Remove dummy plugin_init. Remove some undefined entries from doc-
3939           section file. Add taginject element and rebuild docs for it.
3940
3941 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3944         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3945         Update the counter for the number of streams when pads are added or
3946         removed. This will make sure that a seek table is generated for
3947         files with just one audio stream.
3948
3949 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3950
3951         * gst/matroska/matroska-demux.c:
3952         (gst_matroska_demux_parse_metadata_id_simple_tag):
3953         * gst/matroska/matroska-ids.h:
3954         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3955         Add some more tags, improve debugging a bit and make sure that
3956         GValue transformation has succeeded before using the result
3957         as a tag.
3958
3959 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3960
3961         Patch by: Olivier Crete <tester at tester dot ca>
3962
3963         * gst/rtp/gstrtptheorapay.c:
3964         The Theora RTP payloader only supports the "inline" delievery method
3965         so let's declare this on the caps of the static pad template.
3966         Fixes bug #537675.
3967
3968 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3969
3970         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3971         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3972         Remove bogus check.
3973
3974 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3975
3976         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3977         (gst_videomixer_blend_buffers):
3978         Use stream_time to synchronize the object properties.
3979         Use running_time of the master pad to timestamp outgoing buffers.
3980         Fix the initial segment event to extend an unknown amount of time.
3981         Fixes #537361.
3982
3983 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3984
3985         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3986         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3987         (gst_avi_demux_calculate_durations_from_index),
3988         (gst_avi_demux_stream_header_push),
3989         (gst_avi_demux_stream_header_pull):
3990         Try to ignore unparsable/unknown streams and give a warning instead of
3991         erroring out. Fixes #537377.
3992
3993 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3994
3995         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3996         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3997
3998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3999         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4000         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4001         (gst_matroska_demux_read_track_encodings),
4002         (gst_matroska_demux_add_stream),
4003         (gst_matroska_demux_handle_src_query),
4004         (gst_matroska_demux_init_stream),
4005         (gst_matroska_demux_parse_index_cuetrack),
4006         (gst_matroska_demux_parse_index_pointentry),
4007         (gst_matroska_demux_parse_info),
4008         (gst_matroska_demux_parse_metadata_id_simple_tag),
4009         (gst_matroska_demux_parse_metadata),
4010         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4012         (gst_matroska_demux_parse_cluster),
4013         (gst_matroska_demux_parse_contents_seekentry),
4014         (gst_matroska_demux_loop_stream_parse_id),
4015         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4016         (gst_matroska_demux_audio_caps),
4017         (gst_matroska_demux_subtitle_caps):
4018         * gst/matroska/matroska-demux.h:
4019         * gst/matroska/matroska-ids.c:
4020         (gst_matroska_track_init_subtitle_context):
4021         * gst/matroska/matroska-ids.h:
4022         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4023         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4024         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4025         (gst_matroska_mux_video_pad_setcaps),
4026         (gst_matroska_mux_audio_pad_setcaps),
4027         (gst_matroska_mux_subtitle_pad_setcaps),
4028         (gst_matroska_mux_request_new_pad),
4029         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4030         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4031         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4032         (gst_matroska_mux_set_property):
4033         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4034         elements, do some checks for valid values in the demuxer, handle
4035         tracktimecodescale in the demuxer, set correct default values for all
4036         settings in the demuxer, review and add all missing matroska
4037         IDs and some more raw YUV formats, and some trivial cleanup.
4038
4039 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4040
4041         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4042         (gst_pulsemixer_class_init):
4043         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4044         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4045         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4046         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4047         (gst_pulsesrc_prepare):
4048         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4049         gst_element_class_set_details_simple() and fix coding style a bit
4050         more.
4051
4052 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4053
4054         * docs/plugins/Makefile.am:
4055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4057         * docs/plugins/gst-plugins-good-plugins.args:
4058         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4059         * docs/plugins/gst-plugins-good-plugins.interfaces:
4060         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4061         * docs/plugins/inspect/plugin-aasink.xml:
4062         * docs/plugins/inspect/plugin-alaw.xml:
4063         * docs/plugins/inspect/plugin-alpha.xml:
4064         * docs/plugins/inspect/plugin-alphacolor.xml:
4065         * docs/plugins/inspect/plugin-annodex.xml:
4066         * docs/plugins/inspect/plugin-apetag.xml:
4067         * docs/plugins/inspect/plugin-audiofx.xml:
4068         * docs/plugins/inspect/plugin-auparse.xml:
4069         * docs/plugins/inspect/plugin-autodetect.xml:
4070         * docs/plugins/inspect/plugin-avi.xml:
4071         * docs/plugins/inspect/plugin-cacasink.xml:
4072         * docs/plugins/inspect/plugin-cairo.xml:
4073         * docs/plugins/inspect/plugin-cdio.xml:
4074         * docs/plugins/inspect/plugin-cutter.xml:
4075         * docs/plugins/inspect/plugin-debug.xml:
4076         * docs/plugins/inspect/plugin-dv.xml:
4077         * docs/plugins/inspect/plugin-efence.xml:
4078         * docs/plugins/inspect/plugin-effectv.xml:
4079         * docs/plugins/inspect/plugin-equalizer.xml:
4080         * docs/plugins/inspect/plugin-esdsink.xml:
4081         * docs/plugins/inspect/plugin-flac.xml:
4082         * docs/plugins/inspect/plugin-flxdec.xml:
4083         * docs/plugins/inspect/plugin-gamma.xml:
4084         * docs/plugins/inspect/plugin-gconfelements.xml:
4085         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4086         * docs/plugins/inspect/plugin-goom.xml:
4087         * docs/plugins/inspect/plugin-goom2k1.xml:
4088         * docs/plugins/inspect/plugin-halelements.xml:
4089         * docs/plugins/inspect/plugin-icydemux.xml:
4090         * docs/plugins/inspect/plugin-id3demux.xml:
4091         * docs/plugins/inspect/plugin-jpeg.xml:
4092         * docs/plugins/inspect/plugin-level.xml:
4093         * docs/plugins/inspect/plugin-matroska.xml:
4094         * docs/plugins/inspect/plugin-monoscope.xml:
4095         * docs/plugins/inspect/plugin-mulaw.xml:
4096         * docs/plugins/inspect/plugin-multifile.xml:
4097         * docs/plugins/inspect/plugin-multipart.xml:
4098         * docs/plugins/inspect/plugin-navigationtest.xml:
4099         * docs/plugins/inspect/plugin-ossaudio.xml:
4100         * docs/plugins/inspect/plugin-png.xml:
4101         * docs/plugins/inspect/plugin-pulseaudio.xml:
4102         * docs/plugins/inspect/plugin-quicktime.xml:
4103         * docs/plugins/inspect/plugin-rtp.xml:
4104         * docs/plugins/inspect/plugin-rtsp.xml:
4105         * docs/plugins/inspect/plugin-smpte.xml:
4106         * docs/plugins/inspect/plugin-soup.xml:
4107         * docs/plugins/inspect/plugin-spectrum.xml:
4108         * docs/plugins/inspect/plugin-speex.xml:
4109         * docs/plugins/inspect/plugin-taglib.xml:
4110         * docs/plugins/inspect/plugin-udp.xml:
4111         * docs/plugins/inspect/plugin-video4linux2.xml:
4112         * docs/plugins/inspect/plugin-videobalance.xml:
4113         * docs/plugins/inspect/plugin-videobox.xml:
4114         * docs/plugins/inspect/plugin-videocrop.xml:
4115         * docs/plugins/inspect/plugin-videoflip.xml:
4116         * docs/plugins/inspect/plugin-videomixer.xml:
4117         * docs/plugins/inspect/plugin-wavenc.xml:
4118         * docs/plugins/inspect/plugin-wavpack.xml:
4119         * docs/plugins/inspect/plugin-wavparse.xml:
4120         * docs/plugins/inspect/plugin-ximagesrc.xml:
4121         * ext/pulse/plugin.c:
4122         * ext/pulse/pulsemixer.c:
4123         * ext/pulse/pulsesink.c:
4124         * ext/pulse/pulsesrc.c:
4125         Add documentation to the pulseaudio plugin and run make update
4126         in docs/plugins.
4127
4128 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4129
4130         Patch by: Brian Cameron <brian.cameron at sun dot com>
4131
4132         * sys/sunaudio/gstsunaudiomixerctrl.c:
4133         (gst_sunaudiomixer_ctrl_get_volume),
4134         (gst_sunaudiomixer_ctrl_set_volume):
4135         Improvements for the SunAudio mixer by handling mute as no gain
4136         for tracks that have a gain property but no mute property.
4137         Fixes bug #536067.
4138
4139 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * configure.ac:
4142         * ext/pulse/Makefile.am:
4143         * ext/pulse/plugin.c: (plugin_init):
4144         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4145         (gst_pulsemixer_implements_interface_init),
4146         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4147         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4148         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4149         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4150         * ext/pulse/pulsemixer.h:
4151         * ext/pulse/pulsemixerctrl.c:
4152         (gst_pulsemixer_ctrl_context_state_cb),
4153         (gst_pulsemixer_ctrl_sink_info_cb),
4154         (gst_pulsemixer_ctrl_source_info_cb),
4155         (gst_pulsemixer_ctrl_subscribe_cb),
4156         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4157         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4158         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4159         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4160         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4161         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4162         * ext/pulse/pulsemixerctrl.h:
4163         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4164         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4165         * ext/pulse/pulsemixertrack.h:
4166         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4167         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4168         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4169         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4170         (gst_pulseprobe_new), (gst_pulseprobe_free),
4171         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4172         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4173         (gst_pulseprobe_set_server):
4174         * ext/pulse/pulseprobe.h:
4175         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4176         (gst_pulsesink_class_init), (gst_pulsesink_init),
4177         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4178         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4179         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4180         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4181         (gst_pulsesink_stream_request_cb),
4182         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4183         (gst_pulsesink_close), (gst_pulsesink_prepare),
4184         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4185         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4186         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4187         (gst_pulsesink_event), (gst_pulsesink_get_type):
4188         * ext/pulse/pulsesink.h:
4189         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4190         (gst_pulsesrc_implements_interface_init),
4191         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4192         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4193         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4194         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4195         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4196         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4197         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4198         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4199         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4200         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4201         (gst_pulsesrc_get_type):
4202         * ext/pulse/pulsesrc.h:
4203         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4204         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4205         * ext/pulse/pulseutil.h:
4206         Add pulseaudio GStreamer element from gst-pulse. Development will
4207         continue here instead of pulseaudio SVN. Fixes bug #400679.
4208         Only changes over gst-pulse SVN are added copyright to the top of
4209         files and coding style changes.
4210
4211 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4212
4213         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4214
4215         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4216           (gst_cdio_add_cdtext_album_tags):
4217         * ext/cdio/gstcdio.h:
4218         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4219           Also extract album title and album genre from CD-TEXT if
4220           available (#537021).
4221
4222 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4223
4224         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4225
4226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4227         Improve negotiation a bit more by picking the smallest possible
4228         resolution that is larger than the resolution specified in the
4229         first caps entry of the peer caps. Fixes bug #536994.
4230
4231 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4232
4233         Patch by: Bastien Nocera <hadess at hadess dot net>
4234
4235         * sys/v4l2/gstv4l2vidorient.c:
4236         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4237         Fix compilation with newer GIT kernels that deprecated
4238         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4239
4240 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4241
4242         * configure.ac:
4243         * ext/cdio/gstcdio.c:
4244         * ext/cdio/gstcdio.h:
4245         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4246           Require libcdio >= 0.76.
4247
4248 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4249
4250         * gst/avi/gstavidemux.c:
4251         Catch UNEXPECTED when downstream has reached end of
4252         segment in reverse mode.
4253
4254 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4255
4256         * gst/avi/gstavidemux.c:
4257         Fix typo in comment
4258
4259 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4260
4261         * gst/avi/gstavidemux.c:
4262         Because we don't know the frame order we need to push till
4263         the next keyframe
4264
4265 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4266
4267         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4268
4269         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4270         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4271         Provide a custom negotiation function to make sure to pick the highest
4272         possible framerate and resolution. Fixes bug #536646.
4273
4274 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4275
4276         * gst/avi/gstavidemux.c:
4277         Set EOS when going out of the segment in reverse playback
4278
4279 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4280
4281         * ext/taglib/Makefile.am::
4282           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4283           taglib headers (with gcc 4.3.1).
4284
4285 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4286
4287         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4288         Use the new gst_rtsp_connection_get_ip() to access the IP address
4289         of a GstRTSPConnection since it is a private member.
4290
4291 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4292
4293         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4294         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4295           Use new utility functions in libgsttag to process coverart (#512333).
4296
4297 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4298
4299         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4300         We actually support left/side, right/side and mid/side files. The
4301         conversion to normal, interleaved stereo is done by libflac.
4302
4303 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4306         (gst_ebml_write_set_cache):
4307         Unref the write cache in finalize if it was set and add add "FIXME"
4308         to a comment that needs it.
4309
4310 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4311
4312         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4313
4314         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4315         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4316         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4317         (gst_avi_demux_process_next_entry):
4318         * gst/avi/gstavidemux.h:
4319         Implement reverse playback. Fixes #535300.
4320         Small cleanups.
4321
4322 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4323
4324         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4325         (gst_videomixer_query_latency):
4326         When using gst_element_iterate_pads() one has to unref every pad
4327         after usage.
4328
4329 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4330
4331         Patch by: Bastien Nocera <hadess at hadess dot net>
4332         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4333         (qtdemux_parse_udta):
4334         * gst/qtdemux/qtdemux_fourcc.h:
4335         Improve meta-data handling, add 'comment', 'description' and
4336         'copyright' tag handling.
4337         Fixes #535935
4338
4339 2008-05-31  Julien Moutte  <julien@fluendo.com>
4340
4341         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4342         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4343         (gst_qtdemux_seek_to_previous_keyframe),
4344         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4345         we don't clip the segment's stop using the main segment duration as
4346         that could crop quite some video frames. Make reverse playback support
4347         more robust and support edit lists. Support seeking to the last frame,
4348         and fix reverse looping playback. Add some debugging.
4349         * win32/common/config.h: Updated.
4350
4351 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4352
4353         * gst/equalizer/gstiirequalizer.c:
4354         (gst_iir_equalizer_transform_ip):
4355         Don't clip float/double samples, correctly unset passthrough mode
4356         and use better rounding for integer samples.
4357
4358 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         * gst/equalizer/gstiirequalizer.c:
4361         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4362         (setup_filter), (set_passthrough), (update_coefficients),
4363         (gst_iir_equalizer_compute_frequencies),
4364         (gst_iir_equalizer_transform_ip):
4365         * gst/equalizer/gstiirequalizer.h:
4366         Update the filter coefficients only when needed in the transform_ip
4367         function and correctly set the element into passthrough mode if the
4368         gain of all bands is 0.
4369
4370 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4371
4372         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4373
4374         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4375         (gst_alpha_set_property), (gst_alpha_get_property),
4376         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4377         Try to skip pixels or areas that are too dark or too bright for us to do
4378         meaningfull color detection.
4379         Added properties to control the sensitivity to light and darkness.
4380         Added some small cleanups. Fixes #512345.
4381
4382 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4383
4384         * docs/plugins/.cvsignore:
4385         * tests/check/elements/.cvsignore:
4386         Ignore some more generated things
4387
4388         * tests/check/Makefile.am:
4389         Ignore OSS elements in the state changes test too.
4390
4391 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4392
4393         * docs/plugins/Makefile.am:
4394         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4396         Add SMPTE effect elements to docs.
4397
4398 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4399
4400         * docs/plugins/Makefile.am:
4401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4403         * ext/raw1394/gstdv1394src.c:
4404           Document whats first shown on the fdo plugin docs page :)
4405
4406 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4407
4408         * docs/plugins/Makefile.am:
4409         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4411         * docs/plugins/gst-plugins-good-plugins.args:
4412         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4413         * docs/plugins/inspect/plugin-audiofx.xml:
4414         * gst/audiofx/Makefile.am:
4415         * gst/audiofx/audiofx.c:
4416         * gst/audiofx/audiokaraoke.c:
4417         * gst/audiofx/audiokaraoke.h:
4418         * gst/audiofx/audiovoice.c:
4419         * gst/audiofx/audiovoice.h:
4420           Rename audiovoice to audiokaraoke and add it to the docs.
4421
4422 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4423
4424         * REQUIREMENTS:
4425         * docs/plugins/Makefile.am:
4426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4428         * docs/plugins/gst-plugins-good-plugins.args:
4429         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4430         * docs/plugins/gst-plugins-good-plugins.interfaces:
4431         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4432         * docs/plugins/inspect/plugin-aasink.xml:
4433         * docs/plugins/inspect/plugin-alaw.xml:
4434         * docs/plugins/inspect/plugin-alpha.xml:
4435         * docs/plugins/inspect/plugin-alphacolor.xml:
4436         * docs/plugins/inspect/plugin-annodex.xml:
4437         * docs/plugins/inspect/plugin-apetag.xml:
4438         * docs/plugins/inspect/plugin-audiofx.xml:
4439         * docs/plugins/inspect/plugin-auparse.xml:
4440         * docs/plugins/inspect/plugin-autodetect.xml:
4441         * docs/plugins/inspect/plugin-avi.xml:
4442         * docs/plugins/inspect/plugin-cacasink.xml:
4443         * docs/plugins/inspect/plugin-cairo.xml:
4444         * docs/plugins/inspect/plugin-cdio.xml:
4445         * docs/plugins/inspect/plugin-cutter.xml:
4446         * docs/plugins/inspect/plugin-debug.xml:
4447         * docs/plugins/inspect/plugin-dv.xml:
4448         * docs/plugins/inspect/plugin-efence.xml:
4449         * docs/plugins/inspect/plugin-effectv.xml:
4450         * docs/plugins/inspect/plugin-equalizer.xml:
4451         * docs/plugins/inspect/plugin-esdsink.xml:
4452         * docs/plugins/inspect/plugin-flac.xml:
4453         * docs/plugins/inspect/plugin-flxdec.xml:
4454         * docs/plugins/inspect/plugin-gamma.xml:
4455         * docs/plugins/inspect/plugin-gconfelements.xml:
4456         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4457         * docs/plugins/inspect/plugin-goom.xml:
4458         * docs/plugins/inspect/plugin-goom2k1.xml:
4459         * docs/plugins/inspect/plugin-halelements.xml:
4460         * docs/plugins/inspect/plugin-icydemux.xml:
4461         * docs/plugins/inspect/plugin-id3demux.xml:
4462         * docs/plugins/inspect/plugin-jpeg.xml:
4463         * docs/plugins/inspect/plugin-level.xml:
4464         * docs/plugins/inspect/plugin-matroska.xml:
4465         * docs/plugins/inspect/plugin-monoscope.xml:
4466         * docs/plugins/inspect/plugin-mulaw.xml:
4467         * docs/plugins/inspect/plugin-multifile.xml:
4468         * docs/plugins/inspect/plugin-multipart.xml:
4469         * docs/plugins/inspect/plugin-navigationtest.xml:
4470         * docs/plugins/inspect/plugin-ossaudio.xml:
4471         * docs/plugins/inspect/plugin-png.xml:
4472         * docs/plugins/inspect/plugin-quicktime.xml:
4473         * docs/plugins/inspect/plugin-rtp.xml:
4474         * docs/plugins/inspect/plugin-rtsp.xml:
4475         * docs/plugins/inspect/plugin-smpte.xml:
4476         * docs/plugins/inspect/plugin-soup.xml:
4477         * docs/plugins/inspect/plugin-spectrum.xml:
4478         * docs/plugins/inspect/plugin-speex.xml:
4479         * docs/plugins/inspect/plugin-taglib.xml:
4480         * docs/plugins/inspect/plugin-udp.xml:
4481         * docs/plugins/inspect/plugin-video4linux2.xml:
4482         * docs/plugins/inspect/plugin-videobalance.xml:
4483         * docs/plugins/inspect/plugin-videobox.xml:
4484         * docs/plugins/inspect/plugin-videocrop.xml:
4485         * docs/plugins/inspect/plugin-videoflip.xml:
4486         * docs/plugins/inspect/plugin-videomixer.xml:
4487         * docs/plugins/inspect/plugin-wavenc.xml:
4488         * docs/plugins/inspect/plugin-wavpack.xml:
4489         * docs/plugins/inspect/plugin-wavparse.xml:
4490         * docs/plugins/inspect/plugin-ximagesrc.xml:
4491         * ext/aalib/gstaasink.c:
4492         * ext/libcaca/gstcacasink.c:
4493           Document aasink and cacasink.
4494
4495 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4496
4497         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4498         (gst_videomixer_init), (gst_videomixer_query_duration),
4499         (gst_videomixer_query_latency), (gst_videomixer_query),
4500         (gst_videomixer_blend_buffers):
4501         * gst/videomixer/videomixer.h:
4502         Implement position (in time), duration and latency queries.
4503
4504 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4505
4506         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4507         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4508         (gst_videomixer_fill_queues), (forward_event_func),
4509         (forward_event), (gst_videomixer_src_event),
4510         (gst_videomixer_sink_event):
4511         * gst/videomixer/videomixer.h:
4512         Implement proper seek/newsegment handling.
4513         Based on adder's implementation.
4514         Fixes #535121
4515
4516 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4517
4518         Patch by: Jan Gerber <j at oil21 dot org>
4519
4520         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4521         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4522
4523 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4524
4525         * gst/audiofx/Makefile.am:
4526         * gst/audiofx/audiofx.c: (plugin_init):
4527         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4528         (gst_audio_voice_class_init), (gst_audio_voice_init),
4529         (update_filter), (gst_audio_voice_set_property),
4530         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4531         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4532         (gst_audio_voice_transform_ip):
4533         * gst/audiofx/audiovoice.h:
4534         Add simple voice removal element. Yay karaoke.
4535
4536 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4537
4538         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4539
4540         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4541         Fix potential caps leak.
4542         If we can't get the framerate with an ioctl, try to get it with the
4543         current norm. Fixes #520092.
4544
4545 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4546
4547         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4548
4549         * sys/v4l2/v4l2src_calls.c:
4550         (gst_v4l2src_probe_caps_for_format_and_size):
4551         If we fail to get the frame intervals, simply don't touch the framerates
4552         on the template caps instead of discarding the format. See #520092.
4553
4554 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4555
4556         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4557
4558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4559         (gst_v4l2_get_caps_info):
4560         Add NV12, NV21 and bayer support. See #520092.
4561
4562 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4563
4564         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4565         (gst_qtdemux_activate_segment):
4566         Unbreak segment activation again. Fixes #531672.
4567
4568 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4569
4570         * ext/flac/Makefile.am:
4571         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4572         Set the channel layout when decoding FLAC files with more than 2
4573         channels as defined by the FLAC spec. Fixes bug #534570.
4574
4575         Also don't try to decode left/side, right/side and mid/side files
4576         as we don't support this at all.
4577
4578 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4579
4580         * configure.ac:
4581           We need -base CVS (rtsp).
4582
4583 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4584
4585         * gst/udp/Makefile.am:
4586           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4587           when including netdb.h when building against glibc >= 2.8.
4588
4589 2008-05-22  Julien Moutte  <julien@fluendo.com>
4590
4591         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4592         debug statement arguments.
4593         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4594         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4595         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4596         on more platforms.
4597
4598 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4599
4600         * tests/check/elements/avimux.c: (setup_src_pad),
4601         (teardown_src_pad):
4602         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4603         (GST_START_TEST):
4604         * tests/check/elements/matroskamux.c: (setup_src_pad),
4605         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4606         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4607         (GST_START_TEST):
4608         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4609         (setup_wavpackparse), (cleanup_wavpackparse):
4610         Don't use gst_element_get_pad(), it's a bad, bad method.
4611
4612 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4613
4614         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4615         (do_toggle_element):
4616         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4617         (do_toggle_element):
4618         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4619         (do_toggle_element):
4620         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4621         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4622         (do_toggle_element):
4623         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4624         (do_toggle_element):
4625         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4626         (gst_auto_audio_sink_detect):
4627         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4628         (gst_auto_video_sink_detect):
4629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4630         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4631         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4632         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4633         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4634         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4635         * tests/icles/videocrop-test.c: (test_with_caps),
4636         (video_crop_get_test_caps):
4637         Don't use gst_element_get_pad(), it's a bad method.
4638
4639 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4640
4641         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4642         (gst_multiudpsink_add_internal):
4643         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4644         (gst_udp_join_group):
4645         * gst/udp/gstudpnetutils.h:
4646         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4647         Joining a multicast group and setting the loop/ttl properties are
4648         totally unrelated tasks are must be separated.
4649
4650 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4651
4652         * gst/avi/gstavimux.c:
4653           Also support alaw/mulaw.
4654
4655 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4656
4657         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4658         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4659         * gst/udp/gstmultiudpsink.h:
4660         Add a fixme for the auto-multicast property.
4661         Fix some confusing debug messages.
4662         Disable setting a qos value by default.
4663
4664 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4665
4666         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4667
4668         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4669         Ignore EPERM errors from sendto. Fixes #533619.
4670
4671 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4672
4673         Patch by: Henrik Eriksson <henriken at axis dot com>
4674
4675         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4676         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4677         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4678         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4679         * gst/udp/gstmultiudpsink.h:
4680         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4681
4682 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4683
4684         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4685         Improve debugging of the ident.
4686
4687 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4688
4689         Patch by: Bruno Santos <brunof at ua dot pt>
4690
4691         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4692         (gst_udp_join_group), (gst_udp_leave_group),
4693         (gst_udp_is_multicast):
4694         * gst/udp/gstudpnetutils.h:
4695         Provide a bunch of helper methods to deal with IPv4 and IPv6
4696         transparently.
4697
4698         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4699         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4700         (gst_multiudpsink_get_property), (join_multicast),
4701         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4702         (gst_multiudpsink_remove):
4703         * gst/udp/gstmultiudpsink.h:
4704         Add multicast TTL and loopback properties.
4705         Use the helper methods to implement ip4 and ip6.
4706
4707         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4708         * gst/udp/gstudpsrc.h:
4709         Use the helper methods to implement ip4 and ip6.
4710         Fixes #515962.
4711
4712 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4713
4714         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4715
4716         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4717         (gst_multipart_demux_get_gstname),
4718         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4719         * gst/multipart/multipartdemux.h:
4720         Don't blindly copy the mime-type as the caps name because they not
4721         always map directly. Instead use a hashtable with common mappings.
4722         Fixes #533287.
4723
4724 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4725
4726         * ext/esd/esdsink.c: (gst_esdsink_write):
4727         When we post an error, we must return -1 to let the parent know that we
4728         cannot write the segment else it will loop and continue to call us again
4729         forever. Patch by Michael Meeks.
4730
4731 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4732
4733         * gst/videomixer/videomixer.c:
4734           Add missing incudes.
4735
4736 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4737
4738         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4739         (gst_rtp_h264_pay_handle_buffer):
4740         * gst/rtp/gstrtph264pay.h:
4741         Correct a typo (sinle -> single).
4742
4743 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4744
4745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4746         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4747         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4748         (gst_rtp_h264_depay_process):
4749         * gst/rtp/gstrtph264depay.h:
4750         Add experimental support for outputting quicktime-like AVC output in
4751         addition to the existing bytestream output.
4752
4753         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4754         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4755         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4756         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4757         (gst_rtp_h264_pay_get_property):
4758         * gst/rtp/gstrtph264pay.h:
4759         Make the parsing mode configurable, for some inputs we don't need to
4760         scan every byte for start codes.
4761         Only set the marker bit on ACCESS units.
4762
4763 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4764
4765         * gst/equalizer/gstiirequalizer.c:
4766         Use a bigger type in integer mode for the intermediate results to
4767         prevent overflows. This fixes the crippled sound when using the
4768         equalizer in integer mode. Fixes bug #510865.
4769
4770 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4771
4772         * gst/videomixer/videomixer.c:
4773         * gst/videomixer/videomixer.h:
4774         Instead of a random number for the request pad id's,
4775         use a counter.
4776
4777         Register the videomixerpad class from the element's class_init
4778         where it's safer, and allows the docs generator to scan it.
4779
4780 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         * gst/smpte/Makefile.am:
4783         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4784         * gst/smpte/gstsmpte.h:
4785         * gst/smpte/gstsmptealpha.c:
4786         (gst_smpte_alpha_transition_type_get_type),
4787         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4788         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4789         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4790         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4791         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4792         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4793         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4794         * gst/smpte/gstsmptealpha.h:
4795         * gst/smpte/plugin.c: (plugin_init):
4796         Add new plugin that adds the SMPTE transition in the alpha channel of
4797         I420 and AYUV frames so that they can be blended with videomixer later
4798         on. Uses all niceties such as using base transform for efficient alloc
4799         and negotiation. It currently requires GstController to control the
4800         position in the transition effect.
4801
4802 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4803
4804         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4805         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4806         * docs/plugins/gst-plugins-good-plugins.args:
4807         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4808         * docs/plugins/gst-plugins-good-plugins.interfaces:
4809         * docs/plugins/gst-plugins-good-plugins.types:
4810         * gst/videomixer/videomixer.c:
4811           Try using thaytans new mechanism to get extra classes into plugin
4812           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4813           missing still.
4814
4815 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4816
4817         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4818         Set proper rate in avi stream header for PCM audio, and also do some
4819         more sanity checks on caps in this case.  Fixes #511489.
4820
4821 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4822
4823         * sys/v4l2/gstv4l2src.c:
4824         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4825         isn't implemented at all yet and this requires X headers to be
4826         installed. Fixes bug #533264.
4827
4828 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4829
4830         reviewed by: <delete if not using a buddy>
4831
4832         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4833         (gst_ebml_write_set_cache):
4834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4835         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4836         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4837         (gst_matroska_demux_read_track_encodings),
4838         (gst_matroska_demux_add_stream),
4839         (gst_matroska_demux_handle_src_query),
4840         (gst_matroska_demux_init_stream),
4841         (gst_matroska_demux_parse_index_cuetrack),
4842         (gst_matroska_demux_parse_index_pointentry),
4843         (gst_matroska_demux_parse_info),
4844         (gst_matroska_demux_parse_metadata_id_simple_tag),
4845         (gst_matroska_demux_parse_metadata),
4846         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4847         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4848         (gst_matroska_demux_parse_cluster),
4849         (gst_matroska_demux_parse_contents_seekentry),
4850         (gst_matroska_demux_loop_stream_parse_id),
4851         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4852         (gst_matroska_demux_audio_caps),
4853         (gst_matroska_demux_subtitle_caps):
4854         * gst/matroska/matroska-demux.h:
4855         * gst/matroska/matroska-ids.c:
4856         (gst_matroska_track_init_subtitle_context):
4857         * gst/matroska/matroska-ids.h:
4858         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4859         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4860         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4861         * sys/v4l2/gstv4l2src.c:
4862         * tests/check/pipelines/wavpack.c: (bus_handler):
4863         * win32/common/config.h:
4864
4865 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4866
4867         * ext/wavpack/gstwavpackstreamreader.c:
4868         * tests/examples/spectrum/demo-audiotest.c:
4869         * tests/examples/spectrum/demo-osssrc.c:
4870         Fix some compiler warnings.
4871
4872 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4873
4874         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4875         Small comment added.
4876
4877         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4878         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4879         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4880         Debug string cleanups (remove trailing \n)
4881         Refactor and clean up the payloader a bit and make sure that we only
4882         put one NAL unit in an RTP packet even if the input buffer contains
4883         multiple NAL units.
4884         Add suport for AVC format input.
4885
4886 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4887
4888         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4889         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4890         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4891         * gst/rtp/gstrtph264pay.h:
4892         Make it possible to specify profile-level-id and sprop-parameter-sets
4893         using properties in case they are not available in-stream.
4894
4895 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4896
4897         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4898         * docs/plugins/gst-plugins-good-plugins.args:
4899         * docs/plugins/inspect/plugin-ladspa.xml:
4900           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4901
4902 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4903
4904         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4905         Send an initial BYTE segment to inform downstream of later seeking,
4906         and to forego sync attempts.
4907
4908 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4909
4910         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4911         Fix wrong caps string.
4912
4913 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4914
4915         Based on patch by: Olivier Crete <tester at tester dot ca>
4916
4917         * gst/rtp/Makefile.am:
4918         * gst/rtp/gstrtp.c: (plugin_init):
4919         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4920         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4921         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4922         (gst_rtp_g729_depay_plugin_init):
4923         * gst/rtp/gstrtpg729depay.h:
4924         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4925         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4926         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4927         * gst/rtp/gstrtpg729pay.h:
4928         Added G729 pay and depayloaders. Fixes #532409.
4929
4930 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4931
4932         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4933         Fix the calculation of the duration of the concealment packets.
4934
4935 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4936
4937         Based on patch by: Olivier Crete <tester at tester dot ca>
4938
4939         * gst/rtp/Makefile.am:
4940         * gst/rtp/gstrtp.c: (plugin_init):
4941         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4942         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4943         (parse_encode), (gst_rtp_dv_depay_setcaps),
4944         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4945         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4946         (gst_rtp_dv_depay_plugin_init):
4947         * gst/rtp/gstrtpdvdepay.h:
4948         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4949         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4950         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4951         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4952         (gst_dv_pay_negotiate), (include_dif),
4953         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4954         * gst/rtp/gstrtpdvpay.h:
4955         Add DV pay and depayloaders. Fixes #532423.
4956
4957 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4958
4959         * gst/matroska/matroska-demux.c:
4960         (gst_matroska_demux_push_dvd_clut_change_event):
4961         Convert subtitle palette info in VobSub private data from VobSub's
4962         (buggy) RGB to YUV.
4963
4964 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4965
4966         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4967         Do not leave fourcc stream header field empty upon reset.
4968         Fixes #519301.
4969
4970 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4971
4972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4974         * docs/plugins/inspect/plugin-goom.xml:
4975         * docs/plugins/inspect/plugin-goom2k1.xml:
4976         * gst/goom/gstgoom.c:
4977         * gst/goom2k1/gstgoom.c:
4978         Add goom2k1 into the docs.
4979
4980 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4981
4982         Based on patch by: Wouter Cloetens  <wouter at mind be>
4983
4984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4985         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4986         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4987         (gst_rtsp_decode_quoted_string),
4988         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4989         (gst_rtspsrc_setup_auth):
4990         Support Digest authentication. Fixes #532065.
4991
4992 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4993
4994         * gst/level/gstlevel.c:
4995           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4996           about whats needed for liboil acceleration. Simplify docs a bit.
4997
4998 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5001
5002         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
5003         Update the track duration if the old one was invalid.
5004         Fixes bug #532117.
5005
5006 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5007
5008         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
5009           Use GST_STR_NULL when trying to print sps and pps strings that could
5010           be NULL, as this might crash on some platforms.
5011
5012 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5013
5014         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5015
5016         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5017           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5018           set after creating the clipper.
5019
5020 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5021
5022         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5023
5024         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5025           Added checking of surface lost case after an unsuccessful
5026           IDirectDrawSurface7_Lock() call.
5027           If surface is lost, return GST_FLOW_OK.
5028
5029 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5030
5031         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5032
5033         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
5034           WndProc, gst_directdraw_sink_window_thread):
5035           Improved Windows message loop and fixed window destruction issue.
5036           When the window which DirectDraw is rendering to is destroyed, the
5037           render/show_frame function will return GST_FLOW_ERROR.
5038           Partially fixes #520885.
5039
5040 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5041
5042         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5043
5044         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5045           Fixed mid stream resolution change bug, the offscreen surface is now
5046           released when set_caps is called.
5047           Partially fixes #520885.
5048
5049 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5050
5051         * sys/directdraw/gstdirectdrawsink.c
5052           (gst_directdraw_sink_buffer_alloc):
5053           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5054           width/height.
5055
5056           Especially when looking through the pool of buffers, make sure that
5057           the width/height of caps is used instead of the already negotiated
5058           dimensions.
5059           For example if a buffer with different caps is requested, i.e.
5060           higher resolution, the caller would get a buffer with the old
5061           dimensions and thus corrupt the heap.
5062
5063 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5064
5065         * sys/directdraw/gstdirectdrawsink.c
5066           (gst_directdraw_sink_buffer_alloc):
5067           Clear the flags on recycled buffers from buffer_alloc.
5068           Partially fixes #520885.
5069
5070 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5071
5072         * gst/rtp/gstrtpilbcpay.c:
5073           Added missing stdlib.h include for strtol(), and made include ordering and
5074           style consistent with the corresponding depayloader.
5075
5076 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5077
5078         * configure.ac:
5079           Error out if we don't have the required core/base versions.
5080
5081 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5082
5083         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5084
5085         * sys/osxvideo/cocoawindow.m:
5086         Fix compiler warnings on PPC64. Fixes bug #499318.
5087
5088 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5089
5090         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5091
5092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5093         Don't leak file descriptors on error. Fixes #531532.
5094
5095 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5096
5097         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5098         (gst_gconf_audio_src_change_state):
5099         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5100         (gst_gconf_video_sink_change_state):
5101         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5102         (gst_gconf_video_src_change_state):
5103         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5104         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5105         When we can't create a fakesink/fakesrc complain instead of unreffing
5106         NULL pointers and crashing later. See bug #530535.
5107
5108 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5109
5110         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5111         Add some more debug info and guard against small payloads.
5112
5113         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5114         Set duration on outgoing buffers because we can.
5115
5116 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5117
5118         Patch by: Olivier Crete <tester at tester dot ca>
5119
5120         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5121         (gst_speex_enc_init), (gst_speex_enc_chain):
5122         Add negotiation for the speex channels and rate. Fixes #465146.
5123
5124 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5125
5126         Patch by: Olivier Crete <tester at tester dot ca>
5127
5128         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5129         (gst_rtp_speex_pay_getcaps):
5130         Add negotiation for the speex channels and rate. See #465146.
5131
5132 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5133
5134         Patch by: Olivier Crete <tester at tester dot ca>
5135
5136         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5137         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5138         Add negotiation for the ILBC mode. See #465146.
5139
5140 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5141
5142         * ext/soup/gstsouphttpsrc.c:
5143           Include stdlib to fix the build. Use g_free instead of free, libsoup
5144           uses glib.
5145
5146 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5147
5148         Patch by: j^ <j@bootlab.org>
5149
5150         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5151         Add more mpeg2 variants. Fixes #530886.
5152
5153 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5154
5155         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5156
5157         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5158           Don't error out if we get an ICMP destination-unreachable
5159           message when trying to read packets on win32 (#529454).
5160
5161 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5162
5163         * configure.ac:
5164         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5165           Use new error code for encrypted streams (which requires core CVS).
5166
5167 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5168
5169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5170           (gst_qtdemux_audiosrc_template):
5171           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5172
5173 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5174
5175         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5176         (speex_dec_chain_parse_data):
5177         Produce concealment data when time progresses in a segment update.
5178
5179 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5180
5181         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5182         (speex_dec_chain):
5183         Try to preserve input timestamps when we can.
5184         Do beginnings of error concealment.
5185
5186 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5187
5188         * gst/debug/gstnavigationtest.c:
5189           MSVC doesn't provide rint(), define an adequate replacement locally as
5190           elsewhere.
5191
5192 2008-04-28  Julien Moutte  <julien@fluendo.com>
5193
5194         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5195         format to pacify Mac OSX's gcc.
5196
5197 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5200           (DEFAULT_MAX), (src_template), (sink_template),
5201           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5202           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5203           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5204           Bring rndbuffersize element into a state that doesn't require us
5205           to move it to -bad immediately. For one, fix up default min/max
5206           values so that the element actuall works using the default values.
5207           Also, don't ignore flow return values and do some kind of minimal
5208           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5209           other gratuitious clean-ups.
5210
5211 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5212
5213         * docs/plugins/Makefile.am:
5214         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5215         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5216         * docs/plugins/gst-plugins-good-plugins.args:
5217         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5218         * docs/plugins/gst-plugins-good-plugins.interfaces:
5219         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5220         * docs/plugins/inspect/plugin-1394.xml:
5221         * docs/plugins/inspect/plugin-aasink.xml:
5222         * docs/plugins/inspect/plugin-alaw.xml:
5223         * docs/plugins/inspect/plugin-alpha.xml:
5224         * docs/plugins/inspect/plugin-alphacolor.xml:
5225         * docs/plugins/inspect/plugin-annodex.xml:
5226         * docs/plugins/inspect/plugin-apetag.xml:
5227         * docs/plugins/inspect/plugin-audiofx.xml:
5228         * docs/plugins/inspect/plugin-auparse.xml:
5229         * docs/plugins/inspect/plugin-autodetect.xml:
5230         * docs/plugins/inspect/plugin-avi.xml:
5231         * docs/plugins/inspect/plugin-cacasink.xml:
5232         * docs/plugins/inspect/plugin-cairo.xml:
5233         * docs/plugins/inspect/plugin-cdio.xml:
5234         * docs/plugins/inspect/plugin-cutter.xml:
5235         * docs/plugins/inspect/plugin-debug.xml:
5236         * docs/plugins/inspect/plugin-dv.xml:
5237         * docs/plugins/inspect/plugin-efence.xml:
5238         * docs/plugins/inspect/plugin-effectv.xml:
5239         * docs/plugins/inspect/plugin-equalizer.xml:
5240         * docs/plugins/inspect/plugin-esdsink.xml:
5241         * docs/plugins/inspect/plugin-flac.xml:
5242         * docs/plugins/inspect/plugin-flxdec.xml:
5243         * docs/plugins/inspect/plugin-gamma.xml:
5244         * docs/plugins/inspect/plugin-gconfelements.xml:
5245         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5246         * docs/plugins/inspect/plugin-goom.xml:
5247         * docs/plugins/inspect/plugin-halelements.xml:
5248         * docs/plugins/inspect/plugin-icydemux.xml:
5249         * docs/plugins/inspect/plugin-id3demux.xml:
5250         * docs/plugins/inspect/plugin-jpeg.xml:
5251         * docs/plugins/inspect/plugin-level.xml:
5252         * docs/plugins/inspect/plugin-matroska.xml:
5253         * docs/plugins/inspect/plugin-monoscope.xml:
5254         * docs/plugins/inspect/plugin-mulaw.xml:
5255         * docs/plugins/inspect/plugin-multifile.xml:
5256         * docs/plugins/inspect/plugin-multipart.xml:
5257         * docs/plugins/inspect/plugin-navigationtest.xml:
5258         * docs/plugins/inspect/plugin-ossaudio.xml:
5259         * docs/plugins/inspect/plugin-png.xml:
5260         * docs/plugins/inspect/plugin-quicktime.xml:
5261         * docs/plugins/inspect/plugin-rtp.xml:
5262         * docs/plugins/inspect/plugin-rtsp.xml:
5263         * docs/plugins/inspect/plugin-shout2send.xml:
5264         * docs/plugins/inspect/plugin-smpte.xml:
5265         * docs/plugins/inspect/plugin-spectrum.xml:
5266         * docs/plugins/inspect/plugin-speex.xml:
5267         * docs/plugins/inspect/plugin-taglib.xml:
5268         * docs/plugins/inspect/plugin-udp.xml:
5269         * docs/plugins/inspect/plugin-video4linux2.xml:
5270         * docs/plugins/inspect/plugin-videobalance.xml:
5271         * docs/plugins/inspect/plugin-videobox.xml:
5272         * docs/plugins/inspect/plugin-videocrop.xml:
5273         * docs/plugins/inspect/plugin-videoflip.xml:
5274         * docs/plugins/inspect/plugin-videomixer.xml:
5275         * docs/plugins/inspect/plugin-wavenc.xml:
5276         * docs/plugins/inspect/plugin-wavpack.xml:
5277         * docs/plugins/inspect/plugin-wavparse.xml:
5278         * docs/plugins/inspect/plugin-ximagesrc.xml:
5279           Add docs for gdkpixbufsink; update docs to CVS version.
5280
5281 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5282
5283         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5284         Remove test sync-offset by default.
5285
5286 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5287
5288         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5289         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5290         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5291           Use GLib versions of htonl, htons, ntohl and ntohs in order
5292           to avoid problems on win32 (#529707).
5293
5294 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5295
5296         Patch by: Jesús Corrius <jesus at softcatala org>
5297
5298         * gst/goom/filters.c: (zoomVector):
5299         * gst/goom/goom_core.c: (init_buffers):
5300           Fix build with mingw32: use rand() instead of random() and
5301           replace bzero() with memset(). Fixes #529692.
5302
5303 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5304
5305         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5306         Fix typo in comments.
5307
5308         * tests/examples/rtp/client-H263p-PCMA.sdp:
5309         * tests/examples/rtp/client-H263p-PCMA.sh:
5310         * tests/examples/rtp/client-H264-PCMA.sdp:
5311         * tests/examples/rtp/client-H264-PCMA.sh:
5312         * tests/examples/rtp/client-H264.sdp:
5313         * tests/examples/rtp/client-H264.sh:
5314         * tests/examples/rtp/client-PCMA.sdp:
5315         * tests/examples/rtp/client-PCMA.sh:
5316         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5317         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5318         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5319         Add some more docs and fix examples.
5320
5321 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5322
5323         * tests/check/elements/multifile.c:
5324         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5325         declared in the former, some have it declared in the latter.
5326
5327 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5330         * gst/debug/tests.c: (md5_get_value):
5331         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5332         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5333         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5334         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5335         Stop using deprecated GLib functions.
5336
5337 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5338
5339         * configure.ac:
5340         Back to development -> 0.10.8.1
5341
5342 === release 0.10.8 ===
5343
5344 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5345
5346         * configure.ac:
5347           releasing 0.10.8, "One For The Money"
5348
5349 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5350
5351         * configure.ac:
5352         0.10.7.4 pre-release
5353
5354 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5355
5356         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5357         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5358         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5359         * gst/goom/flying_stars_fx.c: (fs_free):
5360         * gst/goom/goom_config_param.h:
5361         * gst/goom/goom_core.c: (goom_init), (goom_close):
5362         * gst/goom/goom_plugin_info.h:
5363         * gst/goom/gstgoom.c: (gst_goom_finalize):
5364         * gst/goom/lines.c: (goom_lines_free):
5365         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5366         * gst/goom/surf3d.c: (grid3d_free):
5367         * gst/goom/surf3d.h:
5368         * gst/goom/tentacle3d.c: (tentacle_free):
5369         Free a bunch of stuff, and initialise things to fix leaks
5370         and valgrind warnings in the testsuite.
5371
5372         Fixes: #529268
5373
5374 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5375
5376         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5377         (gst_rtspsrc_configure_caps):
5378         Ref caps as the return value for the request_pt_map signal.
5379         Remove some caps weirdness when configuring a stream. See #528245.
5380
5381 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         * tests/icles/gdkpixbufsink-test.c:
5384           Add cast to placate gcc 4.1.2.
5385
5386 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5387
5388         * configure.ac:
5389         0.10.7.3 pre-release
5390
5391 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5392
5393         * tests/check/Makefile.am:
5394         Disable some more elements in the state test.
5395         Add a define so the soup test can find the test files
5396         it needs at runtime.
5397
5398         * tests/check/elements/souphttpsrc.c: (run_server):
5399
5400         Add a define so the soup test can find the test files
5401         it needs at runtime.
5402
5403 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5404
5405         * gst/goom/convolve_fx.c: (convolve_apply):
5406         Don't ever draw the GOOM logo.
5407         Fixes: #528615
5408
5409 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5410
5411         * ext/cdio/gstcdiocddasrc.c:
5412         * ext/dv/gstdvdemux.c: 
5413         gst_atomic_int_set ==> g_atomic_int_set
5414
5415 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * configure.ac:
5418         * gst/goom/Makefile.am:
5419         * gst/goom/convolve_fx.c:
5420         * gst/goom/default_scripts.h:
5421         * gst/goom/goom.h:
5422         * gst/goom/goom_core.c: (choose_a_goom_line):
5423         * gst/goom/goom_plugin_info.h:
5424         * gst/goom/goomsl.c:
5425         * gst/goom/goomsl.h:
5426         * gst/goom/goomsl_hash.c:
5427         * gst/goom/goomsl_hash.h:
5428         * gst/goom/goomsl_heap.c:
5429         * gst/goom/goomsl_heap.h:
5430         * gst/goom/goomsl_private.h:
5431         * gst/goom/plugin_info.c:
5432           Strip out the config/script parsing stuff, we don't need it.
5433           Fixes #527999.
5434
5435 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * gst/goom/plugin_info.c: (setOptimizedMethods):
5438           Disable altivec optimisations for 32-bit PPC as well to make
5439           things build properly on all PPC systems. Fixes #528143
5440
5441 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst-plugins-good.spec.in:
5444           Update for souphttpsrc plugin which has moved to -good.
5445
5446 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5447
5448         * gst/matroska/matroska-demux.c:
5449         (gst_matroska_demux_handle_seek_event):
5450         Fix open-ended seeks in matroskademux
5451         Patch by: Mark Nauwelaerts <manauw skynet be>
5452         Fixes: #526557
5453
5454 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5455
5456         * tests/check/Makefile.am:
5457         Add soup test certificates to the dist.
5458
5459 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5460
5461         * ext/Makefile.am:
5462         Remove LADSPA reference I missed.
5463
5464 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5465
5466         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5467         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5468         over gnome-vfs and everything else. Fixes bug #527848.
5469
5470 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5471
5472         * configure.ac:
5473         * ext/Makefile.am:
5474         Remove LADSPA plugin. Fixes: #515978
5475
5476 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5477
5478         * configure.ac:
5479         * docs/plugins/Makefile.am:
5480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5482         * docs/plugins/gst-plugins-good-plugins.args:
5483         * docs/plugins/inspect/plugin-soup.xml:
5484         * ext/Makefile.am:
5485         * tests/check/Makefile.am:
5486         Move soup plugin from -bad (Fixes: #523124)
5487
5488 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5489
5490         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5491         Fix bounds checking of mode in Speex header, which may
5492         produce negative numbers in speex <= 1.1.12
5493
5494 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst/goom/Makefile.am:
5497         * gst/goom/gfontlib.c:
5498         * gst/goom/gfontlib.h:
5499         * gst/goom/gfontrle.c:
5500         * gst/goom/gfontrle.h:
5501         * gst/goom/goom.h:
5502         * gst/goom/goom_core.c: (goom_update):
5503         * gst/goom/goom_plugin_info.h:
5504         * gst/goom/gstgoom.c: (gst_goom_chain):
5505         * gst/goom/plugin_info.c:
5506           Remove a bunch of font/text related code that we don't need.
5507
5508 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5509
5510         * gst/goom/ppc_drawings.s:
5511         * gst/goom/ppc_zoom_ultimate.s:
5512           Change license of these files to LGPL, as permitted by the
5513           author, Guillaume Borios. See #515073.
5514
5515 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5516
5517         * gst/goom/convolve_fx.c:
5518         * gst/goom/motif_goom1.h:
5519         * gst/goom/motif_goom2.h:
5520           As hinted in Bug #518213, revert one change and fix warnings properly.
5521           This fixes both #518213 and #520073 for me.     
5522
5523 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5524
5525         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5526         * gst/matroska/matroska-demux.c:
5527         (gst_matroska_demux_handle_seek_event),
5528         (gst_matroska_demux_parse_contents_seekentry),
5529         (gst_matroska_demux_loop):
5530         Fix the Forte build by making function declaration signatures
5531         match the implementations.
5532
5533 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5536         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5537         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5538           More logging when probing (see #518474), some comments in _reset().
5539
5540 2008-04-07  Julien Moutte  <julien@fluendo.com>
5541
5542         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5543         because of a bad argument number.
5544
5545 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5546
5547         * tests/icles/.cvsignore:
5548         * tests/icles/Makefile.am:
5549         * tests/icles/gdkpixbufsink-test.c:
5550           Interactive test app for gdkpixbufsink.
5551
5552 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5553
5554         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5555
5556         * configure.ac:
5557         Actually build dlls when cross-compiling with mingw32.
5558         Fixes bug #526247.
5559
5560 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5563           Don't munge device string to 'default:x' for capture devices.
5564           Fixes #525833.
5565
5566 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5567
5568         * ext/wavpack/gstwavpackparse.c:
5569         (gst_wavpack_parse_index_entry_free):
5570         Always use GSlice as we actually depend on GLib 2.12 already.
5571
5572 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         * configure.ac:
5575           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5576           Also bump the GLib requirement to the current de-facto requirement
5577           (ie. 2.12).
5578
5579 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5580
5581         * gst/rtp/gstrtph264pay.c: (encode_base64),
5582         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5583         * gst/rtp/gstrtph264pay.h:
5584         Parse codec_data for future AVC compatibility.
5585         Fail when we encounter AVC data for now.
5586
5587 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5588
5589         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5590           (gst_spectrum_init), (gst_spectrum_set_property),
5591           (gst_spectrum_get_property), (gst_spectrum_message_new):
5592           Rename property enums and default defines for the properties to match
5593           the property names and rephrase property descriptions to make them a
5594           bit clearer (hopefully). See #518188.
5595
5596 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5597
5598         * tests/check/Makefile.am:
5599         * tests/check/elements/.cvsignore:
5600         * tests/check/elements/gdkpixbufsink.c:
5601           Add unit test for gdkpixbufsink element.
5602
5603 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5604
5605         * ext/gdk_pixbuf/Makefile.am:
5606         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5607         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5608           (gst_gdk_pixbuf_sink_base_init),
5609           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5610           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5611           (gst_gdk_pixbuf_sink_set_caps),
5612           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5613           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5614           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5615           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5616           (gst_gdk_pixbuf_sink_get_property):
5617         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5618           Add gdkpixbufsink element for easy snapshotting (#525946).
5619
5620 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5621
5622         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5623         Bump timeout from 3 to 60 seconds.
5624
5625 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5626
5627         * tests/check/pipelines/.cvignore:
5628         Remove useless file.
5629
5630         * tests/check/pipelines/.cvsignore:
5631         Add new test to .cvsignore.
5632
5633 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5634
5635         * tests/check/Makefile.am:
5636         * tests/check/pipelines/wavpack.c: (bus_handler),
5637         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5638         (wavpack_suite), (main):
5639         Add unit test that encodes and decodes some data, checks that it
5640         is still the same and that all timestamps/offsets are perfect.
5641
5642 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5643
5644         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5645         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5646         * ext/wavpack/gstwavpackparse.c:
5647         (gst_wavpack_parse_index_entry_new),
5648         (gst_wavpack_parse_index_entry_free),
5649         (gst_wavpack_parse_base_init),
5650         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5651         Use GSlice for allocating index entries and use
5652         gst_element_class_set_details_simple().
5653
5654 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         Patch by: Brian Cameron <brian.cameron at sun dot com>
5657
5658         * sys/sunaudio/gstsunaudio.c:
5659         * sys/sunaudio/gstsunaudiomixer.c:
5660         * sys/sunaudio/gstsunaudiomixer.h:
5661         * sys/sunaudio/gstsunaudiomixerctrl.c:
5662         * sys/sunaudio/gstsunaudiomixerctrl.h:
5663         * sys/sunaudio/gstsunaudiomixertrack.c:
5664         * sys/sunaudio/gstsunaudiomixertrack.h:
5665         * sys/sunaudio/gstsunaudiosink.c:
5666         * sys/sunaudio/gstsunaudiosink.h:
5667         * sys/sunaudio/gstsunaudiosrc.c:
5668         * sys/sunaudio/gstsunaudiosrc.h:
5669           Fix up copyrights (#525860).
5670
5671 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5672
5673         * gst/goom/goomsl.c: (gsl_read_file):
5674           Check return value of fread() to avoid compiler warnings.
5675
5676 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5677
5678         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5679
5680         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5681         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5682         * gst/law/alaw-decode.h:
5683         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5684         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5685         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5686         * gst/law/mulaw-decode.h:
5687         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5688         Make negotiation a bit modern.
5689         Use pad_alloc. Fixes #525359.
5690
5691 2008-03-31  David Schleef  <ds@schleef.org>
5692
5693         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5694           compiles consistently.  Fixes #522278.
5695
5696 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5697
5698         Patch by: Brian Cameron <brian.cameron at sun dot com>
5699
5700         * sys/sunaudio/gstsunaudiomixerctrl.c:
5701           (gst_sunaudiomixer_ctrl_get_volume),
5702           (gst_sunaudiomixer_ctrl_set_volume):
5703         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5704           Fix up the mixer tracks to use a volume range of 0-255, which is what
5705           the sun audio API uses. This simplifies the code and avoids rounding
5706           errors. Fixes #524593.
5707
5708 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5709
5710         * sys/v4l2/gstv4l2object.c:
5711         * sys/v4l2/gstv4l2object.h:
5712         Add device-fd property to make it possible to apps to call ioctl's.
5713
5714 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5715
5716         * gst/qtdemux/qtdemux.c: (next_entry_size):
5717         Unbreak streaming mode again.
5718
5719 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5722           Remove superfluous DEBUG macro.
5723
5724 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         Based on patch by: William M. Brack <wbrack at mmm com hk>
5727
5728         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5729           (gst_v4l2src_set_capture):
5730           Check whether the device supports setting the framerate before
5731           trying to set it and then posting a warning or error if it doesn't
5732           work (#516649, #520092). Also compare fractions more correctly.
5733
5734 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5735
5736         * gst/goom/Makefile.am:
5737           Remove ppc assembler optimisations from the build until they
5738           actually build (they also seem to have GPL headers).
5739
5740 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * m4/Makefile.am:
5743           Better not dist files that don't exist any longer (lrint*m4).
5744
5745 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5746
5747         * configure.ac:
5748         * m4/lrint.m4:
5749         * m4/lrintf.m4:
5750         Remove lrint/lrintf checks. We don't use it anywhere.
5751
5752 2008-03-18  Andy Wingo  <wingo@pobox.com>
5753
5754         * sys/osxvideo/osxvideosink.m
5755         (gst_osx_video_sink_osxwindow_destroy)
5756         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5757         task, whoopdee.
5758         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5759         2 ms.
5760
5761 2008-03-18  Andy Wingo  <wingo@pobox.com>
5762
5763         * sys/osxvideo/osxvideosink.m
5764         (gst_osx_video_sink_osxwindow_destroy)
5765         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5766         task, whoopdee.
5767         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5768         2 ms.
5769         
5770 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         Patch by: William M. Brack <wbrack at mmm com hk>
5773
5774         * sys/v4l2/v4l2src_calls.c:
5775           (gst_v4l2src_probe_caps_for_format_and_size),
5776           (gst_v4l2src_probe_caps_for_format):
5777           Make sure the probed frame sizes are reversed in the resulting
5778           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5779           highest resolution first); also remove unused variable.
5780           (Partly fixes #520092)
5781
5782 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5783
5784         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5785
5786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5787         (gst_rtspsrc_finalize):
5788         Call WSAStartup() and WSACleanup before using the Winsock API.
5789         See #520808.
5790
5791 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5792
5793         * gst/avi/gstavidemux.c:
5794           Erm, the buffer-size is just guint, no need for the special format
5795           specifier.
5796
5797 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5798
5799         * gst/goom/plugin_info.c:
5800         * gst/goom/ppc_zoom_ultimate.h:
5801           Small fixes to build more on PPC: ifdef out code that uses unknown
5802           define; add newline at end of header file to avoid compiler warning.
5803           Assembler code still doesn't build though.
5804
5805 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5806
5807         * gst/avi/gstavidemux.c:
5808           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5809           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5810
5811 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/avi/gstavidemux.c:
5814           Chunksize is uint32. Fix format specifier.
5815
5816 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5817
5818         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5819         mistake. Return file to pure MIT text.
5820
5821 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5822
5823         * gst/audiofx/audiofx.c:
5824         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5825         of hardcoding values.
5826
5827 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         Patch by: Mark Nauwelaerts <manauw skynet be>
5830
5831         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5832           (gst_oss_src_close):
5833         * sys/oss/gstosssrc.h:
5834           Cache probed caps, so _get_caps() during recording doesn't cause
5835           ioctl calls which may disrupt the recording (fixes #521875).
5836
5837 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5838
5839         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5840         (gst_qtdemux_activate_segment),
5841         (gst_qtdemux_prepare_current_sample),
5842         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5843         Make sure we always send a DISCONT after a seek by setting the sample
5844         index to an undefined value after a seek.
5845
5846 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5849           (GST_IS_AVI_SUBTITLE_CLASS):
5850           Fix up IS_FOO macros, which makes gtk-doc much happier.
5851
5852 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * tests/icles/Makefile.am:
5855           Move the -lgstfoo where it belongs.
5856
5857 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5858
5859         * gst/matroska/ebml-ids.h:
5860         Add ID for EBML CRC32 elements.
5861
5862         * gst/matroska/Makefile.am:
5863         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5864         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5865         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5866         (gst_ebml_read_header):
5867         Support reading 80bit floats, add finalize method to clean up
5868         in any case, support reading length/id elements with any length
5869         as long as it's smaller than our supported maximum, don't leak
5870         buffers if reading as much data as we wanted failed and some
5871         smaller cleanup.
5872
5873 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5874
5875         Patch by: Olivier Crete <tester at tester dot ca>
5876
5877         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5878         Check that a buffer is large enough before reading from it.
5879         Fixes bug #521102.
5880         
5881 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5882
5883         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5884         Fix compilation after removing the GstPollMode from the
5885         constructor.
5886
5887 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5888
5889         * configure.ac:
5890         * gst/audiofx/Makefile.am:
5891         * gst/audiofx/audiochebband.c:
5892         * gst/audiofx/audiocheblimit.c:
5893         * gst/audiofx/math_compat.h:
5894         Check for sinh(), cosh() and asinh() and define our own
5895         implementations if they're not available. Fixes bug #520880.
5896
5897 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5898
5899         Patch by: Olivier Crete <tester at tester dot ca>
5900
5901         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5902         Unref the buffers only once when handling not-negotiated errors.
5903         Fixes bug #520764.
5904
5905 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5906
5907         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5908
5909         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5910         (gst_udpsrc_stop):
5911         Properly balance WSA_Cleanup with WSA_Startup.
5912         Also make the poll controllable on windows. Fixes #520888.
5913
5914 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5915
5916         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5917         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5918         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5919         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5920         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5921         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5922         (gst_ebml_read_date), (gst_ebml_read_master),
5923         (gst_ebml_read_binary), (gst_ebml_read_header):
5924         * gst/matroska/ebml-read.h:
5925         * gst/matroska/matroska-demux.c:
5926         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5927         (gst_matroska_demux_read_track_encodings),
5928         (gst_matroska_demux_add_stream),
5929         (gst_matroska_demux_handle_src_query),
5930         (gst_matroska_demux_handle_seek_event),
5931         (gst_matroska_demux_init_stream),
5932         (gst_matroska_demux_parse_tracks),
5933         (gst_matroska_demux_parse_index_cuetrack),
5934         (gst_matroska_demux_parse_index_pointentry),
5935         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5936         (gst_matroska_demux_parse_metadata_id_simple_tag),
5937         (gst_matroska_demux_parse_metadata_id_tag),
5938         (gst_matroska_demux_parse_metadata),
5939         (gst_matroska_demux_sync_streams),
5940         (gst_matroska_demux_push_hdr_buf),
5941         (gst_matroska_demux_push_flac_codec_priv_data),
5942         (gst_matroska_demux_push_xiph_codec_priv_data),
5943         (gst_matroska_demux_add_wvpk_header),
5944         (gst_matroska_demux_check_subtitle_buffer),
5945         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5946         (gst_matroska_demux_parse_cluster),
5947         (gst_matroska_demux_parse_contents_seekentry),
5948         (gst_matroska_demux_parse_contents),
5949         (gst_matroska_demux_loop_stream_parse_id),
5950         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5951         * gst/matroska/matroska-demux.h:
5952         * gst/matroska/matroska-ids.h:
5953         Handle return values from pull_range in a more granular way to properly
5954         shut down on seeks.
5955         Combine return values from push.
5956         Implement proper error handling.
5957         Prepare for handling seeking correctly.
5958
5959 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5960
5961         * gst/matroska/ebml-read.c:
5962         Use GINT64 formatting constants from GLIB.
5963
5964         * gst/matroska/matroska-demux.c:
5965         Add some guards to avoid a possible division by 0 and crashing
5966         with NULL events on some systems.
5967         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5968         conversion. 
5969
5970         * gst/matroska/matroska-mux.c:
5971         Check for invalid timestamps in a bunch of places to avoid
5972         writing bogus durations into the output file.
5973         Fix some double<->gint64 conversions that weren't using
5974         gst_guint64_to_gdouble
5975
5976 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5977
5978         * configure.ac:
5979         Move the checks for bison, flex and as to the program section and the
5980         check for gcc inline asm to the compiler characteristics section.
5981
5982 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5983
5984         * configure.ac:
5985         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5986         plug-ins are included/excluded. (#498222)
5987
5988 2008-02-29  Michael Smith <msmith@fluendo.com>
5989
5990         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5991           Don't call gst_object_sync_values() unless we have a valid timestamp.
5992
5993 2008-02-28  David Schleef  <ds@schleef.org>
5994
5995         * gst/matroska/matroska-demux.c:
5996         * gst/matroska/matroska-ids.h:
5997         * gst/matroska/matroska-mux.c:
5998           Fix Dirac mapping.  I had previously added a VfW-type
5999           mapping, but it looks like Dirac will get a native Matroska
6000           mapping, and this is the most likely method.
6001
6002 2008-02-28  David Schleef  <ds@schleef.org>
6003
6004         * gst/avi/gstavimux.c: Add Dirac encoding
6005
6006 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6007
6008         Patch by: Peter Kjellerstedt <pkj at axis com>
6009
6010         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6011         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
6012         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6013         * gst/udp/gstudpsrc.h:
6014         Port to GstPoll. See #505417.
6015
6016 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6017
6018         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6019         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6020         yet on the srcpad. We need rate and channels before we
6021         can do any processing. Fixes bug #519088.
6022
6023 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6024
6025         * configure.ac:
6026         Detect and indicate if GCC inline assembly syntax is
6027         available.
6028
6029         * gst/goom/Makefile.am:
6030         * gst/goom/convolve_fx.c:
6031         * gst/goom/flying_stars_fx.c:
6032         * gst/goom/goom_config.h:
6033         * gst/goom/goom_core.c:
6034         * gst/goom/goomsl.c:
6035         * gst/goom/ifs.c:
6036         * gst/goom/mmx.c:
6037         * gst/goom/plugin_info.c:
6038         * gst/goom/xmmx.c:
6039         Fix various GCC-isms, and only build the inline assembly
6040         with compilers that support GCC inline assembly.
6041
6042         Fix a couple of other warnings shown with Forte.
6043
6044 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6045
6046         * gst/goom/xmmx.c:
6047           Use 'emms' instead of 'femms' to not crash on cpus that do not
6048           implement this 3dnow specific instruction.
6049
6050 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6051
6052         * gst/goom/plugin_info.c: (setOptimizedMethods):
6053         Use extended MMX for draw_line() too if available, not only
6054         normal MMX.
6055
6056 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6057
6058         * ext/jpeg/gstjpeg.c: (plugin_init):
6059         Remove (commented out) smoke typefinder. This is in base now.
6060
6061 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6062
6063         * gst/goom2k1/Makefile.am:
6064         * gst/goom2k1/gstgoom.c:
6065
6066         Rename the installed library, and don't register the same 
6067         GType name as the new goom.
6068
6069 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6070
6071         * configure.ac:
6072         * ext/taglib/Makefile.am:
6073           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6074           when building C++ code (#516509).
6075
6076 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6077
6078         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6079         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6080           (setOptimizedMethods):
6081           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6082           anything useful. Export goom debug category so we can get
6083           rid of the VERBOSE define and the printfs.
6084
6085 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6086
6087         * gst/goom/goomsl_heap.c: (align_it):
6088         * gst/goom/plugin_info.c: (setOptimizedMethods):
6089           Compile fixes for x86-64.
6090
6091 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6092
6093         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6094         with warnings, but add other CFLAGS
6095
6096         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6097         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6098         (calculate_labels), (gsl_read_file):
6099         * gst/goom/goomsl_lex.l:
6100         * gst/goom/goomsl_yacc.y:
6101         * gst/goom/plugin_info.c: Remove a few live printf, and
6102         fprintf, replace exit() calls with g_assert_not_reached()
6103         if it not optimal for a library
6104
6105 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6106
6107         * gst/goom/Makefile.am: Remove the warnings being disabled,
6108         fix linkage on x86, spotted by Sebastian Dröge
6109         <slomo@circular-chaos.org>
6110
6111         * gst/goom/convolve_fx.c (convolve_init),
6112         (create_output_with_brightness), (convolve_apply):
6113         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6114         * gst/goom/goomsl.c:
6115         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6116         * gst/goom/plugin_info.c:
6117         * gst/goom/tentacle3d.c (tentacle_fx_create):
6118         Fix warnings, and disable the motifs in the convolve_fx
6119         plugin (they were causing warnings, and they were just
6120         "Goom" in funny letterring)
6121
6122 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6123
6124         * configure.ac: Add checks for Flex/Yacc/Bison and other
6125         furry animals, for the new goom 2k4 based plugin
6126
6127         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6128         CPU optimisations (not working yet), move the old plugin to...
6129
6130         * gst/goom2k1/*: ... here, in case somebody is sick enough
6131
6132         Fixes #515073
6133
6134 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6135
6136         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6137         Post the server response code in an error message instead of a generic
6138         'error' message. Fixes #517237.
6139
6140 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6141
6142         * tests/check/Makefile.am:
6143         Ignore gconfaudiosrc for the states unit test too. It will fallback
6144         to alsasrc if the gconf settings can't be read and not everybody has
6145         alsa.
6146
6147 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6148
6149         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6150         (gst_wavpack_parse_create_src_pad):
6151         * ext/wavpack/gstwavpackparse.h:
6152         Always report the duration if we know it in push mode and don't
6153         return 0 just to make totem believe we can't seek in push mode.
6154         Newer totem version use the SEEKING query which properly reports
6155         if we can seek or not.
6156
6157 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6158
6159         Patch by: Jens Granseuer <jensgr at gmx dot net>
6160
6161         * tests/examples/equalizer/demo.c: (main):
6162         C89 fix, moving variable declarations to the beginning of
6163         the block. Fixes bug #517933.
6164
6165 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6166
6167         * configure.ac:
6168         Back to development...
6169
6170 === release 0.10.7 ===
6171
6172 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6173
6174         * configure.ac:
6175           releasing 0.10.7, "Red Door Black"
6176
6177 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6178
6179         * gst/alpha/Makefile.am:
6180         Link alpha plugin with libgstbase. Fixes bug #517386.
6181
6182 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6183
6184         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6185         Init values to -1 instead of the default 0 value.
6186         Fixes #516524.
6187
6188 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6189
6190         * tests/examples/spectrum/spectrum-example.c:
6191         Add missing include to fix compilation when libxml usage is disabled.
6192         Fixes: #516371
6193
6194 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6195
6196         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6197         fixes: #514889
6198
6199         * gst/rtp/gstrtph264pay.c:
6200         * gst/rtp/gstrtpmp4gdepay.c:
6201         * gst/rtp/gstrtpmp4gpay.c:
6202         * gst/rtp/gstrtpmp4gpay.h:
6203         * gst/rtp/gstrtptheorapay.c:
6204         * gst/rtp/gstrtpvorbispay.c:
6205
6206         Fix various leaks shown up in valgrind
6207         - free sprops and buffer in error cases in H264 payloader
6208         - fix leak in mp4g depayloader when construction the caps
6209         - don't leak config string in the mp4g payloader
6210         - don't leak buffers and headers in theora and vorbis payloaders
6211
6212         * tests/check/elements/rtp-payloading.c:
6213
6214         Fix the RTP data test
6215         - Actually send valid amr data to the payloader instead of 20
6216         zero-bytes
6217         - The mp4g payloader expects codec_data on the caps
6218
6219 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6220
6221         * win32/MANIFEST:
6222         Add libgstpng.dsp to MANIFEST.
6223         * win32/vs6/libgstaudiofx.dsp:
6224         Add new source files to VS project file.
6225
6226 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6227
6228         * sys/ximage/gstximagesrc.c:
6229         Initialise variables when opening the X display rather
6230         than in _start(), as the display can be opened before that.
6231
6232         Fixes: #515985
6233
6234 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6235
6236         * sys/directdraw/gstdirectdrawsink.c:
6237         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6238         (gst_directdraw_sink_finalize):
6239         Properly chain up finalize functions. Fixes bug #515980.
6240
6241 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6242
6243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6244         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6245         (gst_v4l2_buffer_pool_class_init):
6246         Chain up the finalize functions. Fixes bug #515984.
6247
6248 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6249
6250         * sys/ximage/ximageutil.c:
6251         Chain up in the finalize function for our custom
6252         buffer sub-class.
6253         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6254         Fixes: #515706
6255
6256 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6257
6258         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6259         (gst_fenced_buffer_class_init):
6260         Properly chain up finalize method. Fixes bug #515979.
6261
6262 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6263
6264         * sys/ximage/gstximagesrc.c:
6265         Free allocated Damage memory before closing our connection to the
6266         X server. Partially fixes: #515706
6267
6268 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6269
6270         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6271         * tests/check/Makefile.am:
6272         * tests/check/gst-plugins-good.supp:
6273         Add a few libjpeg suppressions and initialize a variable to
6274         make smokeenc valgrind clean. Fixes bug #515701.
6275
6276 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6277
6278         * gst/avi/gstavidemux.c:
6279         Revert patch which sends timestamps only on keyframes, as it
6280         breaks playback with current gst-ffmpeg.
6281
6282         Fixes: #515562
6283
6284 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6285
6286         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6287         * tests/check/elements/multifile.c: (GST_START_TEST):
6288         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6289
6290 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6291
6292         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6293         Use and unset the GError when pipeline creation fails instead of
6294         simply leaking it. Fixes bug #515704.
6295
6296 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6297
6298         * gst/audiofx/audioamplify.c:
6299         * gst/audiofx/audiochebband.c:
6300         * gst/audiofx/audiocheblimit.c:
6301         * gst/audiofx/audiodynamic.c:
6302         * gst/audiofx/audioinvert.c:
6303         * gst/audiofx/audiopanorama.c:
6304         * gst/audiofx/audiowsincband.c:
6305         * gst/audiofx/audiowsinclimit.c:
6306         Fix long description of audiofx elements. Fixes bug #515457.
6307
6308 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6309
6310         * docs/plugins/Makefile.am:
6311         * gst/spectrum/gstspectrum.c:
6312         * tests/examples/spectrum/.cvsignore:
6313         * tests/examples/spectrum/Makefile.am:
6314         * tests/examples/spectrum/spectrum-example.c:
6315
6316         Add a simple example application for the spectrum element, include it
6317         in the docs, and fix some documentation ambiguities.
6318
6319         Fixes: #348085
6320
6321 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6322
6323         * gst/equalizer/Makefile.am:
6324         * gst/spectrum/Makefile.am:
6325         Fix includes order
6326
6327         * tests/check/Makefile.am:
6328         Exclude v4l2src from the states test - it takes too long to start.
6329
6330         * tests/check/elements/spectrum.c:
6331         Make the test run properly with CK_FORK=no
6332
6333 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6334
6335         * gst/audiofix/Makefile.am: add missing header files 
6336
6337 2008-02-08  Julien Moutte  <julien@fluendo.com>
6338
6339         * gst/matroska/matroska-demux.c:
6340         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6341         keyframe and delta units correctly when dealign with a BlockGroup.
6342         Fixes: #514397
6343
6344 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6345
6346         * tests/check/elements/.cvsignore:
6347         Spell the new tests correctly in .cvsignore
6348
6349 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6350
6351         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6352           Need to use gsize here for the size, fixes compiler warning.
6353
6354         * tests/examples/equalizer/.cvsignore:
6355         * tests/examples/equalizer/Makefile.am:
6356         * tests/examples/spectrum/.cvsignore:
6357         * tests/examples/spectrum/Makefile.am:
6358           Add missing files to fix the build.
6359
6360 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6361
6362         * configure.ac:
6363         * docs/plugins/Makefile.am:
6364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6366         * docs/plugins/gst-plugins-good-plugins.args:
6367         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6368         * docs/plugins/inspect/plugin-multifile.xml:
6369         * tests/check/Makefile.am:
6370         * tests/check/elements/.cvsignore:
6371
6372         Move multifile plugin from -bad.
6373         Fixes: #490283
6374
6375 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6376
6377         * configure.ac:
6378         * docs/plugins/Makefile.am:
6379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6381         * docs/plugins/gst-plugins-good-plugins.args:
6382         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6383         * docs/plugins/inspect/plugin-spectrum.xml:
6384         * gst/spectrum/Makefile.am:
6385         * tests/check/Makefile.am:
6386         * tests/check/elements/.cvsignore:
6387         * tests/examples/Makefile.am:
6388
6389         Move spectrum plugin from -bad.
6390         Move examples into tests/examples/spectrum.
6391
6392 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6393
6394         * configure.ac:
6395         * docs/plugins/Makefile.am:
6396         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6397         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6398         * docs/plugins/gst-plugins-good-plugins.args:
6399         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6400         * docs/plugins/gst-plugins-good-plugins.interfaces:
6401         * docs/plugins/inspect/plugin-equalizer.xml:
6402         * gst/equalizer/Makefile.am:
6403         * tests/check/Makefile.am:
6404         * tests/examples/Makefile.am:
6405         Move the equalizer plugin across from -bad
6406
6407         * tests/check/elements/.cvsignore:
6408         Add equalizer, audiosincwband and audiosincwlimit
6409
6410         * tests/check/elements/equalizer.c:
6411         Fix compiler warnings
6412
6413         Fixes: #415627
6414
6415 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6416
6417         * configure.ac:
6418         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6419         are treated like releases and build without it.
6420
6421 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6422
6423         * docs/plugins/Makefile.am:
6424         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6425         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6426         * docs/plugins/gst-plugins-good-plugins.args:
6427         * docs/plugins/inspect/plugin-audiofx.xml:
6428         * gst/audiofx/Makefile.am:
6429         * gst/audiofx/audiofx.c:
6430         * gst/audiofx/audiowsincband.c:
6431         * gst/audiofx/audiowsincband.h:
6432         * gst/audiofx/audiowsinclimit.c:
6433         * gst/audiofx/audiowsinclimit.h:
6434         * tests/check/Makefile.am:
6435         * tests/check/elements/audiowsincband.c:
6436         * tests/check/elements/audiowsinclimit.c:
6437
6438         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6439         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6440         respectively.
6441
6442         Fixes: #467666
6443
6444 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6445
6446         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6447         * tests/check/elements/icydemux.c:
6448           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6449           caps, and add a somewhat useful debug message. Plus test.
6450
6451 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6452
6453         * gst/rtsp/gstrtspsrc.c:
6454         Include unistd.h only if HAVE_UNISTD_H is defined
6455         * win32/common/config.h.in:
6456         * win32/common/config.h:
6457         Define socklen_t as it seems it's not defined in default 
6458         Visual Studio headers.
6459         * win32/vs6/libgstalpha.dsp:
6460         * win32/vs6/libgstapetag.dsp:
6461         * win32/vs6/libgstavi.dsp:
6462         * win32/vs6/libgstrtp.dsp:
6463         * win32/vs6/libgstrtsp.dsp:
6464         * win32/vs6/libgstvideomixer.dsp:
6465         Update project file dependencies and add new source files       
6466
6467 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6468
6469         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6470
6471         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6472         Don't leak buffers when we don't push them downstream.
6473         Fixes bug #514965.
6474
6475 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6476
6477         * configure.ac:
6478           Bump requirements to (good) released versions to avoid
6479           confusion and make implicit core requirement explicit.
6480
6481 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6482
6483         * docs/plugins/Makefile.am:
6484         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6485         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6486         * docs/plugins/gst-plugins-good-plugins.args:
6487         * docs/plugins/inspect/plugin-audiofx.xml:
6488         * gst/audiofx/Makefile.am:
6489         * gst/audiofx/audiochebband.c:
6490         * gst/audiofx/audiochebband.h:
6491         * gst/audiofx/audiocheblimit.c:
6492         * gst/audiofx/audiocheblimit.h:
6493         * gst/audiofx/audiochebyshevfreqband.c:
6494         * gst/audiofx/audiochebyshevfreqband.h:
6495         * gst/audiofx/audiochebyshevfreqlimit.c:
6496         * gst/audiofx/audiochebyshevfreqlimit.h:
6497         * gst/audiofx/audiofx.c:
6498         * tests/check/Makefile.am:
6499         * tests/check/elements/.cvsignore:
6500         * tests/check/elements/audiochebband.c:
6501         * tests/check/elements/audiocheblimit.c:
6502         * tests/check/elements/audiochebyshevfreqband.c:
6503         * tests/check/elements/audiochebyshevfreqlimit.c:
6504
6505         Rename audiochebyshevfreqband -> audiochebband and
6506         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6507         surgery.
6508
6509         Closes: #491811
6510
6511 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6512
6513         Patch by: Orjan Friberg <orjanf at axis dot com>
6514
6515         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6516         Fix caps memory leak. Fixes #514573.
6517
6518 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6519
6520         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6521         If there's no entries in the subindex, don't try to do anything stupid,
6522         just return.
6523
6524 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6525
6526         Patch by: John Millikin <jmillikin at gmail dot com>
6527
6528         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6529           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6530           Fix extraction of picture blocks with newer libflac versions again:
6531           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6532
6533 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6534
6535         * tests/check/Makefile.am:
6536           Add rtp-payloading test to VALGRIND_TO_FIX.
6537
6538         * tests/check/elements/rtp-payloading.c:
6539           Add semicolons after GST_TEST_END so gst-indent gets the
6540           formatting right; make test less verbose in general, but
6541           more verbose in the error case (which should probably
6542           make the test fail anyway).
6543
6544 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6545
6546         * docs/plugins/Makefile.am:
6547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6549         * gst/avi/gstavisubtitle.c:
6550         Add documentation for avisubtitle and change class to
6551         Codec/Parser/Subtitle
6552
6553 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6554
6555         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6556         Treat ENOTTY (driver does not implement ioctl) the same as
6557         EINVAL since it implies there are no available standards.
6558
6559         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6560         (gst_v4l2src_get_nearest_size):
6561         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6562         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6563         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6564         reason, and if we aren't yet actively capturing.
6565
6566         * sys/v4l2/v4l2src_calls.h:
6567         Remove replaced function declaration.
6568
6569 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6570
6571         * configure.ac:
6572         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6573         API.
6574
6575 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6576
6577         * configure.ac:
6578         Fix typo.
6579
6580 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6581
6582         * gst/alpha/Makefile.am:
6583         * gst/alpha/gstalpha.c:
6584
6585         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6586         some stuff, and making buffer-alloc and resizing work automatically.
6587         No longer crashes on odd frame widths and heights, although there
6588         seems to be a disagreement with ffmpegcolorspace about what size
6589         an AYUV frame with odd height should be.
6590
6591 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6592
6593         Patch by: Alessandro Decina <alessandro at nnva dot org>
6594
6595         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6596         * ext/libpng/gstpngenc.h:
6597         Preallocate the output buffer so that g_memdup() and
6598         gst_buffer_merge() aren't needed anymore. This greatly improves
6599         performances and fixes #512544.
6600
6601 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6602
6603         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6604         (gst_avi_demux_stream_data):
6605         GStreamer timestamps are PTS values while AVI only knows about DTS
6606         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6607         we are dealing with a key frame.
6608
6609 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6610
6611         * tests/check/Makefile.am:
6612         * tests/check/elements/.cvsignore:
6613         * tests/check/elements/rtp-payloading.c:
6614           Add add testsuite for the rtp-payloader that tries simulating
6615           dataflow. Needs more test data.
6616
6617 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6618
6619         * tests/check/elements/alphacolor.c:
6620           Remove two unused variables.
6621
6622 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6623
6624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6625           Use g_ascii_strtoll() instead of atoll, which is only
6626           available in C99.
6627
6628 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6629
6630         * gst/rtp/Makefile.am:
6631         * gst/rtp/gstrtp.c:
6632         * gst/rtp/gstrtpmpvpay.c:
6633         * gst/rtp/gstrtpmpvpay.h:
6634         Add MPEG2 video payloader
6635
6636 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6637
6638         * gst/level/gstlevel.c:
6639         Use #include <math.h> instead of #include "math.h".
6640
6641 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6642
6643         * tests/check/Makefile.am:
6644         Fix up some CFLAGS sets.
6645         Don't include gconfvideosrc in the states test.
6646
6647         * tests/check/elements/autodetect.c: (GST_START_TEST):
6648         Add some error strings to fail_unless arguments to fix some weird
6649         compiler errors on Solaris.
6650
6651 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6652
6653         * configure.ac:
6654         Detect video4linux headers on Solaris too.
6655         * sys/v4l2/gstv4l2colorbalance.h:
6656         * sys/v4l2/gstv4l2object.h:
6657         * sys/v4l2/v4l2_calls.c:
6658         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6659         (gst_v4l2_buffer_new):
6660
6661         Make v4l2 build on Solaris.
6662         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6663         Fixes: #510505
6664
6665 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6666
6667         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6668           Update list from (still local) scanning script.
6669
6670 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6671
6672         Based on a patch by:
6673             Victor STINNER <victor dot stinner at haypocalc dot com>
6674
6675         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6676         Set variable to NULL after freeing it to prevent double frees
6677         or make failures by another use of it afterwards more obvious
6678         and fix use of it after the freeing. Fixes bug #510592.
6679
6680 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6681
6682         * gst/udp/gstmultiudpsink.c:
6683         use GST_WARNING for logging
6684
6685 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6686
6687         * gst/udp/gstmultiudpsink.c:
6688         Don't try to leave a multicast group with an invalid socket
6689
6690 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6691
6692         * ext/flac/gstflacdec.c:
6693           Fix compilation against flac 1.1.2 (as on debian stable), where
6694           the picture metadata defines and structs don't exist yet.
6695           Fixes #509301.
6696
6697 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6698
6699         Patch by: Olivier Crete <tester at tester dot ca>
6700
6701         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6702         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6703         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6704         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6705         * gst/udp/gstmultiudpsink.h:
6706         Add property to automatically join a multicast group or not. This can be
6707         useful when sharing a socket between multiple elements.
6708         Fixes #509531.
6709
6710 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6711
6712         * gst/videomixer/Makefile.am:
6713           Add controller flags.
6714
6715 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6716
6717         * gst/videomixer/videomixer.c:
6718           Also commit the missing gst_object_sync_values().
6719
6720 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6721
6722         * docs/plugins/Makefile.am:
6723           Remove duplicate entry.
6724
6725 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6726
6727         * docs/plugins/Makefile.am:
6728         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6729         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6730         * docs/plugins/inspect/plugin-gamma.xml:
6731         * docs/plugins/inspect/plugin-monoscope.xml:
6732         * docs/plugins/inspect/plugin-video4linux2.xml:
6733           Add 3 more plugins to docs.
6734
6735 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6738         * sys/osxvideo/osxvideosink.h:
6739           Revert previous change caused by a file that got stuck on an old
6740           revision.
6741
6742 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6743
6744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6745         * gst/multipart/Makefile.am:
6746         * gst/multipart/multipartdemux.c:
6747         * gst/multipart/multipartdemux.h:
6748         * gst/multipart/multipartmux.c:
6749         * gst/multipart/multipartmux.h:
6750           Re-add multipartdemux to the docs. Last round of section cleanup.
6751
6752 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6753
6754         * docs/plugins/Makefile.am:
6755         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6756         * sys/osxaudio/gstosxaudiosink.h:
6757         * sys/osxvideo/osxvideosink.h:
6758           Managed to resolve most unused declarations. Filed a bug for one left.          
6759
6760 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6763           Cleanup section file.
6764
6765 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6766
6767         * docs/plugins/Makefile.am:
6768         * docs/plugins/gst-plugins-good-plugins.args:
6769         * docs/plugins/gst-plugins-good-plugins.signals:
6770         * docs/plugins/inspect/plugin-alaw.xml:
6771         * docs/plugins/inspect/plugin-alpha.xml:
6772         * docs/plugins/inspect/plugin-alphacolor.xml:
6773         * docs/plugins/inspect/plugin-annodex.xml:
6774         * docs/plugins/inspect/plugin-apetag.xml:
6775         * docs/plugins/inspect/plugin-audiofx.xml:
6776         * docs/plugins/inspect/plugin-auparse.xml:
6777         * docs/plugins/inspect/plugin-autodetect.xml:
6778         * docs/plugins/inspect/plugin-avi.xml:
6779         * docs/plugins/inspect/plugin-cairo.xml:
6780         * docs/plugins/inspect/plugin-cdio.xml:
6781         * docs/plugins/inspect/plugin-cutter.xml:
6782         * docs/plugins/inspect/plugin-debug.xml:
6783         * docs/plugins/inspect/plugin-dv.xml:
6784         * docs/plugins/inspect/plugin-efence.xml:
6785         * docs/plugins/inspect/plugin-effectv.xml:
6786         * docs/plugins/inspect/plugin-flac.xml:
6787         * docs/plugins/inspect/plugin-flxdec.xml:
6788         * docs/plugins/inspect/plugin-gconfelements.xml:
6789         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6790         * docs/plugins/inspect/plugin-goom.xml:
6791         * docs/plugins/inspect/plugin-halelements.xml:
6792         * docs/plugins/inspect/plugin-icydemux.xml:
6793         * docs/plugins/inspect/plugin-id3demux.xml:
6794         * docs/plugins/inspect/plugin-jpeg.xml:
6795         * docs/plugins/inspect/plugin-ladspa.xml:
6796         * docs/plugins/inspect/plugin-level.xml:
6797         * docs/plugins/inspect/plugin-matroska.xml:
6798         * docs/plugins/inspect/plugin-mulaw.xml:
6799         * docs/plugins/inspect/plugin-multipart.xml:
6800         * docs/plugins/inspect/plugin-navigationtest.xml:
6801         * docs/plugins/inspect/plugin-png.xml:
6802         * docs/plugins/inspect/plugin-quicktime.xml:
6803         * docs/plugins/inspect/plugin-rtp.xml:
6804         * docs/plugins/inspect/plugin-rtsp.xml:
6805         * docs/plugins/inspect/plugin-shout2send.xml:
6806         * docs/plugins/inspect/plugin-smpte.xml:
6807         * docs/plugins/inspect/plugin-speex.xml:
6808         * docs/plugins/inspect/plugin-taglib.xml:
6809         * docs/plugins/inspect/plugin-udp.xml:
6810         * docs/plugins/inspect/plugin-videobalance.xml:
6811         * docs/plugins/inspect/plugin-videobox.xml:
6812         * docs/plugins/inspect/plugin-videocrop.xml:
6813         * docs/plugins/inspect/plugin-videoflip.xml:
6814         * docs/plugins/inspect/plugin-videomixer.xml:
6815         * docs/plugins/inspect/plugin-wavenc.xml:
6816         * docs/plugins/inspect/plugin-wavpack.xml:
6817         * docs/plugins/inspect/plugin-wavparse.xml:
6818           Update plugin docs.
6819
6820         * gst/videomixer/Makefile.am:
6821         * gst/videomixer/videomixer.c:
6822         * gst/videomixer/videomixer.h:
6823         * gst/videomixer/videomixerpad.h:
6824           Split out header to fix warnings from the doc-build.
6825
6826 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6827
6828         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6829
6830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6831         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6832
6833 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6837           Initialise variables to work around (false) 'foo might be used
6838           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6839
6840 2008-01-11  David Schleef  <ds@schleef.org>
6841
6842         * docs/plugins/.cvsignore:
6843         * tests/check/pipelines/.cvsignore:
6844           Ignore more files for the buildbot.
6845
6846 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6847
6848         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6849         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6850         Generate the image-type values correctly. Leave them out of the caps
6851         when outputting a "preview image" tag, since it only makes sense
6852         to have one of those - the type is irrelevant.
6853
6854         * sys/sunaudio/gstsunaudiomixerctrl.c:
6855         (gst_sunaudiomixer_ctrl_open):
6856         If we can, mark the mixer multiple open when we use it, in case
6857         (for some reason) the process wants to open it again elsewhere.
6858
6859 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6860
6861         Patch by: Olivier Crete <tester at tester dot ca>
6862
6863         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6864         * gst/rtp/gstrtptheorapay.c:
6865         Fix the clock rate to 90000 as required by the RFC.
6866         Fixes #508644.
6867
6868 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6869
6870         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6871           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6872
6873 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6874
6875         * autogen.sh:
6876           Add -Wno-portability to the automake parameters to stop warnings
6877           about GNU make extensions being used. We require GNU make in almost
6878           every Makefile anyway.
6879           
6880         * configure.ac:
6881           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6882           at the same time is required for per target flags.
6883
6884 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6885
6886         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6887         Fix error from my last commit.
6888
6889 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6892
6893         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6894           Make sure the ISO 639-X language code in ID3v2 COMM frames
6895           is actually valid UTF-8 (or rather: ASCII), so we don't end
6896           up with non-UTF8 strings in tags if there's garbage in the
6897           language field. Also make sure the language code is always
6898           lower case. Fixes: #508291.
6899
6900 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6901
6902         * ChangeLog:
6903           Fix ChangeLog typo.
6904
6905 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6906
6907         * Makefile.am:
6908           Include lcov.mak to allow building coverage reports. Guard
6909           check-torture target like in the other packages.
6910
6911 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6912
6913         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6914
6915         * gst/videomixer/videomixer.c:
6916         (gst_videomixer_set_master_geometry), (_do_init),
6917         (gst_videomixer_child_proxy_get_child_by_index),
6918         (gst_videomixer_child_proxy_get_children_count),
6919         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6920         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6921         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6922         Implement GstChildProxy interface.
6923         Send newsegment at the right moment
6924         Fixes #488879
6925
6926 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6927
6928         * gst/alpha/Makefile.am:
6929         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6930         (gst_alpha_sink_event), (gst_alpha_chain),
6931         (gst_alpha_change_state), (plugin_init):
6932         Make the various properties of 'alpha' controllable. This allows doing
6933         niceties like fade-in/fade-out.
6934
6935 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6936
6937         * gst/rtp/gstasteriskh263.c:
6938         * gst/rtp/gstrtpL16depay.c:
6939         * gst/rtp/gstrtpac3depay.c:
6940         * gst/rtp/gstrtpamrpay.c:
6941         * gst/rtp/gstrtpdepay.c:
6942         * gst/rtp/gstrtpgsmdepay.c:
6943         * gst/rtp/gstrtph263depay.c:
6944         * gst/rtp/gstrtph263pdepay.c:
6945         * gst/rtp/gstrtph263ppay.c:
6946         * gst/rtp/gstrtph264depay.c:
6947         * gst/rtp/gstrtph264pay.c:
6948         * gst/rtp/gstrtpmp2tdepay.c:
6949         * gst/rtp/gstrtpmp4adepay.c:
6950         * gst/rtp/gstrtpmp4gdepay.c:
6951         * gst/rtp/gstrtpmp4gpay.c:
6952         * gst/rtp/gstrtpmp4vdepay.c:
6953         * gst/rtp/gstrtpmpadepay.c:
6954         * gst/rtp/gstrtpmpvdepay.c:
6955         * gst/rtp/gstrtpsv3vdepay.c:
6956         * gst/rtp/gstrtptheoradepay.c:
6957         * gst/rtp/gstrtptheorapay.c:
6958         * gst/rtp/gstrtpvorbisdepay.c:
6959         * gst/rtp/gstrtpvorbispay.c:
6960           Remove copy/paste unused code (property setters and getter) found by
6961           the coverage suite (yay, saves ~20k on disk).
6962
6963 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6964
6965         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6966           (videosink_templ):
6967           Also fix up pad templates to indicate that image/jpeg doesn't
6968           absolutely require the framerate property to be set (#504081).
6969
6970 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6971
6972         Based on patch by: Wouter Cloetens  <wouter at mind be>
6973
6974         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6975           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6976           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6977         * gst/matroska/matroska-mux.h:
6978           Keep track of first and last timestamps for each incoming stream,
6979           so we can calculate the total duration for live sources and other
6980           input where we can't query the duration from the start or where
6981           there's no constant framerate from which we can deduce the
6982           duration; also use calculated/observed duration if it is bigger
6983           than the previously queried duration. Furthermore, use
6984           gst_pad_query_peer_duration() and take into account that it may
6985           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6986           screws up comparisons when using unsigned integers. Fixes #504081.
6987
6988 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6989
6990         * configure.ac:
6991         * gst/audiofx/audioamplify.c:
6992         (gst_audio_amplify_clipping_method_get_type),
6993         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6994         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6995         (gst_audio_dynamic_transform_ip):
6996         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6997         (gst_audio_invert_transform_ip):
6998         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6999         (gst_audio_panorama_transform):
7000         * gst/level/gstlevel.c: (gst_level_init):
7001         Make elements GST_BUFFER_FLAG_GAP aware and call
7002         gst_base_transform_set_gap_aware for this.
7003         Bump core requirement to CVS.
7004         
7005         * gst/audiofx/audiochebyshevfreqband.c:
7006         (gst_audio_chebyshev_freq_band_transform_ip):
7007         * gst/audiofx/audiochebyshevfreqlimit.c:
7008         (gst_audio_chebyshev_freq_limit_transform_ip):
7009         Also sync GObject properties to the controller if operating
7010         in passthrough mode.
7011
7012 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7013
7014         * sys/directdraw/gstdirectdrawsink.c:
7015           (gst_directdraw_sink_window_thread):
7016           FALSE is not a gpointer.
7017
7018 2008-01-05  Julien Moutte  <julien@fluendo.com>
7019
7020         * sys/directdraw/gstdirectdrawsink.c:
7021         (gst_directdraw_sink_set_window_id),
7022         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7023         (gst_directdraw_sink_buffer_alloc),
7024         (gst_directdraw_sink_draw_borders),
7025         (gst_directdraw_sink_show_frame),
7026         (gst_directdraw_sink_setup_ddraw),
7027         (gst_directdraw_sink_window_thread),
7028         (gst_directdraw_sink_get_ddrawcaps),
7029         (gst_directdraw_sink_surface_create): Make sure we create our
7030         internal window only when we need it. That will give a chance to
7031         the application to get the prepare-xwindow-id bus message. Draw
7032         black borders when keeping aspect ratio. Handle the case where our
7033         rendering window disappears (closed or errors) like other sinks
7034         do. Various 80 columns fixes, improve state change order. That
7035         element could need some more love.
7036
7037 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7038
7039         * ext/taglib/gstapev2mux.h:
7040         * ext/taglib/gstid3v2mux.h:
7041         Remove useless typedefs without new type name. Fixes a warning with
7042         gcc 4.3.
7043
7044 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7045
7046         Patch by: John Millikin <jmillikin at gmail dot com>
7047
7048         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7049         (gst_flac_dec_setup_stream_decoder),
7050         (gst_flac_normalize_picture_mime_type),
7051         (gst_flac_extract_picture_buffer),
7052         (gst_flac_dec_metadata_callback):
7053         Emit metadata messages when a PICTURE block is encountered.
7054         Fixes #506715.
7055
7056 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7057
7058         * gst/avi/gstavi.c:
7059         increase rank because no known issues anymore ...
7060         * gst/avi/gstavisubtitle.c:
7061         send subtitle name to the srcpad
7062
7063 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7064
7065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7066         * gst/rtsp/gstrtspsrc.h:
7067         Implement redirect for the DESCRIBE reply. Fixes #506025.
7068
7069 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7070
7071         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7072         Fix 'xyz may be used uninitialized' compiler warnings caused
7073         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7074         abort() in any case but properly report the error.
7075
7076 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7077
7078         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7079         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7080         * sys/ximage/gstximagesrc.c: (composite_pixel):
7081           Fix 'xyz may be used uninitialized' compiler warnings caused
7082           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7083           not really nice to abort in any case). Fixes #505745.
7084
7085 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7086
7087         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7088           Small unit test fix (has no practical impact at the moment,
7089           since we're only feeding utf8 and hence just create a sub-
7090           buffer for the output).
7091
7092 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7093
7094         * gst/avi/gstavisubtitle.c:
7095         * tests/check/elements/avisubtitle.c:
7096         Add seeking support for avi subtitle
7097
7098 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7099
7100         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7101         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7102         (gst_flac_dec_write):
7103         * ext/flac/gstflacdec.h:
7104         Remove some unused vars.
7105         Do more cleanup of leftover events and tags.
7106         Output tags after the segment event. Fixes #504018.
7107
7108 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7111           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7112           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7113           Detect other UTF byte order markers and convert to UTF-8 as
7114           appropriate.
7115
7116 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7117
7118         * gst/avi/gstavisubtitle.c: (src_template),
7119           (gst_avi_subtitle_extract_utf8_file),
7120           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7121           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7122           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7123         * gst/avi/gstavisubtitle.h:
7124           Refactor a bit; fix name extraction; don't assume all the data
7125           in the chunk is actually subtitle data, there may be padding at
7126           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7127           file so it's there to send again after a seek (for future use).
7128
7129 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7130
7131         * gst/avi/Makefile.am:
7132         * gst/avi/gstavi.c:
7133         * gst/avi/gstavisubtitle.c:
7134         * gst/avi/gstavisubtitle.h:
7135         * tests/check/Makefile.am:
7136         * tests/check/elements/avisubtitle.c:
7137         * win32/common/config.h:
7138                 Add avi subtitle element for bug #442034. Need seeking support
7139                 and more support for character conversion.
7140
7141 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * Makefile.am:
7144           Include common/win32.mak for CRLF check of win32 project
7145           files (see #393626).
7146
7147         * win32/vs6/libgstpng.dsp:
7148           Fix line endings and do cvs admin -kb.
7149
7150 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7151
7152         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7153         Actually drop the buffers which are outside the currently configured
7154         segment instead of just emitting a WARNING.
7155
7156 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7157
7158         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7159         (gst_flac_dec_write):
7160         * ext/flac/gstflacdec.h:
7161         Send segments from the streaming thread. Fixes #502187.
7162         Fix segment seeking and a bunch of other seeking cases.
7163
7164 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7165
7166         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7167           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7168           which is where it would end up if the same information was
7169           put in a vorbis comment (don't think it's worth adding a
7170           new URI tag for this). Fixes #488112.
7171
7172 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * configure.ac:
7175           We need core/base 0.10.15 or later.
7176
7177 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7178
7179         Patch by: Mark Nauwelaerts <manauw skynet be>
7180
7181         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7182         Fix regression in stream numbering. Fixes #502655.
7183
7184 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7185
7186         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7187
7188         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7189         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7190         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7191         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7192         (gst_rtp_h264_pay_handle_buffer):
7193         * gst/rtp/gstrtph264pay.h:
7194         Use higher performance start-code searching.
7195         Parse NALs and store SPS, PPS and profile in the caps so that they can
7196         be used in the SDP. Fixes #502814.
7197
7198 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7199
7200         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7201         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7202           Init some structs to zero before we pass them to ioctl, which
7203           avoids valgrind warnings.  Also fix a small memory leak.
7204
7205 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7206
7207         Patch by: Wouter Cloetens <wouter at mind dot be>
7208
7209         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7210         Copy timestamp from input to output. Not very perfect yet but better
7211         than nothing. Fixes #503023.
7212
7213 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7214
7215         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7216           Also print a useful error message with the old Wavpack API
7217           if possible.
7218
7219 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7220
7221         * ext/wavpack/gstwavpackdec.c:
7222           More build fixes for old libwavpack versions: include config.h so
7223           that WAVPACK_OLD_API is actually defined as detected; only use
7224           WavpackGetErrorMessage if it is available. This fixes the build
7225           on debian stable for me.
7226
7227 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7228
7229         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7230         * ext/wavpack/gstwavpackparse.c:
7231           (gst_wavpack_parse_create_src_pad):
7232           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7233           versions below 4.40.0.
7234
7235 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7236
7237         * configure.ac:
7238           And now do it right for real...
7239
7240 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7241
7242         * configure.ac:
7243           Correctly reset $LIBS to not contain -lm.
7244
7245 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7246
7247         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7248
7249         * configure.ac:
7250         * ext/cairo/gsttimeoverlay.c:
7251           (gst_cairo_time_overlay_print_smpte_time):
7252           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7253           and checking for rint() and implementing it ourself if it doesn't
7254           exist. Fixes #497293.
7255
7256 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7257
7258         * configure.ac:
7259           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7260
7261 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7262
7263         * sys/oss/gstosshelper.c:
7264         Verify that the format returned after the ioctl is the one
7265         we requested. It is valid for the ioctl to succeed while
7266         substituting an alternate 'supported' sample format.
7267
7268 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7269
7270         * sys/oss/gstossaudio.c: (plugin_init):
7271         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7272         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7273           Post decent (and translated) error message when we can't
7274           open the audio device for some reason.
7275
7276 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7277
7278         * sys/oss/gstosssink.c:
7279         * sys/oss/gstosssrc.c:
7280         Allow the AUDIODEV environment variable to redirect us
7281         to a different default OSS device, like sunaudiosink does
7282         on Solaris (makes audio play automatically on SunRays).
7283
7284 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7285
7286         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7287         * gst/audiofx/audiochebyshevfreqband.c:
7288         (gst_audio_chebyshev_freq_band_transform_ip):
7289         * gst/audiofx/audiochebyshevfreqlimit.c:
7290         (gst_audio_chebyshev_freq_limit_transform_ip):
7291         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7292         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7293         The transform_ip() methods should do nothing if in passthrough mode.
7294         It might get non-writable buffers in that case but the buffer might
7295         as well be writable.
7296
7297         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7298         The transform() methods won't be called in passthrough mode and
7299         otherwise the buffer is always writable so don't check here.
7300
7301 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7304           Fix seeking in .wav files again (#501775).  Some people seem to think
7305           they don't need to test their changes when they're just 'reflowing'
7306           some code.
7307
7308 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7309
7310         * gst/autodetect/gstautovideosink.c:
7311         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7312         (gst_auto_video_sink_init),
7313         (gst_auto_video_sink_create_element_with_pretty_name),
7314         (gst_auto_video_sink_find_best),
7315         (gst_auto_video_sink_set_property),
7316         (gst_auto_video_sink_get_property):
7317         * gst/autodetect/gstautovideosink.h:
7318         Fix docs.
7319         Use same error reporting code as autoaudiosink.
7320         Add property to filter sinks based on caps. Only select raw video sinks
7321         by default for backwards compat.
7322         API: GstAutoVideoSink::filter-caps
7323
7324 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7325
7326         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7327
7328         * gst/autodetect/gstautoaudiosink.c:
7329         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7330         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7331         (gst_auto_audio_sink_set_property),
7332         (gst_auto_audio_sink_get_property):
7333         * gst/autodetect/gstautoaudiosink.h:
7334         Add property to filter sinks based on caps. Only select raw audio sinks
7335         by default for backwards compat.  Fixes #417420.
7336         API: GstAutoAudioSink::filter-caps
7337
7338 2007-11-29  Michael Smith <msmith@fluendo.com>
7339
7340         Patch by: Arek Korbik <arkadini@gmail.com>
7341
7342         * gst/videobox/gstvideobox.c: (plugin_init):
7343           Initialise liboil in plugin_init()
7344
7345 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7346
7347         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7348         Post error before sending EOS. Fixes #499178.
7349
7350 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7351
7352         * win32/vs6/gst_plugins_good.dsw:
7353         * win32/vs6/libgstpng.dsp:
7354         Add a project file for libgstpng
7355
7356 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7357
7358         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7359         (gst_rtp_h263_depay_process):
7360         Code beautification.
7361         Added debug statements.
7362         Don't bit-shift everything, just do operations on last/first byte
7363         instead.
7364
7365 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7366
7367         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7368
7369         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7370         Fix wrong comparison in overrun check. Fixes #499239 some more.
7371
7372 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7373
7374         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7375         (gst_rtp_h263_depay_process):
7376         * gst/rtp/gstrtph263depay.h:
7377         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7378         stream.
7379
7380 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7381
7382         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7383
7384         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7385         (gst_rtp_mp4a_depay_process):
7386         * gst/rtp/gstrtpmp4adepay.h:
7387         Fix depayloading when multiple frames are inside one RTP packet.
7388         Fixes #499239.
7389
7390 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7391
7392         * gst/level/gstlevel.c:
7393           Add GAP-flag support.
7394
7395 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7396
7397         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7398         Read the I flag for Mode A h263 rtp stream and set the
7399         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7400         Fixes #499383
7401
7402 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7403
7404         * gst/level/gstlevel.c:
7405           Remove some dead code and do cleanups.
7406
7407 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7408
7409         * tests/check/pipelines/simple-launch-lines.c:
7410           Improve the tests by allowing to set a target state.
7411
7412 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7413
7414         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7415         Don't check the caps of the output buffer if they're equal some
7416         other caps. The caps can change in a backward compatible way
7417         and did at this point.
7418
7419 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7420
7421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7422         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7423         (gst_qtdemux_seek_to_previous_keyframe),
7424         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7425         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7426         reverse playback support.
7427
7428 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7429
7430         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7431         Also set the channel layout on the Wavpack caps if we're having
7432         a mono layout. Of course only do it for "audio/x-wavpack".
7433
7434 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7435
7436         * ext/wavpack/gstwavpackcommon.c:
7437         (gst_wavpack_get_default_channel_mask),
7438         (gst_wavpack_set_channel_layout),
7439         (gst_wavpack_get_default_channel_positions),
7440         (gst_wavpack_get_channel_mask_from_positions),
7441         (gst_wavpack_set_channel_mapping):
7442         * ext/wavpack/gstwavpackcommon.h:
7443         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7444         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7445         * ext/wavpack/gstwavpackdec.h:
7446         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7447         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7448         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7449         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7450         (gst_wavpack_enc_rewrite_first_block),
7451         (gst_wavpack_enc_sink_event):
7452         * ext/wavpack/gstwavpackenc.h:
7453         * ext/wavpack/gstwavpackparse.c:
7454         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7455         (gst_wavpack_parse_scan_to_find_sample),
7456         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7457         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7458         * ext/wavpack/gstwavpackparse.h:
7459         Add support for encoding, parsing and decoding multichannel
7460         files with up to 8 channels. This also improves the robustness
7461         of parsing quite a bit.
7462
7463         * ext/wavpack/gstwavpackstreamreader.c:
7464         (gst_wavpack_stream_reader_read_bytes),
7465         (gst_wavpack_stream_reader_get_pos),
7466         (gst_wavpack_stream_reader_set_pos_abs),
7467         (gst_wavpack_stream_reader_set_pos_rel),
7468         (gst_wavpack_stream_reader_push_back_byte),
7469         (gst_wavpack_stream_reader_get_length),
7470         (gst_wavpack_stream_reader_can_seek),
7471         (gst_wavpack_stream_reader_write_bytes):
7472         Improve debugging.
7473
7474 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7475
7476         * ext/libpng/gstpngdec.c:
7477         * ext/libpng/gstpngdec.h:
7478           Don't release the png-memory from within the callback.
7479
7480 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7481
7482         Patch by: René Stadler <mail at renestadler dot de>
7483
7484         * ext/libpng/gstpngenc.c:
7485           Don't leak buffer data memory. Fixes #498395.
7486
7487 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7488
7489         Patch by: René Stadler <mail at renestadler dot de>
7490
7491         * tests/check/pipelines/simple-launch-lines.c:
7492           Tests for #498395.
7493
7494 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7495
7496         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7497         (gst_tag_lib_mux_adjust_event_offsets):
7498         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7499         * sys/osxaudio/Makefile.am:
7500         * sys/osxvideo/cocoawindow.h:
7501         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7502
7503 2007-11-15  David Schleef  <ds@schleef.org>
7504
7505         * ext/cairo/gsttextoverlay.c:
7506           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7507
7508 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7509
7510         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7511
7512         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7513         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7514         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7515         * gst/rtp/gstrtpmp2tpay.h:
7516         Fill the MTU with as many packets as possible. Fixes #491323.
7517
7518 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7519
7520         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7521
7522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7523         Fix some more leaks. Fixes #497007.
7524
7525 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7526
7527         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7528
7529         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7530         (gst_rtspsrc_stream_configure_tcp):
7531         Fix 3 pad leaks. Fixes #496983.
7532
7533 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7534
7535         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7536
7537         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7538         Fix small leak. Fixes #497017.
7539
7540 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7541
7542         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7543         (gst_qtdemux_prepare_current_sample),
7544         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7545         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7546         * gst/qtdemux/qtdemux_fourcc.h:
7547         * gst/qtdemux/qtdemux_types.c:
7548         Add suppport for theora in quicktime according to XiphQT.
7549
7550 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7551
7552         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7553         (gst_v4l2src_init), (gst_v4l2src_set_property),
7554         (gst_v4l2src_get_property):
7555         * sys/v4l2/gstv4l2src.h:
7556         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7557           Always copy buffers by default (handle safer with bugged drivers)
7558           and added a property to make it possible to use mmap effectively (no
7559           copy if possible) when application wants to. Fixes: #480557.
7560
7561 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7562
7563         * gst/id3demux/id3tags.c:
7564         * gst/id3demux/id3tags.h:
7565         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7566           We don't want the same string multiple times in a tag list for the
7567           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7568           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7569
7570 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7571
7572         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7573           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7574           into ID3v2 TXXX frames (fixes #347848).
7575
7576 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7579           Don't leak sdp message contents (fixes #496773).
7580
7581         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7582           Don't leak URI string.
7583
7584 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7585
7586         Patch by: Julien Puydt <julien dot puydt at laposte net>
7587
7588         * ext/raw1394/Makefile.am:
7589         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7590           (gst_1394_property_probe_get_properties),
7591           (gst_1394_property_probe_probe_property),
7592           (gst_1394_property_probe_needs_probe),
7593           (gst_1394_property_probe_get_values),
7594           (gst_1394_property_probe_interface_init),
7595           (gst_1394_type_add_property_probe_interface):
7596         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7597         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7598           (gst_dv1394src_init), (gst_dv1394src_dispose),
7599           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7600           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7601           (gst_dv1394src_update_device_name):
7602         * ext/raw1394/gstdv1394src.h:
7603           Implement GstPropertyProbe interface and add "device-name" property,
7604           so applications can use this to probe for available devices in the
7605           same way they can already with v4lsrc and v4l2src (however horrible
7606           this property probe interface may be). Fixes #358841.
7607
7608 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7611
7612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7613           (gst_rtspsrc_parse_range):
7614           Don't leak event, don't leak range (fixes #496752).
7615
7616 2007-11-14  Michael Smith <msmith@fluendo.com>
7617
7618         Patch by: Arek Korbik <arkadini@gmail.com>
7619
7620         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7621           Detect RGBA/BGRA correctly on little endian systems.
7622
7623 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7626           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7627           corresponding ioctl() call fails even though the driver claims to
7628           support this format, just fall back to the pre-2.6.19 kernel
7629           routine that creates caps with suitable height and width ranges
7630           (see #448278).
7631
7632 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         Patch by: Mark Nauwelaerts <manauw skynet be>
7635
7636         * gst/matroska/matroska-demux.c:
7637           (gst_matroska_demux_push_dvd_clut_change_event),
7638           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7639           (gst_matroska_demux_subtitle_caps):
7640         * gst/matroska/matroska-ids.h:
7641           Extract palette data for dvd subpicture streams and send it
7642           downstream as custom gstreamer dvd event (fixes #453417).
7643
7644 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7647           Implement minimal parsing of the passed pango font description
7648           string, so passing a font size works the same as with the
7649           pango textoverlay plugin; fixes #455086.
7650           (Maybe we could just use pangocairo here at some point).
7651
7652 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7653
7654         * gst/avi/gstavidemux.c:
7655         * gst/wavparse/gstwavparse.c:
7656           Return the result in _activate_pull(). Don't ref element there.
7657
7658 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7661         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7662         (gst_wavparse_srcpad_event):
7663           Ref the element when we should, but not when we its not needed. Reflow
7664           the event_handling to not leak the event.       
7665
7666 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7667
7668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7669         (qtdemux_parse_samples):
7670         Properly free QTDemuxSamples array.
7671         Protect table write with a sensible check, some files apparently DO contain
7672         stts values starting with 0 :(
7673
7674 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7675
7676         * gst/avi/gstavidemux.c:
7677         * gst/qtdemux/qtdemux.c:
7678           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7679           previous commit messed up.
7680
7681 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7682
7683         * gst/avi/gstavidemux.c:
7684         * gst/qtdemux/qtdemux.c:
7685           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7686           element when we should, but not when we its not needed.
7687
7688 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7689
7690         * gst/wavparse/gstwavparse.c:
7691           Return FALSE if we can't handle a query instead of changing the
7692           format. Ignore fact when dealing with mpeg audio.
7693
7694 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7695
7696         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7697
7698         * configure.ac:
7699         * gst/udp/gstdynudpsink.c:
7700         * gst/udp/gstdynudpsink.h:
7701         * gst/udp/gstmultiudpsink.c:
7702         * gst/udp/gstmultiudpsink.h:
7703         * gst/udp/gstudpsink.c:
7704         * gst/udp/gstudpsink.h:
7705           Fix includes for MSVC and GLib-2.14.0 (#492388).
7706
7707         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7708           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7709
7710 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7711
7712         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7713         (gst_mulawdec_chain):
7714         * gst/law/mulaw-decode.h:
7715         Calculate outgoing buffer duration if incoming buffer didn't have a
7716         valid duration.
7717
7718 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7719
7720         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7721         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7722         Smarter combine_flow code that also deals with downstream elements
7723         returning UNEXPECTED when they receive data out of the segment
7724         boundaries. Fixes #491305.
7725
7726 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7727
7728         * sys/v4l2/v4l2src_calls.c:
7729           Fix 'unused variable' compiler warning when compiling against
7730           older kernel headers.
7731
7732 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * ext/taglib/gstid3v2mux.cc (add_funcs):
7735           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7736
7737 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7738
7739         * tests/check/pipelines/simple-launch-lines.c:
7740            Improve the tests a little more.
7741
7742 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7743
7744         patch by: Yun Zheng Hu
7745
7746         * sys/osxaudio/gstosxaudiosrc.c:
7747         Use default input device instead of default output device and
7748         only memcpy actual available bytes.
7749
7750 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7751
7752         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7753           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7754           early. It is temporary until we find something better.
7755
7756 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7757
7758         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7759
7760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7761         Fix race when pausing a RTSP stream in interleaved.
7762         Fixes #475784.
7763
7764 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7765
7766         Patch by: Peter Kjellerstedt <pkj at axis com>
7767
7768         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7769         Use correct unref function for buffers. #488844.
7770
7771 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7772
7773         * gst/avi/gstavimux.c:
7774         * tests/check/elements/avimux.c:
7775           Add some debug and sync tests with the fix.     
7776
7777 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7778
7779         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7780
7781         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7782         When the socket is used by the app for other purposes, don't generate an
7783         error if there is activaty on the socket that is not data related.
7784         Fixes #487488.
7785
7786 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7787
7788         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7789         (gst_v4l2src_grab_frame):
7790         Add some more debug info. Generate an error when we run out of buffers
7791         for some reason. See #480557.
7792
7793 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7794
7795         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7796
7797         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7798         Set marker bit correctly.
7799
7800 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7801
7802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7803         Use allowed name for the GstStructure.
7804
7805 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * ext/gconf/gstswitchsink.c:
7808         * gst/autodetect/gstautoaudiosink.c:
7809           Use new gst_bus_pop_filtered().
7810
7811 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * sys/v4l2/gstv4l2src.c:
7814         * sys/v4l2/v4l2src_calls.c:
7815           When probing the formats and sizes a camera supports, make
7816           sure the best ones (highest resolution, prefered format)
7817           end up at the beginning of the probed caps and the less
7818           desirable ones at the end.  This is important because the
7819           order within the caps matters for things like fixation and
7820           negotiation, ie. what format is chosen in the end.
7821           With recent kernels, the current probing code will end up
7822           querying the supported sizes from lowest resolution to
7823           highest resolution, adding them to the probed caps in that
7824           order, resulting to v4l2src fixating to the lowest possible
7825           resolution if downstream does not express a size preference.
7826           Also make up a somewhat random ranking of prefered output
7827           formats for the same reason. Fixes #485828.
7828         
7829 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7830
7831         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7832
7833         * gst/id3demux/id3v2frames.c:
7834           Extract license/copyright URIs from ID3v2 WCOP frames
7835           (Fixes #447000).
7836
7837         * tests/check/elements/id3demux.c:
7838         * tests/files/Makefile.am:
7839         * tests/files/id3-447000-wcop.tag:
7840           Add simple unit test.
7841
7842 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7843
7844         * ext/taglib/gstid3v2mux.cc:
7845           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7846           Prerequisite for #447000.
7847
7848 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7849
7850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7851         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7852         a GstClockTime.
7853
7854 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7855
7856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7857         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7858         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7859         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7860         (gst_rtspsrc_change_state):
7861         More seeking fixes, mostly passing around the new playback segment in
7862         order to configure it properly.
7863         Also reset base_time of udp sources when setting them back to PLAYING as
7864         a temporary hack until core supports seek in live sources properly.
7865
7866 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst/rtp/gstrtpmp4adepay.c:
7869         Fix caps as to not confuse autopluggers.
7870
7871 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7872
7873         * gst/id3demux/gstid3demux.c:
7874         * gst/id3demux/gstid3demux.h:
7875         * gst/id3demux/id3tags.c:
7876         * gst/id3demux/id3tags.h:
7877         * gst/id3demux/id3v2frames.c:
7878           Port ID3 tag demuxer over to the new GstTagDemux in -base
7879           (now would be a good time to test re-importing your music
7880           collection).
7881
7882 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7883
7884         * gst/apetag/Makefile.am:
7885         * gst/apetag/gstapedemux.c:
7886         * gst/apetag/gstapedemux.h:
7887         * gst/apetag/gsttagdemux.c:
7888         * gst/apetag/gsttagdemux.h:
7889           Port APE tag demuxer over to the new GstTagDemux in -base.
7890
7891 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7892
7893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7894         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7895         (gst_rtspsrc_handle_internal_src_query),
7896         (gst_rtspsrc_handle_src_query), (new_session_pad),
7897         (gst_rtspsrc_stream_configure_tcp),
7898         (gst_rtspsrc_stream_configure_transport),
7899         (gst_rtspsrc_loop_send_cmd):
7900         Improve flushing behaviour.
7901         Set state of the udp sources to PAUSE/PLAYING correctly.
7902         Handle events and queries for UDP and TCP transport now.
7903
7904 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7905
7906         * gst/rtp/gstrtpgsmdepay.c:
7907         * gst/rtp/gstrtpgsmpay.c:
7908           Add log category.
7909
7910 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7911
7912         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7913
7914         * tests/check/Makefile.am:
7915         * tests/check/pipelines/simple-launch-lines.c:
7916           Add unit tests for payloaders/depayloaders.
7917
7918 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7919
7920         * gst/avi/gstavimux.c:
7921         * gst/avi/gstavimux.h:
7922           Also save codec data for audio streams. Fixes #482495.
7923
7924 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7925
7926         * gst/avi/gstavimux.c:
7927           Fix "Index entry has invalid stream nr 1".
7928           Add support for muxing aac - work in progress (see #482495).
7929
7930 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7931
7932         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7933         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7934         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7935         * gst/rtsp/gstrtspsrc.h:
7936         Parse bandwidth modifiers, they are not yet configured in the session
7937         manager because we don't have an API for that yet.
7938
7939 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7940
7941         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7942         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7943         Use shiny new function in -base to get the default clock-rate.
7944         Update some docs.
7945
7946 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7947
7948         * win32/MANIFEST:
7949         Add files to win32 manifest.
7950         * win32/vs6/libgstaudiofx.dsp:
7951         * win32/vs6/libgstqtdemux.dsp:
7952         * win32/vs6/libgstrtp.dsp:
7953         * win32/vs6/libgstrtsp.dsp:
7954         Update project files.
7955
7956 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7957
7958         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7959         (gst_rtspsrc_play):
7960         * gst/rtsp/gstrtspsrc.h:
7961         In TCP mode, only timestamp the first buffer. TCP is not real time and
7962         it does not make sense to try to skew compensate, also some servers send
7963         the first batch of data in a burst.
7964
7965 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7966
7967         * gst/matroska/matroska-demux.c:
7968           Fix setting the discont flag on the first buffer
7969           pushed downstream for formats with private codec
7970           data that needs to be deserialised into buffers
7971           (such as vorbis and FLAC when in a matroska container).
7972
7973 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7974
7975         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7976
7977         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7978         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7979         (gst_rtp_mp4v_pay_handle_buffer):
7980         * gst/rtp/gstrtpmp4vpay.h:
7981         Free the config string. Fixes #480707.
7982         Clean up the timestamp code a little.
7983
7984 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7985
7986         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7987         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7988         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7989         * gst/rtsp/gstrtspsrc.h:
7990         Set timestamps on RTP buffers in interleaved mode.
7991         Mark first buffers with a DISCONT.
7992         Remove flush hack now that sync for live sources has been figured out.
7993
7994 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7995
7996         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7997         Update documentation.
7998
7999 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8000
8001         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
8002         (gst_rtp_xqt_depay_change_state):
8003         * gst/qtdemux/gstrtpxqtdepay.h:
8004         Fail if we don't know the quicktime format.
8005
8006 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
8007
8008         * ext/flac/gstflacenc.c:
8009         * ext/flac/gstflacenc.h:
8010           Save the flow return from the last gst_pad_push() and
8011           make sure we pass the right flow return value upstream
8012           in the case of failure; minor clean-ups.
8013
8014 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/taglib/gstapev2mux.cc:
8017         * ext/taglib/gstid3v2mux.cc:
8018         * gst/apetag/gstapedemux.c:
8019           Add support for the new GST_TAG_COMPOSER (#459809).
8020
8021 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8022
8023         * gst/law/alaw-decode.c:
8024         * gst/law/alaw-decode.h:
8025         * gst/law/alaw-encode.c:
8026         * gst/law/alaw-encode.h:
8027         * gst/law/alaw.c:
8028         * gst/law/mulaw-conversion.h:
8029           Compulsive clean-ups: use boilerplate macros, add debug
8030           categories, fix up things to conform to symbol nomenklatura,
8031           etc.
8032
8033 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8034
8035         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8036
8037         * gst/law/alaw-decode.c:
8038         * gst/law/alaw-encode.c:
8039           Use static tables for A-Law decoding and encoding; this makes
8040           A-Law decoding and encoding less CPU-intensive, but increases
8041           the binary size a bit. Leaving old code around for now,
8042           selectable by a define in the code. Fixes #435435.
8043
8044 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8045
8046         * configure.ac:
8047         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8048         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8049         in configure.ac.
8050
8051 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8052
8053         Patch by: Jan Gerber <j at bootlab dot org>
8054
8055         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8056         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8057
8058 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8059
8060         * sys/oss/gstosshelper.c:
8061           Use GST_WARNING instead of a g_critical. This situation is not caused
8062           by the application.
8063
8064 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8065
8066         * po/LINGUAS:
8067         * po/nl.po:
8068           Updated translations.
8069
8070 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8071
8072         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8073
8074         * po/eu.po:
8075           Added Basque translation.
8076
8077 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8078
8079         translated by: Abel Cheung <abelcheung@gmail.com>
8080
8081         * po/zh_HK.po:
8082         * po/zh_TW.po:
8083           Added Chinese (traditional and Hong Kong) translation.
8084
8085 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8086
8087         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8088
8089         * po/pl.po:
8090           Added Polish translation.
8091
8092 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8093
8094         translated by: Ilkka Tuohela <hile@iki.fi>
8095
8096         * po/fi.po:
8097           Added Finnish translation.
8098
8099 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8100
8101         translated by: Jorge González González <aloriel@gmail.com>
8102
8103         * po/es.po:
8104           Added Spanish translation.
8105
8106 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8107
8108         translated by: Mogens Jaeger <mogens@jaeger.tf>
8109
8110         * po/da.po:
8111           Added Danish translation.
8112
8113 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8114
8115         translated by: Funda Wang <fundawang@linux.net.cn>
8116
8117         * po/zh_CN.po:
8118           Added Chinese (simplified) translation.
8119
8120 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8121
8122         translated by: Alexander Shopov <ash@contact.bg>
8123
8124         * po/bg.po:
8125           Added Bulgarian translation.
8126
8127 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8128
8129         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8130         Set outgoing packet duration because we can. Fixes #478244 some more.
8131
8132 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8133
8134         * ext/cairo/gsttextoverlay.c:
8135           Add info about static leak.
8136         
8137         * tests/check/Makefile.am:
8138         * tests/check/generic/states.c:
8139           Improved state change unit test.
8140
8141 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8142
8143         * docs/plugins/.cvsignore:
8144         * tests/check/.cvsignore:
8145           Ignore registries in any format.
8146
8147 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8148
8149         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8150         Removed some unused code.
8151
8152         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8153         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8154         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8155         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8156         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8157         (gst_rtp_theora_pay_flush_packet):
8158         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8159         Try to preserve the incomming buffer duration on the outgoing
8160         packets. Fixes #478244.
8161
8162 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8163
8164         * ext/taglib/gstapev2mux.cc:
8165         * ext/taglib/gstid3v2mux.cc:
8166           Work around compiler warnings with g++-4.2 when assigning a
8167           string constant to a gchar * (partially fixes #478092).
8168
8169 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8170
8171         * configure.ac:
8172           We require core CVS now for gst_base_src_set_do_timestamp().
8173
8174 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8175
8176         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8178         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8179         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8180         (gst_rtspsrc_handle_message):
8181         Fix compiler warnings shown with Forte.
8182
8183 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8184
8185         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8186         (gst_rtspsrc_dup_printf):
8187         Give meaningfull error when all streams failed to configure for some
8188         reason.
8189
8190 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8191
8192         * gst/rtp/README:
8193         Update README with the design for synchronisation rules of RTP on
8194         sender and receiver.
8195
8196 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8197
8198         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8199         (gst_wavparse_chain):
8200         Don't push EOS from the chain function, the element
8201         driving the pipeline is responsible for this. The bug
8202         this was meant to fix seems to be queue not forwarding
8203         EOS in all cases (see #476514).
8204
8205 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8206
8207         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8208         (gst_level_transform_ip):
8209         * gst/level/gstlevel.h:
8210         Use basetransform segment so that it is correctly managed on flushes and
8211         start/stop.
8212         Report message timestamp as stream time, which is what an application
8213         can understand.
8214
8215 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8216
8217         * ext/taglib/gstapev2mux.cc:
8218         * ext/taglib/gstapev2mux.h:
8219         * ext/taglib/gsttaglibmux.c:
8220         * tests/check/elements/apev2mux.c:
8221         Update my mail address.
8222
8223 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8224
8225         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8226         (gst_wavparse_loop), (gst_wavparse_chain):
8227         Add EOS logic for the push-based mode too. Fixes #476514.
8228
8229 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8230
8231         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8232         * gst/law/alaw-encode.h:
8233         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8234         (gst_mulawenc_chain):
8235         * gst/law/mulaw-encode.h:
8236         Fix law encoder timestamps.
8237
8238 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8239
8240         * ext/gconf/gstgconfaudiosink.c:
8241           Fix warning when building without debug.
8242
8243         * sys/oss/gstossmixertrack.c:
8244           Use const like in alsamixertrack.c (fixes warnings).
8245
8246 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8247
8248         * sys/v4l2/v4l2src_calls.c:
8249         (gst_v4l2src_probe_caps_for_format_and_size):
8250         Fix framerate detection code some more.
8251         Handle the case where there is a weird step in the stepwise framerates.
8252         Don't overwrite the min interval with the framerate, use a temp variable
8253         instead.
8254         Use max in the Continuous framerate intervals instead of step, which is
8255         1 according to the docs. Fixes #475424.
8256
8257 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8258
8259         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8260         Make udpsrc timestamp outgoing buffers based on when they were received.
8261         Also make it output a segment in time.
8262
8263 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8264
8265         * gst/avi/gstavidemux.c:
8266           Plug a little leak. Little code cleanups.
8267
8268 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8269
8270         * configure.ac:
8271           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8272           flac versions, 's good for cross-compilation karma.
8273
8274 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8275
8276         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8277
8278         * gst/rtp/gstrtph263pay.c:
8279           Fix up header structure so that compilers don't add padding
8280           between the structure fields, since that would lead to us
8281           sending RTP packets with broken headers (as is currently the
8282           case when compiling with MSVC). Also see similar fixes in
8283           libgstrtp in gst-plugins-base. (#474616; #471194)
8284
8285 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8286
8287         * sys/v4l2/v4l2src_calls.c:
8288         (gst_v4l2src_probe_caps_for_format_and_size):
8289         Don't overwrite our GValue with 0 but instead use the previously
8290         computed value. Fixes #471823 some more.
8291
8292 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8295           No tabs in this file please, or gtk-doc will end up documenting
8296           rather absurd class hierarchies.
8297
8298 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * ext/gconf/gstswitchsink.c:
8301           If the new kid element fails to change state for some reason
8302           (e.g. esdsink not being able to connect to the sound server),
8303           forward the error message it posted on the bus instead of just
8304           posting a generic 'Internal state change error: please file a
8305           bug' error message. Fixes #471364.
8306
8307 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * gst/qtdemux/Makefile.am:
8310         * gst/qtdemux/qtdemux.c:
8311           Don't assume tags are encoded as UTF-8 (#473670).
8312
8313 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * sys/v4l2/gstv4l2src.c:
8316         * sys/v4l2/gstv4l2src.h:
8317         * sys/v4l2/v4l2src_calls.c:
8318           Implement LATENCY queries in the crudest way possible so I don't
8319           have to use sync=false any longer when testing with videosinks.
8320
8321 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8322
8323         * configure.ac:
8324           Fix build.
8325
8326 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8327
8328         * sys/v4l2/v4l2src_calls.c:
8329         (gst_v4l2src_probe_caps_for_format_and_size):
8330         Add some more debugging in the framerate function.
8331         Iterate stepwise framerate up to and _including_ the max and if nothing
8332         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8333         don't end up with an empty list. Fixes #471823
8334
8335 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8336
8337         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8338         (gst_multiudpsink_set_clients_string),
8339         (gst_multiudpsink_get_clients_string),
8340         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8341         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8342         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8343         (gst_multiudpsink_clear):
8344         Add property do configure destination address/port pairs
8345         API:GstMultiUDPSink::clients
8346
8347 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8348
8349         * tests/examples/Makefile.am:
8350         * tests/examples/rtp/Makefile.am:
8351         * tests/examples/rtp/client-H263p-AMR.sh:
8352         * tests/examples/rtp/client-H263p-PCMA.sdp:
8353         * tests/examples/rtp/client-H263p-PCMA.sh:
8354         * tests/examples/rtp/client-H264-PCMA.sdp:
8355         * tests/examples/rtp/client-H264-PCMA.sh:
8356         * tests/examples/rtp/client-PCMA.sh:
8357         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8358         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8359         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8360         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8361         Added some RTP example scripts for sending and receiving RTP streams.
8362
8363 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8364
8365         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8366         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8367         Restructure the setcaps function so that we can also compute the
8368         expected GStreamer output size of the video frames.
8369         Set frame_byte_size correctly so that read-based devices have a chance
8370         of working correctly.
8371         When grabbing a frame, discard frames that are not of the expected size.
8372         Some cameras don't output the right framesize for the first buffer.
8373         Try only a couple of times to get a valid frame, else error out.
8374
8375         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8376         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8377         Add some more debug info when scanning the device.
8378
8379         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8380         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8381         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8382         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8383         Add some more debug info when dequeing a frame.
8384
8385 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8386
8387         * gst/wavparse/gstwavparse.c:
8388           More code cleanups. Add some more comment and improve debugs logs.
8389
8390 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8391
8392         * gst/wavparse/gstwavparse.c:
8393         * gst/wavparse/gstwavparse.h:
8394           Implement seek-query. Refactor duration calculations. Appropriate use
8395           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8396           out of loops.
8397
8398 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8399
8400         * gst/avi/gstavidemux.c:
8401           Implement seek-query.
8402
8403 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8404
8405         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8406         (gst_rtspsrc_dup_printf):
8407         Use new basesink async property to make sparse RTCP packet not wait for
8408         preroll.
8409
8410 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8411
8412         * gst/audiofx/Makefile.am:
8413         Dist the right file.
8414
8415 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8416
8417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8418         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8419         Make sure we generate and parse floating point values in the POSIX
8420         locale instead of the current locale. 
8421
8422 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8423
8424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8425         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8426         (gst_rtspsrc_play):
8427         * gst/rtsp/gstrtspsrc.h:
8428         Fix method detection again.
8429         Keep track of when we must send a Range header.
8430         Use segment values for Range, Speed and Scale headers.
8431         Parse Speed and Scale headers to update the segment values.
8432
8433 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8434
8435         patch by: Mark Nauwelaerts <manauw@skynet.be>
8436
8437         * sys/v4l2/v4l2src_calls.c:
8438           Handle optional v4l2 ioctls gracefully.
8439
8440 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8441
8442         * gst/rtp/Makefile.am:
8443         * gst/rtp/gstrtp.c: (plugin_init):
8444         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8445         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8446         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8447         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8448         (gst_rtp_h263_depay_get_property),
8449         (gst_rtp_h263_depay_change_state),
8450         (gst_rtp_h263_depay_plugin_init):
8451         * gst/rtp/gstrtph263depay.h:
8452         Added an H263 depayloader. Fixes #369392.
8453
8454         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8455         (gst_rtp_h263p_depay_process):
8456         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8457         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8458         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8459         payloads.
8460         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8461
8462 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8463
8464         * gst/audiofx/audiochebyshevfreqband.c:
8465         * gst/audiofx/audiochebyshevfreqlimit.c:
8466         Add small comparision with the windowed sinc filters in the docs.
8467
8468 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8469
8470         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8471         (audiochebyshevfreqband_suite):
8472         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8473         (audiochebyshevfreqlimit_suite):
8474         Also test 32 bit float mode and the type 2 variants of the filters.
8475
8476 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8477
8478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8479         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8480         (gst_rtspsrc_loop):
8481         Refactor the udp and interleaved loop function a bit.
8482
8483 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8484
8485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8486         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8487         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8488         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8489         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8490         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8491         * gst/rtsp/gstrtspsrc.h:
8492         Protect connection activity with a new lock, avoids deadlocks when going
8493         to PAUSED. Fixes #455808.
8494
8495 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8496
8497         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8498         Fix debug statement.
8499
8500 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8501
8502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8503         Fix stray %u in debug line as spotted by Saur on IRC.
8504
8505 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8506
8507         * gst/audiofx/audiochebyshevfreqband.c:
8508         (gst_audio_chebyshev_freq_band_class_init):
8509         * gst/audiofx/audiochebyshevfreqlimit.c:
8510         (gst_audio_chebyshev_freq_limit_class_init):
8511         Use generator macros for the process functions for the different
8512         sample types, add lower upper boundaries for the GObject properties
8513         so automatically generated UIs can use sliders and add a note about
8514         the number of poles as a too high number of poles combined with
8515         very low or very high frequencies will produce only noise.
8516         * docs/plugins/gst-plugins-good-plugins.args:
8517         Regenerated for the property changes.
8518
8519 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8520
8521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8522         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8523         (gst_rtspsrc_stream_configure_udp_sink),
8524         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8525         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8526         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8527         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8528         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8529         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8530         * gst/rtsp/gstrtspsrc.h:
8531         Improve timeout handling.
8532         Use the same socket for sending and receiving RTCP packets so that some
8533         servers can track clients better.
8534         Improve connection closed handling. Try to reconnect.
8535         Don't overwrite our content base with NULL.
8536         Improve debugging.
8537         Improve range parsing and handling.
8538         Remove flushing hack now that core does the right thing.
8539
8540 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8541
8542         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8543         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8544         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8545         (gst_multiudpsink_close), (gst_multiudpsink_add):
8546         * gst/udp/gstmultiudpsink.h:
8547         Add support for getting and setting the socket to use.
8548
8549         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8550         (gst_udpsrc_create), (gst_udpsrc_get_property):
8551         Add support for getting the currently used socket.
8552
8553 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8554
8555         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8556
8557         * gst/audiofx/Makefile.am:
8558         * gst/audiofx/audiochebyshevfreqband.c:
8559         (gst_audio_chebyshev_freq_band_mode_get_type),
8560         (gst_audio_chebyshev_freq_band_base_init),
8561         (gst_audio_chebyshev_freq_band_dispose),
8562         (gst_audio_chebyshev_freq_band_class_init),
8563         (gst_audio_chebyshev_freq_band_init),
8564         (generate_biquad_coefficients), (calculate_gain),
8565         (generate_coefficients),
8566         (gst_audio_chebyshev_freq_band_set_property),
8567         (gst_audio_chebyshev_freq_band_get_property),
8568         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8569         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8570         (gst_audio_chebyshev_freq_band_start):
8571         * gst/audiofx/audiochebyshevfreqband.h:
8572         * gst/audiofx/audiochebyshevfreqlimit.c:
8573         (gst_audio_chebyshev_freq_limit_mode_get_type),
8574         (gst_audio_chebyshev_freq_limit_base_init),
8575         (gst_audio_chebyshev_freq_limit_dispose),
8576         (gst_audio_chebyshev_freq_limit_class_init),
8577         (gst_audio_chebyshev_freq_limit_init),
8578         (generate_biquad_coefficients), (calculate_gain),
8579         (generate_coefficients),
8580         (gst_audio_chebyshev_freq_limit_set_property),
8581         (gst_audio_chebyshev_freq_limit_get_property),
8582         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8583         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8584         (gst_audio_chebyshev_freq_limit_start):
8585         * gst/audiofx/audiochebyshevfreqlimit.h:
8586         * gst/audiofx/audiofx.c: (plugin_init):
8587         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8588         Fixes #464800.
8589
8590         * tests/check/Makefile.am:
8591         * tests/check/elements/.cvsignore:
8592         * tests/check/elements/audiochebyshevfreqband.c:
8593         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8594         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8595         * tests/check/elements/audiochebyshevfreqlimit.c:
8596         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8597         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8598         Add unit tests for the chebyshev filters.
8599
8600         * docs/plugins/Makefile.am:
8601         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8602         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8603         * docs/plugins/gst-plugins-good-plugins.args:
8604         * docs/plugins/inspect/plugin-1394.xml:
8605         * docs/plugins/inspect/plugin-audiofx.xml:
8606         * docs/plugins/inspect/plugin-dv.xml:
8607         * docs/plugins/inspect/plugin-flac.xml:
8608         * docs/plugins/inspect/plugin-jpeg.xml:
8609         * docs/plugins/inspect/plugin-png.xml:
8610         * docs/plugins/inspect/plugin-rtp.xml:
8611         * docs/plugins/inspect/plugin-shout2send.xml:
8612         * docs/plugins/inspect/plugin-wavpack.xml:
8613         And add docs for the chebyshev filters. While doing
8614         that also run make update in docs/plugins.
8615
8616 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8617
8618         * ext/annodex/gstcmmltag.c:
8619         * gst/rtp/gstrtpvorbispay.c:
8620           Make ro memory to share.
8621
8622 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8623
8624         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8625         Improve UDP performance by avoiding a select() when we have data
8626         available immediatly.
8627
8628 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8629
8630         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8631         (gst_rtp_dec_class_init):
8632         * gst/rtsp/gstrtpdec.h:
8633         Add (dummy) SSRC management signals.
8634
8635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8636         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8637         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8638         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8639         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8640         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8641         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8642         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8643         * gst/rtsp/gstrtspsrc.h:
8644         Add connection-speed property.
8645         Add find_stream helper functions.
8646         Handle stream EOS based on BYE messages or SSRC timeout.
8647         Returns SUCCESS from the state change function as we hide our async
8648         elements from the parent.
8649
8650 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8651
8652         * gst/debug/rndbuffersize.c:
8653           Fix da leak.
8654
8655 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8656
8657         * gst/debug/Makefile.am:
8658         * gst/debug/breakmydata.c:
8659         * gst/debug/gstdebug.c:
8660         * gst/debug/negotiation.c:
8661         * gst/debug/progressreport.c:
8662         * gst/debug/rndbuffersize.c:
8663         * gst/debug/testplugin.c:
8664           Add new test element and clean-up the others a little.
8665
8666 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8667
8668         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8669         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8670
8671 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8672
8673         * gst/rtp/gstrtpilbcdepay.c:
8674           Include stdlib.
8675
8676 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8677
8678         * gst/rtp/gstrtpmpvdepay.c:
8679         Set the mpegversion in the caps so that autoplugging does not get
8680         confused.
8681
8682 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8683
8684         * po/hu.po:
8685         * po/uk.po:
8686         * po/vi.po:
8687           Updated translations.
8688
8689 2007-08-08  Michael Smith <msmith@fluendo.com>
8690
8691         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8692           Render right border in the correct location.
8693
8694 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8695
8696         Patch by: Olivier Crete <tester at tester dot ca>
8697
8698         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8699         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8700         Make mode property a string. Fixes #464475.
8701
8702 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8703
8704         * ext/flac/gstflacenc.c:
8705           Widen caps to match decoder a bit and add more FIXMEs.
8706
8707 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8708
8709         patch by: Mark Nauwelaerts <manauw@skynet.be>
8710
8711         * gst/avi/gstavimux.c:
8712           Fix ODML index tag numbering. Fixes #463624.
8713
8714 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8715
8716         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8717         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8718         (gst_rtspsrc_stream_configure_tcp),
8719         (gst_rtspsrc_stream_configure_udp_sink):
8720         Fix default clock-rate for realmedia.
8721         Fix parsing of transport.
8722         Don't try to link NULL pads.
8723
8724 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8725
8726         * po/POTFILES.skip:
8727           Add POTFILES.skip with list of source files that aren't disted at the
8728           moment but contain translatable strings. Should hopefully pacify
8729           broken tools and make it clearer that these files are left out
8730           intentionally (#461600).
8731
8732 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8733
8734         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8735         If the buffer was entirely clipped ... don't try sending it :)
8736
8737 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8738
8739         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8740         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8741         (gst_rtspsrc_create_transports_string),
8742         (gst_rtspsrc_prepare_transports):
8743         If we don't hav a session manager, set the caps on outgoing buffers
8744         ourselves.
8745         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8746         Append final bit of the transport string even when it does not contain a
8747         placeholder.
8748
8749 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8750
8751         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8752         (gst_rtsp_ext_list_connect):
8753         * gst/rtsp/gstrtspext.h:
8754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8755         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8756         Clean up the interface list.
8757         Allow connecting to interface signals for the extensions.
8758         Remove old extension code.
8759         Free list on cleanup.
8760         Allow extensions to send additional RTSP messages.
8761
8762 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8763
8764         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8765         Handle a NULL gconf key gracefully by rendering the default element.
8766
8767 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8768
8769         * gst/rtsp/gstrtspext.h:
8770         Fix include path for extension interface.
8771
8772 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8773
8774         * gst/audiofx/audioamplify.h:
8775         Also remove a now unecessary variable here.
8776
8777 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8778
8779         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8780         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8781         * gst/audiofx/audiodynamic.c:
8782         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8783         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8784         * gst/audiofx/audiodynamic.h:
8785         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8786         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8787         * gst/audiofx/audioinvert.h:
8788         Don't save format information ourselves, this is already saved in
8789         GstAudioFilter.
8790
8791 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8792
8793         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8794         (gst_rtsp_ext_list_stream_select):
8795         * gst/rtsp/gstrtspext.h:
8796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8797         Use rank to filter out extensions.
8798         Add url to stream_select interface call.
8799
8800 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8801
8802         * gst/rtsp/Makefile.am:
8803         * gst/rtsp/base64.c:
8804         * gst/rtsp/base64.h:
8805         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8806         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8807         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8808         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8809         (gst_rtsp_ext_list_setup_media),
8810         (gst_rtsp_ext_list_configure_stream),
8811         (gst_rtsp_ext_list_get_transports),
8812         (gst_rtsp_ext_list_stream_select):
8813         * gst/rtsp/gstrtspext.h:
8814         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8815         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8816         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8817         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8818         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8819         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8820         (gst_rtspsrc_stream_configure_tcp),
8821         (gst_rtspsrc_stream_configure_mcast),
8822         (gst_rtspsrc_stream_configure_udp),
8823         (gst_rtspsrc_stream_configure_udp_sink),
8824         (gst_rtspsrc_stream_configure_transport),
8825         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8826         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8827         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8828         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8829         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8830         (gst_rtspsrc_parse_methods),
8831         (gst_rtspsrc_create_transports_string),
8832         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8833         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8834         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8835         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8836         * gst/rtsp/gstrtspsrc.h:
8837         * gst/rtsp/rtsp.h:
8838         * gst/rtsp/rtspconnection.c:
8839         * gst/rtsp/rtspconnection.h:
8840         * gst/rtsp/rtspdefs.c:
8841         * gst/rtsp/rtspdefs.h:
8842         * gst/rtsp/rtspext.h:
8843         * gst/rtsp/rtspextwms.c:
8844         * gst/rtsp/rtspextwms.h:
8845         * gst/rtsp/rtspmessage.c:
8846         * gst/rtsp/rtspmessage.h:
8847         * gst/rtsp/rtsprange.c:
8848         * gst/rtsp/rtsprange.h:
8849         * gst/rtsp/rtsptransport.c:
8850         * gst/rtsp/rtsptransport.h:
8851         * gst/rtsp/rtspurl.c:
8852         * gst/rtsp/rtspurl.h:
8853         * gst/rtsp/sdp.h:
8854         * gst/rtsp/sdpmessage.c:
8855         * gst/rtsp/sdpmessage.h:
8856         * gst/rtsp/test.c:
8857         Use shiny new RTSP and SDP library.
8858         Implement RTSP extensions using the new interface.
8859         Remove a lot of old code.
8860
8861 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8862
8863         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8864         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8865
8866 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8867
8868         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8869         Don't unref the outgoing buffer twice when dropping it because it's
8870         outside of the segment.
8871
8872 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8873
8874         * configure.ac:
8875         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8876         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8877         Use the new buffer clipping function from gstaudio here and
8878         require gst-plugins-base CVS.
8879         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8880         For framed Wavpack buffers we require a valid timestamp.
8881
8882 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8883
8884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8885         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8886         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8887         Clip raw audio and video when we can, keep track of current output
8888         segment.
8889         Don't leak buffers and events when there is no output pad.
8890         Improve debugging here and there.
8891
8892 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * configure.ac:
8895           Sync liboil check with plugins-base.
8896
8897 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8898
8899         * ext/annodex/Makefile.am:
8900           Fix CFLAGS/LIBS.
8901
8902         * ext/cdio/gstcdiocddasrc.c:
8903         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8904           Include stdlib
8905
8906         * ext/cairo/Makefile.am:
8907         * gst/videofilter/Makefile.am:
8908         * tests/examples/level/Makefile.am:
8909           Use $(LIBM) instead of -lm
8910
8911 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8912
8913         * sys/v4l2/gstv4l2src.c:
8914           Add another example pipeline.
8915
8916 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8917
8918         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8919
8920         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8921           Use define here.
8922
8923         * sys/v4l2/gstv4l2tuner.c:
8924         (gst_v4l2_tuner_set_frequency_and_notify):
8925           Don't touch the property - its still disabled.
8926
8927         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8928         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8929         * sys/v4l2/v4l2src_calls.h:
8930           Improve fallback format negotionation. Fixes #451388
8931
8932 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8933
8934         * tests/check/elements/videocrop.c: (GST_START_TEST):
8935           Fix the test.
8936
8937 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8938
8939         * docs/plugins/Makefile.am:
8940         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8941         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8942         * docs/plugins/inspect/plugin-jpeg.xml:
8943         * docs/plugins/inspect/plugin-png.xml:
8944         * ext/jpeg/gstjpegdec.c:
8945         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8946         (gst_pngdec_sink_setcaps):
8947           More docs. More logs in pngdec.
8948
8949 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8950
8951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8952           Initialize num_buffers with minimum value.
8953
8954         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8955         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8956           Handle frame-size query failure gracefully.
8957
8958 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8959
8960         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8961         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8962         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8963         of qt/aac files.
8964
8965 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8966
8967         * ext/wavpack/gstwavpackdec.c:
8968         (gst_wavpack_dec_clip_outgoing_buffer):
8969         Fix buffer clipping to correctly clip to the segment stop.
8970
8971 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8972
8973         * configure.ac:
8974         * tests/Makefile.am:
8975         Remove bogus check for libcheck, since we check for
8976         gstreamer-check and it pulls in the required info from there,
8977         and we weren't actually _using_ the information for libcheck
8978         ourselves anyway.
8979
8980 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8981
8982         * configure.ac:
8983           Use pkg-config to locate check.
8984
8985 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8986
8987         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8988         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8989         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8990         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8991         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8992         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8993         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8994         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8995         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8996         * gst/effectv/gstrev.c: (gst_revtv_transform):
8997         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8998         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8999         * gst/effectv/gstwarp.c: (gst_warptv_transform):
9000         * gst/matroska/matroska-demux.c:
9001         (gst_matroska_demux_add_wvpk_header),
9002         (gst_matroska_demux_check_subtitle_buffer),
9003         (gst_matroska_decode_buffer):
9004         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
9005           Fix build against core CVS.
9006
9007 2007-07-10  Edward Hervey  <bilboed@gmail.com>
9008
9009         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9010         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
9011         don't have enough granularity to convert that boolean into a
9012         GstFlowReturn.
9013
9014 2007-07-06  Michael Smith <msmith@fluendo.com>
9015
9016         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9017         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9018         (gst_alawdec_change_state):
9019         * gst/law/alaw-decode.h:
9020         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9021         (gst_mulawdec_class_init), (gst_mulawdec_init),
9022         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9023         * gst/law/mulaw-decode.h:
9024           Fix capsnego bogosity in *law decoders. 
9025
9026 2007-07-06  Michael Smith <msmith@fluendo.com>
9027
9028         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9029         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9030         (gst_smokeenc_change_state):
9031         * ext/jpeg/gstsmokeenc.h:
9032           Remove stupidity in get/set caps functions.
9033           Fix some refcounting problems.
9034
9035 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9036
9037         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9038         Remove endianness-flipping hack that seems to have been required
9039         only because of a bug in ffmpegcolorspace.
9040         Partially Fixes: #451908
9041
9042 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9043
9044         * docs/plugins/Makefile.am:
9045           Simplify --extra-dir as gtkdoc scans recursively.
9046
9047 2007-07-03  Wim Taymans  <wim@fluendo.com>
9048
9049         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9050
9051         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9052         Set the encoding-name in the rtp caps to all uppercase, as required by
9053         the caps spec.
9054         Some small cleanups in the error paths. Fixes #453037.
9055
9056 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9057
9058         * ext/wavpack/gstwavpackparse.c:
9059         (gst_wavpack_parse_index_get_last_entry),
9060         (gst_wavpack_parse_index_get_entry_from_sample),
9061         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9062         (gst_wavpack_parse_scan_to_find_sample):
9063         * ext/wavpack/gstwavpackparse.h:
9064         Use a GSList for the GArray that is used like a list anyway.
9065
9066 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9067
9068         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9069         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9070         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9071           Add state change function where we set 0/1 as default framerate in
9072           case our setcaps function isn't called, like it might not in a
9073           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9074           gdkpixbufdec trying to create caps with a 0/0 framerate.
9075           Also post an error message on the bus if gst_pad_push() fails when
9076           called from our sink event handler (+1 for flow returns for event
9077           functions in 0.11) instead of failing silently.
9078
9079 2007-06-27  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9082         Cast stack args to the proper types. Fixes #451249.
9083
9084 2007-06-27  Wim Taymans  <wim@fluendo.com>
9085
9086         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9087         (new_session_pad), (gst_rtspsrc_setup_streams):
9088         * gst/rtsp/gstrtspsrc.h:
9089         For container formats we only need to activate one of the streams so
9090         that we correctly signal no-more-pads. Fixes #451015.
9091
9092 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9093
9094         * docs/plugins/gst-plugins-good-plugins.args:
9095         * docs/plugins/inspect/plugin-aasink.xml:
9096         * docs/plugins/inspect/plugin-alaw.xml:
9097         * docs/plugins/inspect/plugin-alpha.xml:
9098         * docs/plugins/inspect/plugin-alphacolor.xml:
9099         * docs/plugins/inspect/plugin-annodex.xml:
9100         * docs/plugins/inspect/plugin-apetag.xml:
9101         * docs/plugins/inspect/plugin-audiofx.xml:
9102         * docs/plugins/inspect/plugin-auparse.xml:
9103         * docs/plugins/inspect/plugin-autodetect.xml:
9104         * docs/plugins/inspect/plugin-avi.xml:
9105         * docs/plugins/inspect/plugin-cacasink.xml:
9106         * docs/plugins/inspect/plugin-cairo.xml:
9107         * docs/plugins/inspect/plugin-cdio.xml:
9108         * docs/plugins/inspect/plugin-cutter.xml:
9109         * docs/plugins/inspect/plugin-debug.xml:
9110         * docs/plugins/inspect/plugin-efence.xml:
9111         * docs/plugins/inspect/plugin-effectv.xml:
9112         * docs/plugins/inspect/plugin-esdsink.xml:
9113         * docs/plugins/inspect/plugin-flac.xml:
9114         * docs/plugins/inspect/plugin-flxdec.xml:
9115         * docs/plugins/inspect/plugin-gconfelements.xml:
9116         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9117         * docs/plugins/inspect/plugin-goom.xml:
9118         * docs/plugins/inspect/plugin-halelements.xml:
9119         * docs/plugins/inspect/plugin-icydemux.xml:
9120         * docs/plugins/inspect/plugin-id3demux.xml:
9121         * docs/plugins/inspect/plugin-jpeg.xml:
9122         * docs/plugins/inspect/plugin-ladspa.xml:
9123         * docs/plugins/inspect/plugin-level.xml:
9124         * docs/plugins/inspect/plugin-matroska.xml:
9125         * docs/plugins/inspect/plugin-mulaw.xml:
9126         * docs/plugins/inspect/plugin-multipart.xml:
9127         * docs/plugins/inspect/plugin-navigationtest.xml:
9128         * docs/plugins/inspect/plugin-ossaudio.xml:
9129         * docs/plugins/inspect/plugin-png.xml:
9130         * docs/plugins/inspect/plugin-quicktime.xml:
9131         * docs/plugins/inspect/plugin-rtp.xml:
9132         * docs/plugins/inspect/plugin-rtsp.xml:
9133         * docs/plugins/inspect/plugin-smpte.xml:
9134         * docs/plugins/inspect/plugin-speex.xml:
9135         * docs/plugins/inspect/plugin-taglib.xml:
9136         * docs/plugins/inspect/plugin-udp.xml:
9137         * docs/plugins/inspect/plugin-videobalance.xml:
9138         * docs/plugins/inspect/plugin-videobox.xml:
9139         * docs/plugins/inspect/plugin-videocrop.xml:
9140         * docs/plugins/inspect/plugin-videoflip.xml:
9141         * docs/plugins/inspect/plugin-videomixer.xml:
9142         * docs/plugins/inspect/plugin-wavenc.xml:
9143         * docs/plugins/inspect/plugin-wavparse.xml:
9144         * docs/plugins/inspect/plugin-ximagesrc.xml:
9145           Update docs with caps info.
9146
9147 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9148
9149         * po/POTFILES.in:
9150           Add more files with translatable strings (#450878).
9151
9152 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9153
9154         * MAINTAINERS:
9155         Updating all the maintainers files
9156
9157 2007-06-22  Edward Hervey  <edward@fluendo.com>
9158
9159         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9160         * gst/interleave/deinterleave.c: (deinterleave_init),
9161         (deinterleave_sink_link):
9162         * gst/interleave/interleave.c: (interleave_init):
9163         * gst/median/gstmedian.c: (gst_median_init):
9164         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9165         Fix memory leaks.
9166         * tests/check/elements/id3demux.c: (pad_added_cb):
9167         Remove unused variable.
9168
9169 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9170
9171         * ext/gconf/gconf.h:
9172         Make the prototype of gst_gconf_get_key_for_sink_profile
9173         match the implementation.
9174         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9175         Fixes: #449747
9176
9177 2007-06-20  Michael Smith <msmith@fluendo.com>
9178
9179         * gst/rtp/gstrtpdepay.c:
9180           Fix description - rtpdepay is not a payloader.
9181
9182 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9183
9184         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9185         (qtdemux_video_caps):
9186         * gst/qtdemux/qtdemux_fourcc.h:
9187           Add MJPG to the variants of motion jpeg.
9188
9189 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9190
9191         * tests/check/Makefile.am:
9192         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9193         * tests/check/elements/videocrop.c: (GST_START_TEST):
9194         * tests/check/elements/videofilter.c:
9195         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9196         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9197           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9198           error flags are included and it errors out on compiler warnings
9199           for CVS builds; remove unused variables in various unit tests.
9200
9201 2007-06-19  Wim Taymans  <wim@fluendo.com>
9202
9203         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9204         (rtsp_connection_close), (rtsp_connection_free):
9205         Use threadsafe inet_ntop to convert an ip number to a string. 
9206         Fixes #447961.
9207         Don't leak fd (and ip) when freeing a connection without first closing
9208         it.
9209
9210 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9211
9212         * configure.ac:
9213         Back to CVS
9214
9215         * gst-plugins-good.doap:
9216         Add 0.10.6 to the doap file.
9217
9218 === release 0.10.6 ===
9219
9220 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9221
9222         * configure.ac:
9223           releasing 0.10.6, "Wobble Board"
9224
9225 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9228         (rtsp_connection_free):
9229           Revert previous commit again, since we are frozen (sorry).
9230
9231 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         Patch by: Peter Kjellerstedt <pkj at axis com>
9234
9235         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9236         (rtsp_connection_free):
9237           inet_ntoa() uses a static buffer internally, so we need to copy the
9238           returned string if we want to store it for later (#447961).
9239
9240 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9241
9242         * win32/vs6/autogen.dsp:
9243         * win32/vs6/gst_plugins_good.dsw:
9244         * win32/vs6/libgstalaw.dsp:
9245         * win32/vs6/libgstalpha.dsp:
9246         * win32/vs6/libgstalphacolor.dsp:
9247         * win32/vs6/libgstapetag.dsp:
9248         * win32/vs6/libgstaudiofx.dsp:
9249         * win32/vs6/libgstauparse.dsp:
9250         * win32/vs6/libgstautodetect.dsp:
9251         * win32/vs6/libgstavi.dsp:
9252         * win32/vs6/libgstcutter.dsp:
9253         * win32/vs6/libgstdirectdraw.dsp:
9254         * win32/vs6/libgstdirectsound.dsp:
9255         * win32/vs6/libgsteffectv.dsp:
9256         * win32/vs6/libgstflx.dsp:
9257         * win32/vs6/libgstgoom.dsp:
9258         * win32/vs6/libgsticydemux.dsp:
9259         * win32/vs6/libgstid3demux.dsp:
9260         * win32/vs6/libgstinterleave.dsp:
9261         * win32/vs6/libgstjpeg.dsp:
9262         * win32/vs6/libgstlevel.dsp:
9263         * win32/vs6/libgstmatroska.dsp:
9264         * win32/vs6/libgstmedian.dsp:
9265         * win32/vs6/libgstmonoscope.dsp:
9266         * win32/vs6/libgstmulaw.dsp:
9267         * win32/vs6/libgstmultipart.dsp:
9268         * win32/vs6/libgstqtdemux.dsp:
9269         * win32/vs6/libgstrtp.dsp:
9270         * win32/vs6/libgstrtsp.dsp:
9271         * win32/vs6/libgstsmpte.dsp:
9272         * win32/vs6/libgstspeex.dsp:
9273         * win32/vs6/libgstudp.dsp:
9274         * win32/vs6/libgstvideobalance.dsp:
9275         * win32/vs6/libgstvideobox.dsp:
9276         * win32/vs6/libgstvideocrop.dsp:
9277         * win32/vs6/libgstvideoflip.dsp:
9278         * win32/vs6/libgstvideomixer.dsp:
9279         * win32/vs6/libgstwaveform.dsp:
9280         * win32/vs6/libgstwavenc.dsp:
9281         * win32/vs6/libgstwavparse.dsp:
9282         Mark *.dsp & *.dsw as binary files and convert to DOS line
9283         endings, as they don't load into VS6 correctly otherwise.
9284
9285 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9286
9287         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9288         (rtsp_connection_connect):
9289         Fix the MingW build. 
9290         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9291         Fixes: #446981
9292
9293 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9294
9295         * tests/check/elements/.cvsignore:
9296         * tests/icles/.cvsignore:
9297         Hush the buildbots up
9298
9299 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9300
9301         * configure.ac:
9302         * sys/Makefile.am:
9303         * sys/directdraw/Makefile.am:
9304         * sys/directsound/Makefile.am:
9305         * sys/waveform/Makefile.am:
9306         Make sure to dist everything needed for win32 builds.
9307
9308 2007-06-14  Edward Hervey  <edward@fluendo.com>
9309
9310         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9311         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9312         caps.
9313         Fixes #447458
9314
9315 2007-06-13  Wim Taymans  <wim@fluendo.com>
9316
9317         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9318         Make sure we allocate enough memory for the codec_data.
9319         Fixes #447210.
9320
9321 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9322
9323         * win32/MANIFEST:
9324         Add videocrop project file to the win32 manifest.
9325         * win32/vs6/gst_plugins_good.dsw:
9326         Add qtdemux,videocrop and waveform projects to the workspace.
9327         * win32/vs6/libgstqtdemux.dsp:
9328         Add zlib to the link list of qtdemux.
9329         * win32/vs6/libgstvideocrop.dsp:
9330         Add a project file for videocrop.
9331
9332 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9333
9334         * po/POTFILES.in:
9335         Add qtdemux for translation
9336
9337 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9338
9339         * configure.ac:
9340         * docs/plugins/Makefile.am:
9341         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9342         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9343         * docs/plugins/inspect/plugin-videocrop.xml:
9344         * gst-plugins-good.spec.in:
9345         * sys/Makefile.am:
9346         * tests/check/Makefile.am:
9347         * tests/icles/Makefile.am:
9348         * tests/icles/videocrop-test.c:
9349         Move videocrop and osxvideo from -bad.
9350
9351 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * configure.ac:
9354         * docs/plugins/Makefile.am:
9355         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9357         * docs/plugins/gst-plugins-good-plugins.args:
9358         * docs/plugins/inspect/plugin-qtdemux.xml:
9359         * docs/plugins/inspect/plugin-quicktime.xml:
9360         * win32/MANIFEST:
9361         Move qtdemux from -bad.
9362
9363         * gst-plugins-good.spec.in:
9364         Update spec file to reflect moving of qtdemux and wavpack
9365
9366 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9367         
9368         * win32/MANIFEST:
9369         * docs/plugins/Makefile.am:
9370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9372         * docs/plugins/inspect/plugin-directdraw.xml:
9373         * docs/plugins/inspect/plugin-directsound.xml:
9374         * docs/plugins/inspect/plugin-waveform.xml:
9375         Move the waveform plugin from -bad too. Update the inspect xml
9376         files to mention Plugins Good instead of Plugins Bad.
9377
9378 2007-06-12  Andy Wingo  <wingo@pobox.com>
9379
9380         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9381         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9382         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9383         finalization and resuscitation. No longer public.
9384         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9385         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9386         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9387         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9388         miniobject semantics, and be threadsafe.
9389         (gst_v4l2src_queue_frame): Remove this function, as we just call
9390         the ioctls directly in the two places where we queue buffers.
9391         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9392         directly.
9393         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9394         to allocate the pool, which also preallocates the GstBuffers.
9395         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9396         queueing the frames directly.
9397         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9398         mmap buffers have been dequeued.
9399
9400         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9401         real MiniObject instead of rolling our own refcounting and
9402         finalizing. Give it a lock.
9403         (struct _GstV4l2Buffer): Remove one intermediary object, having
9404         the buffers hold the struct v4l2_buffer directly.
9405
9406         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9407         capture_init so that it can set them on the buffers that it will
9408         create.
9409         (gst_v4l2src_get_read): For better or for worse, include the
9410         timestamping and offsetting code here; really we should be using
9411         bufferalloc though.
9412         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9413         preallocated, mmap'd buffers.
9414
9415 2007-06-11  Wim Taymans  <wim@fluendo.com>
9416
9417         Patch by: daniel fischer <dan at f3c dot com>
9418
9419         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9420         (gst_ximage_src_get_caps):
9421         Actually use the display_name property so that we can dump any
9422         available X display. Fixes #445905.
9423
9424 2007-06-11  Wim Taymans  <wim@fluendo.com>
9425
9426         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9427
9428         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9429         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9430         Add missing rate fields to caps. Fixes #441118.
9431
9432 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9433
9434         * win32/vs6/gst_plugins_good.dsw:
9435         * win32/vs8/gst-plugins-good.sln:
9436         Add DirectSound and DirectDraw sinks project files to
9437         workspace and solution files.
9438
9439 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9440
9441         Patch by: Josh Coalson <xflac at yahoo dot com>,
9442         updated by Alexis Ballier <aballier at gentoo dot org>:
9443
9444         * configure.ac:
9445         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9446         (gst_flac_dec_setup_seekable_decoder),
9447         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9448         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9449         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9450         * ext/flac/gstflacdec.h:
9451         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9452         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9453         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9454         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9455         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9456         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9457         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9458         * ext/flac/gstflacenc.h:
9459         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9460         
9461 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9462
9463         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9464         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9465         not necessary anymore as we need at least that core version. 
9466
9467 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9468
9469         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9470         (gst_wavpack_dec_chain):
9471         * ext/wavpack/gstwavpackdec.h:
9472         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9473         (gst_wavpack_parse_push_buffer):
9474         * ext/wavpack/gstwavpackparse.h:
9475         Improve discont handling by checking if the next Wavpack block has
9476         the expected, following block index.
9477
9478 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9479
9480         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9481           Fix element description.
9482
9483 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9484
9485         * configure.ac:
9486         * docs/plugins/Makefile.am:
9487         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9488         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9489         * docs/plugins/gst-plugins-good-plugins.args:
9490         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9491         * docs/plugins/gst-plugins-good-plugins.signals:
9492         * docs/plugins/inspect/plugin-autodetect.xml:
9493         * docs/plugins/inspect/plugin-gconfelements.xml:
9494         * docs/plugins/inspect/plugin-ladspa.xml:
9495         * docs/plugins/inspect/plugin-rtp.xml:
9496         * docs/plugins/inspect/plugin-wavpack.xml:
9497         * ext/Makefile.am:
9498         * tests/check/Makefile.am:
9499           move wavpack plugin.  See #352605.
9500
9501 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9502
9503         * configure.ac:
9504         * docs/plugins/Makefile.am:
9505         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9506         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9507         * docs/plugins/gst-plugins-good-plugins.args:
9508         * sys/Makefile.am:
9509         * win32/MANIFEST:
9510         Add DirectDraw & DirectSound plugins to the build and docs.
9511
9512 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9513
9514         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9515         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9516           When operating in pull mode, error out correct on not-linked.
9517
9518 2007-06-06  Andy Wingo  <wingo@pobox.com>
9519
9520         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9521         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9522         format and size if the ioctls are defined; should fix compilation
9523         on Linux < 2.16.19.
9524
9525 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9526
9527         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9528           Printf fixes in debug statements; use LOG level for debug statements
9529           that are printed for each and every frame; convert c++ comments to
9530           C-style comments; not much point using g_try_malloc() if we then not
9531           even check the return value.
9532
9533 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * configure.ac:
9536           Bump requirements to released versions (core and base 0.10.13).
9537
9538         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9539           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9540           own implementation.
9541
9542 2007-06-05  Andy Wingo  <wingo@pobox.com>
9543
9544         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9545         some useless comments.
9546
9547         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9548         frames before calling STREAMON, that might leave them in a state
9549         where they can't be dequeued if we go back to NULL without calling
9550         STREAMON, according to the docs.
9551         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9552         before we call STREAMON.
9553         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9554         failures. (For me this code hung.) The pool refcounting is still
9555         crack; added a note to that effect.
9556
9557 2007-06-05  Wim Taymans  <wim@fluendo.com>
9558
9559         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9560         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9561         Add support for mapping gst structure names to the MIME type equivalent.
9562         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9563
9564 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9565
9566         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9567         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9568         (gst_wavenc_chain), (gst_wavenc_change_state):
9569         * gst/wavenc/gstwavenc.h:
9570         Properly write wav files with width!=depth by having the depth most
9571         significant bytes set and all others zero. Fixes #442535.
9572
9573 2007-06-01  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/rtsp/rtspconnection.c:
9576         Add include to make buildbot happy.
9577
9578 2007-06-01  Wim Taymans  <wim@fluendo.com>
9579
9580         Patch by: Peter Kjellerstedt  <pkj at axis com>
9581
9582         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9583         (rtsp_connection_connect), (add_date_header),
9584         (rtsp_connection_send), (parse_response_status),
9585         (parse_request_line), (parse_line), (rtsp_connection_receive):
9586         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9587         * gst/rtsp/rtspdefs.h:
9588         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9589         (rtsp_message_init_request), (rtsp_message_init_response),
9590         (rtsp_message_remove_header), (rtsp_message_append_headers),
9591         (rtsp_message_dump):
9592         * gst/rtsp/rtspmessage.h:
9593         Improves version checking, allowing an RTSP server to reply with "505
9594         RTSP Version not supported.
9595         Adds a Date header to all messages.
9596         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9597         want to be able to send a response even if something in the request was
9598         invalid. EINVAL is only used when passing wrong arguments to functions.
9599         Do not handle an invalid method in parse_request_line(). Defer this to
9600         the caller so it can respond with "405 Method Not Allowed".
9601         Improves parsing of the timeout parameter to the Session header,
9602         allowing whitespace after the semicolon. 
9603         Avoids a compiler warning due to variables shadowing a function argument.
9604
9605 2007-06-01  Wim Taymans  <wim@fluendo.com>
9606
9607         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9608
9609         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9610         (gst_rtp_amr_depay_process):
9611         * gst/rtp/gstrtpamrdepay.h:
9612         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9613         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9614         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9615         * gst/rtp/gstrtpamrpay.h:
9616         Add support for AMR-WB.
9617         Small cleanups such as using BOILERPLATE.
9618
9619 2007-05-31  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9622         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9623
9624 2007-05-30  Andy Wingo  <wingo@pobox.com>
9625
9626         * sys/v4l2/gstv4l2object.h: 
9627         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9628         unintended changes.
9629
9630         * sys/v4l2/v4l2src_calls.h: 
9631         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9632         the format list in the order that the driver gives it to us.
9633         (gst_v4l2src_probe_caps_for_format_and_size)
9634         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9635         based on the capabilities of the device.
9636         (gst_v4l2src_grab_frame): Update for object variable renaming.
9637         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9638         as in the set_caps below.
9639         (gst_v4l2src_capture_init): Update for object variable renaming,
9640         and reflow.
9641         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9642         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9643         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9644         (gst_v4l2src_get_fps): Remove; these functions don't have much
9645         meaning outside of an atomic set_caps method.
9646         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9647         known.
9648
9649         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9650         call to update_fps; not sure about this change.
9651         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9652         moment we don't have an update_fps_func.
9653
9654         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9655         structures in the object, just store what we need. Do store the
9656         probed caps of the device. Don't store the current frame rate.
9657
9658         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9659         update_fps_function, for now. Update for new object variable
9660         naming.
9661         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9662         new object variable naming.
9663         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9664         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9665         (gst_v4l2src_get_caps): Rework to probe the device for supported
9666         frame sizes and frame rates.
9667         (gst_v4l2src_set_caps): Rework to be strict in the given
9668         parameters: if someone asks us to have a certain size and rate,
9669         that is what we configure.
9670         (gst_v4l2src_get_read): Update for object variable naming. Don't
9671         leak buffers on short reads.
9672         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9673         comments.
9674         (gst_v4l2src_create): Update for object variable naming.
9675
9676 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9679         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9680         * gst/avi/gstavidemux.h:
9681           Parse subtitle text streams instead of erroring out (#442034). Still
9682           needs a parser for the subtitles to actually show up.
9683
9684 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9685
9686         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9687         (gst_avi_demux_loop):
9688           Make _push_event() return TRUE if the event could be pushed on at
9689           least one pad and not only if it could be pushed on all pads,
9690           otherwise we'll end up posting an error message on EOS if one or
9691           more source pads are not connected.
9692
9693 2007-05-28  Wim Taymans  <wim@fluendo.com>
9694
9695         * gst/rtsp/rtsptransport.c:
9696         Use renamed RTP bin.
9697
9698 2007-05-28  Wim Taymans  <wim@fluendo.com>
9699
9700         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9701
9702         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9703         (gst_video_box_set_property), (gst_video_box_transform_caps),
9704         (video_box_recalc_transform), (gst_video_box_set_caps),
9705         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9706         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9707         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9708         (gst_video_box_i420_i420), (gst_video_box_transform),
9709         (plugin_init):
9710         Add AYUV->AYUV and AYUV->I420 formats. 
9711         Fix negotiation and I420->AYUV conversion.
9712         Fixes #429329.
9713
9714 2007-05-26  Wim Taymans  <wim@fluendo.com>
9715
9716         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9717         Use different variables for nested for loops so that the outer loop
9718         functions properly and speex files with multiple frames per buffer work
9719         properly.
9720         Fixes #441408.
9721
9722 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9723
9724         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9725           Don't leak newsegment events.
9726
9727 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/wavparse/Makefile.am:
9730           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9731           drags it in.
9732
9733 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9736         (notgst_value_array_append_buffer),
9737         (gst_flac_enc_process_stream_headers),
9738         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9739         (gst_flac_enc_change_state):
9740         * ext/flac/gstflacenc.h:
9741           Collect headers, add "streamheader" field to output caps and set
9742           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9743           produces output according to the official FLAC-to-Ogg mapping
9744           instead of completely broken files. Fixes #426044.
9745
9746 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9747
9748         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9749         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9750         (gst_id3demux_sink_event):
9751         * gst/id3demux/gstid3demux.h:
9752         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9753         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9754         (gst_tag_demux_send_new_segment):
9755         Handle and adjust new-segment events so that downstream really
9756         sees a stream with the tag pieces stripped off the front and back.
9757         Fixes strangeness in seeking when mp3 decoders use the new-segment
9758         byte position to estimate their current playback position timestamp
9759         and then the arriving buffers don't match up.
9760
9761 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9762
9763         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9764           Don't unnecessarily perform a READY->NULL->READY transition on the
9765           detected audio sink when starting up. Fixes: #440127
9766
9767 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9770         (gst_flac_enc_chain):
9771           Don't crash in chain function if setcaps hasn't been called.
9772
9773 2007-05-24  Wim Taymans  <wim@fluendo.com>
9774
9775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9776         Init value to avoid infinte loops.
9777
9778 2007-05-24  Wim Taymans  <wim@fluendo.com>
9779
9780         Patch by: Peter Kjellerstedt  <pkj at axis com>
9781
9782         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9783         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9784         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9785         (gst_rtspsrc_play):
9786         (rtsp_connection_send), (rtsp_connection_receive):
9787         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9788         Fix for new API.
9789
9790         * gst/rtsp/rtspconnection.c: (add_auth_header),
9791         Only add authorisation and session headers when sending messages.
9792
9793         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9794         (rtsp_message_init_request), (rtsp_message_init_response),
9795         (rtsp_message_unset), (rtsp_message_add_header),
9796         (rtsp_message_remove_header), (rtsp_message_get_header),
9797         (rtsp_message_append_headers), (dump_key_value),
9798         (rtsp_message_dump):
9799         * gst/rtsp/rtspmessage.h:
9800         Add support for multiple headers of the same type by storing the parsed
9801         headers in a GArray instaed of a hashtable.
9802
9803 2007-05-21  Wim Taymans  <wim@fluendo.com>
9804
9805         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9806         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9807         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9808         safer shutdown.
9809
9810 2007-05-21  Wim Taymans  <wim@fluendo.com>
9811
9812         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9813         * gst/rtsp/gstrtpdec.h:
9814         Added signal for backwards compat.
9815
9816 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9817         
9818         Patch by: René Stadler <mail at renestadler dot de>
9819
9820         * configure.ac:
9821         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9822         (gst_au_parse_parse_header), (gst_au_parse_chain):
9823         * gst/auparse/gstauparse.h:
9824         Use audioconvert for converting from non-native endianness floats
9825         in auparse instead of doing it ourself. Fixes #424527.
9826         This needs the audioconvert from plugins-base CVS.
9827         
9828 2007-05-21  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9831         (gst_rtp_h263p_pay_flush):
9832         Fix enum registration.
9833
9834 2007-05-21  Wim Taymans  <wim@fluendo.com>
9835
9836         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9837
9838         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9839         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9840         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9841         (gst_rtp_h263p_pay_flush):
9842         * gst/rtp/gstrtph263ppay.h:
9843         Add new fragmentation mode base on GOB headers. Fixes #438940.
9844
9845 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9846
9847         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9848           Printf format fix.
9849
9850 2007-05-18  Wim Taymans  <wim@fluendo.com>
9851
9852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9853         Don't crash when an unsupported transport error was returned by the
9854         server, just try to configure the next stream. Fixes #439255.
9855
9856 2007-05-18  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9859         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9860         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9861         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9862         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9863         * gst/rtsp/gstrtspsrc.h:
9864         Add TCP timeout property and use it for all TCP connection.
9865
9866         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9867         (rtsp_connection_write), (rtsp_connection_next_timeout),
9868         (rtsp_connection_reset_timeout):
9869         Make connect and writes cancelable and make them use the timeout.
9870
9871 2007-05-18  Wim Taymans  <wim@fluendo.com>
9872
9873         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9874         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9875         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9876         (gst_rtspsrc_setup_streams):
9877         Refactor timeout handling.
9878         Also send keep-alive when dealing with TCP transport.
9879
9880         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9881         (rtsp_connection_free), (rtsp_connection_next_timeout),
9882         (rtsp_connection_reset_timeout):
9883         * gst/rtsp/rtspconnection.h:
9884         Use a timer to handle the session timeouts, add some methods to deal
9885         with timeouts.
9886
9887 2007-05-17  Wim Taymans  <wim@fluendo.com>
9888
9889         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9890         (gst_rtspsrc_setup_streams):
9891         Ignore streams that fail the setup command, we will retry with a
9892         different transport later on.
9893
9894         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9895         (rtsp_ext_wms_configure_stream):
9896         Fix encoding name case.
9897
9898 2007-05-16  Edward Hervey  <edward@fluendo.com>
9899
9900         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9901         Fix build on macosx.
9902
9903 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9904
9905         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9906         Replace direct comparison of a string with the string literal "" with
9907         a comparison of the first character with '\0'. Fixes #438926.
9908
9909 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9910
9911         * gst/debug/breakmydata.c (gst_break_my_data_init):
9912           One more try. This should be the proper fix now.
9913
9914 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9915
9916         * gst/debug/breakmydata.c:
9917           Ooops, no // comments please.
9918
9919 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9920
9921         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9922         (gst_break_my_data_init):
9923           Fix gst_buffer_is_writable() assertion.
9924
9925 2007-05-14  David Schleef  <ds@schleef.org>
9926
9927         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9928           video/x-raw-bayer.  Fixes #314160.
9929
9930 2007-05-14  Wim Taymans  <wim@fluendo.com>
9931
9932         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9933         (gst_rtp_theora_depay_parse_configuration):
9934         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9935         (gst_rtp_theora_pay_finish_headers),
9936         (gst_rtp_theora_pay_handle_buffer):
9937         Update theora pay/depayloader in a similar to vorbis.
9938
9939         * gst/rtp/gstrtpvorbisdepay.c:
9940         (gst_rtp_vorbis_depay_parse_configuration):
9941         Update docs.
9942
9943 2007-05-14  Wim Taymans  <wim@fluendo.com>
9944
9945         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9946         When we try to execute a method that is not supported by the server,
9947         don't error out but remove the method from the accepted methods so that
9948         we never try to perform this method again.
9949
9950 2007-05-14  Wim Taymans  <wim@fluendo.com>
9951
9952         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9953         Remove annoying _dump_mem.
9954
9955 2007-05-14  Wim Taymans  <wim@fluendo.com>
9956
9957         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9958         Parse range correctly.
9959
9960         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9961         The baseurl now always has a '/' at the start.
9962
9963 2007-05-14  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9966         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9967         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9968         Factor out caps configuration and configure more stuff such as the time
9969         ranges and speed/scale values.
9970
9971         * gst/rtsp/rtsptransport.c:
9972         Add Copyright after non-trival fixes.
9973
9974 2007-05-12  Wim Taymans  <wim@fluendo.com>
9975
9976         Patch by: Peter Kjellerstedt  <pkj at axis com>
9977
9978         * gst/rtsp/gstrtspsrc.h:
9979         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9980         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9981         (rtsp_message_get_header):
9982         * gst/rtsp/rtspmessage.h:
9983         Make channel guint8 where possible.
9984         Make rtsp_message_init_data() take the channel as a guint8.
9985
9986         * gst/rtsp/rtspdefs.c:
9987         Fixed a typo: Timout -> Timeout
9988
9989         * gst/rtsp/rtspdefs.h:
9990         Make RTSP_CHECK() behave as a statement.
9991
9992         * gst/rtsp/sdpmessage.c:
9993         Avoid a compiler warning in INIT_ARRAY().
9994         Fixes #437692.
9995
9996 2007-05-12  Wim Taymans  <wim@fluendo.com>
9997
9998         Patch by: Peter Kjellerstedt  <pkj at axis com>
9999
10000         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
10001         (rtsp_url_get_request_uri):
10002         * gst/rtsp/rtspurl.h:
10003         Add support for query parameters to RTSP URLs.
10004
10005 2007-05-12  Wim Taymans  <wim@fluendo.com>
10006
10007         Patch by: Peter Kjellerstedt  <pkj at axis com>
10008
10009         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
10010         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
10011         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
10012         (rtsp_transport_parse), (rtsp_transport_as_text):
10013         * gst/rtsp/rtsptransport.h:
10014         Add validation to rtsp_transport_parse().
10015         Add rtsp_transport_as_text() to generate an RTSP header from an
10016         RTSPTransport.
10017         Change ssrc to guint (was a string) since that is what it is, even
10018         though it is sent as a hex string.
10019         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10020         incorrect, which can be seen when looking at the examples in the RFC).
10021         Fixes #437670.
10022
10023 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10024
10025         Patch by: Eric Anholt
10026
10027         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10028           gst_ximage_src_ximage_get):
10029         Use union of all damage between frames to make it faster.
10030         Fixes bug #342463.
10031         Also fix crasher when cursor is at bottom right of window.
10032
10033 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10034
10035         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10036           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10037           streaming mode regression for file from #343837 with 'bext' chunk
10038           before the 'fmt' chunk.
10039
10040 2007-05-11  Wim Taymans  <wim@fluendo.com>
10041
10042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10043         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10044         (gst_rtspsrc_handle_src_event),
10045         (gst_rtspsrc_stream_configure_manager),
10046         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10047         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10048         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10049         * gst/rtsp/gstrtspsrc.h:
10050         * gst/rtsp/rtspdefs.h:
10051         Preliminary seek support.
10052         Activate internal pads so that we can receive events on them.
10053         Don't try to parse a range string when it's NULL.
10054
10055 2007-05-11  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst/rtp/README:
10058         Update README with new RTP variables that will be used for
10059         synchronisation.
10060
10061         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10062         (gst_rtp_vorbis_depay_parse_configuration),
10063         (gst_rtp_vorbis_depay_process):
10064         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10065         (gst_rtp_vorbis_pay_finish_headers),
10066         (gst_rtp_vorbis_pay_handle_buffer):
10067         Update vorbis pay and depayloader to draft-04.
10068
10069 2007-05-11  Wim Taymans  <wim@fluendo.com>
10070
10071         * gst/rtsp/rtsptransport.c:
10072         UDP MCAST is actually the default for RTP/AVP.
10073 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10074
10075         * gst/level/gstlevel.c: (gst_level_transform_ip):
10076         Use guint8 * instead of gpointer then vs6 can build 
10077         in_data += (filter->width / 8).
10078
10079 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10080
10081         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10082           gst_ximage_src_ximage_get):
10083         * sys/ximage/gstximagesrc.h (last_ximage):
10084         When using Damage actually keep the last frame, and not assume
10085         that the buffer we get already has the last frame on it.
10086         Copy the cursor over if we specify a non-zero start x and
10087         start y.
10088
10089 2007-05-11  Wim Taymans  <wim@fluendo.com>
10090
10091         * gst/rtsp/rtsptransport.c:
10092         Make UDP the default transport when not specified.
10093
10094 2007-05-09  David Schleef  <ds@schleef.org>
10095
10096         * gst/level/gstlevel.c:
10097           Revert last change.
10098
10099 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10100
10101         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10102         (gst_level_transform_ip):
10103         Use guint8 * instead of gpointer then vs6 know the size of data
10104         pointed when moving the pointer.
10105         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10106         Move instructions after variables declaration.
10107         * win32/vs6/autogen.dsp:
10108         * win32/vs6/libgstrtp.dsp:
10109         * win32/vs6/libgstrtsp.dsp:
10110         Update vs6 project files.
10111
10112 2007-05-09  Wim Taymans  <wim@fluendo.com>
10113
10114         * gst/rtsp/Makefile.am:
10115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10116         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10117         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10118         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10119         (rtsp_range_free):
10120         * gst/rtsp/rtsprange.h:
10121         Add code to parse time ranges.
10122         Report DURATION on the stream when possible.
10123
10124 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10127         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10128         (gst_videomixer_collected):
10129           Fix strides calculation for AYUV (it's just width*4) (#436910).
10130
10131 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10132
10133         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10134         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10135         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10136         Sync the GObject properties before each processing step to properly
10137         work with the controller.
10138
10139 2007-05-04  Wim Taymans  <wim@fluendo.com>
10140
10141         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10142         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10143         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10144         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10145         (gst_rtspsrc_change_state):
10146         Let more error state trickle down so that we can catch more error
10147         cases.
10148         Handle keep-alive a little smarter by selecting a method the server
10149         actually supports.
10150         Fix a race in UDP streaming shutdown.
10151
10152 2007-05-04  Wim Taymans  <wim@fluendo.com>
10153
10154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10155         Ignore errors when trying to use the keep-alive messages.
10156
10157 2007-05-04  Wim Taymans  <wim@fluendo.com>
10158
10159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10160         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10161         (gst_rtspsrc_stream_configure_manager),
10162         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10163         (gst_rtspsrc_stream_configure_mcast),
10164         (gst_rtspsrc_stream_configure_udp),
10165         (gst_rtspsrc_stream_configure_udp_sink),
10166         (gst_rtspsrc_stream_configure_transport):
10167         Send RTCP messages back to the server over the TCP connection.
10168
10169         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10170         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10171         (rtsp_connection_receive):
10172         * gst/rtsp/rtspconnection.h:
10173         Factor out and expose lowlevel _write and _read methods.
10174         Implement sending data messages to the server.
10175
10176 2007-05-03  Wim Taymans  <wim@fluendo.com>
10177
10178         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10179         (gst_multipart_mux_collected):
10180         Fix timestamps on outgoing buffers.
10181
10182 2007-05-03  Wim Taymans  <wim@fluendo.com>
10183
10184         * gst/multipart/multipartmux.c:
10185         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10186         (gst_multipart_mux_change_state):
10187         Emit NEWSEGMENT events before pushing the first buffer.
10188
10189 2007-05-03  Wim Taymans  <wim@fluendo.com>
10190
10191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10192         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10193         (gst_rtspsrc_handle_src_query),
10194         (gst_rtspsrc_stream_configure_manager),
10195         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10196         (gst_rtspsrc_stream_configure_mcast),
10197         (gst_rtspsrc_stream_configure_udp),
10198         (gst_rtspsrc_stream_configure_udp_sink),
10199         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10200         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10201         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10202         (gst_rtspsrc_pause):
10203         Refactor transport configuration code.
10204         Create internal pads for TCP transport so that we can implement events
10205         and queries.
10206         Handle events and queries.
10207         Parse range from the SDP.
10208         Fix race in pause handler where the connection could still be flushing.
10209
10210 2007-05-02  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10213         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10214         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10215         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10216         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10217         (gst_rtspsrc_change_state):
10218         * gst/rtsp/gstrtspsrc.h:
10219         Fix race when multiple udp sources post timeouts, just act on the first
10220         received timeout.
10221         Protect stream list with a recursive lock to fix some races.
10222         Flush connection when we need to do a reconnect or stop.
10223         Make state lock recursive.
10224
10225         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10226         (rtsp_connection_close):
10227         Some small cleanups.
10228
10229 2007-05-02  Wim Taymans  <wim@fluendo.com>
10230
10231         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10232         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10233         Only set DISCONT when there actually is a discont or when we just
10234         started.
10235
10236 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10237
10238         * ext/flac/gstflac.c: (plugin_init):
10239         Call bindtextdomain() to get localized strings.
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_add_src_pad),
10245         (gst_wavparse_stream_data):
10246         * gst/wavparse/gstwavparse.h:
10247         Be a bit more clever when dealing with VBR files with FACT tags, we
10248         don't want to timestamp buffers in that case but the estimated BPS can
10249         be used for seeking.
10250         Only send close segment in the streaming thread.
10251
10252 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10253
10254         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10255         Correctly post an error on the bus if something went wrong in the loop
10256         function. This fixes a few cases where the task was paused and nothing
10257         happened anymore.
10258
10259 2007-05-02  Wim Taymans  <wim@fluendo.com>
10260
10261         * gst/rtsp/test.c: (main):
10262         Fix compilation of deprecated test just because I'm too lazy to delete
10263         it.
10264
10265 2007-05-02  Wim Taymans  <wim@fluendo.com>
10266
10267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10268         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10269         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10270         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10271         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10272         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10273         * gst/rtsp/gstrtspsrc.h:
10274         Fix sending RTCP to the right place.
10275         Fix bug in reffing the wrong UDP element.
10276         Use new pad names for the session manager.
10277         Implement handling server requests in interleaved and UDP modes.
10278         Handle session keep-alive in UDP modes.
10279         Remove GCond for handling UDP timeouts.
10280
10281         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10282         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10283         (rtsp_connection_receive), (rtsp_connection_close):
10284         * gst/rtsp/rtspconnection.h:
10285         Store connection IP address for later.
10286         Add timeout args to all operations that might block forever.
10287         Parse session timeout.
10288         Only close sockets when not already closed.
10289
10290         * gst/rtsp/rtspdefs.c:
10291         * gst/rtsp/rtspdefs.h:
10292         Add timeout return value and error string.
10293
10294         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10295         Add small comment.
10296
10297 2007-05-01  Wim Taymans  <wim@fluendo.com>
10298
10299         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10300
10301         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10302         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10303         * gst/rtp/gstrtpmp4vpay.h:
10304         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10305
10306 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10307
10308         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10309           Remove v4l2src from docs, since it breaks the docs build, and the
10310           plugin is only built if --enable-experimental is used anyway.
10311
10312         * docs/plugins/Makefile.am:
10313           Spaces => tab.
10314
10315 2007-04-29  Wim Taymans  <wim@fluendo.com>
10316
10317         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10318         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10319         Add code to drop membership of a multicast group.
10320
10321         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10322         (gst_udpsink_set_uri):
10323         Implement URI handler.
10324
10325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10326         (gst_rtspsrc_parse_rtpinfo):
10327         Use URI handler to make udpsink instace.
10328         Improve code to configure port and destination.
10329
10330 2007-04-29  Wim Taymans  <wim@fluendo.com>
10331
10332         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10333         Fix multicast detection.
10334         Don't try to join a multicast group if the address is not multicast.
10335
10336         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10337         Small debug improvement.
10338
10339 2007-04-27  Wim Taymans  <wim@fluendo.com>
10340
10341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10342         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10343         (gst_rtspsrc_handle_message):
10344         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10345         parent.
10346
10347 2007-04-27  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst/rtp/gstrtpilbcdepay.h:
10350         Fix mode property when specified as an arg.
10351
10352 2007-04-26  Edward Hervey  <edward@fluendo.com>
10353
10354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10356         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10357         * docs/plugins/inspect/plugin-osxaudio.xml:
10358         Add documentation for osxaudio plugin.
10359
10360 2007-04-26  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10363         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10364         (gst_rtspsrc_open), (gst_rtspsrc_close),
10365         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10366         (gst_rtspsrc_pause):
10367         * gst/rtsp/gstrtspsrc.h:
10368         Protect state changes with a lock.
10369
10370         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10371         (parse_line):
10372         * gst/rtsp/rtspconnection.h:
10373         Remove some unused stuff.
10374
10375 2007-04-26  Wim Taymans  <wim@fluendo.com>
10376
10377         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10378         Handle the case where there are exactly 0 bytes to read and the ioctl
10379         did not report an error. Fixes #433530.
10380
10381 2007-04-26  Wim Taymans  <wim@fluendo.com>
10382
10383         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10384         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10385         * gst/wavparse/gstwavparse.h:
10386         Apply DISCONT to buffers.
10387         Only apply timestamp to the first sample after a DISCONT, too many VBR
10388         files cause random jitter in the timestamps. Fixes #433119.
10389
10390 2007-04-25  Wim Taymans  <wim@fluendo.com>
10391
10392         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10393         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10394         (gst_rtp_dec_get_property):
10395         * gst/rtsp/gstrtpdec.h:
10396         Add dummy latency property to be backwards compat with rtpbin.
10397
10398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10399         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10400         (gst_rtspsrc_stream_configure_transport),
10401         (gst_rtspsrc_parse_rtpinfo):
10402         * gst/rtsp/gstrtspsrc.h:
10403         Add latency property and configure in the session manager.
10404         Don't set invalid clock-base and seqnum-base on caps, some servers
10405         sometimes don't send them.
10406
10407 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10410         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10411           Double-check that RGB input caps are really RGBA caps (apparently
10412           the core doesn't always catch it if those caps aren't a subset of
10413           our template caps, also see #421543). Fixes #429319 in a way.
10414           Also, don't leak the pad template in the transform_caps function.
10415
10416         * tests/check/Makefile.am:
10417         * tests/check/elements/.cvsignore:
10418         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10419         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10420         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10421         (GST_START_TEST), (alphacolor_suite):
10422           Add some basic unit tests for alphacolor.
10423
10424 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10425
10426         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10427           If we get a fatal flow return in the loop function, first post the
10428           error message and only then send the EOS event downstream, otherwise
10429           applications might get an eos message before the error message and
10430           think everything was ok (related to #429319).
10431
10432 2007-04-25  Wim Taymans  <wim@fluendo.com>
10433
10434         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10435         Read the channel byte as an unsigned byte.
10436
10437 2007-04-25  Wim Taymans  <wim@fluendo.com>
10438
10439         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10440         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10441         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10442         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10443         (gst_rtp_gsm_depay_setcaps):
10444         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10445         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10446         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10447         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10448         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10449         (gst_ilbc_depay_get_property):
10450         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10451         * gst/rtp/gstrtpmp4adepay.c:
10452         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10453         (gst_rtp_pcma_depay_setcaps):
10454         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10455         (gst_rtp_pcmu_depay_setcaps):
10456         Make sure we configure the clock_rate in the baseclass in the setcaps
10457         function. Fixes #431282.
10458
10459 2007-04-25  Wim Taymans  <wim@fluendo.com>
10460
10461         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10462         (gst_rtspsrc_stream_free), (request_pt_map),
10463         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10464         * gst/rtsp/gstrtspsrc.h:
10465         Parse server address from SDP.
10466         Hook up a udpsink to send RTCP back to the server.
10467
10468         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10469         * gst/rtsp/rtsptransport.h:
10470         Add some docs.
10471
10472 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10473
10474         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10475           Make header field check conditional. Fixes #433135
10476
10477 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10478
10479         * docs/plugins/Makefile.am:
10480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10482         * docs/plugins/inspect/plugin-alphacolor.xml:
10483         * gst/alpha/Makefile.am:
10484         * gst/alpha/gstalphacolor.c:
10485         * gst/alpha/gstalphacolor.h:
10486           Add minimal docs blurb to alphacolor; split out headers into
10487           separate header file for gtk-doc.
10488
10489 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10490
10491         * gst/debug/progressreport.c: (gst_progress_report_report):
10492           Don't try to post NULL message (in case we can't query upstream
10493           position or duration).
10494
10495 2007-04-18  Michael Smith  <msmith@fluendo.com>
10496
10497         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10498         (gst_cutter_get_caps):
10499         * gst/cutter/gstcutter.h:
10500           Fix some of the most obvious bugs in cutter. Now doesn't leak
10501           everything if input is silent.
10502
10503 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10504
10505         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10506         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10507         * gst/wavenc/gstwavenc.h:
10508         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10509         else results in a invalid block align and invalid files.
10510
10511 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         Patch by: Snaik <snaik32 gmail com>
10514
10515         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10516           Add missing break statement for BOX_HORIZONTAL case.
10517
10518 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10519
10520         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10521
10522         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10523         Use correct format strings for integer types.
10524
10525 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10526
10527         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10528         (gst_wavparse_create_sourcepad):
10529         Use gst_riff_create_audio_template_caps () instead of the local caps.
10530         This makes updates of the local caps unecessary whenever libgstriff
10531         gets support for new formats.
10532
10533 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10536
10537         * sys/sunaudio/gstsunaudio.c:
10538         * sys/sunaudio/gstsunaudiomixer.c:
10539         * sys/sunaudio/gstsunaudiomixer.h:
10540         * sys/sunaudio/gstsunaudiomixerctrl.c:
10541         * sys/sunaudio/gstsunaudiomixerctrl.h:
10542         * sys/sunaudio/gstsunaudiomixertrack.h:
10543         * sys/sunaudio/gstsunaudiosink.c:
10544         * sys/sunaudio/gstsunaudiosink.h:
10545         * sys/sunaudio/gstsunaudiosrc.c:
10546         * sys/sunaudio/gstsunaudiosrc.h:
10547           Fix and/or update copyright attributions (#430228).
10548
10549 2007-04-13  Wim Taymans  <wim@fluendo.com>
10550
10551         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10552         Fix docs.
10553
10554         * gst/rtsp/URLS:
10555         Add some more example urls.
10556
10557         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10558         (gst_rtp_dec_chain_rtp):
10559         Better debugging.
10560
10561         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10562         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10563         (gst_rtspsrc_parse_rtpinfo):
10564         Remove unused code.
10565
10566 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10567
10568         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10569         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10570         (gst_wavparse_stream_data):
10571           Relax the audio/mpeg caps again and add FIXME: comment.
10572
10573 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10574
10575         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10576         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10577         (gst_wavparse_stream_data):
10578         * gst/wavparse/gstwavparse.h:
10579           More sanity check for the header fields. Fix type for 'rate' header
10580           field.
10581
10582 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10583
10584         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10585         (gst_icydemux_unicodify):
10586           If the metadata strings we get in the stream are not UTF-8, try to
10587           interpret them according to the character encodings specified in the
10588           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10589           only fall back to locale/ISO-8859-1 if those aren't set or don't
10590           work. Should fix #428901.
10591
10592 2007-04-12  Wim Taymans  <wim@fluendo.com>
10593
10594         * gst/rtp/gstrtph264depay.c:
10595         Use the proper sync word for SPS and PPS.
10596
10597 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10598
10599         * gst/rtp/Makefile.am:
10600         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10601           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10602         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10603           Add a simple hashing implementation that we can use to generate
10604           a 24-bit ident value based on the codebooks for vorbis and theora.
10605         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10606           gst_rtp_theora_pay_handle_buffer):
10607         * gst/rtp/gstrtpvorbisdepay.c
10608           (gst_rtp_vorbis_depay_parse_configuration,
10609           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10610         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10611           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10612           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10613           Use the hashing function, ensuring that the same codebooks result
10614           in the same ident and thus the same SDP description.
10615           Various log fixes/changes.
10616
10617 2007-04-12  Wim Taymans  <wim@fluendo.com>
10618
10619         Patch by: jerry tan <jerry dot tan at sun dot com>
10620
10621         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10622         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10623         application's responsibility to make sure it open the device once.
10624         Remove a careless error if AUDIODEV is set. Fixes #392620.
10625
10626 2007-04-12  Wim Taymans  <wim@fluendo.com>
10627
10628         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10629         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10630         * gst/rtsp/gstrtpdec.h:
10631         Make backward compat with rtpbin by adding the request-pt-map signals.
10632
10633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10634         (new_session_pad), (request_pt_map),
10635         (gst_rtspsrc_stream_configure_transport),
10636         (gst_rtspsrc_stream_configure_caps),
10637         (gst_rtspsrc_activate_streams):
10638         * gst/rtsp/gstrtspsrc.h:
10639         Implement request-pt-map signals instead of setting caps on the buffers
10640         for the session manager.
10641
10642 2007-04-11  Wim Taymans  <wim@fluendo.com>
10643
10644         * gst/udp/gstudp.c: (plugin_init):
10645         Register GstNetBuffer in plugin_init so that the type can be used from
10646         multiple threads without races.
10647
10648 2007-04-10  Wim Taymans  <wim@fluendo.com>
10649
10650         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10651         (gst_rtp_amr_depay_process):
10652         Fix depayloader clock_rate and some cleanups.
10653
10654         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10655         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10656         * gst/rtp/gstrtph264depay.h:
10657         Don't push codec_data in the adapter because it might get flushed when
10658         we get a discont.
10659
10660         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10661         Handle multiple AU per packet.
10662
10663         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10664         (gst_rtp_sv3v_depay_plugin_init):
10665         Disable rank, this one does not work.
10666         Remove timestamping, base class does that.
10667
10668 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10669
10670         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10671           limit caps to the formats we announce in the template
10672
10673         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10674         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10675         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10676           fix some crashers/asserts when dealing with broken files
10677
10678 2007-04-10  Wim Taymans  <wim@fluendo.com>
10679
10680         Patch by: Peter Kjellerstedt  <pkj at axis com>
10681
10682         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10683         * gst/rtp/gstrtpL16depay.c:
10684         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10685         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10686         (gst_rtp_speex_depay_setcaps):
10687         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10688         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10689         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10690         Fix some compiler warnings. Fixes #428182.
10691
10692 2007-04-06  Wim Taymans  <wim@fluendo.com>
10693
10694         * gst/rtsp/Makefile.am:
10695         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10696         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10697         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10698         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10699         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10700         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10701         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10702         (create_rtcp), (gst_rtp_dec_request_new_pad),
10703         (gst_rtp_dec_release_pad):
10704         * gst/rtsp/gstrtpdec.h:
10705         * gst/rtsp/gstrtsp.c: (plugin_init):
10706         Morph RTPDec into something compatible with RTPBin as a fallback.
10707         Various other style fixes.
10708
10709         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10710         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10711         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10712         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10713         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10714         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10715         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10716         * gst/rtsp/gstrtspsrc.h:
10717         Implement RTPBin session manager handling.
10718         Don't try to add empty properties to caps.
10719         Implement fallback session manager, handling.
10720         Don't combine errors from RTCP streams, just ignore them.
10721
10722         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10723         * gst/rtsp/rtsptransport.h:
10724         Implement fallback session manager.
10725         Make RTPBin the default one when available.
10726
10727 2007-04-05  Wim Taymans  <wim@fluendo.com>
10728
10729         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10730         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10731         This element is ready to be autoplugged.
10732
10733 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10734
10735         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10736         Don't leave the offsets defined by upstream element on the
10737         compressed data buffer we are pushing downstream. Make them
10738         GST_BUFFER_OFFSET_NONE.
10739
10740 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10741
10742         * gst/avi/README:
10743         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10744         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10745         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10746         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10747         (gst_avi_demux_calculate_durations_from_index),
10748         (gst_avi_demux_stream_header_push),
10749         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10750         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10751           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10752
10753 2007-04-03  Wim Taymans  <wim@fluendo.com>
10754
10755         * gst/smpte/barboxwipes.c:
10756         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10757
10758 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10759
10760         * gst/wavparse/gstwavparse.c:
10761         Support audio/x-raw-float in wav files. This only works with
10762         plugins-base CVS, using an older version doesn't have any
10763         disadvantages though.
10764
10765 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10766
10767         * configure.ac:
10768         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10769         (gst_au_parse_parse_header), (gst_au_parse_chain):
10770         * gst/auparse/gstauparse.h:
10771         Revert last change as we don't want plugins-good to depend on
10772         plugins-base CVS now.
10773
10774 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10775
10776         * configure.ac:
10777         Require gst-plugins-base CVS for audioconvert with non-native
10778         float support and width/depth fix in libgstriff.
10779
10780         Patch by: René Stadler <mail at renestadler dot de>
10781
10782         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10783         (gst_au_parse_parse_header), (gst_au_parse_chain):
10784         * gst/auparse/gstauparse.h:
10785         Don't swap the floats ourself if they're not in native endianness.
10786         Instead let audioconvert handle this. Fixes #339838.
10787
10788 2007-03-29  Wim Taymans  <wim@fluendo.com>
10789
10790         * gst/rtp/gstasteriskh263.h:
10791         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10792         (gst_rtp_h263p_depay_change_state):
10793         * gst/rtp/gstrtph263pdepay.h:
10794         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10795         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10796         (gst_rtp_h264_depay_change_state):
10797         * gst/rtp/gstrtph264depay.h:
10798         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10799         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10800         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10801         Flush adapter on disconts.
10802
10803 2007-03-29  Wim Taymans  <wim@fluendo.com>
10804
10805         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10806         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10807         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10808         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10809         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10810         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10811         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10812         (gst_rtp_mp4v_depay_process):
10813         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10814         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10815         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10816         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10817         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10818         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10819         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10820         Use more efficient adapter and rtpbuffer methods when possible.
10821
10822 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10823
10824         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10825         (gst_wavenc_sink_setcaps):
10826         Correctly handle width!=depth input.
10827         * gst/wavparse/gstwavparse.c:
10828         Already export in the caps that width==8 uses unsigned samples and
10829         everything else uses signed samples.
10830
10831 2007-03-29  Wim Taymans  <wim@fluendo.com>
10832
10833         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10834
10835         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10836         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10837         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10838         (gst_dynudpsink_close):
10839         * gst/udp/gstdynudpsink.h:
10840         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10841         (gst_udpsrc_create), (gst_udpsrc_set_property),
10842         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10843         * gst/udp/gstudpsrc.h:
10844         Rework the socket allocation a bit based on the sockfd argument so that
10845         it becomes usable.
10846         Add a closefd property to instruct the udp elements to close the custom
10847         file descriptors when going to READY. Fixes #423304.
10848         API:GstUDPSrc::closefd property
10849         API:GstDynUDPSink::closefd property
10850
10851 2007-03-29  Wim Taymans  <wim@fluendo.com>
10852
10853         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10854
10855         * gst/rtp/Makefile.am:
10856         * gst/rtp/gstrtp.c: (plugin_init):
10857         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10858         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10859         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10860         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10861         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10862         (gst_rtp_h264_pay_plugin_init):
10863         * gst/rtp/gstrtph264pay.h:
10864         Added H264 payloader. Fixes #423782.
10865
10866         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10867         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10868         Small fixes.
10869
10870 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10871
10872         * gst/wavparse/gstwavparse.c:
10873         Actually support depths from 1 to 32, not only 8 to 32.
10874
10875 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10876
10877         * gst/wavparse/gstwavparse.c:
10878         Add support for wav files containing audio/x-raw-int with random
10879         depths between 1 and 32 bits.
10880
10881 2007-03-28  Wim Taymans  <wim@fluendo.com>
10882
10883         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10884
10885         * gst/rtp/Makefile.am:
10886         * gst/rtp/gstrtp.c: (plugin_init):
10887         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10888         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10889         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10890         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10891         (gst_rtp_mp4a_depay_get_property),
10892         (gst_rtp_mp4a_depay_change_state),
10893         (gst_rtp_mp4a_depay_plugin_init):
10894         * gst/rtp/gstrtpmp4adepay.h:
10895         Added MP4A-LATM depayloader. Fixes #417792.
10896
10897         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10898         (gst_rtp_mp4v_depay_process):
10899         Fixup depayloader, setting codec_data, using more efficient adaptor and
10900         rtpbuffer handling.
10901
10902         * gst/rtsp/URLS:
10903         Add url to test above.
10904
10905 2007-03-25  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10908         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10909         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10910         (gst_rtspsrc_media_to_caps),
10911         (gst_rtspsrc_stream_configure_transport),
10912         (gst_rtspsrc_stream_configure_caps),
10913         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10914         * gst/rtsp/gstrtspsrc.h:
10915         Handle default clock-rates for static payload types, rearrange stuff so
10916         that the rtpmap field in the sdp can override the defaults.
10917         Parse RTP-Info field to get the seqnum and timebase fields that should
10918         go in the caps.
10919         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10920         the server. 
10921
10922 2007-03-22  Wim Taymans  <wim@fluendo.com>
10923
10924         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10925
10926         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10927         Accept complex pipeline descriptions as an audio profile instead of just
10928         a single element. Fixes #420658.
10929
10930 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10931
10932         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10933           Rename registered type in preparation of GstTagDemux moving to
10934           -base at some point in the future.
10935
10936 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10939           Streaming mode fixes: don't unref buffer we don't own any longer;
10940           remove bogus adapter flush. Fixes #419338.
10941
10942 2007-03-17  David Schleef  <ds@schleef.org>
10943
10944         * REQUIREMENTS: Change the format to key/value, add a bunch of
10945           information, remove a bunch of requirements that are for
10946           other GStreamer packages.
10947
10948 2007-03-17  David Schleef  <ds@schleef.org>
10949
10950         * REQUIREMENTS: Fix a few things.  This file really needs a
10951         good once-over.
10952
10953 2007-03-15  Edward Hervey  <edward@fluendo.com>
10954
10955         * sys/Makefile.am:
10956         Don't forget to distribute the sys/osxaudio/ directory.
10957
10958 2007-03-15  Edward Hervey  <edward@fluendo.com>
10959
10960         * configure.ac:
10961         * sys/Makefile.am:
10962         * sys/osxaudio/Makefile.am:
10963         * sys/osxaudio/gstosxaudio.c:
10964         * sys/osxaudio/gstosxaudiosink.c:
10965         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10966         (gst_osx_audio_sink_getcaps),
10967         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10968         * sys/osxaudio/gstosxaudiosrc.c:
10969         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10970         (gst_osx_audio_src_create_ringbuffer):
10971         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10972         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10973         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10974         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10975         * sys/osxaudio/gstosxringbuffer.h:
10976         Activate osxaudio in gst-plugins-good with proper build setup.
10977         Add inlined documentation.
10978         Fix debug statements
10979         Fix ringbuffer when pausing.
10980         Fixes #323471
10981
10982 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10983         * gst/rtp/gstrtppcmapay.c:
10984         * gst/rtp/gstrtppcmapay.h:
10985         * gst/rtp/gstrtppcmupay.c:
10986         * gst/rtp/gstrtppcmupay.h:
10987         Ported mulaw and alaw payloaders to use new base class
10988
10989 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10990
10991         * po/af.po:
10992         * po/az.po:
10993         * po/cs.po:
10994         * po/en_GB.po:
10995         * po/it.po:
10996         * po/nl.po:
10997         * po/or.po:
10998         * po/sq.po:
10999         * po/sr.po:
11000         * po/sv.po:
11001         * po/uk.po:
11002         * po/vi.po:
11003           Update translations.
11004
11005 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * configure.ac:
11008           Fix string replace error (AG_AG_GST_* => AG_GST_*).
11009
11010 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11011
11012         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11013           Fix handling of -1 values for start and stop values when seeking,
11014           and SEEK_CUR+SEEK_END here as well.
11015
11016 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11017
11018         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11019           Fix handling of -1 values for start and stop values when seeking, 
11020           and SEEK_CUR+SEEK_END.
11021
11022 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11023
11024         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11025           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11026           the image format a variable-length NUL-terminated string; in
11027           versions before that the image format is a fixed-length string of
11028           3 characters (see #348644 for a sample tag).
11029           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11030
11031 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11032
11033         * win32/MANIFEST:
11034         Add new project files to MANIFEST.
11035         * win32/vs6/libgstaudiofx.dsp:
11036         * win32/vs6/libgstrtp.dsp:
11037         * win32/vs6/libgstrtsp.dsp:
11038         Update project files.
11039         
11040 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11041
11042         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11043         (gst_avi_demux_parse_index):
11044         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11045         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11046           Printf format fixes; also add some missing quotes in translated
11047           strings. Fixes #416728 and #416727.
11048
11049 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11050
11051         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11052           Tim and I can't think of any reason the child audio sink needs to 
11053           be set back to NULL after successfully determining that it can 
11054           reach READY - it gets immediately set back to READY by the caller
11055           anyway, causing an unnecessary close/open of any audio devices
11056           involved.
11057
11058 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11059
11060         * po/LINGUAS:
11061         * po/ja.po:
11062           Add ja.po file from #377306.
11063
11064 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11067         * sys/sunaudio/gstsunaudiomixertrack.c:
11068         (gst_sunaudiomixer_track_new):
11069           Actually translate sunaudio mixer track labels instead of just
11070           marking the strings as translatable (#377306); clean up weird
11071           label string mapping code that serves no apparent purpose. Also
11072           set the 'untranslated-label' property when creating mixer tracks
11073           if the GstMixerTrack base class supports this.
11074
11075         * tests/check/Makefile.am:
11076         * tests/check/elements/.cvsignore:
11077         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11078         (sunaudio_suite):
11079           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11080           actually tested on a system where sunaudiomixer is available).
11081
11082 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11083
11084         * tests/check/Makefile.am:
11085         Re-enable the states test and see if it works on the buildbots.
11086
11087 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11088
11089         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11090         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11091         (gst_dvdec_change_state):
11092         * ext/dv/gstdvdec.h:
11093         Infer pixel-aspect-ratio from the video frame format if it isn't
11094         provided by the container, as happens when playing DV from AVI
11095         or Quicktime containers.
11096
11097         Patch by: Wim Taymans <wim@fluendo.com>
11098         Fixes #380944
11099
11100 2007-03-09  Wim Taymans  <wim@fluendo.com>
11101
11102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11103         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11104         will later be handled by the jitterbuffer.
11105
11106 2007-03-09  Wim Taymans  <wim@fluendo.com>
11107
11108         * ext/taglib/gstid3v2mux.cc:
11109         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11110         Fixes #414496.
11111         
11112         Patch by: Alex Lancaster <alexl at users sourceforge net>
11113
11114 2007-03-09  Wim Taymans  <wim@fluendo.com>
11115
11116         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11117         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11118         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11119         (gst_avi_demux_chain):
11120         Fix stream position reporting after a seek. Fixes #416445.
11121
11122 2007-03-08  Wim Taymans  <wim@fluendo.com>
11123
11124         Patch by: René Stadler <mail at renestadler dot de>
11125
11126         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11127         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11128         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11129         Make avidemux accept optional header chunks in any order.
11130         Fixes #415446.
11131
11132 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11133
11134         * tests/check/Makefile.am:
11135         Disable the states check until the remaining Valgrind errors
11136         are fixed or suppressed.
11137
11138 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11139
11140         * tests/check/elements/.cvsignore:
11141           Add audiodynamic check to .cvsignore
11142
11143 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11144
11145         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11146
11147         * gst/audiofx/Makefile.am:
11148         * gst/audiofx/audiodynamic.c:
11149         (gst_audio_dynamic_characteristics_get_type),
11150         (gst_audio_dynamic_mode_get_type),
11151         (gst_audio_dynamic_set_process_function),
11152         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11153         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11154         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11155         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11156         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11157         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11158         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11159         (gst_audio_dynamic_transform_hard_knee_expander_int),
11160         (gst_audio_dynamic_transform_hard_knee_expander_float),
11161         (gst_audio_dynamic_transform_soft_knee_expander_int),
11162         (gst_audio_dynamic_transform_soft_knee_expander_float),
11163         (gst_audio_dynamic_transform_ip):
11164         * gst/audiofx/audiodynamic.h:
11165         * gst/audiofx/audiofx.c: (plugin_init):
11166         Add new audiodynamic element which can act as a compressor or
11167         expander. Supported are hard-knee and soft-knee operation modes with
11168         user-specified ratio and threshold.
11169         Attack and release parameters are not yet implemented but will follow.
11170         * docs/plugins/Makefile.am:
11171         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11172         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11173         * docs/plugins/gst-plugins-good-plugins.args:
11174         * docs/plugins/inspect/plugin-audiofx.xml:
11175         Integrate audiodynamic into the docs.
11176         * tests/check/Makefile.am:
11177         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11178         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11179         Add unit test for audiodynamic.
11180
11181 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11182
11183         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11184         Free handles that we allocated when exiting via the error paths.
11185
11186 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11187
11188         * gst/level/gstlevel.c: (gst_level_class_init),
11189         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11190         (gst_level_transform_ip):
11191         * gst/level/gstlevel.h:
11192           Resolve message timestamps against the playback segment.
11193
11194 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11195
11196         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11197         (gst_id3demux_sink_activate):
11198           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11199           caps passed to it (previously one code path assumed it took ownership
11200           while another one assumed it didn't, while in fact it sometimes did and
11201           sometimes didn't ...).
11202
11203         * configure.ac:
11204         * tests/files/Makefile.am:
11205         * tests/files/id3-407349-1.tag:
11206         * tests/files/id3-407349-2.tag:
11207           Add directory where data for unit tests can be stored.
11208
11209         * tests/Makefile.am:
11210         * tests/check/Makefile.am:
11211         * tests/check/elements/.cvsignore:
11212         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11213         (read_tags_from_file), (run_check_for_file),
11214         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11215           Add unit test for id3demux, and in particular for bug #407349. Only
11216           testing pull-mode for now; push mode doesn't work yet because the test
11217           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11218
11219 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11220
11221         * tests/check/Makefile.am:
11222           Add missing backslash at end of line.
11223
11224 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11225
11226         Trigger rebuild.
11227
11228 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11231         * gst/id3demux/id3tags.h:
11232         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11233         (parse_obsolete_tdat_frame):
11234           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11235           the four-digit number will be interpreted as a year, whereas it is
11236           month and day in DDMM format. Instead, parse TDAT frames and fix up
11237           the date in the GST_TAG_DATE tag later if we also extracted a year.
11238           Fixes #407349.
11239
11240 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11241
11242         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11243         (gst_switch_commit_new_kid):
11244         Fix up the dispose logic so it doesn't leak, and fix setting of 
11245         the child state so that we don't set a child to our current state 
11246         just as we are changing it to something else.
11247
11248 2007-03-06  Wim Taymans  <wim@fluendo.com>
11249
11250         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11251         (gst_goom_chain):
11252         * gst/goom/gstgoom.h:
11253         Document, fix and improve goom adapter behaviour.
11254         Fixes #407006.
11255
11256 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11257
11258         * ext/esd/esdsink.c: (gst_esdsink_open):
11259         Unref static pad template after using it.
11260
11261 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11262
11263         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11264         (gst_switch_commit_new_kid):
11265         Fix up the reference counting of the child elements.
11266
11267 2007-03-05  Wim Taymans  <wim@fluendo.com>
11268
11269         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11270         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11271         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11272         Fix encoding-name case.
11273
11274 2007-03-05  Wim Taymans  <wim@fluendo.com>
11275
11276         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11277         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11278         (gst_rtp_speex_depay_process):
11279         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11280         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11281         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11282         (gst_rtp_speex_pay_change_state):
11283         * gst/rtp/gstrtpspeexpay.h:
11284         Fix speex (de)payloader. Fixes #358040.
11285
11286 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11287
11288         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11289         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11290         Install fakesink in NULL by fixing some broken logic. This obviates
11291         the need to manually set _IS_SINK.
11292         Add some comments and remove a little cruft while I'm at it.
11293
11294 2007-03-05  Wim Taymans  <wim@fluendo.com>
11295
11296         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11297         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11298
11299 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11300
11301         * po/POTFILES.in:
11302           Update.
11303
11304 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11305
11306         * tests/check/Makefile.am:
11307         Gah! Also disable gconfvideosink from the tests, otherwise
11308         it will instantiate autovideosink, and dfbvideosink and
11309         leak on the buildbots.
11310
11311 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11312
11313         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11314         (gst_cdio_cdda_src_finalize):
11315         Make sure we always destroy our libcdio handle.
11316
11317 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11318
11319         * tests/check/Makefile.am:
11320         Disable autovideosink so the buildbots don't barf over memory
11321         leaked in the directfb sink.
11322
11323 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11324
11325         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11326         Chain up in dispose
11327
11328 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11329
11330         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11331         (gst_multipart_find_pad_by_mime):
11332         Use gst_pad_new_from_static_template instead of
11333         static_pad_template_get+pad_new.
11334
11335 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11336
11337         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11338         Catch the case where no clock has been set.
11339
11340 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11341
11342         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11343         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11344         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11345         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11346         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11347         (gst_gconf_audio_src_finalize), (do_toggle_element):
11348         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11349         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11350         (do_toggle_element):
11351         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11352         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11353         (gst_gconf_video_src_finalize), (do_toggle_element):
11354         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11355         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11356         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11357         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11358         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11359         (gst_shout2send_init), (gst_shout2send_finalize):
11360         * gst/debug/testplugin.c: (gst_test_class_init),
11361         (gst_test_finalize):
11362         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11363         (gst_flxdec_dispose):
11364         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11365         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11367         (gst_rtspsrc_finalize):
11368         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11369         * gst/rtsp/rtspextwms.h:
11370         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11371         (gst_smpte_finalize):
11372         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11373         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11374         (gst_udpsink_finalize):
11375         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11376         (gst_wavparse_sink_activate):
11377         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11378         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11379         (gst_oss_src_finalize):
11380         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11381         * sys/v4l2/gstv4l2object.h:
11382         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11383         (gst_v4l2src_finalize):
11384         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11385
11386         Fix a bunch of leaks shown by the newly-added states test.
11387
11388 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11389
11390         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11391         Use gst_pad_new_from_static_template instead of 
11392         static_pad_template_get+pad_new.
11393
11394 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11397
11398         * ext/libcaca/Makefile.am:
11399         * gst/debug/Makefile.am:
11400           Don't mix tabs and spaces (#414168).
11401
11402 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11403
11404         * tests/check/generic/.cvsignore:
11405           Ignore files to please buildbot.
11406
11407 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11408
11409         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11410         (gst_wavparse_stream_data):
11411           Unbreak my previous commit (swapped nominator & denominator). Tim,
11412           thanks for spotting.
11413
11414 2007-03-02  Wim Taymans  <wim@fluendo.com>
11415
11416         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11417         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11418         (gst_cdio_cdda_src_finalize):
11419         Small code cleanups.
11420         Don't use pad_alloc as the base class cannot deal with the error codes.
11421
11422 2007-03-02  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11425         (gst_udpsrc_create):
11426         Fix doc.
11427
11428 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11429
11430         Patch by: René Stadler <mail@renestadler.de>
11431
11432         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11433         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11434         (gst_wavparse_stream_data):
11435           Handle rounding better to not drop last sample frame. Fixes #356692
11436
11437 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11438
11439         * tests/check/Makefile.am:
11440         Disable cacasink from the states check too - it also calls exit(1)
11441         on us when it can't find a terminal to talk to.
11442
11443 2007-03-02  Wim Taymans  <wim@fluendo.com>
11444
11445         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11446
11447         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11448         (gst_udpsrc_create), (gst_udpsrc_set_property),
11449         (gst_udpsrc_get_property):
11450         * gst/udp/gstudpsrc.h:
11451         Add support to strip proprietary headers. Fixes #350296.
11452
11453 2007-03-02  Wim Taymans  <wim@fluendo.com>
11454
11455         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11456         Fix compilation.
11457
11458 2007-03-02  Wim Taymans  <wim@fluendo.com>
11459
11460         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11461
11462         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11463         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11464         (gst_rtp_mp2t_depay_set_property),
11465         (gst_rtp_mp2t_depay_get_property):
11466         * gst/rtp/gstrtpmp2tdepay.h:
11467         Add support to strip off proprietary headers. Fixes #350278.
11468
11469 2007-03-02  Wim Taymans  <wim@fluendo.com>
11470
11471         * ext/hal/hal.c:
11472         Fix compilation.
11473
11474 2007-03-02  Wim Taymans  <wim@fluendo.com>
11475
11476         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11477         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11478         (gst_sunaudiosrc_open):
11479         * sys/sunaudio/gstsunaudiosrc.h:
11480         Remove device-name from GstSunAudioSrc. Fixes #412597.
11481
11482 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11483
11484         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11485         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11486         Having NULL as UDI previously selected the default sink/src. Change
11487         this back but mention it in the debug output.
11488         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11489         (gst_hal_get_oss_element), (gst_hal_get_string),
11490         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11491         (gst_hal_get_audio_src):
11492         * ext/hal/hal.h:
11493         Refactor a bit, check all error conditions, greatly improve debugging
11494         and fix some possible memory leaks. Also implement OSS support
11495         and allow specifying an UDI that points to a real device. For this the
11496         child device which supports ALSA (preferred) or OSS is used.
11497         As a side effect this makes it impossible now to get a alsasink in
11498         halaudiosrc and a alsasrc in halaudiosink.
11499
11500 2007-03-01  Wim Taymans  <wim@fluendo.com>
11501
11502         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11503         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11504         Errors from the udp sources are not fatal unless all of them are in
11505         error.
11506
11507 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11508
11509         * tests/check/Makefile.am:
11510         Disable aasink in the states test. I suspect this is the element that
11511         is calling exit(1) when it can't proceed.
11512
11513 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11514
11515         * tests/check/Makefile.am:
11516         Draw plugins in from the build tree sys/ dir, rather than picking
11517         up the already installed versions.
11518
11519 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11520
11521         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11522         Error out correctly when getting xcontext fails.
11523
11524 2007-03-01  Wim Taymans  <wim@fluendo.com>
11525
11526         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11527         Make state change to PAUSED NO_PREROLL because that's what it will be in
11528         the future and rtspsrc relies on it.
11529
11530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11531         (gst_rtspsrc_change_state):
11532         Don't error out when we don't get an error from the state change
11533         function.
11534
11535 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11536
11537         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11538         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11539           Check if the device UDI is set before trying to query HAL
11540           about it and give a useful error message if it wasn't set.
11541         * ext/hal/hal.c: (gst_hal_get_string):
11542           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11543           gives an assertion failure in D-Bus when running with
11544           DBUS_FATAL_WARNINGS=1.
11545
11546 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11547
11548         * configure.ac:
11549           Convert to new AG_GST style.
11550
11551 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         * tests/check/Makefile.am:
11554         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11555           add test for states
11556
11557 2007-02-28  Wim Taymans  <wim@fluendo.com>
11558
11559         * tests/check/elements/.cvsignore:
11560         Add new videofilter check to .cvsignore.
11561
11562 2007-02-28  Wim Taymans  <wim@fluendo.com>
11563
11564         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11565         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11566         (gst_avi_demux_loop), (gst_avi_demux_chain):
11567         Fix combined flow return. Fixes #412608.
11568
11569 2007-02-28  Wim Taymans  <wim@fluendo.com>
11570
11571         * gst/videofilter/Makefile.am:
11572         Dist header..
11573
11574 2007-02-28  Wim Taymans  <wim@fluendo.com>
11575
11576         * gst/videofilter/gstgamma.h:
11577         Add header too.
11578
11579 2007-02-28  Wim Taymans  <wim@fluendo.com>
11580
11581         Patch by: Mark Nauwelaerts <manauw at skynet be>
11582
11583         * gst/videofilter/Makefile.am:
11584         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11585         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11586         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11587         (oil_tablelookup_u8), (gst_gamma_set_caps),
11588         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11589         Port gamma filter to 0.10. Fixes #412704.
11590
11591         * tests/check/Makefile.am:
11592         * tests/check/elements/videofilter.c: (setup_filter),
11593         (cleanup_filter), (check_filter), (GST_START_TEST),
11594         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11595         Add unit tests for videofilters.
11596
11597 2007-02-28  Wim Taymans  <wim@fluendo.com>
11598
11599         * gst/rtsp/URLS:
11600         Add another interesting test url.
11601
11602         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11603         Don't allow getting header fields from data packets.
11604
11605 2007-02-28  Michael Smith  <msmith@fluendo.com>
11606
11607         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11608         (gst_shout2send_init), (gst_shout2send_start),
11609         (gst_shout2send_set_property), (gst_shout2send_get_property):
11610         * ext/shout2/gstshout2.h:
11611           Add a property for username.
11612
11613 2007-02-27  Christian Schallerr <christian@fluendo.com>
11614
11615         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11616
11617 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11618
11619         * gst/rtsp/Makefile.am:
11620         Fix make check too.
11621
11622 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11623
11624         * gst/rtsp/base64.c: (util_base64_encode):
11625         * gst/rtsp/base64.h:
11626         Commit missing files for base64 encoding.
11627
11628 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11629
11630         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11631
11632         * configure.ac:
11633         * ext/annodex/Makefile.am:
11634         * ext/jpeg/Makefile.am:
11635         * ext/speex/Makefile.am:
11636         * gst/alpha/Makefile.am:
11637         * gst/cutter/Makefile.am:
11638         * gst/debug/Makefile.am:
11639         * gst/effectv/Makefile.am:
11640         * gst/goom/Makefile.am:
11641         * gst/level/Makefile.am:
11642         * gst/smpte/Makefile.am:
11643         * gst/videofilter/Makefile.am:
11644           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11645
11646 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11647
11648         * gst/rtsp/Makefile.am:
11649         * gst/rtsp/rtspconnection.c: (append_auth_header),
11650         (rtsp_connection_send), (rtsp_connection_set_auth):
11651         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11652         from icecast to replace it. Relicensed from GPL courtesy of Mike
11653         Smith.
11654
11655 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11656
11657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11658         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11659         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11660         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11661         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11662         (gst_rtspsrc_uri_set_uri):
11663         * gst/rtsp/gstrtspsrc.h:
11664         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11665         (append_auth_header), (rtsp_connection_send),
11666         (rtsp_connection_free), (rtsp_connection_set_auth):
11667         * gst/rtsp/rtspconnection.h:
11668         * gst/rtsp/rtspdefs.h:
11669         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11670         * gst/rtsp/rtspurl.h:
11671
11672         Implement simple Basic Authentication support so that urls like
11673         rtsp://user:pass@hostname/rtspstream work on hosts that require
11674         authentication.
11675
11676 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11677
11678         * sys/v4l2/gstv4l2object.c:
11679         * sys/v4l2/gstv4l2tuner.c:
11680         * sys/v4l2/v4l2_calls.c:
11681         Fix segfault when oppening a radio device.
11682         
11683 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11684
11685         * gst/level/gstlevel.c: (gst_level_set_caps),
11686         (gst_level_transform_ip):
11687         * sys/v4l2/README:
11688         * tests/check/elements/level.c: (GST_START_TEST):
11689           Fix level for multi-channel case.
11690
11691 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11692
11693         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11694         (gst_level_transform_ip):
11695         * gst/level/gstlevel.h:
11696           Use function pointer for process function and add process functions
11697           for float audio.
11698
11699 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11702         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11703         (gst_v4l2src_capture_init):
11704           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11705           fixes #407369
11706
11707 2007-02-18  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst/rtp/Makefile.am:
11710         * gst/rtp/gstrtp.c: (plugin_init):
11711         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11712         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11713         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11714         (gst_rtp_mp2t_pay_plugin_init):
11715         * gst/rtp/gstrtpmp2tpay.h:
11716         Added simple mpeg transport stream payloader.
11717
11718 2007-02-16  Wim Taymans  <wim@fluendo.com>
11719
11720         * gst/rtsp/URLS:
11721         Add example H264 rtsp url.
11722
11723         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11724         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11725         Don't convert values to lowercase or we might mess up base64 encoded
11726         properties.
11727
11728 2007-02-16  Wim Taymans  <wim@fluendo.com>
11729
11730         * gst/rtp/README:
11731         Fix case of string params.
11732
11733         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11734         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11735         Fix depayloader, support more packet types.
11736         Add sync codes to make sure the packetizer can do its job.
11737
11738         * gst/rtp/gstrtpmp4gdepay.c:
11739         * gst/rtp/gstrtpmp4gpay.c:
11740         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11741         Fix caps case again.
11742
11743 2007-02-15  Wim Taymans  <wim@fluendo.com>
11744
11745         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11746         Set right caps on output buffers.
11747
11748 2007-02-14  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11751         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11752         Clear stack allocated SDPMedia struct before calling _init() on it.
11753         Clarify this in the docs as well.
11754
11755 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11756
11757         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11758         (do_change_child):
11759         Don't reset the profile when going switching states, as it makes
11760         the element non-reusable.
11761
11762 2007-02-14  Wim Taymans  <wim@fluendo.com>
11763
11764         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11765         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11766         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11767         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11768         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11769         (sdp_parse_line):
11770         * gst/rtsp/sdpmessage.h:
11771         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11772         Fix memory management of SDP messages. Fixes #407793.
11773
11774 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11775
11776         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11777
11778         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11779         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11780
11781 2007-02-14  Wim Taymans  <wim@fluendo.com>
11782
11783         Patch by: jp.liu <jp_liu at astrocom dot cn>
11784
11785         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11786         Fix parsing of password field in url. Fixes #407797.
11787
11788 2007-02-14  Wim Taymans  <wim@fluendo.com>
11789
11790         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11791         (gst_wavparse_reset), (gst_wavparse_init),
11792         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11793         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11794         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11795         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11796         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11797         (gst_wavparse_loop), (gst_wavparse_chain),
11798         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11799         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11800         (plugin_init):
11801         * gst/wavparse/gstwavparse.h:
11802         Update docs.
11803         Use boilerplate.
11804         Various code cleanups.
11805         When the bitrate is not known (bps == 0 or compressed formats) let
11806         downstream element guestimate the duration and position and don't
11807         generate timestamps or durations. Fixes #405213.
11808         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11809         error flowreturn upstream.
11810
11811 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11812
11813         * ext/gconf/Makefile.am:
11814         * ext/gconf/gconf.c: (gst_gconf_get_string),
11815         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11816         (gst_gconf_render_bin_with_default):
11817         * ext/gconf/gconf.h:
11818         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11819         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11820         (gst_gconf_audio_sink_dispose), (do_change_child),
11821         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11822         (cb_change_child), (gst_gconf_audio_sink_change_state):
11823         * ext/gconf/gstgconfaudiosink.h:
11824         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11825         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11826         (gst_switch_sink_init), (gst_switch_sink_dispose),
11827         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11828         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11829         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11830         * ext/gconf/gstswitchsink.h:
11831         * gst/autodetect/gstautoaudiosink.c:
11832         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11833         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11834         (gst_auto_audio_sink_detect):
11835         * gst/autodetect/gstautovideosink.c:
11836         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11837         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11838         (gst_auto_video_sink_detect):
11839         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11840         and a child that implements the GConf key monitoring. The end goal of
11841         this is an audio sink that can be changed on the fly, but at the 
11842         moment it still only changes on the next READY transition.
11843
11844 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11845
11846         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11847         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11848         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11849         (gst_avi_demux_calculate_durations_from_index),
11850         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11851         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11852         (gst_avi_demux_loop):
11853           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11854
11855 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11856
11857         * configure.ac:
11858         * docs/plugins/Makefile.am:
11859           Add crossreferences to glib/gobject/gstream docs.
11860
11861 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11862
11863         * gst/monoscope/Makefile.am:
11864         * gst/monoscope/gstmonoscope.c:
11865           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11866           (but no LIBS, since we only use defines from the headers).
11867
11868 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11869
11870         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11871
11872         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11873         (gst_wavparse_stream_data):
11874           Fix massive memory leak when operating in streaming mode due to
11875           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11876           Fixes #407057.
11877
11878 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11879
11880         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11881         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11882         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11883         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11884         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11885         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11886         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11887         (gst_avi_demux_calculate_durations_from_index),
11888         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11889         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11890         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11891         * gst/avi/gstavidemux.h:
11892           Save some memory (8%) by repacking the index entry structure (more to
11893           come). Add more FIXMEs to questionable parts.
11894
11895 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11896
11897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11898         (gst_v4l2src_get_caps):
11899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11900         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11901         (gst_v4l2src_capture_init):
11902           More FIXME comments and messaging changes.
11903
11904 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11905
11906         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11907         (gst_goom_change_state):
11908         * gst/goom/gstgoom.h:
11909           Improved docs and use GST_DEBUG_FUNCPTR.
11910
11911         * gst/level/gstlevel.c: (gst_level_class_init):
11912           Use GST_DEBUG_FUNCPTR.
11913
11914         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11915         (gst_monoscope_chain), (gst_monoscope_change_state):
11916           Improved docs source cleanups.
11917
11918 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11919
11920         * gst/debug/Makefile.am:
11921         * gst/debug/gstdebug.c: (plugin_init):
11922         * gst/debug/gstpushfilesrc.c:
11923         * gst/debug/gstpushfilesrc.h:
11924           Add code for a pushfilesrc element that implements a pushfile:// URI
11925           handler, to make debugging push-mode operation of demuxer/decoders
11926           that support both easier in connection with seek/playbin/etc.
11927           The element isn't registered at the moment.
11928
11929 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11930
11931         * gst/avi/gstavimux.c:
11932           Comment a #if 0 in caps template definition as VS6 seems to 
11933         do not support it.
11934         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11935           Use gst_guint64_to_gdouble for conversion.
11936         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11937           Move variables declaration before the first instruction.
11938         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11939           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11940           And don't include netdb.h for G_OS_WIN32
11941         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11942           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11943           by VS6 then use an other way to initialize SDPMedia structure.
11944         * gst/udp/gstdynudpsink.h:
11945         * gst/udp/gstdynudpnetutils.h:
11946           Do not include <sys/time.h> for G_OS_WIN32
11947         * gst/udp/gstudpsrc.c:
11948           Define socklen_t as int for G_OS_WIN32
11949         * win/common/config.h.in:
11950           Undef HAVE_NETINET_IN_H
11951         * win32/vs6/gst_plugins_good.dsw:
11952         * win32/vs6/libgstrtp.dsp:
11953         * win32/vs6/libgstrtsp.dsp:
11954         * win32/vs6/libgstautogen.dsp:
11955         * win32/vs6/libgstaudiofx.dsp:
11956         * win32/vs6/libgstudp.dsp:
11957           Add and update project files.
11958         * win32/common/gstudp-enumtypes.c:
11959         * win32/common/gstudp-enumtypes.h:
11960           Add a copy of udp enumtypes to win32/common as in core 
11961           and base.
11962         
11963 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11964
11965         * configure.ac:
11966           Activate monoscope when building with --enable-experimental. Fix
11967           --enable-external configure switch description.
11968
11969         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11970         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11971           Help gst-indent.
11972
11973 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11976           Explicitly cast result of pointer arithmetic to integer in order to
11977           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11978
11979 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * gst/debug/progressreport.c:
11982           Some more docs.
11983
11984 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11985
11986         * docs/plugins/inspect/plugin-rtp.xml:
11987           Update for new elements.
11988
11989         * gst/debug/progressreport.h:
11990           Commit newly-created header file as well.
11991
11992 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11993
11994         * docs/plugins/Makefile.am:
11995         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11996         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11997         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11998         * gst/debug/Makefile.am:
11999         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
12000         (gst_progress_report_do_query), (gst_progress_report_report):
12001           Make progressreport element post messages with the current progress
12002           on the bus. Also add some basic docs for it.
12003
12004 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
12005
12006         * ext/hal/hal.c: (gst_hal_get_string):
12007         * ext/hal/hal.h:
12008           Some small cleanups; deal with errors when parsing the HAL ALSA
12009           capabilities a bit better.
12010
12011 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12012
12013         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12014           Let's try this again and use the right cast this time.
12015
12016 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12017
12018         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12019           Add cast to avoid compiler warnings with older GLib versions
12020           where the nick/name members in GEnumValue are not declared as
12021           constant strings.
12022
12023 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12024
12025         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12026         (gst_gconf_render_bin_from_key),
12027         (gst_gconf_get_default_audio_sink):
12028         * ext/gconf/gconf.h:
12029         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12030         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12031         (gst_gconf_audio_sink_get_property):
12032           In gconfaudiosink, get the right key as the old key in do_toggle
12033           (ie. one dependent on the profile selected). Log some more stuff so
12034           we can see what's actually going on.
12035
12036 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12037
12038         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12039         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12040         (gst_audio_amplify_set_process_function),
12041         (gst_audio_amplify_setup):
12042         * gst/audiofx/audioamplify.h:
12043         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12044         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12045         * gst/audiofx/audioinvert.h:
12046         Some small cleanups and port both elements to the new GstAudioFilter
12047         base class to save a few lines of common code.
12048         * gst/audiofx/Makefile.am:
12049         Link against libgstaudio for the above changes
12050
12051 2007-01-29  Wim Taymans  <wim@fluendo.com>
12052
12053         * tests/check/elements/.cvsignore:
12054         Some more ignores.
12055
12056 2007-01-26  Wim Taymans  <wim@fluendo.com>
12057
12058         Patch by: charles <charlesg3 at gmail dot com>
12059
12060         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12061         (set_shout_metadata), (gst_shout2send_event):
12062         * ext/shout2/gstshout2.h:
12063         Properly handle tags in shout2send. Fixes #399825.
12064
12065 2007-01-25  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12068         (gst_rtspsrc_activate_streams):
12069         Convert SDP fields to upper/lowercase following the rules in the SDP to
12070         caps document. 
12071
12072 2007-01-25  Wim Taymans  <wim@fluendo.com>
12073
12074         * gst/rtp/README:
12075         * gst/rtp/gstrtpilbcdepay.c:
12076         * gst/rtp/gstrtpilbcpay.c:
12077         * gst/rtp/gstrtpmp4gdepay.c:
12078         * gst/rtp/gstrtpmp4gpay.c:
12079         * gst/rtp/gstrtpspeexdepay.c:
12080         * gst/rtp/gstrtpspeexpay.c:
12081         * gst/rtp/gstrtpsv3vdepay.c:
12082         * gst/rtp/gstrtptheoradepay.c:
12083         * gst/rtp/gstrtptheorapay.c:
12084         * gst/rtp/gstrtpvorbisdepay.c:
12085         * gst/rtp/gstrtpvorbispay.c:
12086         Fix case of encoding-name and key/value pairs to match the document.
12087         This is to make interoperation with SDP case-insensitive as required by
12088         the relevant RFCs.
12089
12090 2007-01-25  Wim Taymans  <wim@fluendo.com>
12091
12092         * configure.ac:
12093         Bump required -core/-base to CVS
12094
12095 2007-01-25  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12098         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12099         * gst/rtp/gstrtpL16pay.h:
12100         Fill up to MTU using adapter.
12101         Timestamp rtp packets.
12102
12103 2007-01-25  Edward Hervey  <edward@fluendo.com>
12104
12105         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12106         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12107         Use G_GSIZE_FORMAT in print statements for portability.
12108         Fixes build on macosx.
12109
12110 2007-01-24  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst/rtp/Makefile.am:
12113         * gst/rtp/gstrtp.c: (plugin_init):
12114         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12115         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12116         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12117         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12118         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12119         (gst_rtp_L16_depay_plugin_init):
12120         * gst/rtp/gstrtpL16depay.h:
12121         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12122         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12123         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12124         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12125         (gst_rtp_L16_pay_plugin_init):
12126         * gst/rtp/gstrtpL16pay.h:
12127         Port and enable raw audio payloader/depayloader. Needs a bit more work
12128         on the payloader side.
12129
12130 2007-01-24  Wim Taymans  <wim@fluendo.com>
12131
12132         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12133         (gst_rtspsrc_stream_configure_transport),
12134         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12135         * gst/rtsp/gstrtspsrc.h:
12136         Only unblock the udp pads when we linked and activated them all.
12137         Fixes #395688.
12138
12139 2007-01-24  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst/rtp/Makefile.am:
12142         * gst/rtp/gstrtp.c: (plugin_init):
12143         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12144         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12145         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12146         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12147         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12148         * gst/rtp/gstrtpac3depay.h:
12149         Added simple AC3 depayloader (RFC 4184).
12150
12151         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12152         Fix a leak.
12153
12154 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12155
12156         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12157
12158         * gst/audiofx/Makefile.am:
12159         * gst/audiofx/audioamplify.c:
12160         (gst_audio_amplify_clipping_method_get_type),
12161         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12162         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12163         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12164         (gst_audio_amplify_set_caps),
12165         (gst_audio_amplify_transform_int_clip),
12166         (gst_audio_amplify_transform_int_wrap_negative),
12167         (gst_audio_amplify_transform_int_wrap_positive),
12168         (gst_audio_amplify_transform_float_clip),
12169         (gst_audio_amplify_transform_float_wrap_negative),
12170         (gst_audio_amplify_transform_float_wrap_positive),
12171         (gst_audio_amplify_transform_ip):
12172         * gst/audiofx/audioamplify.h:
12173         * gst/audiofx/audiofx.c: (plugin_init):
12174         Add new element "audioamplify". This allows scaling of raw audio
12175         samples, similar to the "volume" element, but provides different modes
12176         for clipping and allows unlimited amplification. It's mainly targeted
12177         for creative sound design and not as a replacement of the "volume"
12178         element. Fixes #397162
12179         * docs/plugins/Makefile.am:
12180         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12181         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12182         * docs/plugins/gst-plugins-good-plugins.args:
12183         * docs/plugins/inspect/plugin-audiofx.xml:
12184         Add docs for audioamplify and integrate them into the build system
12185         * tests/check/Makefile.am:
12186         * tests/check/elements/audioamplify.c: (setup_amplify),
12187         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12188         Add fairly extensive unit test suite for audioamplify
12189
12190 2007-01-24  Wim Taymans  <wim@fluendo.com>
12191
12192         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12193         Unblock pads after adding the pads to the element so that autopluggers
12194         get a change to link something. Possibly fixes #395688.
12195
12196 2007-01-24  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/rtp/gstrtpamrdepay.c:
12199         * gst/rtp/gstrtpgsmdepay.c:
12200         * gst/rtp/gstrtph263pdepay.c:
12201         * gst/rtp/gstrtph263ppay.c:
12202         * gst/rtp/gstrtph264depay.c:
12203         * gst/rtp/gstrtpilbcdepay.c:
12204         * gst/rtp/gstrtpmp2tdepay.c:
12205         * gst/rtp/gstrtpmp4gdepay.c:
12206         * gst/rtp/gstrtpmp4gpay.c:
12207         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12208         * gst/rtp/gstrtpmp4vpay.c:
12209         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12210         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12211         (gst_rtp_mpa_depay_process):
12212         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12213         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12214         * gst/rtp/gstrtppcmadepay.c:
12215         * gst/rtp/gstrtppcmudepay.c:
12216         * gst/rtp/gstrtpspeexdepay.c:
12217         * gst/rtp/gstrtpspeexpay.c:
12218         * gst/rtp/gstrtpsv3vdepay.c:
12219         * gst/rtp/gstrtptheoradepay.c:
12220         * gst/rtp/gstrtptheorapay.c:
12221         * gst/rtp/gstrtpvorbisdepay.c:
12222         * gst/rtp/gstrtpvorbispay.c:
12223         Fix caps with payload numbers.
12224         Add some fixed payload numbers to caps when possible.
12225
12226 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12227
12228         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12229
12230         * gst/audiofx/Makefile.am:
12231         * gst/audiofx/audiofx.c: (plugin_init):
12232         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12233         (gst_audio_invert_class_init), (gst_audio_invert_init),
12234         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12235         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12236         (gst_audio_invert_transform_float),
12237         (gst_audio_invert_transform_ip):
12238         * gst/audiofx/audioinvert.h:
12239         Add new audiofx element "audioinvert". This element swaps the upper
12240         and lower half of samples and can be used for example for a
12241         wide-stereo effect. Fixes #396057
12242         * docs/plugins/Makefile.am:
12243         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12244         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12245         * docs/plugins/gst-plugins-good-plugins.args:
12246         * docs/plugins/inspect/plugin-audiofx.xml:
12247         Add docs for the audioinvert element and add them to the build system.
12248         * tests/check/Makefile.am:
12249         * tests/check/elements/audioinvert.c: (setup_invert),
12250         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12251         Add unit test suite for the audioinvert element.
12252
12253 2007-01-23  Wim Taymans  <wim@fluendo.com>
12254
12255         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12256         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12257         Parse config params as string and int.
12258         Parse and use AU header length
12259
12260 2007-01-23  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12263         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12264         * gst/smpte/gstmask.c: (_gst_mask_register):
12265         * gst/smpte/gstmask.h:
12266         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12267         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12268         (gst_smpte_paint_triangle_clock):
12269         constify some static structs.
12270         Don't update the mask if nothing changed to the params.
12271         Make sure we never draw outside of the picture. Fixes #398325.
12272
12273 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12276           Error out properly when pull_range fails while we're reading the
12277           headers, instead of just pausing the task silently. Fixes #399338.
12278
12279 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12282           Some more sanity checks to make sure the input formats match and the
12283           input pads are actually negotiated, in case someone tries to feed
12284           buffers from fakesrc or filesrc. Fixes #398299.
12285           Also const-ify an array, just because we can.
12286
12287 2007-01-19  Edward Hervey  <edward@fluendo.com>
12288
12289         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12290         Ignore previous commit, that was only valid for widths and heights
12291         that are multiples of 4.
12292         Copy over size/stride macros from jpegdec. This allows the element
12293         to work with any width,height...
12294         ... but puts in evidence that the actual transformations only work
12295         with width/height that are multiples of 4.
12296
12297 2007-01-19  Edward Hervey  <edward@fluendo.com>
12298
12299         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12300         Allocate buffers of the right size.
12301         The proper size of a I420 buffer in bytes is:
12302         
12303             width * height * 3
12304             ------------------
12305                     2
12306
12307 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12308
12309         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12310           Proxy getcaps on sink pads too, so that we either end up with the
12311           same dimensions on all pads or error out if that's not possible
12312           (seems to work even!). Fixes #398086, I think.
12313
12314 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12317         * docs/plugins/gst-plugins-good-plugins.args:
12318         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12319           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12320           fix integer properties with -1 as minimum value.
12321
12322         * docs/plugins/inspect/plugin-1394.xml:
12323         * docs/plugins/inspect/plugin-aasink.xml:
12324         * docs/plugins/inspect/plugin-alaw.xml:
12325         * docs/plugins/inspect/plugin-alpha.xml:
12326         * docs/plugins/inspect/plugin-alphacolor.xml:
12327         * docs/plugins/inspect/plugin-annodex.xml:
12328         * docs/plugins/inspect/plugin-apetag.xml:
12329         * docs/plugins/inspect/plugin-audiofx.xml:
12330         * docs/plugins/inspect/plugin-auparse.xml:
12331         * docs/plugins/inspect/plugin-autodetect.xml:
12332         * docs/plugins/inspect/plugin-avi.xml:
12333         * docs/plugins/inspect/plugin-cacasink.xml:
12334         * docs/plugins/inspect/plugin-cairo.xml:
12335         * docs/plugins/inspect/plugin-cdio.xml:
12336         * docs/plugins/inspect/plugin-cutter.xml:
12337         * docs/plugins/inspect/plugin-debug.xml:
12338         * docs/plugins/inspect/plugin-dv.xml:
12339         * docs/plugins/inspect/plugin-efence.xml:
12340         * docs/plugins/inspect/plugin-effectv.xml:
12341         * docs/plugins/inspect/plugin-esdsink.xml:
12342         * docs/plugins/inspect/plugin-flac.xml:
12343         * docs/plugins/inspect/plugin-flxdec.xml:
12344         * docs/plugins/inspect/plugin-gconfelements.xml:
12345         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12346         * docs/plugins/inspect/plugin-goom.xml:
12347         * docs/plugins/inspect/plugin-halelements.xml:
12348         * docs/plugins/inspect/plugin-icydemux.xml:
12349         * docs/plugins/inspect/plugin-id3demux.xml:
12350         * docs/plugins/inspect/plugin-jpeg.xml:
12351         * docs/plugins/inspect/plugin-level.xml:
12352         * docs/plugins/inspect/plugin-matroska.xml:
12353         * docs/plugins/inspect/plugin-mulaw.xml:
12354         * docs/plugins/inspect/plugin-multipart.xml:
12355         * docs/plugins/inspect/plugin-navigationtest.xml:
12356         * docs/plugins/inspect/plugin-ossaudio.xml:
12357         * docs/plugins/inspect/plugin-png.xml:
12358         * docs/plugins/inspect/plugin-rtp.xml:
12359         * docs/plugins/inspect/plugin-rtsp.xml:
12360         * docs/plugins/inspect/plugin-shout2send.xml:
12361         * docs/plugins/inspect/plugin-smpte.xml:
12362         * docs/plugins/inspect/plugin-speex.xml:
12363         * docs/plugins/inspect/plugin-taglib.xml:
12364         * docs/plugins/inspect/plugin-udp.xml:
12365         * docs/plugins/inspect/plugin-videobalance.xml:
12366         * docs/plugins/inspect/plugin-videobox.xml:
12367         * docs/plugins/inspect/plugin-videoflip.xml:
12368         * docs/plugins/inspect/plugin-videomixer.xml:
12369         * docs/plugins/inspect/plugin-wavenc.xml:
12370         * docs/plugins/inspect/plugin-wavparse.xml:
12371         * docs/plugins/inspect/plugin-ximagesrc.xml:
12372           Update to CVS.
12373
12374 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12375
12376         Patch by: Sebastian Dröge <slomo circular-chaos org>
12377
12378         * gst/audiofx/audiopanorama.c:
12379           Fix doc section name (Fixes #397946)
12380
12381 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12382
12383         * sys/v4l2/gstv4l2object.c:
12384         (gst_v4l2_object_install_properties_helper),
12385         (gst_v4l2_object_set_property_helper),
12386         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12387         * sys/v4l2/gstv4l2object.h:
12388         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12389         (gst_v4l2src_init), (gst_v4l2src_set_property),
12390         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12391         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12392         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12393         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12394         (gst_v4l2src_capture_deinit):
12395           Fix EIO handing when capturing. Add new property to specify the number of
12396           buffers to enque (and remove the borked num-buffers usage).
12397
12398 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12399
12400         Patch by: Sebastian Dröge <slomo circular-chaos org>
12401
12402         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12403         (gst_audio_panorama_set_process_function):
12404           Use a function array for process methods, add more docs and define the
12405           startindex of enums.
12406
12407 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         Patch by: Mark Nauwelaerts <manauw at skynet be>
12410
12411         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12412         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12413         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12414         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12415         (gst_avi_mux_riff_get_avi_header),
12416         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12417         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12418         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12419         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12420         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12421         (gst_avi_mux_change_state):
12422         * gst/avi/gstavimux.h:
12423         * tests/check/elements/avimux.c: (teardown_src_pad):
12424           Add support for more than one audio stream; write better AVIX
12425           header; refactor code a bit; don't announce vorbis caps on our audio
12426           sink pads since we don't support it anyway. Closes #379298.
12427
12428 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12429
12430         Patch by: Sebastian Dröge <slomo circular-chaos org>
12431
12432         * gst/audiofx/audiopanorama.c:
12433         (gst_audio_panorama_method_get_type),
12434         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12435         (gst_audio_panorama_set_process_function),
12436         (gst_audio_panorama_set_property),
12437         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12438         (gst_audio_panorama_transform_m2s_int_simple),
12439         (gst_audio_panorama_transform_s2s_int_simple),
12440         (gst_audio_panorama_transform_m2s_float_simple),
12441         (gst_audio_panorama_transform_s2s_float_simple):
12442         * gst/audiofx/audiopanorama.h:
12443           Add 'method' property and provide a simple (non-psychoacustic)
12444           processing method (#394859).
12445
12446         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12447         (panorama_suite):
12448           Tests for new method.
12449
12450 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12451
12452         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12453         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12454           Set correct caps on outgoing pulled buffers, or things blow up
12455           after recent core changes.
12456
12457 2007-01-11  Wim Taymans  <wim@fluendo.com>
12458
12459         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12460
12461         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12462         (gst_multipart_mux_request_new_pad),
12463         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12464         (gst_multipart_mux_change_state):
12465         Return FLOW errors ASAP. Fixes #394977.
12466         Misc cleanups.
12467
12468 2007-01-11  Wim Taymans  <wim@fluendo.com>
12469
12470         Patch by: Lutz Mueller <lutz at topfrose dot de>
12471
12472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12473         Check for stream pad before activating. 
12474
12475 2007-01-10  Wim Taymans  <wim@fluendo.com>
12476
12477         Patch by: Peter Kjellerstedt  <pkj at axis com>
12478
12479         * gst/rtsp/COPYING.MIT:
12480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12481         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12482         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12483         (gst_rtspsrc_stream_configure_transport),
12484         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12485         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12486         (gst_rtspsrc_parse_methods),
12487         (gst_rtspsrc_create_transports_string),
12488         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12489         (gst_rtspsrc_open), (gst_rtspsrc_close):
12490         * gst/rtsp/gstrtspsrc.h:
12491         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12492         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12493         (parse_request_line), (parse_line), (rtsp_connection_read),
12494         (rtsp_connection_close):
12495         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12496         (rtsp_method_as_text), (rtsp_header_as_text),
12497         (rtsp_status_as_text), (rtsp_find_header_field),
12498         (rtsp_find_method):
12499         * gst/rtsp/rtspdefs.h:
12500         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12501         (rtsp_ext_wms_configure_stream):
12502         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12503         (rtsp_message_new_request), (rtsp_message_init_request),
12504         (rtsp_message_new_response), (rtsp_message_init_response),
12505         (rtsp_message_init_data), (rtsp_message_unset),
12506         (rtsp_message_free), (rtsp_message_add_header),
12507         (rtsp_message_get_header), (rtsp_message_set_body),
12508         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12509         * gst/rtsp/rtspmessage.h:
12510         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12511         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12512         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12513         (sdp_message_dump):
12514         Allow url to be NULL to be able to use it for server connections.
12515         Can now send responses as well as requests.
12516         No longer hangs in an endless loop if EOF is received.
12517         Can now convert a status code to a text string.
12518         Return RTSP_HDR_INVALID for unknown headers.
12519         Return RTSP_INVALID for unknown methods.
12520         Copy CSeq and Session headers from the request.
12521         Only free memory corresponding to the currently set message type.
12522         Added const to function arguments as appropriate.
12523         Avoid a compiler warning when initializing nmedia.
12524         Use guint rather than gint to avoid compiler warnings.
12525         Fix crasher in wms extension.
12526         Factor out stream setup from open_connection.
12527         Delay activation of streams when actual data is received from the
12528         server, this prepares us to do proper protocol switching.
12529         Added new license.
12530         Fixes #380895.
12531
12532
12533 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12534
12535         Patch by: Sebastian Dröge <slomo ubuntu com>
12536
12537         * docs/plugins/Makefile.am:
12538         * gst/audiofx/audiopanorama.c:
12539           Some small docs fixes (#394851).
12540
12541 2007-01-09  Wim Taymans  <wim@fluendo.com>
12542
12543         * gst/avi/gstavidemux.c:
12544         Fix docs.
12545
12546 2007-01-09  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/rtp/Makefile.am:
12549         * gst/rtp/gstrtp.c: (plugin_init):
12550         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12551         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12552         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12553         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12554         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12555         * gst/rtp/gstrtpmpvdepay.h:
12556           Added RFC 2250 MPEG Video Depayloader.
12557
12558         * gst/rtp/gstrtpL16depay.h:
12559         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12560         (gst_rtp_h263p_depay_process):
12561         Fix Header file. Small cleanups.
12562
12563         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12564         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12565         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12566         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12567         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12568         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12569         (gst_rtp_mp4v_depay_change_state):
12570         Remove usused code. Remove Adapter from state Change. Added debug.
12571
12572         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12573         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12574         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12575         * gst/rtp/gstrtpmpadepay.h:
12576         Subclass base depayloader.
12577         Added debug.
12578         Support static payload type assignment as well.
12579
12580         * gst/rtp/gstrtpmpapay.c:
12581         Fix caps.
12582
12583 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12584
12585         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12586
12587         * ext/jpeg/gstjpegdec.c:
12588         * ext/jpeg/gstjpegenc.c:
12589         * ext/jpeg/smokecodec.c:
12590           These libjpeg callbacks should return a 'boolean' (unsigned char
12591           apparently) and not a 'gboolean' (which maps to gint). Fixes
12592           warnings when compiling with MingW (#393427).
12593
12594         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12595           Use ioctlsocket on win32.
12596
12597         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12598           Some printf format fixes for win32.
12599
12600 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12601
12602         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12603           Use gst_guint64_to_gdouble for conversion.
12604         * win32/vs6/libgstmatroska.dsp:
12605           Add zlib to the link.
12606         * win32/vs6/libgstvideobox.dsp:
12607           Update liboil library name (project is linked to 
12608           liboil-0.3-0.lib now).
12609           
12610 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12611
12612         * gst/matroska/Makefile.am:
12613           If zlib is available and used, we must link it explicitly for
12614           things to work on MingW (fixes #392855).
12615
12616 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * ext/esd/esdsink.c: (gst_esdsink_delay):
12619           Don't return bogus values when esd_get_delay() fails for some
12620           reason (#392189).
12621
12622 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * sys/ximage/gstximagesrc.c: (composite_pixel):
12625           Fix presumably copy'n'pasto for 16bpp depth.
12626
12627 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12628
12629         * gst/matroska/matroska-mux.c:
12630         (gst_matroska_mux_audio_pad_setcaps):
12631           The "signed" field in audio caps is of boolean type, trying to use
12632           gst_structure_get_int() to extract it will fail. Fixing this makes
12633           matroskamux accept raw audio input (#387121) (use at your own risk
12634           though, due to the matroska spec being not entirely useful in this
12635           respect).
12636           Also fix up raw audio structures in template caps so that they
12637           represent what our setcaps function will actually accept, so that
12638           converters know what to convert to.
12639           Finally, don't fail if there isn't an "endianness" field in 8-bit
12640           PCM caps.
12641
12642 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12643
12644         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12645         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12646         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12647         (teardown_cmmldec):
12648         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12649         (teardown_cmmlenc):
12650         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12651           reapply consistent pad (de)activation
12652
12653 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12654
12655         * configure.ac:
12656         Back to CVS
12657
12658         * gst-plugins-good.doap:
12659         Add 0.10.5 doap entry
12660
12661 === release 0.10.5 ===
12662
12663 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12664
12665         * configure.ac:
12666           releasing 0.10.5, "The Path of Thorns"
12667
12668 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12669
12670         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12671         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12672         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12673         (teardown_cmmldec):
12674         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12675         (teardown_cmmlenc):
12676         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12677           revert my freeze breakage
12678
12679 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12680
12681         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12682         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12683         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12684         (teardown_cmmldec):
12685         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12686         (teardown_cmmlenc):
12687         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12688           consistent pad (de)activation
12689
12690 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12691
12692         * configure.ac:
12693         * ext/Makefile.am:
12694         Disable LADPSA, as it has moved to the -bad module for the duration.
12695
12696 2006-12-18  Wim Taymans  <wim@fluendo.com>
12697
12698         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12699         (gst_signal_processor_event):
12700         Reset flow_state back to _OK after a flush stop so that we exit our
12701         error state after the flush. Fixes #374213
12702
12703 2006-12-16  David Schleef  <ds@schleef.org>
12704
12705         * sys/osxvideo/osxvideosink.h:
12706         * sys/osxvideo/osxvideosink.m:
12707           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12708
12709 2006-12-16  David Schleef  <ds@schleef.org>
12710
12711         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12712
12713         * sys/osxvideo/Makefile.am:
12714         * sys/osxvideo/osxvideosink.h:
12715         * sys/osxvideo/osxvideosink.m:
12716           Preliminary patch for porting osxvideosink
12717
12718 2006-12-16  Wim Taymans  <wim@fluendo.com>
12719
12720         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12721
12722         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12723         (gst_videomixer_set_master_geometry),
12724         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12725         (gst_videomixer_reset), (gst_videomixer_init),
12726         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12727         (gst_videomixer_release_pad), (gst_videomixer_collected),
12728         (gst_videomixer_change_state):
12729         Introduce some locking around the videomixer state so that it does not
12730         crash when adding/removing pads. Fixes #383043.
12731
12732 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12733
12734         * configure.ac:
12735           Make sure libcaca can actually be used instead of just checking for
12736           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12737           cross-compiling (fixes #384587).
12738
12739 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * Makefile.am:
12742         * gst-plugins-good.doap:
12743         * gst-plugins-good.spec.in:
12744           adding doap file
12745
12746 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12747
12748         * configure.ac:
12749           libflac-1.1.3 changed API again, but we can't build against it yet,
12750           so make sure our check doesn't use libflac-1.1.3 and add a comment
12751           to this effect.
12752
12753 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12756         (gst_quarktv_planetable_clear):
12757           Add some NULL pointer checks (possibly related to #385623).
12758
12759 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12762         (gst_tag_demux_chain):
12763         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12764           In streaming mode, if the first buffer we get doesn't have an
12765           offset, fix it up to be 0, otherwise trimming won't work later on
12766           and we'll be typefinding application/x-id3, which may result in
12767           decodebin plugging an endless number of id3demux elements as a
12768           consequence. Fixes #385031.
12769           
12770 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12771
12772         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12773           Ignore the buffer_time the sound device reports. Turns out it is 
12774           sometimes completely bogus and we're better off without it.
12775
12776 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12779         (gst_matroska_demux_video_caps):
12780         * gst/matroska/matroska-ids.c:
12781         (gst_matroska_track_init_video_context):
12782         * gst/matroska/matroska-ids.h:
12783           Try harder to extract the framerate for video tracks correctly and
12784           save it directly instead of converting it back and forth a few
12785           times. Mostly makes a difference for very small framerates (<1).
12786           Fixes #380199.
12787
12788 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12789
12790         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12791         (gst_gconf_audio_src_dispose), (do_toggle_element):
12792         * ext/gconf/gstgconfaudiosrc.h:
12793           Remove gconf notify hook when the gconfaudiosrc element is
12794           destroyed, otherwise the callback may be called on an
12795           already-destroyed instance and bad things happen. Should fix
12796           #378184.
12797           Also ignore gconf key changes when the source is already running.
12798
12799 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12800
12801         Patch by: Sebastian Dröge  <mail at slomosnail de>
12802
12803         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12804           We need to be able to read and parse any possible floating point string
12805           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12806           will parse the former only in certain locales though, so we really need
12807           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12808           make sure we can parse either version at all times.
12809           Fixes #382982 for real.
12810
12811 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12812
12813         * sys/sunaudio/gstsunaudiomixerctrl.c:
12814         * sys/sunaudio/gstsunaudiosrc.c:
12815
12816         Use the sunaudio debug category.
12817
12818         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12819         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12820         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12821         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12822         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12823         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12824         (gst_sunaudiosink_reset):
12825         * sys/sunaudio/gstsunaudiosink.h:
12826
12827         Uses the sunaudio debug category for all debug output
12828         Implements the _delay() callback to synchronise video playback better
12829         Change the segtotal and segsize values back to the parent class 
12830           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12831           respectively)
12832         Measure the samples written to the device vs. played.
12833         Keep track of segments in the device by writing empty eof frames, and
12834         sleep using a GCond when we get too far ahead and risk overrunning the
12835         sink's ringbuffer.
12836
12837         Fixes: #360673
12838
12839 2006-12-08  Wim Taymans  <wim@fluendo.com>
12840
12841         Patch by: Sebastian Dröge  <mail at slomosnail de >
12842
12843         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12844         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12845         * gst/audiofx/audiopanorama.h:
12846         Fix audiopanorame with float samples. Fixes #383726.
12847
12848 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12849
12850         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12851         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12852         (gst_sunaudiosrc_reset):
12853
12854         Implement reset functions to unblock the src/sink more quickly on 
12855         state change requests.
12856         Patch by: Brian Cameron <brian dot cameron at sun com>
12857
12858 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12859
12860         * sys/sunaudio/gstsunaudiomixer.c:
12861         (gst_sunaudiomixer_change_state):
12862         Construct the correct mixer device name when the AUDIODEV env var
12863         is set.
12864
12865         Patch by: Jerry Tan <jerry.tan at sun dot com>
12866         Fixes: #383596
12867
12868 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12869
12870         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12871         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12872         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12873         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12874         Patch by: Jerry Tan <jerry.tan at sun dot com>
12875         Fixes: #349015
12876
12877 2006-12-07  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst/smpte/gstmask.h:
12880         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12881         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12882         (gst_smpte_collected), (gst_smpte_set_property),
12883         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12884         * gst/smpte/gstsmpte.h:
12885         Port to 0.10 some more. 
12886         Added duration property to specify the duration of the transition.
12887         Make framerate a fraction.
12888         Deprecate fps property, we only use negotiated fps.
12889         Added docs.
12890         Fix collectpad usage.
12891         Reset state in READY.
12892         Send NEWSEGMENT event.
12893         Fix racy updates of object properties.
12894         Added debug category.
12895         Fixes #383323.
12896
12897 2006-12-06  Wim Taymans  <wim@fluendo.com>
12898
12899         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12900
12901         * gst/videomixer/videomixer.c:
12902         (gst_videomixer_set_master_geometry),
12903         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12904         Don't reset xpos and ypos in the setcaps function because causes
12905         unexpected behaviour.
12906         Fixes #382179.
12907
12908 2006-12-06  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12911         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12912         Keep track of the buffer timestamp in the collectdata member instead
12913         of modifying the buffer without making the metadata writable first.
12914         Fixes #382277.
12915
12916 2006-12-06  Wim Taymans  <wim@fluendo.com>
12917
12918         Patch by: Rob Taylor <robtaylor at floopily dot org>
12919
12920         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12921         If using multicast in udpsrc, bind to the multicast address rather than
12922         IN_ADDR_ANY.
12923         This allows the simultanous use of multiple udpsrcs listening on
12924         different multicat addresses. Without this all udpsrcs will receive all
12925         packets from all subscribed multicast addresses.
12926         Fixes #383001.
12927
12928 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12929
12930         * ext/taglib/gstid3v2mux.cc:
12931         Don't attempt to write a NULL frame into the ID3 tag set when the 
12932         createFrame method returned NULL.
12933         Fixes: #381857
12934         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12935
12936 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12937
12938         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12939         Use g_strtod() instead of sscanf to parse doubles, so that it will
12940         try parsing in the C locale if the current locale fails.
12941         Fixes: #382982
12942         Patch by: Sebastian Dröge  <mail at slomosnail de >
12943
12944 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12945
12946         * win32/MANIFEST:
12947         Fix compilation on win32 under VS8
12948         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12949         Partially fixes #381175
12950
12951 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12952
12953         * gst/avi/gstavimux.c:
12954           accept all mpegversions,fixes #380825
12955           spotted by: Jerome Alet  
12956
12957 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12958
12959         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12960         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12961         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12962         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12963           cleanup the error message a bit more
12964
12965 2006-11-28  Wim Taymans  <wim@fluendo.com>
12966
12967         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12968         Fix width and height properties.
12969
12970         * ext/libcaca/gstcacasink.h:
12971         Fix compilation on newer libcaca that require us to include a new
12972         header. Fixes #379918.
12973
12974 2006-11-28  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12977         * gst/rtsp/gstrtspsrc.h:
12978         * gst/rtsp/rtspext.h:
12979         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12980         (rtsp_ext_wms_get_context):
12981         Add method so that extensions can choose to disable the setup of
12982         a stream.
12983         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12984
12985 2006-11-27  Wim Taymans  <wim@fluendo.com>
12986
12987         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12988
12989         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12990         Push header in a separate buffer instead of memcpy:ing all data.
12991         Change LF => CRLF in headers.
12992         Move trailing LF to header. Fixes #379792.
12993
12994 2006-11-27  Wim Taymans  <wim@fluendo.com>
12995
12996         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12997         Small buffer overflow fix and improve debugging.
12998
12999 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13000
13001         * ext/esd/esdmon.h:
13002         * ext/esd/esdsink.h:
13003           remove obsolete _factory_init protos
13004
13005 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13006
13007         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
13008         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13009         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
13010         (gst_avi_demux_read_subindexes_push),
13011         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13012         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13013         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13014         (gst_avi_demux_massage_index),
13015         (gst_avi_demux_calculate_durations_from_index),
13016         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13017         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13018         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13019           remove dead code, tweak debugs statements, add comments, use
13020           _uint64_scale instead _uint64_scale_int when using guint64 values,
13021           small optimizations, reflow some error handling
13022
13023 2006-11-22  Edward Hervey  <edward@fluendo.com>
13024
13025         * po/.cvsignore:
13026         We never put .pot files in cvs. Let's ignore them all.
13027
13028 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13029
13030         * po/POTFILES.in:
13031           ... but better exclude files that aren't disted.
13032
13033 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13034
13035         * po/POTFILES.in:
13036           Add v4l2 source files to list of files with translations, so the
13037           strings are actually extracted (however bad they still may be).
13038
13039 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13040
13041         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13042           Minor clean-ups: const-ify static array, remove trailing comma from
13043           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13044
13045 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13046
13047         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13048         Make sure that g_free always gets called on the same pointer that was 
13049         returned by g_malloc.  Fixes #376594.
13050         Do not leak memory if decompressed size is wrong.
13051         Remove unneeded check of return value of g_malloc.
13052         Patch by: René Stadler <mail@renestadler.de>
13053
13054 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13055
13056         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13057           Add missing curly brackets.
13058
13059 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13060
13061         * sys/v4l2/v4l2src_calls.c:
13062         Fix capture_deinit.
13063
13064 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13065
13066         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13067         (gst_matroska_mux_request_new_pad):
13068           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13069
13070         * tests/check/elements/matroskamux.c: (setup_src_pad),
13071         (setup_sink_pad), (GST_START_TEST):
13072         Activate pads before using them.
13073
13074 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13075
13076         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13077           Initialise variable to get rid of bogus compiler warning.
13078
13079 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13080
13081         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13082
13083         * gst/rtp/gstrtph263pay.c:
13084         * gst/rtp/gstrtph263pdepay.c:
13085         * gst/rtp/gstrtph263ppay.c:
13086           Specify H.263 variant and version in the caps (fixes #361637)
13087
13088 2006-11-15  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst/rtsp/rtspconnection.c: (read_body):
13091         Don't set a data pointer to NULL and a size > 0 when we deal
13092         with empty packets.
13093
13094         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13095         (rtsp_message_init_response), (rtsp_message_init_data),
13096         (rtsp_message_unset), (rtsp_message_free),
13097         (rtsp_message_take_body):
13098         Check that we can't create invalid empty packets. 
13099
13100 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13103
13104         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13105         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13106         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13107         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13108         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13109         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13110         * gst/matroska/matroska-mux.h:
13111           Add basic tag writing support; implement releasing pads (#374658).
13112
13113 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13114
13115         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13116         (gst_matroska_demux_audio_caps):
13117           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13118
13119 2006-11-14  David Schleef  <ds@schleef.org>
13120
13121         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13122
13123 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13124
13125         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13126
13127         * win32/vs8/gst-plugins-good.sln:
13128         * win32/vs8/libgst1394.vcproj:
13129         * win32/vs8/libgstaasink.vcproj:
13130         * win32/vs8/libgstalaw.vcproj:
13131         * win32/vs8/libgstalpha.vcproj:
13132         * win32/vs8/libgstalphacolor.vcproj:
13133         * win32/vs8/libgstannodex.vcproj:
13134         * win32/vs8/libgstapetag.vcproj:
13135         * win32/vs8/libgstaudiofx.vcproj:
13136         * win32/vs8/libgstauparse.vcproj:
13137         * win32/vs8/libgstautodetect.vcproj:
13138         * win32/vs8/libgstavi.vcproj:
13139         * win32/vs8/libgstcacasink.vcproj:
13140         * win32/vs8/libgstcdio.vcproj:
13141         * win32/vs8/libgstcutter.vcproj:
13142         * win32/vs8/libgstdv.vcproj:
13143         * win32/vs8/libgsteffectv.vcproj:
13144         * win32/vs8/libgstflac.vcproj:
13145         * win32/vs8/libgstflxdec.vcproj:
13146         * win32/vs8/libgstgoom.vcproj:
13147         * win32/vs8/libgsticydemux.vcproj:
13148         * win32/vs8/libgstid3demux.vcproj:
13149         * win32/vs8/libgstjpeg.vcproj:
13150         * win32/vs8/libgstladspa.vcproj:
13151         * win32/vs8/libgstlevel.vcproj:
13152         * win32/vs8/libgstmatroska.vcproj:
13153         * win32/vs8/libgstmikmod.vcproj:
13154         * win32/vs8/libgstmng.vcproj:
13155         * win32/vs8/libgstmonoscope.vcproj:
13156         * win32/vs8/libgstmulaw.vcproj:
13157         * win32/vs8/libgstmultipart.vcproj:
13158         * win32/vs8/libgstpng.vcproj:
13159         * win32/vs8/libgstrtp.vcproj:
13160         * win32/vs8/libgstrtsp.vcproj:
13161         * win32/vs8/libgstshout2.vcproj:
13162         * win32/vs8/libgstsmpte.vcproj:
13163         * win32/vs8/libgstspeex.vcproj:
13164         * win32/vs8/libgsttaglib.vcproj:
13165         * win32/vs8/libgstudp.vcproj:
13166         * win32/vs8/libgstvideobalance.vcproj:
13167         * win32/vs8/libgstvideobox.vcproj:
13168         * win32/vs8/libgstvideoflip.vcproj:
13169         * win32/vs8/libgstvideomixer.vcproj:
13170         * win32/vs8/libgstwavenc.vcproj:
13171         * win32/vs8/libgstwavparse.vcproj:
13172           Make end-of-line returns unixy, so that when the files are checked
13173           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13174           Hopefully fixes #366492.
13175
13176 2006-11-14  Wim Taymans  <wim@fluendo.com>
13177
13178         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13179         Disable init_frames delay timestamp adjustment, it does not
13180         seem to be needed at all. Fixes #369621.
13181
13182 2006-11-13  Wim Taymans  <wim@fluendo.com>
13183
13184         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13185
13186         * gst/videomixer/videomixer.c:
13187         (gst_videomixer_set_master_geometry),
13188         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13189         (gst_videomixer_collect_free), (gst_videomixer_reset),
13190         (gst_videomixer_init), (gst_videomixer_finalize),
13191         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13192         (gst_videomixer_collected), (gst_videomixer_change_state):
13193         Fix memleak by unref'ing collectpads instance (when finalizing)
13194         Implement releasing a request pad. Fixes #374479.
13195
13196 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13197
13198         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13199
13200         * win32/vs8/gst-plugins-good.sln:
13201         * win32/vs8/libgst1394.vcproj:
13202         * win32/vs8/libgstaasink.vcproj:
13203         * win32/vs8/libgstalaw.vcproj:
13204         * win32/vs8/libgstalpha.vcproj:
13205         * win32/vs8/libgstalphacolor.vcproj:
13206         * win32/vs8/libgstannodex.vcproj:
13207         * win32/vs8/libgstapetag.vcproj:
13208         * win32/vs8/libgstaudiofx.vcproj:
13209         * win32/vs8/libgstauparse.vcproj:
13210         * win32/vs8/libgstautodetect.vcproj:
13211         * win32/vs8/libgstavi.vcproj:
13212         * win32/vs8/libgstcacasink.vcproj:
13213         * win32/vs8/libgstcdio.vcproj:
13214         * win32/vs8/libgstcutter.vcproj:
13215         * win32/vs8/libgstdv.vcproj:
13216         * win32/vs8/libgsteffectv.vcproj:
13217         * win32/vs8/libgstflac.vcproj:
13218         * win32/vs8/libgstflxdec.vcproj:
13219         * win32/vs8/libgstgoom.vcproj:
13220         * win32/vs8/libgsticydemux.vcproj:
13221         * win32/vs8/libgstid3demux.vcproj:
13222         * win32/vs8/libgstjpeg.vcproj:
13223         * win32/vs8/libgstladspa.vcproj:
13224         * win32/vs8/libgstlevel.vcproj:
13225         * win32/vs8/libgstmatroska.vcproj:
13226         * win32/vs8/libgstmikmod.vcproj:
13227         * win32/vs8/libgstmng.vcproj:
13228         * win32/vs8/libgstmonoscope.vcproj:
13229         * win32/vs8/libgstmulaw.vcproj:
13230         * win32/vs8/libgstmultipart.vcproj:
13231         * win32/vs8/libgstpng.vcproj:
13232         * win32/vs8/libgstrtp.vcproj:
13233         * win32/vs8/libgstrtsp.vcproj:
13234         * win32/vs8/libgstshout2.vcproj:
13235         * win32/vs8/libgstsmpte.vcproj:
13236         * win32/vs8/libgstspeex.vcproj:
13237         * win32/vs8/libgsttaglib.vcproj:
13238         * win32/vs8/libgstudp.vcproj:
13239         * win32/vs8/libgstvideobalance.vcproj:
13240         * win32/vs8/libgstvideobox.vcproj:
13241         * win32/vs8/libgstvideoflip.vcproj:
13242         * win32/vs8/libgstvideomixer.vcproj:
13243         * win32/vs8/libgstwavenc.vcproj:
13244         * win32/vs8/libgstwavparse.vcproj:
13245           Add VS8 project files (note that many of the plugins in ext are
13246           disabled by default). Fixes #366492.
13247
13248 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13249
13250         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13251           we do not translate debug messages
13252
13253 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13254
13255         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13256           fix categorisation, make short desc more explicit, remove unused code
13257           Fixes #372021
13258
13259 2006-11-08  Wim Taymans  <wim@fluendo.com>
13260
13261         * gst/rtp/gstrtpL16depay.c:
13262         * gst/rtp/gstrtpamrdepay.c:
13263         * gst/rtp/gstrtpamrpay.c:
13264         * gst/rtp/gstrtpgsmdepay.c:
13265         * gst/rtp/gstrtph263pay.c:
13266         * gst/rtp/gstrtph263pdepay.c:
13267         * gst/rtp/gstrtph263ppay.c:
13268         * gst/rtp/gstrtph264depay.c:
13269         * gst/rtp/gstrtpmp2tdepay.c:
13270         * gst/rtp/gstrtpmp4gdepay.c:
13271         * gst/rtp/gstrtpmp4gpay.c:
13272         * gst/rtp/gstrtpmp4vdepay.c:
13273         * gst/rtp/gstrtpmp4vpay.c:
13274         * gst/rtp/gstrtpmpadepay.c:
13275         * gst/rtp/gstrtpmpapay.c:
13276         * gst/rtp/gstrtppcmadepay.c:
13277         * gst/rtp/gstrtppcmapay.c:
13278         * gst/rtp/gstrtppcmudepay.c:
13279         * gst/rtp/gstrtppcmupay.c:
13280         * gst/rtp/gstrtpspeexdepay.c:
13281         * gst/rtp/gstrtpspeexpay.c:
13282         * gst/rtp/gstrtpsv3vdepay.c:
13283         Fix element descriptions.
13284
13285 2006-11-08  Wim Taymans  <wim@fluendo.com>
13286
13287         * gst/rtp/gstrtpvorbisdepay.c:
13288         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13289         Fix description.
13290         Small cleanup in the payloader.
13291
13292 2006-11-08  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/rtp/Makefile.am:
13295         * gst/rtp/gstrtp.c: (plugin_init):
13296         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13297         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13298         (gst_rtp_theora_depay_finalize),
13299         (gst_rtp_theora_depay_parse_configuration),
13300         (gst_rtp_theora_depay_setcaps),
13301         (gst_rtp_theora_depay_switch_codebook),
13302         (gst_rtp_theora_depay_process),
13303         (gst_rtp_theora_depay_set_property),
13304         (gst_rtp_theora_depay_get_property),
13305         (gst_rtp_theora_depay_change_state),
13306         (gst_rtp_theora_depay_plugin_init):
13307         * gst/rtp/gstrtptheoradepay.h:
13308         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13309         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13310         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13311         (gst_rtp_theora_pay_init_packet),
13312         (gst_rtp_theora_pay_flush_packet),
13313         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13314         (gst_rtp_theora_pay_handle_buffer),
13315         (gst_rtp_theora_pay_plugin_init):
13316         * gst/rtp/gstrtptheorapay.h:
13317         Add theora pay/depayloaders.
13318
13319 2006-11-06  Wim Taymans  <wim@fluendo.com>
13320
13321         * gst/rtp/Makefile.am:
13322         We depend on gsttag to generate the vorbis comments.
13323
13324         * gst/rtp/gstrtpvorbisdepay.c:
13325         (gst_rtp_vorbis_depay_parse_configuration),
13326         (gst_rtp_vorbis_depay_setcaps),
13327         (gst_rtp_vorbis_depay_switch_codebook),
13328         (gst_rtp_vorbis_depay_process):
13329         * gst/rtp/gstrtpvorbisdepay.h:
13330         Parse configuration string in the depayloader.
13331         Implement selecting and switching to a new codebook.
13332         Receiving vorbis over RTP now works.
13333
13334         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13335         (gst_rtp_vorbis_pay_init_packet),
13336         (gst_rtp_vorbis_pay_finish_headers),
13337         (gst_rtp_vorbis_pay_handle_buffer):
13338         * gst/rtp/gstrtpvorbispay.h:
13339         Set timestamps on outgoing buffers and RTP packets.
13340         Fix configuration string, prepend number of Packet headers.
13341         Fix encoding of ident string.
13342         Add delivery-method to caps.
13343         Streaming vorbis over RTP now works.
13344
13345 2006-11-06  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13348         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13349         (gst_rtp_vorbis_pay_handle_buffer):
13350         * gst/rtp/gstrtpvorbispay.h:
13351         Generate a valid configuration string in the caps based on the
13352         vorbis headers.
13353
13354 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13355
13356         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13357         * ext/cdio/gstcdio.h:
13358         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13359           Move CD-TEXT utility function into common file so it can also be
13360           used by a future cdioparanoiasrc.
13361
13362 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13363         
13364         * sys/v4l2/Makefile.am:
13365         * sys/v4l2/gstv4l2object.c:
13366         * sys/v4l2/gstv4l2src.c:
13367         * sys/v4l2/gstv4l2xoverlay.c:
13368         * sys/v4l2/v4l2_calls.c:
13369         * sys/v4l2/v4l2src_calls.c:
13370         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13371         xoverlay code that is still not implemented.
13372
13373 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13376           We require a -base more recent than 0.10.9, so it's safe to use
13377           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13378
13379         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13380         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13381           Use _newsegment_full() now that we depend on a recent enough core.
13382
13383         * gst/wavparse/gstwavparse.c:
13384           Remove cruft that we don't need any longer now that we depend on
13385           a recent enough -base.
13386
13387 2006-10-31  Wim Taymans  <wim@fluendo.com>
13388
13389         * gst/rtp/Makefile.am:
13390         * gst/rtp/gstrtp.c: (plugin_init):
13391         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13392         (gst_rtpilbcpay_setcaps):
13393         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13394
13395 2006-10-31  Wim Taymans  <wim@fluendo.com>
13396
13397         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13398         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13399         Some small cleanups, use _scale.
13400
13401 2006-10-31  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13404         Use higher precision scale function.
13405
13406 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13407
13408         Patch by: Michal Benes  <michal dot benes at itonis tv>
13409
13410         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13411         (gst_matroska_demux_read_track_encodings),
13412         (gst_matroska_decode_buffer):
13413           Fix several issues with encoded/compressed/encrypted/signed tracks;
13414           also, remove superfluous newline characters from some debug
13415           statements. (#366155)
13416
13417 2006-10-30  Wim Taymans  <wim@fluendo.com>
13418
13419         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13420         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13421         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13422         (gst_smokedec_change_state):
13423         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13424         (gst_smokeenc_init), (gst_smokeenc_finalize),
13425         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13426         (gst_smokeenc_resync), (gst_smokeenc_chain),
13427         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13428         (gst_smokeenc_change_state):
13429         Various cleanups, capsnego and leak fixes.
13430
13431 2006-10-30  Wim Taymans  <wim@fluendo.com>
13432
13433         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13434
13435         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13436         Fix videomixer so that it can handle any combination of framerates.
13437         Fixes #367221.
13438
13439 2006-10-28  Wim Taymans  <wim@fluendo.com>
13440
13441         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13442         (gst_avi_demux_parse_file_header),
13443         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13444         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13445         (gst_avi_demux_chain):
13446         Fix position query for audio. also fixes timestamps in streaming
13447         mode and bug #364958.
13448         Small cleanups.
13449
13450 2006-10-27  Wim Taymans  <wim@fluendo.com>
13451
13452         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13453         * ext/libpng/gstpngenc.h:
13454         Fix strides. Fixes #364856.
13455         Cleanup capsnego.
13456         Set caps on outgoing buffers.
13457
13458 2006-10-18  Wim Taymans  <wim@fluendo.com>
13459
13460         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13461
13462         * gst/rtp/gstrtpgsmpay.c:
13463         * gst/rtp/gstrtph263pay.c:
13464         * gst/rtp/gstrtpmpapay.c:
13465         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13466         (gst_rtp_pcma_pay_handle_buffer):
13467         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13468         Add static payload numbers in addition to the dynamic ones.
13469         Fixes #361639.
13470
13471 2006-10-18  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13474         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13475         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13476         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13477         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13478         * gst/rtsp/rtspdefs.h:
13479         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13480         * gst/rtsp/rtspurl.h:
13481         Reuse already existing enum for lower transport.
13482         Add rtspt and rtspu protocols.
13483         Send redirect to rtspt when udp times out.
13484
13485 2006-10-18  Wim Taymans  <wim@fluendo.com>
13486
13487         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13488         (gst_wavparse_stream_data):
13489         Fix seeking some more, mostly for speed changes.
13490
13491 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         Patch by: Fredrik Persson  <frepe at bredband net>
13494
13495         * sys/v4l2/gstv4l2tuner.c:
13496         * sys/v4l2/gstv4l2tuner.h:
13497           Fix _set_channel(): remove useless g_object_notify() for "channel"
13498           property that doesn't exist any longer and therefore now also
13499           useless redirect (#338818).
13500
13501 2006-10-17  Wim Taymans  <wim@fluendo.com>
13502
13503         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13504         Some drivers do not support unsetting the non-blocking flag once the
13505         device is opened. In those cases, close/open the device in
13506         non-blocking mode. Fixes #362673.
13507
13508 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13509
13510         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13511         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13512         (gst_v4l2src_get_fps):
13513           dear stefan, framespersecond is not frameperiod, reverting but adding
13514           comment
13515
13516 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13517
13518         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13519         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13520         (gst_v4l2src_get_fps):
13521           Numerator is numerator and denominator is denominator. Say that aloud
13522           5 times and retry after next beer.
13523
13524 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13525
13526         Patch by: Josep Torra Valles  <josep at fluendo com>
13527
13528         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13529         * ext/esd/esdsink.c: (gst_esdsink_write):
13530         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13531         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13532         (gst_flac_dec_send_newsegment):
13533         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13534         (gst_flac_enc_tell_callback):
13535         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13536         (smokecodec_parse_header), (smokecodec_decode):
13537         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13538         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13539         * gst/goom/Makefile.am:
13540         * gst/goom/gstgoom.c:
13541         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13542         * gst/rtsp/gstrtspsrc.c:
13543         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13544         * gst/udp/gstudpsink.c:
13545         * gst/udp/gstudpsrc.c:
13546         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13547         * sys/sunaudio/gstsunaudiomixertrack.h:
13548           Fix a bunch of problems discovered by the Forte compiler, mostly type
13549           mixups and pointer arithmetics with void pointers. Fixes #362603.
13550
13551 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13552
13553         * ext/speex/gstspeex.c: (plugin_init):
13554         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13555         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13556         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13557         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13558         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13559         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13560         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13561         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13562         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13563         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13564         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13565         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13566         * ext/speex/gstspeexenc.h:
13567           Miscellaneous clean-ups, among other things: speexenc => enc to
13568           enhance code readability; change speexenc => speex_enc; in chain
13569           function unref input buffer in case of error; take reference in
13570           event function; use boilerplate macro; use gst_pad_query_peer_*
13571           convenience functions.
13572
13573 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13574
13575         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13576         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13577         (gst_speexenc_set_header_on_caps):
13578           Fix some mem leaks.
13579
13580 2006-10-11  Wim Taymans  <wim@fluendo.com>
13581
13582         * gst/rtsp/URLS:
13583         Added some other URL.
13584
13585         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13586         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13587         (gst_rtspsrc_open), (gst_rtspsrc_play),
13588         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13589         * gst/rtsp/gstrtspsrc.h:
13590         Work on fallback to TCP connection when the UDP socket times out.
13591         Handler server requests, just reply with OK for now.
13592
13593         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13594         * gst/rtsp/rtspdefs.h:
13595         Added some more Real extension headers.
13596
13597         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13598         Fix parsing of urls with a ':' that is not part of the hostname:port
13599         part of the url.
13600
13601 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13602
13603         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13604         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13605         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13606           Activate pad before adding it to the already-running element.
13607
13608         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13609           Activate newly-created pad too.
13610
13611 2006-10-11  Wim Taymans  <wim@fluendo.com>
13612
13613         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13614
13615         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13616         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13617         (gst_udpsrc_start):
13618         Fix some leaks in caps and uris. Fixes #361252.
13619
13620 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13621
13622         * gst/wavparse/Makefile.am:
13623           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13624
13625 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13626
13627         * sys/v4l2/gstv4l2xoverlay.c:
13628         * sys/v4l2/gstv4l2xoverlay.h:
13629         Fix build as per the patch in #338818 comment 36.
13630
13631 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13632
13633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13634           Activate pads before adding them to the source.
13635
13636 2006-10-06  Wim Taymans  <wim@fluendo.com>
13637
13638         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13639         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13640         Activate pads before adding.
13641
13642 2006-10-06  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13645         (gst_multipart_find_pad_by_mime):
13646         Activate pads before adding.
13647
13648         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13649         BOILERPLATE sets parent_class for us.
13650
13651 2006-10-06  Wim Taymans  <wim@fluendo.com>
13652
13653         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13654         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13655         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13656         (gst_rtspsrc_alloc_udp_ports),
13657         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13658         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13659         (gst_rtspsrc_create_transports_string),
13660         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13661         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13662         * gst/rtsp/gstrtspsrc.h:
13663         Rework how the transport string is constructed, try to share channels
13664         and udp ports.
13665         Make most of the stuff less dependant on RTP as we are also going to use
13666         it for RDT.
13667         Add support for transport specific session managers.
13668
13669         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13670         Implement _flush().
13671
13672         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13673         * gst/rtsp/rtspdefs.h:
13674         Add generic error return code.
13675
13676         * gst/rtsp/rtspext.h:
13677         Add support for pluggable tranport strings.
13678
13679         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13680         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13681         (rtsp_ext_wms_get_context):
13682         Detect WMServer and activate the extension.
13683
13684         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13685         (rtsp_transport_get_manager), (rtsp_transport_parse):
13686         * gst/rtsp/rtsptransport.h:
13687         Added methods to get mime/manager for certain transports.
13688
13689 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13690
13691         * ext/cairo/gsttimeoverlay.c:
13692         (gst_cairo_time_overlay_update_font_height):
13693         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13694         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13695         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13696         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13697         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13698         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13699         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13700         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13701         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13702         (gst_avi_demux_stream_data):
13703         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13704         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13705         (gst_fenced_buffer_copy):
13706         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13709         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13710         (gst_rtspsrc_handle_message):
13711         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13712         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13713           Printf format fixes.
13714
13715 2006-10-04  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/rtsp/Makefile.am:
13718         Dist new .h file too.
13719
13720 2006-10-04  Wim Taymans  <wim@fluendo.com>
13721
13722         * gst/rtsp/Makefile.am:
13723         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13724         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13725         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13726         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13727         (gst_rtspsrc_parse_rtpmap),
13728         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13729         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13730         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13731         * gst/rtsp/gstrtspsrc.h:
13732         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13733         * gst/rtsp/rtspdefs.h:
13734         * gst/rtsp/rtspext.h:
13735         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13736         (rtsp_ext_wms_get_context):
13737         * gst/rtsp/rtspextwms.h:
13738         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13739         (rtsp_transport_parse):
13740         * gst/rtsp/rtsptransport.h:
13741         Factor out extension in separate module.
13742         Fix getcaps to filter against the padtemplate.
13743         Use Content-Base if the server gives one.
13744         Rework the transport parsing a bit for future extensions.
13745         Added some Real Header field definitions.
13746
13747 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13748
13749         * docs/plugins/Makefile.am:
13750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13752           added v4l2 stubs
13753         * gst-plugins-good.spec.in:
13754           add v4l2
13755
13756 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13757
13758         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13759           Extract disc/album/medium number and count and try harder
13760           to extract track number/count.
13761
13762 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13763
13764         * configure.ac:
13765         * sys/Makefile.am:
13766           add build stuff for v4l2, needs --enable-experimental until
13767           the last bits are resolved
13768
13769 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13770
13771         * tests/check/Makefile.am:
13772           Disable autodetect test temporarily, so that the build bots
13773           update -bad and the ranks of unreliable video sinks in there.
13774
13775         * tests/check/elements/autodetect.c: (GST_START_TEST):
13776           Skip test if no usable videosink is found.
13777
13778 2006-09-29  Wim Taymans  <wim@fluendo.com>
13779
13780         * gst/rtsp/URLS:
13781         Add some more URLs.
13782
13783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13784         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13785         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13786         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13787         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13788         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13789         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13790         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13791         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13792         * gst/rtsp/gstrtspsrc.h:
13793         Add timeout property to control UDP timeouts.
13794         Fix error messages.
13795         Also start a loop function when operating in UDP mode so that we can
13796         do some more stuff async.
13797         Handle element messages from udpsrc to detect timeouts. If a timeout
13798         happens we currently generate an error.
13799         API: rtspsrc::timeout property.
13800
13801         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13802         (gst_udpsrc_create):
13803         Really implement the timeout in microseconds and not milliseconds.
13804
13805 2006-09-29  Wim Taymans  <wim@fluendo.com>
13806
13807         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13808         (gst_udpsrc_create), (gst_udpsrc_set_property),
13809         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13810         * gst/udp/gstudpsrc.h:
13811         Added property to post a message on timeout.
13812         Updated docs.
13813         When restarting the select, initialize the fdsets again.
13814         Init control sockets so we don't accidentally close a random socket.
13815         API: GstUDPSrc::timeout property
13816
13817 2006-09-29  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13820         Fix flag registration.
13821
13822         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13823         Reading 0 also means 'no more commands'
13824
13825 2006-09-29  Wim Taymans  <wim@fluendo.com>
13826
13827         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13828
13829         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13830         Fix possible infinite loop when shutting down, a read can also return
13831         0 to indicate no more messages are available. Fixes #358156.
13832
13833 2006-09-25  Wim Taymans  <wim@fluendo.com>
13834
13835         * gst/autodetect/gstautoaudiosink.c:
13836         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13837         (gst_auto_audio_sink_find_best):
13838         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13839         Small cleanups.
13840         don't try to set "sync" property when it is not available.
13841
13842 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13843
13844         Patch by: Peter Kjellerstedt  <pkj at axis com>
13845
13846         * gst/alpha/gstalpha.c:
13847         * gst/rtp/gstrtpamrdepay.c:
13848         * gst/rtsp/gstrtspsrc.c:
13849         * gst/udp/gstudpsrc.c:
13850         * gst/videomixer/videomixer.c:
13851           Include stdlib.h in some more places, makes things compile
13852           with uClibc and -Werror (#357592).
13853
13854 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13855
13856         * ext/jpeg/gstjpegdec.c:
13857           Set minimum height to 8 (from 16), our code should handle
13858           that fine. Some of the buttons on the apple trailer site
13859           are apparently only 15 pixels high (see #357470).
13860
13861 2006-09-23  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13864         (gst_rtspsrc_open):
13865         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13866         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13867         (rtsp_connection_receive):
13868         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13869         * gst/rtsp/rtspdefs.h:
13870         Improve error reporting.
13871
13872 2006-09-23  Wim Taymans  <wim@fluendo.com>
13873
13874         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13875         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13876         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13877         * gst/rtp/gstrtpdepay.c:
13878         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13879         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13880         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13881         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13882         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13883         (gst_rtp_mp2t_depay_plugin_init):
13884         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13885         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13886         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13887         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13888         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13889         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13890         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13891         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13892         Fix klass typos.
13893         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13894
13895 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13896
13897         * configure.ac:
13898           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13899
13900 2006-09-22  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13903         Don't check for a tag that is never there and check if we read the
13904         correct tag. Fixes seeking again.
13905         We must post an error when all pads are unlinked.
13906
13907 2006-09-22  Wim Taymans  <wim@fluendo.com>
13908
13909         * gst/rtp/Makefile.am:
13910         * gst/rtp/gstrtp.c: (plugin_init):
13911         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13912         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13913         (gst_rtp_vorbis_pay_reset_packet),
13914         (gst_rtp_vorbis_pay_init_packet),
13915         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13916         (gst_rtp_vorbis_pay_handle_buffer):
13917         More fixage, set endoder-params correctly in the payloader.
13918
13919 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13920
13921         * gst/autodetect/gstautoaudiosink.c:
13922         (gst_auto_audio_sink_base_init):
13923         * gst/autodetect/gstautovideosink.c:
13924         (gst_auto_video_sink_base_init):
13925           Make static pad templates static to appease valgrind's leak
13926           detector.
13927
13928         * tests/check/Makefile.am:
13929         * tests/check/elements/.cvsignore:
13930         * tests/check/elements/autodetect.c: (GST_START_TEST),
13931         (autodetect_suite):
13932           Add simple test for the ghostpad lockup on shutdown fixed in core
13933           CVS (audio bit disabled because it would need dozens of alsa
13934           suppressions and I'm too lazy to add those now).
13935
13936 2006-09-22  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13939         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13940         Small cleanups.
13941
13942         * gst/rtp/Makefile.am:
13943         * gst/rtp/gstrtp.c: (plugin_init):
13944         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13945         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13946         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13947         (gst_rtp_vorbis_depay_process),
13948         (gst_rtp_vorbis_depay_set_property),
13949         (gst_rtp_vorbis_depay_get_property),
13950         (gst_rtp_vorbis_depay_change_state),
13951         (gst_rtp_vorbis_depay_plugin_init):
13952         * gst/rtp/gstrtpvorbisdepay.h:
13953         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13954         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13955         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13956         (gst_rtp_vorbis_pay_flush_packet),
13957         (gst_rtp_vorbis_pay_append_buffer),
13958         (gst_rtp_vorbis_pay_handle_buffer),
13959         (gst_rtp_vorbis_pay_plugin_init):
13960         * gst/rtp/gstrtpvorbispay.h:
13961         Add experimental vorbis pay and depayloaders.
13962
13963 2006-09-21  Wim Taymans  <wim@fluendo.com>
13964
13965         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13966         Fix profile-level-id parsing and setup.
13967
13968 2006-09-21  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/udp/README:
13971         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13972         Update README, simple cleanup.
13973
13974 2006-09-21  Wim Taymans  <wim@fluendo.com>
13975
13976         * gst/rtp/README:
13977         Update README with some examples.
13978
13979         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13980         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13981         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13982         (gst_rtp_mp4g_pay_setcaps):
13983         * gst/rtp/gstrtpmp4gpay.h:
13984         Make optional RTP parameters of type STRING, as required by the
13985         application/x-rtp caps specification.
13986
13987 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13988
13989         * gst/rtp/gstrtph263pdepay.c:
13990         * gst/rtp/gstrtph263ppay.c:
13991         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13992         RTP header.
13993
13994 2006-09-20  Wim Taymans  <wim@fluendo.com>
13995
13996         * gst/rtp/Makefile.am:
13997         And makefile too.
13998
13999 2006-09-20  Wim Taymans  <wim@fluendo.com>
14000
14001         * gst/rtp/gstrtp.c: (plugin_init):
14002         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
14003         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
14004         (decode_base64), (gst_rtp_asf_depay_setcaps),
14005         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
14006         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
14007         (gst_rtp_asf_depay_plugin_init):
14008         * gst/rtp/gstrtpasfdepay.h:
14009         Added preliminary ASF depayloader.
14010
14011         * gst/rtp/gstrtph264depay.c: (decode_base64):
14012         Fix base64 decoding.
14013
14014 2006-09-20  Wim Taymans  <wim@fluendo.com>
14015
14016         * gst/rtsp/URLS:
14017         Added some test URLS.
14018
14019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14020         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14021         * gst/rtsp/gstrtspsrc.h:
14022         When creating streams, give access to the complete SDP.
14023         Fix some leaks.
14024         Collect and merge global stream properties in stream caps.
14025         Preliminary support for WMServer.
14026
14027         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14028         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14029         (rtsp_connection_receive):
14030         * gst/rtsp/rtspconnection.h:
14031         Make connection interruptable.
14032         Refactor to make it reconnectable.
14033         Don't fail on short reads when reading data packets.
14034
14035         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14036         (rtsp_url_get_port):
14037         * gst/rtsp/rtspurl.h:
14038         Add methods for getting/setting the port.
14039
14040         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14041         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14042         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14043         (sdp_media_get_format), (sdp_parse_line),
14044         (sdp_message_parse_buffer):
14045         Fix headers. 
14046         Add methods for getting multiple attributes with the same name.
14047         Increase buffer size when parsing.
14048         Fix parsing of a=foo fields.
14049
14050         * gst/rtsp/test.c: (main):
14051         Update to new connection API.
14052
14053         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14054         (rtsp_message_init_response), (rtsp_message_init_data),
14055         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14056         * gst/rtsp/rtspmessage.h:
14057         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14058         * gst/rtsp/rtsptransport.h:
14059         * gst/rtsp/sdp.h:
14060         * gst/rtsp/sdpmessage.h:
14061         * gst/rtsp/gstrtsp.c:
14062         * gst/rtsp/gstrtsp.h:
14063         * gst/rtsp/gstrtpdec.c:
14064         * gst/rtsp/gstrtpdec.h:
14065         * gst/rtsp/rtsp.h:
14066         * gst/rtsp/rtspdefs.c:
14067         * gst/rtsp/rtspdefs.h:
14068         Dual licensed under MIT and LGPL now.
14069
14070 2006-09-19  Wim Taymans  <wim@fluendo.com>
14071
14072         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14073         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14074         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14075         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14076         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14077         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14078         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14079         * gst/rtsp/gstrtspsrc.h:
14080         Reorganize stream parsing and creation.
14081         Detect container formats in interleaved mode.
14082         Keep more state about the streams.
14083         Assume a server also supports PLAY if it does not say.
14084         Add unicast and interleaved properties to TCP transport requests to make
14085         some servers happy (WMServer).
14086
14087         * gst/rtsp/sdpmessage.h:
14088         Add some defines for the standard Bandwidth types.
14089
14090 2006-09-19  Wim Taymans  <wim@fluendo.com>
14091
14092         * gst/rtsp/test.c: (main):
14093         Fix build.
14094
14095 2006-09-19  Wim Taymans  <wim@fluendo.com>
14096
14097         * gst/wavparse/gstwavparse.c:
14098         Add ms-gsm to the src template.
14099
14100 2006-09-18  Wim Taymans  <wim@fluendo.com>
14101
14102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14103         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14104         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14105         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14106         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14107         * gst/rtsp/gstrtspsrc.h:
14108         Small cleanups, added documentation.
14109         Try to clean up the requests and responses.
14110         Refactor parsing the supported methods.
14111
14112         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14113         (rtsp_connection_create), (rtsp_connection_send),
14114         (parse_response_status), (parse_request_line),
14115         (rtsp_connection_receive), (rtsp_connection_close),
14116         (rtsp_connection_free):
14117         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14118         (rtsp_transport_init), (rtsp_transport_parse),
14119         (rtsp_transport_free):
14120         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14121         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14122         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14123         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14124         Use g_return_val some more.
14125
14126         * gst/rtsp/rtspdefs.h:
14127         Add more enum values to track initial states.
14128
14129         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14130         (rtsp_message_init_request), (rtsp_message_new_response),
14131         (rtsp_message_init_response), (rtsp_message_init_data),
14132         (rtsp_message_unset), (rtsp_message_free),
14133         (rtsp_message_add_header), (rtsp_message_remove_header),
14134         (rtsp_message_get_header), (rtsp_message_set_body),
14135         (rtsp_message_take_body), (rtsp_message_get_body),
14136         (rtsp_message_steal_body), (rtsp_message_dump):
14137         * gst/rtsp/rtspmessage.h:
14138         Reorder arguments, object goes as the first one.
14139         Use g_return_val some more.
14140
14141 2006-09-18  Wim Taymans  <wim@fluendo.com>
14142
14143         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14144         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14145         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14146         * gst/rtsp/gstrtspsrc.h:
14147         Export sometimes source pad with correct caps on the template, create
14148         the ghostpad from the template.
14149         Remove RTCP template as we never expose RTCP.
14150         Protect against invalid body size.
14151         Avoid memcpy when creating the output buffer.
14152         Properly post an error and send EOS when the loop function is shut down.
14153
14154 2006-09-18  Wim Taymans  <wim@fluendo.com>
14155
14156         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14157
14158         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14159         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14160         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14161         * gst/rtsp/gstrtspsrc.h:
14162         Make sure we can never set an invalid location.
14163
14164         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14165         * gst/rtsp/rtspmessage.h:
14166         Added _steal_body method for future use.
14167
14168         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14169         Make freeing of NULL url return immediatly.
14170
14171 2006-09-18  Wim Taymans  <wim@fluendo.com>
14172
14173         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14174
14175         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14176         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14177         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14178         (gst_rtspsrc_change_state):
14179         * gst/rtsp/gstrtspsrc.h:
14180         Use boilerplate.
14181         Make rtspsrc subclass GstBin to make state changes easier.
14182         Add Range header field on the PLAY request.
14183
14184 2006-09-18  Wim Taymans  <wim@fluendo.com>
14185
14186         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14187
14188         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14189         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14190         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14191         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14192         * gst/rtsp/rtspconnection.c: (inet_aton):
14193         Small cleanups.
14194         when multicast is selected as the transport, create UDP sources and
14195         connect to the multicast group.
14196         Move parsing and setting of caps to a common place.
14197         Fixes #349894.
14198
14199 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14200
14201         * ext/flac/gstflactag.c:
14202         * gst/alpha/gstalpha.c:
14203         * gst/debug/breakmydata.c:
14204         * gst/debug/negotiation.c:
14205         * gst/debug/testplugin.c:
14206         * gst/effectv/gstaging.c:
14207         * gst/effectv/gstdice.c:
14208         * gst/effectv/gstedge.c:
14209         * gst/effectv/gstquark.c:
14210         * gst/effectv/gstrev.c:
14211         * gst/effectv/gstshagadelic.c:
14212         * gst/effectv/gstvertigo.c:
14213         * gst/effectv/gstwarp.c:
14214         * gst/multipart/multipartdemux.c:
14215         * gst/multipart/multipartmux.c:
14216         * gst/videobox/gstvideobox.c:
14217         * gst/videofilter/gstgamma.c:
14218         * gst/videofilter/gstvideotemplate.c:
14219         * gst/videomixer/videomixer.c:
14220         * sys/sunaudio/gstsunaudiosrc.h:
14221         More G_OBJECT macro fixing.
14222
14223 2006-09-16  Wim Taymans  <wim@fluendo.com>
14224
14225         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14226
14227         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14228         Correctly set the dwLength in strh.
14229         With this patch, the file duration is now displayed correctly in window
14230         media player and the AVI plays completely. Fixes #356147
14231
14232 2006-09-15  Wim Taymans  <wim@fluendo.com>
14233
14234         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14235
14236         * sys/sunaudio/gstsunaudiomixerctrl.c:
14237         (gst_sunaudiomixer_ctrl_build_list):
14238         Set the output track as the MASTER so that the gnome-settings-daemon
14239         keybindings for changing the volume using the keyboard works.
14240         Fixes #356142.
14241
14242 2006-09-15  Wim Taymans  <wim@fluendo.com>
14243
14244         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14245         Fix documentation, it is not possible to control the framerate of jpegdec
14246         using filtered caps yet. Fixes #355210.
14247         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14248         stop when there is an error.
14249
14250 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14251
14252         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14253         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14254           Don't interpret a first buffer with an offset of NONE as
14255           'from the middle of the stream', but only a first buffer
14256           that has a valid buffer offset that's non-zero (see #345449).
14257
14258 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14259
14260         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14261         (gst_icydemux_typefind_or_forward):
14262         * gst/icydemux/gsticydemux.h:
14263           When we merge/collect multiple incoming buffers for typefinding
14264           purposes, keep an initial 0 offset on the first outgoing buffer
14265           as well (otherwise id3demux won't work right). Fixes #345449.
14266           Also Make buffer metadata writable before setting buffer caps.
14267
14268         * tests/check/elements/icydemux.c: (typefind_succeed),
14269         (cleanup_icydemux), (push_data), (GST_START_TEST),
14270         (icydemux_suite):
14271           Small test case for the above.
14272
14273 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14274
14275         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14276         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14277         (gst_avi_demux_stream_header_push),
14278         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14279         (gst_avi_demux_loop):
14280           More code reuse and better logging in _peek_chunk(). Reintroduce check
14281           for chunk sizes before reading them (avoid oom). Better handling for 
14282           invalid chunksizes when streaming.
14283
14284 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14285
14286         * gst/level/gstlevel.c: (gst_level_set_property):
14287         * gst/level/gstlevel.h:
14288           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14289           René Stadler
14290
14291 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14292
14293         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14294         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14295         (gst_avi_demux_stream_data):
14296           Revert one change to fix streaming avi (adapter size != data size).
14297
14298 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14299
14300         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14301
14302         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14303         (gst_matroska_demux_reset),
14304         (gst_matroska_demux_read_track_encodings),
14305         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14306         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14307         (gst_matroska_demux_subtitle_caps):
14308         * gst/matroska/matroska-ids.h:
14309           Add support for VOBSUB subtitle tracks and zlib-compressed
14310           tracks. Make sure we start on a keyframe after a seek. (#343348)
14311
14312 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14313
14314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14315         (gst_matroska_demux_push_flac_codec_priv_data),
14316         (gst_matroska_demux_push_xiph_codec_priv_data),
14317         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14318         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14319         * gst/matroska/matroska-ids.h:
14320           Add basic FLAC support (#311586), not perfect yet though, needs some
14321           tweaking in flacdec; also, seeking could be better.
14322           Do better bounds checking when deserialising vorbis stream headers
14323           to make sure we don't read beyond the end of the buffer on bad input.
14324
14325 2006-09-04  Wim Taymans  <wim@fluendo.com>
14326
14327         Patch by: Alessandro Decina <alessandro at nnva dot org>
14328
14329         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14330         Seeking back in a file containing a CMML stream errors out if the seek
14331         goes back up to the CMML headers. This is because after the seek the xml
14332         processing instruction <?xml ...?> is submitted to the xml parser again, 
14333         which results in an error. The attached patch fixes the problem. 
14334         Fixes #353908.
14335
14336         * ext/annodex/gstcmmlenc.h:
14337         Fix authors name.
14338
14339
14340 2006-08-28  Andy Wingo  <wingo@pobox.com>
14341
14342         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14343         New helper function to lessen the ifdefs.
14344         (GST_INFO_OBJECT): 
14345         (gst_dv1394src_iso_receive): Use it.
14346         (gst_dv1394src_create): Also use the control sockets in iec61883
14347         mode.
14348         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14349         handle for AVC operations; fixes #348233.
14350
14351 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14352
14353         * configure.ac:
14354         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14355         * docs/plugins/inspect/plugin-audiofx.xml:
14356         * docs/plugins/inspect/plugin-audiofxgood.xml:
14357         * gst/audiofx/Makefile.am:
14358         * gst/audiofx/audiofx.c:
14359         * gst/audiofxgood/.cvsignore:
14360         * gst/audiofxgood/Makefile.am:
14361         * gst/audiofxgood/audiofx.c:
14362         * gst/audiofxgood/audiopanorama.c:
14363         * gst/audiofxgood/audiopanorama.h:
14364           Rename again (audiofxgood -> audiofx).
14365
14366 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14367
14368         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14369         (gst_avi_demux_stream_scan):
14370           Initialze variables.
14371
14372 2006-08-25  Wim Taymans  <wim@fluendo.com>
14373
14374         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14375         (gst_avi_demux_init), (gst_avi_demux_finalize),
14376         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14377         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14378         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14379         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14380         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14381         (gst_avi_demux_massage_index),
14382         (gst_avi_demux_calculate_durations_from_index),
14383         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14384         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14385         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14386         (gst_avi_demux_change_state):
14387         * gst/avi/gstavidemux.h:
14388         More attempts to turn this into readable code.
14389         Don't leak adapters.
14390         Calculate duration according to index more efficiently.
14391         Don't try to act like we drive the pipeline in chain mode.
14392
14393 2006-08-25  Wim Taymans  <wim@fluendo.com>
14394
14395         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14396         Fix build.
14397
14398 2006-08-25  Wim Taymans  <wim@fluendo.com>
14399
14400         Patch by: Alessandro Decina <alessandro at nnva dot org>
14401
14402         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14403         Do some extra sanity checks.
14404         Fixes #350340.
14405
14406         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14407         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14408         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14409         Check if clip->start_time is valid before adding the clip to the
14410         track list.
14411         Reset enc->preamble going from PAUSED to READY.
14412         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14413         only used for EOS.
14414         Only post an error message if we were the one that created the fatal
14415         GstFlowReturn value.
14416
14417         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14418         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14419         Parse the seconds field of the npt-sec time format using %llu rather than
14420         %d and check that the value scaled by GST_SECOND doesn't overflow.
14421         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14422         Lookup a clip's track with clip->track rather than clip->id which
14423         makes no sense.
14424         Identify a clip by its track and start time and not its xml id.
14425         do some more input checking and make sure we don't do undefined shifts.
14426
14427         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14428         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14429         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14430         (push_clip), (push_empty_clip), (check_output_clip),
14431         (GST_START_TEST), (cmmldec_suite):
14432         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14433         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14434         (check_headers), (push_clip), (check_clip_times), (check_clip),
14435         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14436         Added some more checks.
14437
14438 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14439
14440         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14441         (gst_audio_panorama_set_property),
14442         (gst_audio_panorama_get_property),
14443         (gst_audio_panorama_transform_m2s_int),
14444         (gst_audio_panorama_transform_s2s_int),
14445         (gst_audio_panorama_transform_m2s_float),
14446         (gst_audio_panorama_transform_s2s_float):
14447         * gst/audiofxgood/audiopanorama.h:
14448         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14449           Make also the pan-property float (saves scaling and yields better
14450           resolution)
14451
14452 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14453
14454         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14455         (gst_audio_panorama_transform_m2s_float),
14456         (gst_audio_panorama_transform_s2s_float):
14457           ChangeLog surgery to add cymax's real name
14458
14459
14460 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14461
14462         Patch by: René Stadler <mail@renestadler.de>
14463
14464         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14465         (gst_audio_panorama_transform_m2s_int),
14466         (gst_audio_panorama_transform_s2s_int),
14467         (gst_audio_panorama_transform_m2s_float),
14468         (gst_audio_panorama_transform_s2s_float),
14469         (gst_audio_panorama_transform):
14470         * gst/audiofxgood/audiopanorama.h:
14471           Added float support
14472
14473 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14474
14475         * gst/audiofxgood/audiopanorama.c:
14476         (gst_audio_panorama_transform_m2s):
14477           Fix docs & debug category. Add Fixme for volume pan levels.
14478
14479 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14480
14481         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14482         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14483         (gst_avi_demux_stream_header_pull),
14484         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14485         (gst_avi_demux_chain):
14486           unbreak AVI index handling, some more debug, remove an obsolete
14487           adapter_flush that caused streaming to wander off in the wild
14488
14489 2006-08-24  Wim Taymans  <wim@fluendo.com>
14490
14491         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14492         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14493         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14494         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14495         (gst_avi_demux_calculate_durations_from_index),
14496         (gst_avi_demux_stream_header_push),
14497         (gst_avi_demux_stream_header_pull):
14498         * gst/avi/gstavidemux.h:
14499         Some more cleanups. 
14500         Fix totalFrames parsing in ODML.
14501         Disable use of index for length calculation in case of ODML as this is
14502         broken now.
14503
14504 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14505
14506         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14507           Use libgsttag helper function here too.
14508
14509 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14510
14511         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14512         (gst_avi_demux_init), (gst_avi_demux_dispose),
14513         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14514         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14515         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14516         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14517         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14518         (gst_avi_demux_parse_subindex),
14519         (gst_avi_demux_read_subindexes_push),
14520         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14521         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14522         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14523         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14524         (gst_avi_demux_stream_header_pull),
14525         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14526         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14527         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14528         (gst_avi_demux_change_state):
14529         * gst/avi/gstavidemux.h:
14530           Initial streaming support for avidemux (fixes #336465)
14531
14532 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14533
14534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14535           There is no taglibmux element ...
14536
14537         * gst/rtsp/gstrtspsrc.c:
14538           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14539           was complaining about unknown entity here.
14540
14541 2006-08-22  Wim Taymans  <wim@fluendo.com>
14542
14543         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14544         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14545         (gst_avi_demux_process_next_entry):
14546         * gst/avi/gstavidemux.h:
14547         Mark DISCONT.
14548         Remove old unused fields and reorder the struct a bit.
14549
14550 2006-08-22  Wim Taymans  <wim@fluendo.com>
14551
14552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14553         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14554         (gst_rtspsrc_pause):
14555         * gst/rtsp/gstrtspsrc.h:
14556         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14557         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14558         Small documentation updates.
14559
14560 2006-08-22  Wim Taymans  <wim@fluendo.com>
14561
14562         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14563         (gst_avi_demux_index_entry_for_time),
14564         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14565         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14566         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14567         (gst_avi_demux_next_data_buffer),
14568         (gst_avi_demux_calculate_durations_from_index),
14569         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14570         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14571         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14572         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14573         * gst/avi/gstavidemux.h:
14574         Precalc most of the duration query for each stream.
14575         Make seeking more correct.
14576         Use GstSegment to track position and duration.
14577         Code cleanups and leak fixes.
14578         Calculate correct total duration based on index length.
14579
14580 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14581
14582         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14583         (parse_insert_string_field):
14584           If strings in text fields are marked ISO8859-1, but contain
14585           valid UTF-8 already, then handle them as UTF-8 and ignore
14586           the encoding. (#351794)
14587
14588 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14589
14590         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14591         (gst_flac_dec_write), (gst_flac_dec_loop),
14592         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14593         (gst_flac_dec_src_query):
14594         * ext/flac/gstflacdec.h:
14595           Make flac-in-ogg work (#352100).
14596
14597 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14600           Don't unref buffers of which we've already given away
14601           ownership to the adapter.
14602
14603 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14606           Make metadata extraction actually work.
14607
14608         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14609         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14610         (gst_speexenc_chain):
14611           Fix metadata writing: replace old code which wrote completely
14612           broken tags with libgsttag-based code. Plus miscellaneous
14613           code cleanups (use static pad templates etc.) and a bunch
14614           of leak fixes.
14615
14616 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14617
14618         * gst/audiopanorama/.cvsignore:
14619         * gst/audiopanorama/Makefile.am:
14620         * gst/audiopanorama/audiofx.c:
14621         * gst/audiopanorama/audiopanorama.c:
14622         * gst/audiopanorama/audiopanorama.h:
14623           die! die! die! you should never have been there
14624
14625 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14626
14627         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14628         Fix invalid memory access in audiopanorama test suite.
14629
14630 2006-08-21  Edward Hervey  <edward@fluendo.com>
14631
14632         * tests/check/elements/.cvsignore:
14633         ignore built file
14634
14635 2006-08-21  Wim Taymans  <wim@fluendo.com>
14636
14637         * gst/rtp/Makefile.am:
14638         Fix the build again.
14639
14640 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14641
14642         * gst/audiofxgood/.cvsignore:
14643         * gst/audiofxgood/Makefile.am:
14644         * gst/audiofxgood/audiofx.c: (plugin_init):
14645         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14646         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14647         (gst_audio_panorama_set_property),
14648         (gst_audio_panorama_get_property),
14649         (gst_audio_panorama_get_unit_size),
14650         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14651         (gst_audio_panorama_transform_m2s),
14652         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14653         * gst/audiofxgood/audiopanorama.h:
14654           resubmit with the desired name *again*
14655
14656 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14657
14658         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14659         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14660           use g_assert in _get_unit_size
14661
14662 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14663
14664         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14665         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14666         * docs/plugins/inspect/plugin-audiofxgood.xml:
14667           cleanup -unused.txt to make it useful, add previously missing docs
14668
14669         * ext/Makefile.am:
14670           Quietly (accidentally) enable LADSPA for building by default, 
14671           despite the fact that it doesn't meet the plugin checklist.
14672             -- Added by Jan Schmidt 18 Dec 2006
14673
14674         * ext/esd/esdmon.c:
14675         * ext/esd/esdsink.c:
14676         * ext/esd/gstesd.c: (plugin_init):
14677           reflow to get rid of two external symbols
14678
14679         * gst/audiofxgood/audiofx.c: (plugin_init):
14680           re-add
14681
14682 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14683
14684         * configure.ac:
14685         * gst/audiofxgood/.cvsignore:
14686         * gst/audiofxgood/Makefile.am:
14687         * gst/audiofxgood/audiofx.c
14688         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14689         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14690         (gst_audio_panorama_set_property),
14691         (gst_audio_panorama_get_property),
14692         (gst_audio_panorama_get_unit_size),
14693         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14694         (gst_audio_panorama_transform_m2s),
14695         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14696         * gst/audiofxgood/audiopanorama.h:
14697         * tests/check/Makefile.am:
14698         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14699         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14700         (panorama_suite), (main):
14701         Add audiofxgood plugin with audiopanorama element
14702
14703 2006-08-18  Wim Taymans  <wim@fluendo.com>
14704
14705         * docs/plugins/Makefile.am:
14706         More Oss docs fixage. 
14707
14708 2006-08-18  Wim Taymans  <wim@fluendo.com>
14709
14710         * gst/rtp/Makefile.am:
14711         * gst/rtp/gstrtp.c: (plugin_init):
14712         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14713         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14714         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14715         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14716         (gst_rtp_sv3v_depay_get_property),
14717         (gst_rtp_sv3v_depay_change_state),
14718         (gst_rtp_sv3v_depay_plugin_init):
14719         * gst/rtp/gstrtpsv3vdepay.h:
14720         Added experimental SVQ3 depayloader.
14721
14722 2006-08-18  Edward Hervey  <edward@fluendo.com>
14723
14724         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14725         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14726         * ext/dv/gstdvdemux.h:
14727         When handling seek requests, don't send the newsegment event from the
14728         calling thread. Instead save it so it can be sent from the streaming
14729         thread.
14730
14731 2006-08-17  Wim Taymans  <wim@fluendo.com>
14732
14733         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14734
14735         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14736         Accept leading whitespace before the boundary
14737         This patch makes the demuxer allow some whitespace before the actual
14738         boundary. This makes the demuxer work with the ``old'' gstreamer
14739         multipartmuxer again (which placed an extra \n before the start
14740         of the stream) Fixes #349068.
14741
14742 2006-08-17  Wim Taymans  <wim@fluendo.com>
14743
14744         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14745         Error out on non-implemented stuff.
14746
14747 2006-08-16  Wim Taymans  <wim@fluendo.com>
14748
14749         Patch by: Andy Wingo <wingo at pobox dot com>
14750
14751         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14752         (gst_signal_processor_start), (gst_signal_processor_stop),
14753         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14754         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14755         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14756         (gst_signal_processor_change_state):
14757         Make ladspa elements reusable. Fixes #350006.
14758
14759 2006-08-16  Wim Taymans  <wim@fluendo.com>
14760
14761         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14762         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14763         names as possible. Fixes #349901.
14764
14765 2006-08-16  Wim Taymans  <wim@fluendo.com>
14766
14767         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14768         (gst_signal_processor_do_pushes):
14769         A push() gives away our refcount so we should not use the buffer on the
14770         pen anymore.
14771
14772 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14773
14774         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14775         (gst_oss_mixer_element_finalize):
14776           Don't leak device string.
14777
14778 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14779
14780         * configure.ac:
14781           Require CVS of GStreamer core and -base (for
14782           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14783
14784         * ext/taglib/gstid3v2mux.cc:
14785           Write extended comment tags properly (#348762).
14786
14787         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14788         (parse_comment_frame):
14789           Extract COMM frames into extended comments, which makes it
14790           easier to properly retain the description bit of the tag
14791           and maintain this information when re-tagging (#348762).
14792
14793 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14794
14795         * tests/check/Makefile.am:
14796           Don't try to run annodex unit tests if the annodex
14797           plugin has not been built (Fixes #351116).
14798
14799 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * gst/autodetect/gstautoaudiosink.c:
14802         (gst_auto_audio_sink_find_best):
14803           When we can't find a usable audiosink, don't error out,
14804           but use a fake sink instead and post a warning message
14805           on the bus (#341278).
14806
14807 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14808
14809         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14810         * sys/oss/gstosssink.c:
14811         * sys/oss/gstosssrc.c:
14812           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14813           ossmixer's new device property.
14814
14815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14817           Add docs for OSS elements.
14818
14819         * docs/plugins/inspect/plugin-aasink.xml:
14820         * docs/plugins/inspect/plugin-alaw.xml:
14821         * docs/plugins/inspect/plugin-alpha.xml:
14822         * docs/plugins/inspect/plugin-alphacolor.xml:
14823         * docs/plugins/inspect/plugin-annodex.xml:
14824         * docs/plugins/inspect/plugin-apetag.xml:
14825         * docs/plugins/inspect/plugin-auparse.xml:
14826         * docs/plugins/inspect/plugin-autodetect.xml:
14827         * docs/plugins/inspect/plugin-avi.xml:
14828         * docs/plugins/inspect/plugin-cacasink.xml:
14829         * docs/plugins/inspect/plugin-cairo.xml:
14830         * docs/plugins/inspect/plugin-cdio.xml:
14831         * docs/plugins/inspect/plugin-cutter.xml:
14832         * docs/plugins/inspect/plugin-debug.xml:
14833         * docs/plugins/inspect/plugin-dv.xml:
14834         * docs/plugins/inspect/plugin-efence.xml:
14835         * docs/plugins/inspect/plugin-effectv.xml:
14836         * docs/plugins/inspect/plugin-esdsink.xml:
14837         * docs/plugins/inspect/plugin-flac.xml:
14838         * docs/plugins/inspect/plugin-flxdec.xml:
14839         * docs/plugins/inspect/plugin-gconfelements.xml:
14840         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14841         * docs/plugins/inspect/plugin-goom.xml:
14842         * docs/plugins/inspect/plugin-halelements.xml:
14843         * docs/plugins/inspect/plugin-icydemux.xml:
14844         * docs/plugins/inspect/plugin-id3demux.xml:
14845         * docs/plugins/inspect/plugin-jpeg.xml:
14846         * docs/plugins/inspect/plugin-level.xml:
14847         * docs/plugins/inspect/plugin-matroska.xml:
14848         * docs/plugins/inspect/plugin-mulaw.xml:
14849         * docs/plugins/inspect/plugin-multipart.xml:
14850         * docs/plugins/inspect/plugin-navigationtest.xml:
14851         * docs/plugins/inspect/plugin-ossaudio.xml:
14852         * docs/plugins/inspect/plugin-png.xml:
14853         * docs/plugins/inspect/plugin-rtp.xml:
14854         * docs/plugins/inspect/plugin-rtsp.xml:
14855         * docs/plugins/inspect/plugin-shout2send.xml:
14856         * docs/plugins/inspect/plugin-smpte.xml:
14857         * docs/plugins/inspect/plugin-speex.xml:
14858         * docs/plugins/inspect/plugin-taglib.xml:
14859         * docs/plugins/inspect/plugin-udp.xml:
14860         * docs/plugins/inspect/plugin-videobalance.xml:
14861         * docs/plugins/inspect/plugin-videobox.xml:
14862         * docs/plugins/inspect/plugin-videoflip.xml:
14863         * docs/plugins/inspect/plugin-videomixer.xml:
14864         * docs/plugins/inspect/plugin-wavenc.xml:
14865         * docs/plugins/inspect/plugin-wavparse.xml:
14866         * docs/plugins/inspect/plugin-ximagesrc.xml:
14867           Update to CVS version.
14868           
14869 2006-08-16  Wim Taymans  <wim@fluendo.com>
14870
14871         * gst/rtp/gstrtpamrdepay.c:
14872         * gst/rtp/gstrtpmp4gdepay.c:
14873         Caps extra properties must be defined as strings for
14874         depayloaders because they are generated from an SDP.
14875
14876         * gst/rtp/Makefile.am:
14877         * gst/rtp/gstrtp.c: (plugin_init):
14878         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14879         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14880         (gst_rtp_h264_depay_finalize), (decode_base64),
14881         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14882         (gst_rtp_h264_depay_set_property),
14883         (gst_rtp_h264_depay_get_property),
14884         (gst_rtp_h264_depay_change_state),
14885         (gst_rtp_h264_depay_plugin_init):
14886         * gst/rtp/gstrtph264depay.h:
14887         Added basic, not completely functional RFC 3984 H264 depayloader.
14888
14889 2006-08-16  Wim Taymans  <wim@fluendo.com>
14890
14891         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14892         Add pads after setting them up.
14893
14894         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14895         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14896         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14897         (gst_rtspsrc_stream_setup_rtp),
14898         (gst_rtspsrc_stream_configure_transport),
14899         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14900         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14901         (gst_rtspsrc_pause):
14902         * gst/rtsp/gstrtspsrc.h:
14903         Fix interleaved mode.
14904          - Protect streaming with lock.
14905          - Combine flows
14906          - set caps on outgoing buffers.
14907          - strip trailing \0 from data packets.
14908          - Configure RTP/RTCP in stream.
14909         Use DEBUG_OBJECT more.
14910
14911 2006-08-16  Wim Taymans  <wim@fluendo.com>
14912
14913         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14914         Turn a g_print into a DEBUG line.
14915
14916 2006-08-13  Wim Taymans  <wim@fluendo.com>
14917
14918         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14919         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14920         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14921         (gst_oss_mixer_element_get_property),
14922         (gst_oss_mixer_element_change_state):
14923         * sys/oss/gstossmixerelement.h:
14924         Small cleanups. Better error reporting.
14925         Add device property for the mixer instead of the hardcoded
14926         /dev/mixer. Fixes #350785.
14927         API: GstOssMixerElement::device property
14928
14929 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14930
14931         Patch by: Jens Granseuer <jensgr at gmx net>
14932
14933         * gconf/Makefile.am:
14934           Make --disable-schemas work right (they still need
14935           to be copied to the installation directory, just not
14936           applied). Fixes #351347 (also #344100).
14937           
14938 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14939
14940         * configure.ac: back to HEAD
14941
14942 === release 0.10.4 ===
14943
14944 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14945
14946         * configure.ac:
14947           releasing 0.10.4, "Dear Leader"
14948
14949 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14950
14951         Patch by: Edward Hervey <edward@fluendo.com>
14952
14953         * configure.ac:
14954         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14955         (gst_wavparse_stream_data):
14956         Send the newsegment event in the streaming thread.
14957         Fixes #347529
14958
14959 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14960
14961         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14962         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14963         (gst_smokeenc_resync), (gst_smokeenc_chain):
14964           Refuse sink caps in the encoder if width or height is not a
14965           multiple of 16, the encoder does not support that yet (#349939);
14966           along the same lines, check the return value of the encoder
14967           setup function; also remove some debug log clutter.
14968
14969 2006-08-04  Andy Wingo  <wingo@pobox.com>
14970
14971         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14972         whether a processor can work in place or not, and for keeping
14973         track of its state. Change the FlowReturn instance variable from
14974         "state" to "flow_state", all callers changed.
14975
14976         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14977         (gst_signal_processor_start, gst_signal_processor_stop)
14978         (gst_signal_processor_cleanup): New functions to manage the
14979         processor's state.
14980         (gst_signal_processor_setcaps): start() as well as setup() here.
14981         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14982         (gst_signal_processor_change_state): Stop and cleanup the
14983         processor as we go to NULL.
14984
14985         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14986         INPLACE_BROKEN is not set.
14987
14988         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14989         Do the alloc_buffer in bytes, not frames.
14990         
14991 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14992
14993         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14994         Fix rgb masks when recording in < 24bpp.
14995
14996 2006-08-04  Andy Wingo  <wingo@pobox.com>
14997
14998         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14999         (gst_signal_processor_prepare)
15000         (gst_signal_processor_update_inputs)
15001         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
15002         (gst_signal_processor_flush)
15003         (gst_signal_processor_sink_activate_push)
15004         (gst_signal_processor_src_activate_pull)
15005         (gst_signal_processor_change_state): Remove the last of the code
15006         that assumes that we process whole buffers at a time. Fix some
15007         debugging. Seems to work now in some cases.
15008         (gst_signal_processor_src_activate_pull): BPB
15009
15010 2006-08-01  Andy Wingo  <wingo@pobox.com>
15011
15012         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15013         Fix nframes-choosing.
15014         (gst_signal_processor_init): Init pending_in and pending_out.
15015
15016         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15017         more default sample rate, although we never check that the sample
15018         rate actually gets set. Something for the future.
15019         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15020         (gst_signal_processor_event): Refcount fixen.
15021         (gst_signal_processor_process): Pull the number of frames to
15022         process from the sizes of the buffers in the input pens.
15023         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15024         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15025         it instead of buffer_frames.
15026         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15027         to do_pulls.
15028         (gst_signal_processor_chain)
15029         (gst_signal_processor_sink_activate_push)
15030         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15031
15032         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15033
15034 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15035
15036         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15037         (gst_signal_processor_process):
15038           don't query buffer-frames from caps, add lots of debug-log,
15039           try fix for assert (#349189)
15040
15041 2006-07-31  Wim Taymans  <wim@fluendo.com>
15042
15043         * gst/udp/gstudpsrc.c:
15044         Fix docs.
15045
15046 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15047
15048         * ext/ladspa/gstsignalprocessor.c:
15049         (gst_signal_processor_add_pad_from_template),
15050         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15051         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15052         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15053         (gst_signal_processor_sink_activate_push),
15054         (gst_signal_processor_src_activate_pull),
15055         (gst_signal_processor_change_state):
15056          Add debugs logs here and there, add more error handling, add some
15057          FIXME comments, filed #349189
15058
15059 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15060
15061         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15062         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15063         Set caps on buffer correctly.  Fixes bug #349155.
15064
15065 2006-07-28  Wim Taymans  <wim@fluendo.com>
15066
15067         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15068
15069         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15070         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15071         (gst_multipart_demux_finalize), (get_line_end),
15072         (multipart_parse_header), (multipart_find_boundary),
15073         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15074         (gst_multipart_set_property), (gst_multipart_get_property):
15075         Uses GstAdapter instead of own buffering.
15076         Actually parses the mime-type correctly (In tests the mime-type was
15077         always "" with the old version).
15078         Uses the Content-length header if available to speed up things.
15079         Reliably autoscans the boundary name by default.
15080         Fixes #349068.
15081
15082         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15083         Don't start the stream with a \n.
15084
15085 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         Patch by: Brian Cameron <brian dot cameron at sun com>
15088
15089         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15090           Open source with O_NONBLOCK (#349015).
15091
15092 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15093
15094         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15095         (gst_avi_demux_massage_index):
15096         * gst/avi/gstavidemux.h:
15097           Whitespace fixes and more debug
15098
15099 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * gst/autodetect/gstautoaudiosink.c:
15102         (gst_auto_audio_sink_create_element_with_pretty_name),
15103         (gst_auto_audio_sink_find_best),
15104         (gst_auto_audio_sink_change_state):
15105           Get rid of old and unused magic sound-server properties stuff.
15106           Add suffix to child sink's name that makes it easy to see from
15107           the name alone which type it actually is (alsa, oss, esd, etc.).
15108
15109 2006-07-27  Wim Taymans  <wim@fluendo.com>
15110
15111         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15112         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15113         (gst_udpsrc_start):
15114         * gst/udp/gstudpsrc.h:
15115         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15116         not some sort of feature we enable.
15117
15118 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15121           Use CLOSE_SOCKET() here instead of close() to maintain
15122           win32 workiness.
15123
15124 2006-07-27  Wim Taymans  <wim@fluendo.com>
15125
15126         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15127
15128         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15129         (gst_udpsrc_create), (gst_udpsrc_set_property),
15130         (gst_udpsrc_get_property), (gst_udpsrc_start):
15131         * gst/udp/gstudpsrc.h:
15132         Added "buffer-size" property to control the kernel receive buffer size.
15133         Update documentation.
15134         Small cleanups. Fixes #348752.
15135         API: buffer-size property
15136
15137 2006-07-26  Wim Taymans  <wim@fluendo.com>
15138
15139         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15140
15141         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15142         (gst_rtp_pcma_pay_handle_buffer):
15143         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15144         (gst_rtp_pcmu_pay_handle_buffer):
15145         Fix timestamp calculation on outgoing RTP packets.
15146         Fixes #348675.
15147
15148 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15149
15150         * ext/taglib/gstid3v2mux.cc:
15151           Fix writing of comment frames (should be COMM not TCOM),
15152           is still sub-optimal though, since we don't retain or
15153           extract the comment descriptions properly (#334375,
15154           also see #334375).
15155
15156 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * gst/wavparse/gstwavparse.c:
15159           #define 'fact' RIFF chunk if we are not compiling against
15160           -base CVS (we don't want to depend on -base CVS for this
15161           one define only, and also not for release order reasons).
15162
15163 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15164
15165         * ext/taglib/gstid3v2mux.cc:
15166           Handle multiple tags of the same type properly. Re-inject
15167           unparsed ID3v2 frames that we get as binary blobs from
15168           id3demux into the tag again so we don't lose information
15169           when retagging (#334375).
15170
15171 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15172
15173         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15174           Document newly-added properties properly, so that there is a
15175           'Since: 0.10.4' in the plugin docs. Convert some property
15176           names into canonical GObject style (GObject will do that
15177           internally anyway).
15178
15179 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15180
15181         * gst/id3demux/id3tags.c:
15182         (id3demux_add_id3v2_frame_blob_to_taglist):
15183           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15184           well, and add the version to the blob's buffer caps, since that
15185           information will be needed for deserialisation later on (#348644).
15186
15187 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15188
15189         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15190         (gst_avi_demux_parse_stream):
15191          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15192          indentation and spacing.
15193
15194 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15195
15196         * docs/plugins/Makefile.am:
15197         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15198         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15199         * docs/plugins/gst-plugins-good-plugins.args:
15200         * docs/plugins/inspect/plugin-1394.xml:
15201         * docs/plugins/inspect/plugin-aasink.xml:
15202         * docs/plugins/inspect/plugin-alaw.xml:
15203         * docs/plugins/inspect/plugin-alpha.xml:
15204         * docs/plugins/inspect/plugin-alphacolor.xml:
15205         * docs/plugins/inspect/plugin-annodex.xml:
15206         * docs/plugins/inspect/plugin-apetag.xml:
15207         * docs/plugins/inspect/plugin-auparse.xml:
15208         * docs/plugins/inspect/plugin-autodetect.xml:
15209         * docs/plugins/inspect/plugin-avi.xml:
15210         * docs/plugins/inspect/plugin-cacasink.xml:
15211         * docs/plugins/inspect/plugin-cairo.xml:
15212         * docs/plugins/inspect/plugin-cdio.xml:
15213         * docs/plugins/inspect/plugin-cutter.xml:
15214         * docs/plugins/inspect/plugin-debug.xml:
15215         * docs/plugins/inspect/plugin-dv.xml:
15216         * docs/plugins/inspect/plugin-efence.xml:
15217         * docs/plugins/inspect/plugin-effectv.xml:
15218         * docs/plugins/inspect/plugin-esdsink.xml:
15219         * docs/plugins/inspect/plugin-flac.xml:
15220         * docs/plugins/inspect/plugin-flxdec.xml:
15221         * docs/plugins/inspect/plugin-gconfelements.xml:
15222         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15223         * docs/plugins/inspect/plugin-goom.xml:
15224         * docs/plugins/inspect/plugin-halelements.xml:
15225         * docs/plugins/inspect/plugin-icydemux.xml:
15226         * docs/plugins/inspect/plugin-id3demux.xml:
15227         * docs/plugins/inspect/plugin-jpeg.xml:
15228         * docs/plugins/inspect/plugin-level.xml:
15229         * docs/plugins/inspect/plugin-matroska.xml:
15230         * docs/plugins/inspect/plugin-mulaw.xml:
15231         * docs/plugins/inspect/plugin-multipart.xml:
15232         * docs/plugins/inspect/plugin-navigationtest.xml:
15233         * docs/plugins/inspect/plugin-ossaudio.xml:
15234         * docs/plugins/inspect/plugin-png.xml:
15235         * docs/plugins/inspect/plugin-rtp.xml:
15236         * docs/plugins/inspect/plugin-rtsp.xml:
15237         * docs/plugins/inspect/plugin-shout2send.xml:
15238         * docs/plugins/inspect/plugin-smpte.xml:
15239         * docs/plugins/inspect/plugin-speex.xml:
15240         * docs/plugins/inspect/plugin-udp.xml:
15241         * docs/plugins/inspect/plugin-videobalance.xml:
15242         * docs/plugins/inspect/plugin-videobox.xml:
15243         * docs/plugins/inspect/plugin-videoflip.xml:
15244         * docs/plugins/inspect/plugin-videomixer.xml:
15245         * docs/plugins/inspect/plugin-wavenc.xml:
15246         * docs/plugins/inspect/plugin-wavparse.xml:
15247         * docs/plugins/inspect/plugin-ximagesrc.xml:
15248           Update files to CVS/Prerelease version, add esdsink docs.
15249
15250         * ext/esd/esdsink.c:
15251           Add gtk-doc blurb.
15252
15253         * gst/rtp/gstrtpmp4vpay.c:
15254           Fix typo in element description.
15255
15256 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15257
15258         * ext/esd/esdsink.c: (gst_esdsink_open),
15259         (gst_esdsink_factory_init):
15260           Prevent libesd from auto-spawning a sound daemon if it
15261           is not already running. Now that we don't do evil stuff
15262           like that any longer we can give esdsink a rank so that
15263           autoaudiosink will try it as well if all other audio
15264           sinks fail (#343051).
15265
15266 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15267
15268         * ext/esd/Makefile.am:
15269           Oops, need to remove README from EXTRA_DIST as well.
15270
15271 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * ext/esd/README:
15274           Remove, it contains nothing useful anyway.
15275
15276         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15277         (gst_esdsink_delay):
15278           Some small clean-ups; use GST_BOILERPLATE etc.
15279
15280 2006-07-24  Wim Taymans  <wim@fluendo.com>
15281
15282         * gst/law/alaw-decode.c: (alawdec_getcaps):
15283         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15284         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15285         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15286         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15287
15288 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15289
15290         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15291         (gst_wavparse_other), (gst_wavparse_perform_seek),
15292         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15293         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15294         (gst_wavparse_pad_query):
15295         * gst/wavparse/gstwavparse.h:
15296           Use information from 'fact' chunk for length calculation of compressed
15297           samples. Calculate bps if bogus value is found in wav header (embeded
15298           mp2/mp3).
15299           
15300
15301 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15304
15305         * configure.ac:
15306         * gst/udp/Makefile.am:
15307         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15308         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15309         * gst/udp/gstdynudpsink.h:
15310         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15311         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15312         * gst/udp/gstmultiudpsink.h:
15313         * gst/udp/gstudp.c: (plugin_init):
15314         * gst/udp/gstudpsink.h:
15315         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15316         (gst_udpsrc_start), (gst_udpsrc_stop):
15317         * gst/udp/gstudpsrc.h:
15318         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15319         (gst_udp_net_utils_win32_wsa_startup):
15320         * gst/udp/gstudpnetutils.h:
15321           Port udp plugin to win32 (#345288).
15322
15323 2006-07-24  Wim Taymans  <wim@fluendo.com>
15324
15325         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15326         Remove unwanted DEBUG line.
15327
15328 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15329
15330         * gst/id3demux/gstid3demux.c: (plugin_init):
15331         * gst/id3demux/id3tags.c:
15332         (id3demux_add_id3v2_frame_blob_to_taglist):
15333         * gst/id3demux/id3tags.h:
15334           On second thought, it might be wiser and more efficient
15335           not to do tag registration from a streaming thread.
15336
15337 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15338
15339         * gst/id3demux/id3tags.c:
15340         (id3demux_add_id3v2_frame_blob_to_taglist),
15341         (id3demux_id3v2_frames_to_tag_list):
15342           Put ID3v2 frames we can't parse as binary blobs into private
15343           tags, so that they are not lost when retagging, at least once
15344           id3v2mux has been taught to re-inject those frames again.
15345           See bug #334375.
15346
15347 2006-07-21  Wim Taymans  <wim@fluendo.com>
15348
15349         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15350         (gst_avi_demux_process_next_entry):
15351         Fix some leaks.
15352
15353         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15354         Don't use \n in debug lines.
15355
15356 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15357
15358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15360           Add annodex and icydemux, cleanup the sections a bit
15361
15362 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15363
15364         Patch by: Alex Lancaster <alexl at users sourceforge net>
15365
15366         * ext/taglib/gstid3v2mux.cc:
15367           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15368           ID3v2 TSSE frames (#347898).
15369
15370 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15371
15372         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15373           Respect mpegversion for "video/mpeg" and give message in case of
15374           unhandled versions.
15375
15376 2006-07-17  Wim Taymans  <wim@fluendo.com>
15377
15378         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15379         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15380         (gst_pngdec_chain), (gst_pngdec_sink_event),
15381         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15382         (gst_pngdec_sink_activate_push):
15383         * ext/libpng/gstpngdec.h:
15384         Use statically allocated segment instead of leaking.
15385         Various cleanups.
15386         Fix flush and seek handling.
15387
15388 2006-07-16  Wim Taymans  <wim@fluendo.com>
15389
15390         * gst/rtp/Makefile.am:
15391         * gst/rtp/gstrtp.c: (plugin_init):
15392         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15393         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15394         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15395         (gst_rtp_mp4g_depay_set_property),
15396         (gst_rtp_mp4g_depay_get_property),
15397         (gst_rtp_mp4g_depay_change_state),
15398         (gst_rtp_mp4g_depay_plugin_init):
15399         * gst/rtp/gstrtpmp4gdepay.h:
15400         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15401         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15402         (gst_rtp_mp4g_pay_flush):
15403         Added simple generic mpeg4 depayloader.
15404         Fix generic mpeg4 payloader.
15405
15406 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15407
15408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15409           Don't try doing state changes on a NULL pointer.
15410
15411 2006-07-14  Wim Taymans  <wim@fluendo.com>
15412
15413         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15414
15415         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15416         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15417         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15418         * gst/rtp/gstrtpamrdepay.h:
15419         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15420         Fixes #321191
15421
15422 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15423
15424         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15425         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15426         Fix segfault when moving mouse pointer to the bottom right corner.
15427
15428 2006-07-12  Wim Taymans  <wim@fluendo.com>
15429
15430         * gst/rtp/Makefile.am:
15431         * gst/rtp/gstrtp.c: (plugin_init):
15432         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15433         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15434         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15435         (gst_rtp_mp2t_depay_set_property),
15436         (gst_rtp_mp2t_depay_get_property),
15437         (gst_rtp_mp2t_depay_change_state),
15438         (gst_rtp_mp2t_depay_plugin_init):
15439         * gst/rtp/gstrtpmp2tdepay.h:
15440         Added mpeg2 TS depayloader. Closing #347234.
15441
15442 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15443
15444         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15445           Remove g_assert that shouldn't be there and was triggered
15446           after trying to open a device that doesn't exist or can't
15447           be opened for some other reason (#347972).
15448
15449 2006-07-10  Edward Hervey  <edward@fluendo.com>
15450
15451         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15452         (gst_avi_demux_stream_header), (push_tag_lists):
15453         * gst/avi/gstavidemux.h:
15454         Don't push tag events found by gst_riff_parse_info() before outputting
15455         GST_EVENT_NEWSEGMENT.
15456
15457 2006-07-10  Wim Taymans  <wim@fluendo.com>
15458
15459         * gst/rtsp/Makefile.am:
15460         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15461         (rtsp_connection_close):
15462         * gst/rtsp/rtspdefs.h:
15463         replaced closesocket and close in code with one CLOSE_SOCKET. 
15464         Some more cleanups. Fixes #345301.
15465
15466 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15467
15468         * gst/autodetect/gstautoaudiosink.c:
15469           Fix example pipeline in docs.
15470
15471 2006-07-10  Wim Taymans  <wim@fluendo.com>
15472
15473         Patch by: Rob Taylor <robtaylor at floopily dot org>
15474
15475         * gst/udp/gstmultiudpsink.c: (join_multicast),
15476         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15477         If a destination is added before the stream is set to PAUSED, the
15478         multicast group is not joined as the socket is not created yet. 
15479         Also TTL and LOOP should also be set. Fixes #346921.
15480
15481 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15482
15483         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15484         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15485         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15486         (gst_ximage_src_init):
15487         * sys/ximage/gstximagesrc.h:
15488         Fix use-damage property to actually work :)
15489         Add startx, starty, endx, endy properties so screencasts other than full
15490         screen ones can work.
15491
15492 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15493
15494         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15495         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15496         (gst_ximage_src_class_init), (gst_ximage_src_init):
15497         * sys/ximage/gstximagesrc.h:
15498         Add use_damage property to offer ability to choose whether to use
15499         XDamage or not.
15500
15501 2006-07-07  Wim Taymans  <wim@fluendo.com>
15502
15503         * gst/goom/filters.c: (zoomFilterSetResolution):
15504         Avoid goom coredumping by clearing memory. 
15505         Fixes 345679.
15506
15507 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15508
15509         * win32/vs6/libgstid3demux.dsp:
15510         Add a link to libgsttag-0.10.lib.
15511
15512 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15515         (gst_tag_demux_read_range):
15516         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15517         (gst_id3demux_read_range):
15518           Don't return FLOW_UNEXPECTED when a buffer is before
15519           the start of the stream (which might happen with
15520           large ID3v2 tags if the tag reading was done pullrange
15521           based and we then switched to push mode later on).
15522           Fixes regression introduced by commit from June 29th.
15523
15524 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * ext/taglib/gstid3v2mux.cc:
15527           Make UTF-8 the default encoding when writing string
15528           tags (before, our UTF-8 strings would automatically
15529           be converted to ISO-8859-1 by taglib and written as
15530           ISO-8859-1 fields if that was possible).
15531
15532         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15533         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15534         (test_taglib_id3mux_with_tags):
15535           Add test case that makes sure our UTF-8 strings have
15536           actually been written into the tag as UTF-8.
15537
15538 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * configure.ac:
15541           Let's try that again.
15542
15543 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15544
15545         * configure.ac:
15546           Disable monoscope plugin for now until it fulfills
15547           all the requirements.
15548
15549 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         * configure.ac:
15552         * gst/monoscope/Makefile.am:
15553         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15554         (gst_monoscope_class_init), (gst_monoscope_init),
15555         (gst_monoscope_finalize), (gst_monoscope_reset),
15556         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15557         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15558         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15559         (gst_monoscope_change_state), (plugin_init):
15560         * gst/monoscope/gstmonoscope.h:
15561           Port monoscope visualisation to 0.10.
15562
15563 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15564
15565         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15566         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15567           Return FLOW_UNEXPECTED when at the end of the file, not
15568           FLOW_ERROR. Fixes 'internal stream error' errors that
15569           would sometimes occur in totem when scrubbing to the
15570           end of an ID3v1 tagged mp3 file.
15571
15572 2006-07-03  Edward Hervey  <edward@fluendo.com>
15573
15574         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15575         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15576         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15577         * ext/libpng/gstpngdec.h:
15578         Implement buffer clipping/dropping using GstSegment.
15579         This provides accurate seeking.
15580
15581 2006-07-03  Edward Hervey  <edward@fluendo.com>
15582
15583         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15584         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15585         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15586         (gst_avi_demux_process_next_entry), (push_tag_lists),
15587         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15588         * gst/avi/gstavidemux.h:
15589         Proper aggregation of each stream's GstFlowReturn in order to figure out
15590         whether the task should stop or not.
15591         Don't send inline events before pushing out a NEW_SEGMENT, more
15592         specifically for GST_TAG_EVENT.
15593         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15594         sub-indexes.
15595
15596 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15597
15598         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15599
15600         * sys/sunaudio/gstsunaudiomixerctrl.c:
15601         (gst_sunaudiomixer_ctrl_build_list):
15602           Move "Monitor" slider to input tab so it works more like
15603           sdtaudiocontrol, which is what people on Solaris are used
15604           to using for their mixer program (#346259).
15605
15606 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15607
15608         * tests/check/elements/level.c: (GST_START_TEST):
15609           fix a leak, clean up at the end
15610
15611 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15612
15613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15614         (gst_matroska_demux_send_event),
15615         (gst_matroska_demux_loop_stream_parse_id):
15616         * gst/matroska/matroska-ids.h:
15617           Send tag event after newsegment event.
15618
15619 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15620
15621         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15622         (gst_id3demux_read_range):
15623           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15624           certain cases where a read beyond the end of the file is
15625           requested. Fixes #345930.
15626
15627         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15628         (gst_tag_demux_read_range):
15629           Fix same issue here as well.
15630
15631 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15632
15633         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15634         
15635         Fix hypothetical crash.
15636
15637 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15638
15639         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15640
15641         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15642           Do not modify the ports value. If the user has turned off the
15643           built-in speakers, then we should not reset it in the prepare
15644           function, since this causes the built-in speakers to turn
15645           back on anytime the user changes a track in totem, rhythmbox,
15646           etc. (#346066).
15647
15648 2006-06-23  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15651         Fix double caps unref when negotiation fails.
15652
15653 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15654
15655         * ext/annodex/gstcmmldec.c:
15656         * ext/annodex/gstcmmlenc.c:
15657         * ext/annodex/gstcmmlparser.c:
15658         * ext/dv/gstdvdec.c:
15659         * ext/dv/gstdvdemux.c:
15660         * ext/gdk_pixbuf/pixbufscale.c:
15661         * ext/jpeg/gstjpegenc.c:
15662         * ext/jpeg/gstsmokedec.c:
15663         * ext/jpeg/gstsmokeenc.c:
15664         * ext/libpng/gstpngdec.c:
15665         * ext/libpng/gstpngenc.c:
15666         * ext/speex/gstspeexenc.c:
15667         * gst/alpha/gstalphacolor.c:
15668         * gst/cutter/gstcutter.c:
15669         * gst/debug/gstnavigationtest.c:
15670         * gst/icydemux/gsticydemux.c:
15671         * gst/level/gstlevel.c:
15672         * gst/multipart/multipart.c:
15673         * gst/rtp/gstrtpamrpay.c:
15674         * gst/rtp/gstrtpdepay.c:
15675         * gst/rtp/gstrtpilbcpay.c:
15676         * gst/rtp/gstrtpmp4gpay.c:
15677         * gst/rtp/gstrtpmp4vpay.c:
15678         * gst/rtsp/gstrtpdec.c:
15679         * gst/rtsp/gstrtspsrc.c:
15680         * gst/udp/gstdynudpsink.c:
15681         * gst/udp/gstmultiudpsink.c:
15682         * gst/udp/gstudpsrc.c:
15683         * gst/videobox/gstvideobox.c:
15684         * gst/videofilter/gstvideoflip.c:
15685           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15686           plus two minor macro fixes.
15687
15688 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15689
15690         * gst/matroska/matroska-demux.c:
15691         (gst_matroska_demux_check_subtitle_buffer),
15692         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15693         (gst_matroska_demux_subtitle_caps):
15694         * gst/matroska/matroska-ids.c:
15695         (gst_matroska_track_init_subtitle_context):
15696         * gst/matroska/matroska-ids.h:
15697           Try to fix up broken matroska files containing subtitle
15698           streams with non-UTF8 character encodings (courtesy of
15699           mkvmerge) using either the encoding specified in the
15700           GST_SUBTITLE_ENCODING environment variable or the
15701           current locale's character set if it is non-UTF8.
15702           Fixes #337076.
15703
15704 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15705
15706         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15707           Set image type from APIC frame as "image-type" field
15708           of GST_TAG_IMAGE buffer caps (#344605).
15709
15710 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15711
15712         * ext/flac/Makefile.am:
15713         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15714         (gst_flac_dec_reset_decoders),
15715         (gst_flac_dec_setup_seekable_decoder),
15716         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15717         (gst_flac_dec_metadata_callback),
15718         (gst_flac_dec_metadata_callback_seekable),
15719         (gst_flac_dec_metadata_callback_stream),
15720         (gst_flac_dec_error_callback),
15721         (gst_flac_dec_error_callback_seekable),
15722         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15723         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15724         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15725         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15726         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15727         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15728         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15729         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15730         (gst_flac_dec_sink_activate_push),
15731         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15732         * ext/flac/gstflacdec.h:
15733           Support chain-based operation, should make flac-over-DAAP
15734           work (#340492).
15735
15736 2006-06-20  Wim Taymans  <wim@fluendo.com>
15737
15738         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15739         Doc updates, merge some unused symbols.
15740
15741 2006-06-20  Wim Taymans  <wim@fluendo.com>
15742
15743         * docs/plugins/Makefile.am:
15744         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15745         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15746         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15747         * gst/rtsp/gstrtspsrc.c:
15748         * gst/rtsp/gstrtspsrc.h:
15749         Added documentation for the rtsp plugin. Fixes #345393.
15750
15751 2006-06-20  Wim Taymans  <wim@fluendo.com>
15752
15753         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15754         (rtsp_connection_close), (rtsp_connection_free):
15755         Use better G_OS_* macros. Fixes #345301 some more.
15756
15757 2006-06-20  Wim Taymans  <wim@fluendo.com>
15758
15759         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15760
15761         * sys/sunaudio/Makefile.am:
15762         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15763         * sys/sunaudio/gstsunaudiomixerctrl.c:
15764         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15765         (gst_sunaudiomixer_ctrl_list_tracks),
15766         (gst_sunaudiomixer_ctrl_get_volume),
15767         (gst_sunaudiomixer_ctrl_set_volume),
15768         (gst_sunaudiomixer_ctrl_set_mute),
15769         (gst_sunaudiomixer_ctrl_set_record):
15770         * sys/sunaudio/gstsunaudiomixerctrl.h:
15771         * sys/sunaudio/gstsunaudiomixertrack.c:
15772         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15773         * sys/sunaudio/gstsunaudiomixertrack.h:
15774         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15775         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15776         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15777         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15778         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15779         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15780         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15781         (gst_sunaudiosrc_reset):
15782         * sys/sunaudio/gstsunaudiosrc.h:
15783         Add a SunAudio source plugin.
15784         Support stereo and right/left channel gain in the mixer plugin.
15785         Support the RECORD flag so that you can switch between line-input and
15786         microphone in gnome-volume-control.
15787         Code cleanups like using an enumerator for track number instead of an 
15788         integer. Fixes #344923.
15789
15790 2006-06-20  Wim Taymans  <wim@fluendo.com>
15791
15792         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15793
15794         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15795         (rtsp_connection_close):
15796         Make RTSP plugin compile on windows. Fixes #345301.
15797         Some changes to original patch to catch errors better.
15798         use ifdef WIN32 instead of ifndef.
15799
15800 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15801
15802         * configure.ac:
15803         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15804
15805 2006-06-18  Edward Hervey  <edward@fluendo.com>
15806
15807         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15808         After a failed buffer alloc, we need to abort the jpeg decoding (it
15809         started when parsing headers to figure out how many bytes we need
15810         to request downstream).
15811
15812 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15813
15814         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15815
15816         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15817           Make sure we don't read beyond the end of the file (#345232).
15818
15819 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * configure.ac:
15822           Fix --disable-external (can't set conditionals conditionally,
15823           #343602).
15824
15825 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         * autogen.sh:
15828         * configure.ac:
15829         * docs/Makefile.am:
15830           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15831
15832         * docs/plugins/Makefile.am:
15833         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15834         * docs/plugins/inspect/plugin-taglib.xml:
15835           Add/fix apev2mux docs.
15836
15837 2006-06-14  Wim Taymans  <wim@fluendo.com>
15838
15839         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15840         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15841         (gst_dvdec_change_state):
15842         Reset segment info on flush.
15843         Alloc segment in _init, free in _finalize.
15844
15845         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15846         Don't send segments twice.
15847
15848 2006-06-14  Wim Taymans  <wim@fluendo.com>
15849
15850         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15851         Respect segment.stop. Fixes #342592.
15852
15853 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15854
15855         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15856           No language specified means the implied language is English
15857           according to the matroska spec (partially fixes #344708);
15858           add some more debug output.
15859
15860 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15863         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15864         (gst_wavparse_chain):
15865           When operating chain-based, don't make any assumptions about the
15866           chunking of the incoming data and make streaming work on days other
15867           than the second Thursday after a full moon. Also fix up debug
15868           messages here and there and make use of the most excellent new
15869           gst_pad_query_peer_duration() utility function.
15870           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15871
15872         * gst/wavparse/gstwavparse.h:
15873           Remove trailing comma after last enum value, some compilers don't
15874           like that.
15875
15876 2006-06-13  Wim Taymans  <wim@fluendo.com>
15877
15878         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15879         Handle premature EOS gracefully.
15880
15881 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15882
15883         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15884           Prevent out of bounds array access when scrubbing towards
15885           the end of the file between the last index entry and the
15886           end. Fixes occasional 'start <= stop' newsegment event
15887           assertions when scrubbing in MJPEG files.
15888
15889 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15890
15891         * tests/check/elements/.cvsignore:
15892           And another one.
15893
15894 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15897         (scan_encoded_string), (parse_picture_frame):
15898           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15899
15900         * configure.ac:
15901           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15902           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15903
15904 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15905
15906         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15907           gratuitous comment changes
15908         * tests/check/elements/level.c: (GST_START_TEST):
15909           fix level test leaks
15910
15911 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15914         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15915           Use gst_pad_query_peer_duration() utility function here.
15916
15917 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15918
15919         * autogen.sh:
15920           require am17
15921         * configure.ac:
15922         * ext/annodex/Makefile.am:
15923         * ext/cdio/Makefile.am:
15924         * ext/dv/Makefile.am:
15925         * ext/esd/Makefile.am:
15926         * ext/flac/Makefile.am:
15927         * ext/gdk_pixbuf/Makefile.am:
15928         * ext/ladspa/Makefile.am:
15929         * ext/libcaca/Makefile.am:
15930         * ext/speex/Makefile.am:
15931         * ext/taglib/Makefile.am:
15932         * sys/oss/Makefile.am:
15933         * sys/sunaudio/Makefile.am:
15934         * sys/ximage/Makefile.am:
15935           clean up build further
15936
15937 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15938
15939         * gconf/Makefile.am:
15940           Honour --disable-schemas-install configure option. Fixes #344100.
15941
15942 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         * tests/examples/level/Makefile.am:
15945           Add -lm to LIBS for pow() function, don't assume one of our
15946           dependencies (such as libxml-2.0) drags it in automatically
15947           (#343603).
15948
15949 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15952
15953         * configure.ac:
15954           We should use $SED and not $(SED) in configure.ac (#343678).
15955
15956 2006-06-09  Wim Taymans  <wim@fluendo.com>
15957
15958         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15959
15960         * sys/sunaudio/gstsunaudiomixerctrl.c:
15961         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15962         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15963         (gst_sunaudiomixer_ctrl_set_mute):
15964         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15965         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15966         (gst_sunaudiosink_write):
15967         Attached find a patch that fixes a number of bugs with the SunAudio
15968         mixer plugin and fixes #344101:
15969         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15970            tracks onto the tracklist causing gnome-volume-control's preferences
15971            dialog to be messed up and would core dump if you checked/unchecked
15972            any item.
15973         2. We weren't previously setting the MUTE flag properly.  Fixing this
15974            makes gnome-volume-control work better.
15975         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15976            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15977            gnome-volume-control look better.
15978         Also some minor cleanup in gstsunaudiosink.c.
15979
15980 2006-06-09  Wim Taymans  <wim@fluendo.com>
15981
15982         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15983         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15984         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15985         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15986         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15987         * ext/jpeg/gstjpegdec.h:
15988         API: Added IDCT method property
15989         Small cleanups.
15990         Avoid dynamic allocation of trivial fixed structure.
15991         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15992
15993 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15994
15995         * configure.ac:
15996         We now require libraw1394 >= 1.1.0 and that version onwards all
15997         have .pc files.
15998
15999 2006-06-02  Edward Hervey  <edward@fluendo.com>
16000
16001         * gst/law/alaw-decode.c: (alawdec_getcaps): 
16002         Trying to get items from an ANY or EMPTY caps is ... stupid.
16003
16004 2006-06-02  Edward Hervey  <edward@fluendo.com>
16005
16006         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
16007         (gst_dvdec_chain), (gst_dvdec_change_state):
16008         * ext/dv/gstdvdec.h:
16009         Added GstSegment handling, now implements dropping/clipping.
16010
16011 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
16012
16013         * ext/aalib/gstaasink.h:
16014         * ext/annodex/gstcmmldec.h:
16015         * ext/cairo/gsttimeoverlay.h:
16016         * ext/dv/gstdvdec.h:
16017         * ext/dv/gstdvdemux.h:
16018         * ext/esd/esdmon.h:
16019         * ext/esd/esdsink.h:
16020         * ext/flac/gstflacenc.h:
16021         * ext/gconf/gstgconfaudiosink.h:
16022         * ext/gconf/gstgconfaudiosrc.h:
16023         * ext/gconf/gstgconfvideosink.h:
16024         * ext/gconf/gstgconfvideosrc.h:
16025         * ext/gdk_pixbuf/gstgdkanimation.h:
16026         * ext/gdk_pixbuf/pixbufscale.h:
16027         * ext/hal/gsthalaudiosink.h:
16028         * ext/hal/gsthalaudiosrc.h:
16029         * ext/jpeg/gstjpegenc.h:
16030         * ext/jpeg/gstsmokedec.h:
16031         * ext/jpeg/gstsmokeenc.h:
16032         * ext/libcaca/gstcacasink.h:
16033         * ext/libmng/gstmngdec.h:
16034         * ext/libmng/gstmngenc.h:
16035         * ext/libpng/gstpngdec.h:
16036         * ext/libpng/gstpngenc.h:
16037         * ext/raw1394/gstdv1394src.h:
16038         * ext/speex/gstspeexenc.h:
16039         * gst/autodetect/gstautoaudiosink.h:
16040         * gst/autodetect/gstautovideosink.h:
16041         * gst/avi/gstavidemux.h:
16042         * gst/cutter/gstcutter.h:
16043         * gst/debug/efence.h:
16044         * gst/debug/gstnavigationtest.h:
16045         * gst/debug/gstnavseek.h:
16046         * gst/flx/gstflxdec.h:
16047         * gst/goom/gstgoom.h:
16048         * gst/icydemux/gsticydemux.h:
16049         * gst/id3demux/gstid3demux.h:
16050         * gst/law/alaw-decode.h:
16051         * gst/law/alaw-encode.h:
16052         * gst/law/mulaw-decode.h:
16053         * gst/law/mulaw-encode.h:
16054         * gst/matroska/matroska-mux.h:
16055         * gst/median/gstmedian.h:
16056         * gst/oldcore/gstaggregator.h:
16057         * gst/oldcore/gstfdsink.h:
16058         * gst/oldcore/gstmd5sink.h:
16059         * gst/oldcore/gstmultifilesrc.h:
16060         * gst/oldcore/gstpipefilter.h:
16061         * gst/oldcore/gstshaper.h:
16062         * gst/oldcore/gststatistics.h:
16063         * gst/rtp/gstasteriskh263.h:
16064         * gst/rtp/gstrtpL16depay.h:
16065         * gst/rtp/gstrtpL16pay.h:
16066         * gst/rtp/gstrtpamrdepay.h:
16067         * gst/rtp/gstrtpamrpay.h:
16068         * gst/rtp/gstrtpdepay.h:
16069         * gst/rtp/gstrtpgsmdepay.h:
16070         * gst/rtp/gstrtpgsmpay.h:
16071         * gst/rtp/gstrtph263pay.h:
16072         * gst/rtp/gstrtph263pdepay.h:
16073         * gst/rtp/gstrtph263ppay.h:
16074         * gst/rtp/gstrtpmp4gpay.h:
16075         * gst/rtp/gstrtpmp4vdepay.h:
16076         * gst/rtp/gstrtpmp4vpay.h:
16077         * gst/rtp/gstrtpmpadepay.h:
16078         * gst/rtp/gstrtpmpapay.h:
16079         * gst/rtp/gstrtppcmadepay.h:
16080         * gst/rtp/gstrtppcmapay.h:
16081         * gst/rtp/gstrtppcmudepay.h:
16082         * gst/rtp/gstrtppcmupay.h:
16083         * gst/rtp/gstrtpspeexdepay.h:
16084         * gst/rtp/gstrtpspeexpay.h:
16085         * gst/rtsp/gstrtpdec.h:
16086         * gst/rtsp/gstrtspsrc.h:
16087         * gst/smpte/gstsmpte.h:
16088         * gst/udp/gstdynudpsink.h:
16089         * gst/udp/gstmultiudpsink.h:
16090         * gst/udp/gstudpsink.h:
16091         * gst/udp/gstudpsrc.h:
16092         * gst/videofilter/gstvideobalance.h:
16093         * gst/videofilter/gstvideoflip.h:
16094         * sys/oss/gstossdmabuffer.h:
16095         * sys/oss/gstossmixerelement.h:
16096         * sys/oss/gstosssink.h:
16097         * sys/oss/gstosssrc.h:
16098         * sys/osxvideo/osxvideosink.h:
16099         * sys/sunaudio/gstsunaudiomixer.h:
16100         * sys/sunaudio/gstsunaudiosink.h:
16101         * sys/ximage/gstximagesrc.h:
16102         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16103
16104 2006-05-31  Wim Taymans  <wim@fluendo.com>
16105
16106         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16107         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16108         (gst_goom_src_setcaps), (gst_goom_src_event),
16109         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16110         (gst_goom_change_state):
16111         * gst/goom/gstgoom.h:
16112         Handle QoS.
16113         Handle flushing, discont and events.
16114         Fix timestamps and various other cleanups.
16115
16116 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16117
16118         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16119         Fix bus reset when using libiec61883
16120
16121 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16122
16123         * configure.ac:
16124         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16125         * ext/raw1394/Makefile.am:
16126         Add CFLAGS.
16127         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16128         New method, to receive using libiec61883.
16129         (gst_dv1394src_iso_receive),
16130         #ifdef'd out if libiec61883 is present.
16131         (gst_dv1394src_bus_reset),
16132         Get userdata correctly if using libiec61883. 
16133         (gst_dv1394src_create),
16134         When using libiec61883, only poll one fd and no need to read.
16135         (gst_dv1394src_discover_avc_node),
16136         Replace g_warnings.
16137         (gst_dv1394src_start),
16138         Create new handle when we know which dv port.  More reliable
16139         than setting port on an existing handle.  Initialise libiec61883.
16140         (gst_dv1394src_stop):
16141         If using libiec61883, then cleanup its handle properly.
16142         * ext/raw1394/gstdv1394src.h:
16143         Add libiec61883 handle.
16144
16145 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16146
16147         * gst/avi/gstavidemux.c:
16148           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16149         * win32/MANIFEST:
16150           sort file listing
16151         * win32/vs6/libgstavi.dsp:
16152           add gstavimux.c to the project
16153         * win32/vs6/libgstid3demux.dsp:
16154           add link to zlib library
16155         * win32/vs6/libgstmatroska.dsp:
16156           add matroska-ids.c to the project
16157
16158 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16159
16160         Patch by: Sebastian Dröge  <mail at slomosnail de >
16161
16162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16164         * ext/taglib/Makefile.am:
16165         * ext/taglib/gstapev2mux.cc:
16166         * ext/taglib/gstapev2mux.h:
16167         * ext/taglib/gstid3v2mux.cc:
16168         * ext/taglib/gsttaglibmux.c: (plugin_init):
16169         * ext/taglib/gsttaglibmux.h:
16170           Add apev2mux element (#343122).
16171         
16172         * tests/check/Makefile.am:
16173         * tests/check/elements/apev2mux.c:
16174         (test_taglib_apev2mux_create_tags),
16175         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16176         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16177         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16178         (apev2mux_suite), (main):
16179           Add unit test for apev2mux element.
16180
16181 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16182
16183         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16184         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16185         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16186           GST_PTR_FORMAT should be used to print caps in debug statements.
16187
16188 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16189
16190         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16191
16192         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16193         (ape_demux_parse_tags):
16194           Some clean-ups and additions: map APE 'file' tag to
16195           GST_TAG_LOCATION (#343123); add support for extracting
16196           the track count and clean up parsing a bit (#343127).
16197
16198 2006-05-28  Edward Hervey  <edward@fluendo.com>
16199
16200         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16201         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16202
16203 2006-05-28  Edward Hervey  <edward@fluendo.com>
16204
16205         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16206         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16207         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16208         * ext/jpeg/gstjpegdec.h:
16209         Clip outgoing buffers according to currently configured segment.
16210
16211 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16212
16213         * ext/taglib/gstid3v2mux.cc:
16214           Handle  writing of track-count or album-volume-count without
16215           track-number or albume-volume-number (in this case the number
16216           will just be set to 0).
16217
16218         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16219           It would be nice if we actually checked the values received for
16220           track/album-volume number/count in  _check_tags(), rather than
16221           setting them again ...
16222
16223 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16224
16225         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16226           A track/volume number or count of 0 does not make sense,
16227           just ignore it along with negative numbers (a tag might
16228           only contain a track count without a track number).
16229
16230 2006-05-27  Edward Hervey  <edward@fluendo.com>
16231
16232         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16233         (gst_jpeg_dec_sink_event):
16234         Abort decompression when receiving FLUSH_STOP. This should avoid
16235         issues when interrupting decoding with flushes.
16236
16237 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         * ext/flac/gstflac.c:
16240           Don't #include file we don't dist any longer.
16241
16242 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         * README:
16245           Replace current README (containing the release notes from
16246           some 0.9.x version) with a proper README taken from the core.
16247
16248 2006-05-24  Wim Taymans  <wim@fluendo.com>
16249
16250         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16251         Implement EOS correctly by either posting
16252         SEGMENT_DONE or pushing an EOS message depending
16253         on the seek type. Fixes #342592
16254
16255 2006-05-24  Wim Taymans  <wim@fluendo.com>
16256
16257         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16258         * gst/law/alaw-decode.h:
16259         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16260         * gst/law/alaw-encode.h:
16261         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16262         * gst/law/mulaw-decode.h:
16263         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16264         * gst/law/mulaw-encode.h:
16265         Some cleanups in the chain functions.
16266         Remove some GStreamer 0.0.2 bits.
16267
16268 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16269
16270         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16271
16272         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16273           gst_collect_pads_stop() needs to be called before chaining up
16274           to the parent class (#342734).
16275
16276 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * ext/flac/Makefile.am:
16279         * ext/flac/flac_compat.h:
16280         * ext/flac/gstflac.c:
16281         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16282         * ext/flac/gstflacenc.c:
16283           Remove backwards compatibility cruft for dealing with FLAC API
16284           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16285
16286 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16287
16288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16289         (gst_matroska_demux_push_xiph_codec_priv_data),
16290         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16291         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16292         * gst/matroska/matroska-ids.h:
16293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16294         (gst_matroska_mux_video_pad_setcaps),
16295         (xiph3_streamheader_to_codecdata),
16296         (vorbis_streamheader_to_codecdata),
16297         (theora_streamheader_to_codecdata),
16298         (gst_matroska_mux_audio_pad_setcaps),
16299         (gst_matroska_mux_write_data):
16300           Add support for muxing/demuxing theora video (#342448; too bad
16301           none of the usual linux players can actually play this). Playback
16302           in GStreamer will require additional changes to theoradec in -base.
16303           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16304           cleanups.
16305
16306 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16307
16308         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16309         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16310           Fix crashes when the horizontal subsampling is 1.
16311           Fixes #342097.
16312
16313 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16314
16315         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16316
16317         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16318         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16319         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16320         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16321         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16322         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16323         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16324         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16325         (gst_avi_mux_change_state):
16326         * gst/avi/gstavimux.h:
16327           Some enhancements for avimux (#342526):
16328            - add odml (large file) index support
16329            - store codec init data (e.g. huffyuv)
16330            - miscellaneous other fixes/cleanups
16331
16332 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16333
16334         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16335         Don't output any tag when we encounter a negative track number - the
16336         tag type is uint, so we end up outputting huge positive numbers
16337         instead. (Fixes: #342029)
16338
16339 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16340
16341         * configure.ac:
16342           update for new GSTPB_PLUGINS_DIR
16343
16344 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16345
16346         * rtp/gst/gstrtph263pay.c:
16347         Properly set static caps for H263 at 34.
16348
16349 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16352
16353         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16354           Merge event tags and tag setter tags correctly (#339918). Also,
16355           don't leak taglist in case of an error.
16356           
16357 2006-05-17  Edward Hervey  <edward@fluendo.com>
16358
16359         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16360         We can only do caps intersection if the othercaps are non-empty and not
16361         ANY. Else we return the pad template (base_caps).
16362
16363 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16364
16365         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16366           Fix crash when outputting debugging information for certain
16367           pictures (always good to use the right struct member for
16368           the number of records in an array).
16369
16370 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16371
16372         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16373
16374         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16375         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16376         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16377         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16378         (gst_ebml_read_float), (gst_ebml_read_ascii),
16379         (gst_ebml_read_binary):
16380           Don't create unnecessary sub-buffers all the time. Dramatically
16381           improves performance with multiple concurrently running
16382           matroskademux instances (#341818) (and avoids doing
16383           unnecessarily inefficient things in the general case).
16384
16385 2006-05-16  Edward Hervey  <edward@fluendo.com>
16386
16387         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16388         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16389         return value of gst_pad_push_event().
16390
16391 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16392
16393         * gst/autodetect/gstautoaudiosink.c:
16394         (gst_auto_audio_sink_find_best):
16395         * gst/autodetect/gstautovideosink.c:
16396         (gst_auto_video_sink_find_best):
16397         Make the name of the child element be based on the name of the
16398         parent, so that debug output is more useful.
16399         
16400         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16401         (parse_insert_string_field), (parse_split_strings):
16402         Rework string parsing to always walk over BOM markers in UTF16
16403         strings, using the endianness indicated by the innermost one,
16404         then trying the opposite endianness if that fails to convert
16405         to valid UTF-8. Fixes #341774
16406
16407 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16408
16409         Patch from: Matthieu <matthieu at fluendo dot com>
16410
16411         * ext/libpng/Makefile.am:
16412         Add LIBPNG_CFLAGS.
16413
16414 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16415
16416         * ext/taglib/gstid3v2mux.cc:
16417           Add support for writing images (APIC frames) into ID3v2
16418           tags (picture type always set to 'other' for now though).
16419
16420 2006-05-14  Michael Smith  <msmith@fluendo.com>
16421
16422         * gst/wavparse/gstwavparse.c:
16423           Update docs; wavparse implements push and pull modes.
16424
16425 2006-05-12  Wim Taymans  <wim@fluendo.com>
16426
16427         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16428         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16429         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16430         Ooops, bitten by the copy-and-paste design paradigm, fixes
16431         seek again.
16432
16433 2006-05-12  Wim Taymans  <wim@fluendo.com>
16434
16435         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16436         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16437         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16438         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16439         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16440         (gst_avi_demux_massage_index),
16441         (gst_avi_demux_calculate_durations_from_index),
16442         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16443         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16444         (gst_avi_demux_loop):
16445         * gst/avi/gstavidemux.h:
16446         Some cleanups, prepare to use GstSegment.
16447         Fix error in entry walking code.
16448         Fix VBR detection.
16449         Smarter timestamp calculation code.
16450         Uniform error/eos handling.
16451
16452 2006-05-12  Michael Smith  <msmith@fluendo.com>
16453
16454         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16455         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16456           Fix use of uninitialised values if we're NOT seeking in ready.
16457           Fix typos.
16458
16459 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * gst/wavparse/Makefile.am:
16462           Add CFLAGS and LIBS for libgstbase, fixes build on
16463           Cygwin (#341489).
16464
16465 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16468           Some more debug info. No need to check whether the string
16469           returned by g_convert() is really UTF-8 - either it is or
16470           we get NULL returned.
16471
16472 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16473
16474         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16475           Fix parsing of numeric genre strings some more, by ensuring that
16476           we only try and parse strings that a) Start with '(' and b) Consist
16477           only of digits.
16478           Also, when finding an escaping '((' sequence, bust it back to '(' by
16479           swallowing the first parenthesis
16480
16481 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16484         (gst_esdsink_open), (gst_esdsink_close):
16485         * ext/esd/esdsink.h:
16486           Move the esd_get_server_info() into gst_esdsink_open() and fail
16487           with a decent error message on errors.
16488
16489 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16490
16491         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16492         (gst_esdmon_channels_get_type):
16493         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16494         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16495         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16496         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16497         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16498         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16499         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16500         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16501         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16502         * gst/videomixer/videomixer.c:
16503         (gst_video_mixer_background_get_type):
16504           Const-ify GEnumValue arrays.
16505
16506 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16507
16508         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16509
16510         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16511         (gst_avi_mux_do_video_buffer):
16512           Work around gst_buffer_make_metadata_writable() bug that
16513           results in avimux marking all frames in the index as
16514           keyframes (#340859).
16515           
16516 2006-05-08  Wim Taymans  <wim@fluendo.com>
16517
16518         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16519         Make parsing of urls suck slightly less.
16520
16521 2006-05-08  Edward Hervey  <edward@fluendo.com>
16522
16523         * autogen.sh: (CONFIGURE_DEF_OPT): 
16524         libtoolize on Darwin/MacOSX is called glibtoolize.
16525
16526 2006-05-08  Wim Taymans  <wim@fluendo.com>
16527
16528         Patch by: Jens Granseuer <jensgr at gmx dot net>
16529
16530         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16531         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16532         C89 compliance fixes. Fixes #340980
16533
16534 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16535
16536         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16537         * ext/flac/gstflacdec.h:
16538           Handle segment seeks that include the end of the file as stop point
16539           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16540           message instead of an EOS event in case we're in segment seek
16541           mode (fixes #340699).
16542           
16543 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16544
16545         * ext/cairo/gsttextoverlay.c:
16546         * ext/flac/gstflacdec.c:
16547         * ext/gdk_pixbuf/pixbufscale.c:
16548         * gst/apetag/gstapedemux.c:
16549         * gst/debug/breakmydata.c:
16550         * gst/debug/testplugin.c:
16551         * gst/matroska/ebml-write.c:
16552         * gst/multipart/multipartdemux.c:
16553         * sys/osxaudio/gstosxaudiosink.c:
16554         * sys/osxaudio/gstosxaudiosrc.c:
16555         Add semicolons after GST_BOILERPLATE[_FULL] so that
16556         indent doesn't mess up following lines.
16557
16558 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16559
16560         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16561
16562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16563           Don't leak caps when freeing the stream context (#340623).
16564
16565 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16566
16567         * configure.ac:
16568           Back to CVS
16569
16570 === release 0.10.3 ===
16571
16572 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16573
16574         * configure.ac:
16575           releasing 0.10.3, "Desplazado"
16576
16577 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16578
16579         * gst/matroska/matroska-mux.c:
16580         (gst_matroska_mux_stream_is_vorbis_header),
16581         (gst_matroska_mux_write_data):
16582           Don't strcmp() NULL strings.
16583           Only start new clusters on video keyframes, not on any
16584           random audio buffer that doesn't have the DELTA_UNIT
16585           flag set (fixes 'make check' again).
16586
16587 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16588
16589         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16590
16591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16592         (gst_matroska_mux_stream_is_vorbis_header),
16593         (gst_matroska_mux_write_data):
16594           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16595           value and then dead-lock when muxing vorbis audio streams
16596           (the three vorbis header buffers carry no timestamp, and it
16597           would try to mux these after all video buffers). Fixes #340346.
16598
16599           Improve clustering: start a new cluster also whenever we get
16600           a keyframe.     
16601
16602 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16603
16604         * win32/common/config.h:
16605         * win32/MANIFEST
16606           add the generated file as well
16607
16608 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16609
16610         * Makefile.am:
16611         * configure.ac:
16612         * win32/common/config.h.in:
16613           add win32 stuff
16614
16615 2006-05-03  Michael Smith  <msmith@fluendo.com>
16616
16617         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16618           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16619           SUCKS.
16620
16621 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16622
16623         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16624         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16625         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16626           don't leak caps-string
16627
16628 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16631         (gst_id3demux_sink_activate):
16632           Let core insert default error message for TYPE_NOT_FOUND
16633           errors, it's just as good as our own and has the added
16634           bonus of being translated.
16635
16636 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16637
16638         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16639         (gst_tag_demux_sink_event):
16640         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16641         (gst_id3demux_sink_event):
16642           Post an error message when we get an EOS event and were not
16643           able to find out the type of stream.
16644
16645         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16646         (test_taglib_id3mux_with_tags):
16647           Decrease num-buffers to 16 per iteration again, otherwise the
16648           many memcpy()s and reallocations in the test will hammer slow
16649           CPUs completely and make the test timeout.
16650
16651 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16652
16653         * configure.ac:
16654           figure out where plugins-base plugins are
16655         * tests/check/Makefile.am:
16656           use plugins-base plugins, so we have typefind functions
16657         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16658           increase num-buffers, this makes sure the test errors out instead
16659           of timing out when no typefind functions are present
16660
16661 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16662
16663         * docs/plugins/Makefile.am:
16664           also check .cc files for gtk-doc markup
16665         * configure.ac:
16666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16668         * tests/check/Makefile.am:
16669         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16670         * ext/Makefile.am:
16671         * ext/taglib/Makefile.am:
16672         * ext/taglib/gstid3v2mux.h:
16673         * ext/taglib/gsttaglibmux.c:
16674         * ext/taglib/gsttaglibmux.h:
16675           move taglib-based id3v2muxer to -good.  Fixes #336110.
16676
16677 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16680           ... and fix multichannel/WAVFORMATEX support again.
16681
16682 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16683
16684         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16685         (gst_wavparse_class_init), (gst_wavparse_dispose),
16686         (gst_wavparse_reset), (gst_wavparse_init),
16687         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16688         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16689         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16690         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16691         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16692         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16693         (gst_wavparse_stream_data), (gst_wavparse_loop),
16694         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16695         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16696         (gst_wavparse_change_state), (plugin_init):
16697         * gst/wavparse/gstwavparse.h:
16698           Add push (streaming) mode to wavparse (fixes #337625)
16699
16700 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16701
16702         * configure.ac:
16703         * tests/Makefile.am:
16704           add ximagesrc icles test
16705
16706 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16707
16708         * configure.ac:
16709         * docs/plugins/Makefile.am:
16710         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16711         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16712         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16713         (gst_cmml_enc_push_clip):
16714         * sys/Makefile.am:
16715         * sys/ximage/Makefile.am:
16716         * sys/ximage/gstximagesrc.c:
16717           Move ximagesrc plug-in to good after review.  Fixes #336756.
16718
16719 2006-04-28  Michael Smith  <msmith@fluendo.com>
16720
16721         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16722         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16723         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16724         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16725         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16726         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16727         * gst/icydemux/gsticydemux.h:
16728           Fix event handling: cache events when typefinding and forward later.
16729
16730 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16731
16732         * sys/osxaudio/gstosxaudiosink.c:
16733         (plugin_init):
16734          Register osxaudiosrc to the plugin.
16735         * sys/osxaudio/gstosxaudiosrc.c:
16736         (gst_osx_audio_src_osxelement_do_init),
16737         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16738         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16739         (gst_osx_audio_src_get_property),
16740         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16741         (gst_osx_audio_src_osxelement_init):
16742         * sys/osxaudio/gstosxaudiosrc.h:
16743           Port of osxaudiosrc to 0.10.
16744         * sys/osxaudio/Makefile.am:
16745           Add osxaudiosrc
16746
16747 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16748
16749         * sys/osxaudio/gstosxringbuffer.c:
16750         * sys/osxaudio/gstosxringbuffer.h:
16751           Forgot to commit earlier, part of the OSX audio plugin port
16752
16753 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16756         (parse_split_strings):
16757           Recognise and skip any byte order marker (BOM) in
16758           UTF-16 strings.
16759
16760 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16761
16762         * docs/plugins/Makefile.am:
16763         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16764         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16765         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16766         * docs/plugins/inspect/plugin-avi.xml:
16767         * gst/avi/gstavidemux.c:
16768         * gst/avi/gstavimux.c:
16769           Add docs for both avidemux and avimux.
16770
16771 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16772
16773         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16774
16775         * gst/avi/Makefile.am:
16776         * gst/avi/gstavi.c: (plugin_init):
16777         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16778         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16779         (gst_avi_mux_class_init), (gst_avi_mux_init),
16780         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16781         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16782         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16783         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16784         (gst_avi_mux_riff_get_avix_header),
16785         (gst_avi_mux_riff_get_video_header),
16786         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16787         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16788         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16789         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16790         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16791         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16792         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16793         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16794         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16795         (gst_avi_mux_change_state):
16796         * gst/avi/gstavimux.h:
16797           Port AVI muxer to GStreamer-0.10 (#332031).
16798
16799         * tests/check/Makefile.am:
16800         * tests/check/elements/avimux.c:
16801         * tests/check/elements/.cvsignore:
16802           Add unit test for AVI muxer.
16803
16804 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16805
16806         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16807         (gst_wavparse_class_init), (gst_wavparse_reset),
16808         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16809         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16810         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16811         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16812         (gst_wavparse_stream_data), (gst_wavparse_loop),
16813         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16814         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16815         (plugin_init):
16816         * gst/wavparse/gstwavparse.h:
16817           reverted patch #337625 for the price of 1 hour sleep
16818
16819 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16820
16821         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16822         (gst_wavparse_class_init), (gst_wavparse_reset),
16823         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16824         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16825         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16826         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16827         (gst_wavparse_stream_data), (gst_wavparse_loop),
16828         (gst_wavparse_chain), (plugin_init):
16829         * gst/wavparse/gstwavparse.h:
16830           correct partial implementation of push mode
16831           (from my last commit)
16832
16833 2006-04-26  Wim Taymans  <wim@fluendo.com>
16834
16835         * ext/esd/esdsink.c:
16836         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16837         it is not in esd.h
16838
16839 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16842         (gst_au_parse_class_init), (gst_au_parse_init),
16843         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16844         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16845         (gst_au_parse_chain), (gst_au_parse_src_convert),
16846         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16847         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16848         (gst_au_parse_change_state):
16849         * gst/auparse/gstauparse.h:
16850           Rewrite auparse to suck a little bit less: make source pad
16851           dynamic, so decodebin/playbin work with non-raw formats
16852           like alaw/mulaw; add query function for duration/position
16853           queries; check whether we have enough data before attempting
16854           to parse the header (instead of crashing when that is not the
16855           case); work around audioconvert sucking by swapping endianness
16856           to the native endianness ourselves for float formats; send
16857           initial newsegment event. Fixes #161712.
16858
16859 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16860
16861         * sys/osxaudio/Makefile.am:
16862         * sys/osxaudio/gstosxaudioelement.c:
16863         (gst_osx_audio_element_get_type),
16864         (gst_osx_audio_element_class_init):
16865         * sys/osxaudio/gstosxaudioelement.h:
16866         * sys/osxaudio/gstosxaudiosink.c:
16867         (gst_osx_audio_sink_osxelement_do_init),
16868         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16869         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16870         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16871         (gst_osx_audio_sink_create_ringbuffer),
16872         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16873         (plugin_init):
16874         * sys/osxaudio/gstosxaudiosink.h:
16875         Port of osxaudiosink to 0.10
16876
16877 2006-04-26  Wim Taymans  <wim@fluendo.com>
16878
16879         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16880         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16881         the size of the ringbuffer. This should fix hangs with older 
16882         esd sound servers.
16883
16884 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16885
16886         * ext/aalib/gstaasink.c:
16887         * ext/annodex/gstcmmldec.c:
16888         * ext/annodex/gstcmmlenc.c:
16889         * ext/cairo/gsttextoverlay.c:
16890         * ext/cairo/gsttimeoverlay.c:
16891         * ext/cdio/gstcdiocddasrc.c:
16892         * ext/dv/gstdvdec.c:
16893         * ext/dv/gstdvdemux.c:
16894         * ext/esd/esdmon.c:
16895         * ext/esd/esdsink.c:
16896         * ext/flac/gstflacenc.c:
16897         * ext/flac/gstflactag.c:
16898         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16899         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16900         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16901         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16902         * ext/gdk_pixbuf/pixbufscale.c:
16903         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16904         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16905         * ext/jpeg/gstjpegdec.c:
16906         * ext/jpeg/gstjpegenc.c:
16907         * ext/jpeg/gstsmokedec.c:
16908         * ext/jpeg/gstsmokeenc.c:
16909         * ext/libcaca/gstcacasink.c:
16910         * ext/libmng/gstmngdec.c:
16911         * ext/libmng/gstmngenc.c:
16912         * ext/libpng/gstpngdec.c:
16913         * ext/libpng/gstpngenc.c:
16914         * ext/mikmod/gstmikmod.c:
16915         * ext/raw1394/gstdv1394src.c:
16916         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16917         * ext/shout2/gstshout2.h:
16918         * ext/speex/gstspeexdec.c:
16919         * ext/speex/gstspeexenc.c:
16920         * gst/alpha/gstalpha.c:
16921         * gst/alpha/gstalphacolor.c:
16922         * gst/apetag/gstapedemux.c:
16923         * gst/auparse/gstauparse.c:
16924         * gst/autodetect/gstautoaudiosink.c:
16925         (gst_auto_audio_sink_base_init):
16926         * gst/autodetect/gstautovideosink.c:
16927         (gst_auto_video_sink_base_init):
16928         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16929         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16930         * gst/cutter/gstcutter.c:
16931         * gst/debug/breakmydata.c:
16932         * gst/debug/efence.c:
16933         * gst/debug/gstnavigationtest.c:
16934         * gst/debug/gstnavseek.c:
16935         * gst/debug/negotiation.c:
16936         * gst/debug/progressreport.c:
16937         * gst/debug/testplugin.c:
16938         * gst/effectv/gstaging.c:
16939         * gst/effectv/gstdice.c:
16940         * gst/effectv/gstedge.c:
16941         * gst/effectv/gstquark.c:
16942         * gst/effectv/gstrev.c:
16943         * gst/effectv/gstshagadelic.c:
16944         * gst/effectv/gstvertigo.c:
16945         * gst/effectv/gstwarp.c:
16946         * gst/flx/gstflxdec.c:
16947         * gst/goom/gstgoom.c:
16948         * gst/icydemux/gsticydemux.c:
16949         * gst/id3demux/gstid3demux.c:
16950         * gst/interleave/deinterleave.c:
16951         * gst/interleave/interleave.c:
16952         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16953         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16954         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16955         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16956         * gst/level/gstlevel.c:
16957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16958         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16959         * gst/median/gstmedian.c:
16960         * gst/monoscope/gstmonoscope.c:
16961         * gst/multipart/multipartdemux.c:
16962         * gst/multipart/multipartmux.c:
16963         * gst/oldcore/gstaggregator.c:
16964         * gst/oldcore/gstfdsink.c:
16965         * gst/oldcore/gstmd5sink.c:
16966         * gst/oldcore/gstmultifilesrc.c:
16967         * gst/oldcore/gstpipefilter.c:
16968         * gst/oldcore/gstshaper.c:
16969         * gst/oldcore/gststatistics.c:
16970         * gst/rtp/gstasteriskh263.c:
16971         * gst/rtp/gstrtpL16depay.c:
16972         * gst/rtp/gstrtpL16pay.c:
16973         * gst/rtp/gstrtpamrdepay.c:
16974         * gst/rtp/gstrtpamrpay.c:
16975         * gst/rtp/gstrtpdepay.c:
16976         * gst/rtp/gstrtpgsmpay.c:
16977         * gst/rtp/gstrtph263pay.c:
16978         * gst/rtp/gstrtph263pdepay.c:
16979         * gst/rtp/gstrtph263ppay.c:
16980         * gst/rtp/gstrtpilbcdepay.c:
16981         * gst/rtp/gstrtpmp4gpay.c:
16982         * gst/rtp/gstrtpmp4vdepay.c:
16983         * gst/rtp/gstrtpmp4vpay.c:
16984         * gst/rtp/gstrtpmpadepay.c:
16985         * gst/rtp/gstrtpmpapay.c:
16986         * gst/rtp/gstrtppcmadepay.c:
16987         * gst/rtp/gstrtppcmapay.c:
16988         * gst/rtp/gstrtppcmudepay.c:
16989         * gst/rtp/gstrtppcmupay.c:
16990         * gst/rtp/gstrtpspeexdepay.c:
16991         * gst/rtp/gstrtpspeexpay.c:
16992         * gst/rtsp/gstrtpdec.c:
16993         * gst/rtsp/gstrtspsrc.c:
16994         * gst/smpte/gstsmpte.c:
16995         * gst/udp/gstdynudpsink.c:
16996         * gst/udp/gstmultiudpsink.c:
16997         * gst/udp/gstudpsink.c:
16998         * gst/udp/gstudpsrc.c:
16999         * gst/videobox/gstvideobox.c:
17000         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17001         * gst/videofilter/gstvideobalance.c:
17002         * gst/videofilter/gstvideoflip.c:
17003         * gst/videofilter/gstvideotemplate.c:
17004         (gst_videotemplate_base_init):
17005         * gst/videomixer/videomixer.c:
17006         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17007         (gst_wavparse_class_init), (gst_wavparse_dispose),
17008         (gst_wavparse_reset), (gst_wavparse_init),
17009         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
17010         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
17011         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
17012         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17013         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17014         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17015         (gst_wavparse_change_state):
17016         * gst/wavparse/gstwavparse.h:
17017         * sys/oss/gstossmixerelement.c:
17018         * sys/oss/gstosssink.c:
17019         * sys/oss/gstosssrc.c:
17020         * sys/osxaudio/gstosxaudioelement.c:
17021         * sys/osxaudio/gstosxaudiosink.c:
17022         * sys/osxaudio/gstosxaudiosrc.c:
17023         * sys/sunaudio/gstsunaudiomixer.c:
17024         * sys/sunaudio/gstsunaudiosink.c:
17025           Define GstElementDetails as const and also static (when defined as
17026           global)
17027
17028 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17029
17030         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17031           Source pad has fixed caps. If we don't set this, bad
17032           things happen when the window is resized.
17033
17034 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * gst/matroska/Makefile.am:
17037         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17038         (gst_matroska_demux_handle_src_event):
17039         * gst/matroska/matroska-ids.c:
17040         (gst_matroska_track_init_video_context),
17041         (gst_matroska_track_init_audio_context),
17042         (gst_matroska_track_init_subtitle_context),
17043         (gst_matroska_track_init_complex_context):
17044         * gst/matroska/matroska-ids.h:
17045           Handle case where the TrackType ebml chunk does not come before the
17046           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17047           events.
17048
17049 2006-04-25  Wim Taymans  <wim@fluendo.com>
17050
17051         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17052         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17053         It's codec_data, not codec_info.
17054
17055 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17058
17059         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17060           Handle codec_data for VfW compatibility codec IDs (#339451)
17061
17062         * gst/matroska/matroska-mux.c:
17063         (gst_matroska_mux_video_pad_setcaps):
17064           Same here, handle codec_data and add additional caps we can handle
17065           now to the pad template (huffyuv, dv and h263 video) (#339451)
17066
17067 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17070
17071         * gst/matroska/matroska-mux.c:
17072         (gst_matroska_mux_create_buffer_header),
17073         (gst_matroska_mux_write_data):
17074           Fix timestamping of B-frames, use signed integers, do
17075           some rounding (#339678).
17076
17077 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17078
17079         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17080         just make it compile with --disable-gst-debug.
17081
17082 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17083
17084         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17085         Fix a bad conversion using gst_guint64_to_gdouble.
17086         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17087         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17088         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17089     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17090         mistake.
17091
17092 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17093
17094         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17095         Use gst_guint64_to_gdouble for conversions
17096         * win32/vs6/gst_plugins_good.dsw:
17097         * win32/vs6/libgsticydemux.dsp:
17098         Add a project file for icydemux
17099
17100 2006-04-21  Wim Taymans  <wim@fluendo.com>
17101
17102         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17103
17104         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17105         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17106         When splitting audio chunks, the block alignment is not taken in
17107         consideration, so the smaller chunks could be of size which is 
17108         not a multiple of the block alignment. Fixes #336904
17109
17110 2006-04-21  Wim Taymans  <wim@fluendo.com>
17111
17112         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17113         Use scale functions
17114
17115 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17116
17117         * ext/dv/gstdv.c: (plugin_init):
17118           Fix build.
17119
17120 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17121
17122         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17123         (gst_progress_report_class_init), (gst_progress_report_init),
17124         (gst_progress_report_do_query), (gst_progress_report_report),
17125         (gst_progress_report_set_property),
17126         (gst_progress_report_get_property):
17127           Add 'format' property to force querying to a particular format.
17128
17129 2006-04-21  Andy Wingo  <wingo@pobox.com>
17130
17131         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17132         best, on big endian systems. Drop its rank in that case. OTOH on
17133         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17134
17135 2006-04-21  Michael Smith  <msmith@fluendo.com>
17136
17137         * configure.ac:
17138         * gst/icydemux/Makefile.am:
17139         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17140         (gst_icydemux_base_init), (gst_icydemux_class_init),
17141         (gst_icydemux_reset), (gst_icydemux_init),
17142         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17143         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17144         (unicodify), (gst_icydemux_unicodify),
17145         (gst_icydemux_parse_and_send_tags),
17146         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17147         (gst_icydemux_chain), (gst_icydemux_change_state),
17148         (gst_icydemux_send_tag_event), (plugin_init):
17149         * gst/icydemux/gsticydemux.h:
17150         * tests/check/Makefile.am:
17151         * tests/check/elements/icydemux.c: (typefind_succeed),
17152         (plugin_init), (icydemux_found_pad), (create_icydemux),
17153         (cleanup_icydemux), (push_data), (GST_START_TEST),
17154         (icydemux_suite), (main):
17155           Add icydemux, and tests.
17156
17157 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17158
17159         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17160           Post SEGMENT_DONE message in TIME format.
17161
17162 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17165
17166         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17167         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17168           Fix index creation when we have to scan the file to create
17169           an index. There may be other types of RIFF 'LIST' chunks than
17170           'movi' and we need to skip them properly as well or we'll end up
17171           reading garbage (#336889). Some other cosmetic changes.
17172           
17173 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17176         (gst_flac_dec_handle_seek_event):
17177           Add support for segment seeks (fixes #338290). Also demote
17178           some recurring debug message from DEBUG to LOG level.
17179
17180 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17183         (gst_matroskademux_do_index_seek),
17184         (gst_matroska_demux_handle_seek_event),
17185         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17186         * gst/matroska/matroska-ids.h:
17187           Set DISCONT flag on first buffer after a discontinuity.
17188           Fix newsegment events sent when seeking and honour KEY_UNIT
17189           seek flag. Create pad with bogus caps if we don't recognise
17190           the stream codec id.
17191
17192         * gst/matroska/matroska-demux.h:
17193           Fix GObject macros.
17194
17195 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17196
17197         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17198
17199         * gst/matroska/matroska-demux.c:
17200         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17201           Handle end of segment properly when set; don't dead-lock when
17202           posting start of segment message when doing a segment seek.
17203           Fixes #338810.
17204
17205 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17208         (gst_matroska_demux_plugin_init):
17209           Make mpeg2 aac audio work: create artificial private codec data
17210           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17211           Also call gst_riff_init(). Partially fixes #338767.
17212
17213 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17214
17215         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17216         (gst_wavenc_class_init), (gst_wavenc_init),
17217         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17218         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17219         (gst_wavenc_chain), (gst_wavenc_change_state):
17220         * gst/wavenc/gstwavenc.h:
17221           Set caps on first outgoing buffer, so that it doesn't error out
17222           immediately with a non-negotiated error (#338716). Rewrite and
17223           clean up a bit; fix setcaps function to parse things properly;
17224           fix sink caps (8bit audio is unsigned and doesn't have depth);
17225           use boilerplate macros; remove unused properties stuff.
17226
17227 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17230           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17231           handle MJPEG streams and might be autoplugged for those if the
17232           user doesn't have jpegdec installed (resulting in a cryptic error
17233           message about huffman tables). Better to disable JPEG decoding here
17234           and let the user figure out that she needs to install jpegdec.
17235
17236 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17237
17238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17239         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17240         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17241         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17242           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17243           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17244           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17245           debug messages. Fix boilerplate macros.
17246
17247 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17248
17249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17250         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17251           No need to special-case for Gdk-2.0 any longer, we require
17252           Gdk 2.2 or newer; minor clean-ups.
17253
17254 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17255
17256         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17257         (gst_shout2send_class_init), (gst_shout2send_init),
17258         (set_shout_metadata), (gst_shout2send_set_metadata),
17259         (gst_shout2send_event), (gst_shout2send_start),
17260         (gst_shout2send_connect), (gst_shout2send_stop),
17261         (gst_shout2send_render), (gst_shout2send_set_property),
17262         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17263         (plugin_init):
17264         * ext/shout2/gstshout2.h:
17265         * po/POTFILES.in:
17266           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17267           change function; use GST_ELEMENT_ERROR for error reporting, not
17268           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17269           will cause crashes or assertion failures; remove (unused) "sync"
17270           property, basesink already has such a property; misc. other
17271           minor fixes and cleanups.
17272
17273 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17274
17275         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17276         * ext/esd/gstesd.c: (plugin_init):
17277         * po/POTFILES.in:
17278           Add translatable error message for when we cannot
17279           connect to the sound server, as "Cannot open resource
17280           for writing" isn't really an acceptable message to show
17281           to the user in this case.
17282
17283 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17284
17285         * sys/oss/gst-i18n-plugin.h:
17286           Remove bogus file that doesn't belong here.
17287
17288 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17289
17290         Patch by: Philippe Valembois
17291
17292         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17293         (gst_shout2send_set_metadata), (gst_shout2send_event),
17294         (gst_shout2send_render), (gst_shout2send_change_state):
17295         * ext/shout2/gstshout2.h:
17296           Handle tags being received before the connection to
17297           the server is established properly (see #338636).
17298
17299 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17300
17301         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17302           Don't crash in case the connection to the server fails:
17303           don't set pointer to NULL by assigning FALSE; error out
17304           properly by using GST_ELEMENT_ERROR and returning
17305           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17306           before resetting the pointer.
17307
17308 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17309
17310         * gst/id3demux/id3tags.c:
17311         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17312         (Fixes #338713)
17313
17314 2006-04-12  Wim Taymans  <wim@fluendo.com>
17315
17316         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17317         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17318         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17319         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17320         (gst_gdk_pixbuf_chain):
17321         Some cleanups.
17322         Added RGBA as a possible output format.
17323         Correctly free the supported mimetypes.
17324         deprecate silent arg, it's not used.
17325         Return result from _alloc_buffer to peer.
17326
17327 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17328
17329         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17330           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17331           overwriting GST_BUFFER_MALLOCDATA.
17332
17333 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17336         (user_endrow_callback), (user_end_callback),
17337         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17338         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17339         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17340         * ext/libpng/gstpngdec.h:
17341           Handle more than one frame if the content is framed,
17342           like with png-in-quicktime (#331917).
17343
17344 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17345
17346         * sys/oss/Makefile.am:
17347         * sys/oss/common.h:
17348         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17349         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17350         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17351         (gst_oss_src_unprepare):
17352           - the user-visible error strings were in the wrong category
17353           - and the messages were not marked for translation
17354           - which is actually a good thing, because they were exactly
17355             the kind of message you would never want anyone to see
17356           - the macros were using variables that didn't exist in the macro
17357             arguments
17358           - and they were obviously copied from each other and then modified
17359           - so a common header makes sense
17360
17361 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17362
17363         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17364           Don't try to modify read-only data.
17365
17366         * gst/matroska/matroska-demux.c:
17367         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17368           Fix comment (won't crash any longer now).
17369
17370 2006-04-10  Michael Smith  <msmith@fluendo.com>
17371
17372         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17373           Use copies of header buffers for caps to avoid circular refcounting
17374           problems (as in theoradec, vorbisdec).
17375
17376         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17377           Fix a typo in test that meant it was testing the wrong thing.
17378
17379         * tests/check/elements/cmmlenc.c: (check_headers):
17380           Fix refcount checks now that we use buffer-copies for caps.
17381
17382 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17383
17384         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17385         (gst_matroska_demux_handle_seek_event),
17386         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17387         (gst_matroska_demux_subtitle_caps),
17388         (gst_matroska_demux_plugin_init):
17389           Use static pad templates with ANY caps for audio and video
17390           source pads and get rid of a lot of unnecessary (and partially
17391           broken) code for the template caps. Clean up caps finding
17392           functions. Fixes playback of audio files/streams that do not
17393           contain the sample rate and/or number of channels in the audio
17394           context (happens a lot with vorbis/mp3 .mka files it seems).
17395           Fixes #337183.
17396           Also add myself to copyright holders.
17397
17398 2006-04-10  Michael Smith  <msmith@fluendo.com>
17399
17400         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17401           Use g_list_delete_link () instead of g_list_remove_link () so that
17402           we free the link as well as the contained data.
17403
17404 2006-04-10  Wim Taymans  <wim@fluendo.com>
17405
17406         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17407
17408         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17409         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17410         (gst_avi_demux_stream_header):
17411         Fix some crashers with empty chunks. (Fixes #337749)
17412
17413 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17414
17415         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17416           use G_GINT64_CONSTANT for INT64 constants
17417         * gst/videofilter/gstvideobalance.c:
17418           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17419         * win32/vs6/libgstavi.dsp:
17420          add missing libraries for the link and remove avimux.c from
17421          the project as it isn't ported to 0.10 yet
17422         
17423 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17426           Even better would be if we actually did the right thing
17427           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17428
17429 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17430
17431         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17432           Can't just replace 1LL with 1L here just because MSVC doesn't
17433           support it, as it might lead to incorrect results when doing the
17434           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17435           force a 64-bit constant in a way that all compilers are happy with.
17436
17437 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17438
17439         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17440         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17441         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17442         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17443         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17444         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17445         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17446         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17447         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17448         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17449         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17450         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17451         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17452         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17453         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17454         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17455         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17456         * gst/debug/efence.c: (gst_efence_class_init):
17457         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17458         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17459         * gst/goom/gstgoom.c: (gst_goom_class_init):
17460         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17461         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17462         * gst/interleave/interleave.c: (interleave_class_init):
17463         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17464         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17465         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17466         * gst/median/gstmedian.c: (gst_median_class_init):
17467         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17468         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17469         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17470         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17471         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17472         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17473         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17474         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17475         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17476         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17477         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17478         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17479         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17480         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17481         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17482         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17483         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17484         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17485         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17486         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17487         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17488         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17489         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17490         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17491         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17492         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17493         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17494         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17495         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17496         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17497         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17498         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17499         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17500         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17501         * sys/osxaudio/gstosxaudioelement.c:
17502         (gst_osxaudioelement_class_init):
17503         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17504         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17505         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17506         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17507
17508 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17509
17510         * ext/mikmod/gstmikmod.h:
17511         * gst/level/gstlevel.h:
17512         Fix more broken GObject macros
17513
17514 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17515
17516         * ext/annodex/gstcmmldec.h:
17517         * ext/annodex/gstcmmlenc.h:
17518         * ext/annodex/gstcmmltag.h:
17519         * ext/cairo/gsttextoverlay.h:
17520         * ext/ladspa/gstsignalprocessor.h:
17521         * gst/matroska/ebml-read.h:
17522         * gst/matroska/ebml-write.h:
17523         * sys/osxaudio/gstosxaudioelement.h:
17524         Fix broken GObject macros
17525
17526 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17527
17528         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17529           Don't try to seek beyond the end of the file (would
17530           occasionally display error dialogs in totem when seeking
17531           to the end) (#335869). Will still throw an error though
17532           if the file is truncated and the total_samples value in
17533           the stream header is wrong.
17534
17535 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17536
17537         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17538         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17539         (gst_flac_dec_metadata_callback):
17540         * ext/flac/gstflacdec.h:
17541           If the stream header doesn't contain the total number of samples,
17542           search for the last flac frame at the end of the file and calculate
17543           the total duration from that frame's offset (fixes #337609).
17544
17545 2006-04-07  Edward Hervey  <edward@fluendo.com>
17546
17547         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17548         Don't unref the GstPadTemplate returned by
17549         gst_element_class_get_pad_template().
17550
17551 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17554
17555         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17556         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17557         * sys/sunaudio/gstsunaudiosink.h:
17558           Use spec->segsize and spec->segtotal in the prepare function
17559           to initialise the ring buffer instead of using the buffer-time
17560           property (#337421).
17561
17562 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17563
17564         * configure.ac:
17565           Bump core requirements to CVS for gst_pad_query_peer_duration()
17566           which is used by speexdec.
17567
17568 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17569
17570         * ext/speex/gstspeex.c: (plugin_init):
17571         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17572         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17573         (speex_get_sink_query_types), (speex_dec_sink_query),
17574         (speex_get_src_query_types), (speex_dec_src_query),
17575         (speex_dec_src_event), (speex_dec_sink_event),
17576         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17577         (speex_dec_chain_parse_data), (speex_dec_chain),
17578         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17579         (speex_dec_change_state):
17580         * ext/speex/gstspeexdec.h:
17581           Fix seeking and duration queries (#337033); clean up and
17582           refactor a bit.
17583
17584 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17585
17586         * ext/raw1394/gstdv1394src.c:
17587           distinguish between device not found and could not open for
17588           reading
17589
17590 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * Makefile.am:
17593         * configure.ac:
17594         * pkgconfig/.cvsignore:
17595         * pkgconfig/Makefile.am:
17596         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17597           add a .pc file so other modules can use good plugins in tests
17598
17599 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17600
17601         * configure.ac:
17602           clean up, use AS_VERSION and AS_NANO
17603         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17604           use PACKAGE_VERSION define
17605         * po/af.po:
17606         * po/az.po:
17607         * po/cs.po:
17608         * po/en_GB.po:
17609         * po/hu.po:
17610         * po/it.po:
17611         * po/nb.po:
17612         * po/nl.po:
17613         * po/or.po:
17614         * po/sq.po:
17615         * po/sr.po:
17616         * po/sv.po:
17617         * po/uk.po:
17618         * po/vi.po:
17619           updated
17620
17621 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17622
17623         * ext\jpeg\smokecodec.c:
17624           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17625         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17626           move first instruction after all variables declarations
17627         * gst\alpha\gstalpha.c:
17628         * gst\effectv\gstshagadelic.c:
17629         * gst\smpte\paint.c:
17630         * gst\videofilter\gstvideobalance.c:
17631           define M_PI if it's not defined (it's not defined on WIN32)
17632         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17633         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17634         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17635         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17636         (gst_matroska_demux_video_caps):
17637         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17638         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17639           use gst_guint64_to_gdouble for conversions
17640         * gst\goom\filters.c: (setPixelRGB_):
17641           fix a debug which was using undefined variable
17642         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17643         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17644           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17645         * win32/vs6:
17646           add vs6 projects files for most of plugins-good
17647         
17648 2006-03-30  j^  <j@bootlab.org>
17649
17650         * ext/aalib/gstaasink.c:
17651         * ext/annodex/gstcmmldec.c:
17652         * ext/annodex/gstcmmlenc.c:
17653         * ext/cairo/gsttextoverlay.c:
17654         * ext/cairo/gsttimeoverlay.c:
17655         * ext/cdio/gstcdiocddasrc.c:
17656         * ext/dv/gstdvdec.c:
17657         * ext/esd/esdmon.c:
17658         * ext/esd/esdsink.c:
17659         * ext/flac/gstflacdec.c:
17660         * ext/flac/gstflacenc.c:
17661         * ext/flac/gstflactag.c:
17662         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17663         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17664         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17665         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17666         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17667         * ext/gdk_pixbuf/pixbufscale.c:
17668         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17669         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17670         * ext/jpeg/gstjpegdec.c:
17671         * ext/jpeg/gstjpegenc.c:
17672         * ext/jpeg/gstsmokedec.c:
17673         * ext/jpeg/gstsmokeenc.c:
17674         * ext/libcaca/gstcacasink.c:
17675         * ext/libmng/gstmngdec.c:
17676         * ext/libmng/gstmngenc.c:
17677         * ext/libpng/gstpngdec.c:
17678         * ext/libpng/gstpngenc.c:
17679         * ext/mikmod/gstmikmod.c:
17680         * ext/raw1394/gstdv1394src.c:
17681         * ext/shout2/gstshout2.c:
17682         * ext/speex/gstspeexdec.c:
17683         * ext/speex/gstspeexenc.c:
17684         * gst/alpha/gstalpha.c:
17685         * gst/alpha/gstalphacolor.c:
17686         * gst/auparse/gstauparse.c:
17687         * gst/autodetect/gstautoaudiosink.c:
17688         (gst_auto_audio_sink_base_init):
17689         * gst/autodetect/gstautovideosink.c:
17690         (gst_auto_video_sink_base_init):
17691         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17692         * gst/cutter/gstcutter.c:
17693         * gst/debug/breakmydata.c:
17694         * gst/debug/efence.c:
17695         * gst/debug/gstnavigationtest.c:
17696         * gst/debug/negotiation.c:
17697         * gst/debug/progressreport.c:
17698         * gst/debug/testplugin.c:
17699         * gst/effectv/gstaging.c:
17700         * gst/effectv/gstdice.c:
17701         * gst/effectv/gstedge.c:
17702         * gst/effectv/gstquark.c:
17703         * gst/effectv/gstrev.c:
17704         * gst/effectv/gstvertigo.c:
17705         * gst/effectv/gstwarp.c:
17706         * gst/flx/gstflxdec.c:
17707         * gst/goom/gstgoom.c:
17708         * gst/interleave/deinterleave.c:
17709         * gst/interleave/interleave.c:
17710         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17711         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17712         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17713         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17714         * gst/level/gstlevel.c:
17715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17717         * gst/median/gstmedian.c:
17718         * gst/monoscope/gstmonoscope.c:
17719         * gst/multipart/multipartdemux.c:
17720         * gst/multipart/multipartmux.c:
17721         * gst/oldcore/gstmd5sink.c:
17722         * gst/oldcore/gstmultifilesrc.c:
17723         * gst/oldcore/gstpipefilter.c:
17724         * gst/oldcore/gstshaper.c:
17725         * gst/oldcore/gststatistics.c:
17726         * gst/rtp/gstasteriskh263.c:
17727         * gst/rtp/gstrtpL16depay.c:
17728         * gst/rtp/gstrtpL16pay.c:
17729         * gst/rtp/gstrtpamrdepay.c:
17730         * gst/rtp/gstrtpamrpay.c:
17731         * gst/rtp/gstrtpdepay.c:
17732         * gst/rtp/gstrtpgsmpay.c:
17733         * gst/rtp/gstrtph263pay.c:
17734         * gst/rtp/gstrtph263pdepay.c:
17735         * gst/rtp/gstrtph263ppay.c:
17736         * gst/rtp/gstrtpmp4gpay.c:
17737         * gst/rtp/gstrtpmp4vdepay.c:
17738         * gst/rtp/gstrtpmp4vpay.c:
17739         * gst/rtp/gstrtpmpadepay.c:
17740         * gst/rtp/gstrtpmpapay.c:
17741         * gst/rtp/gstrtppcmadepay.c:
17742         * gst/rtp/gstrtppcmapay.c:
17743         * gst/rtp/gstrtppcmudepay.c:
17744         * gst/rtp/gstrtppcmupay.c:
17745         * gst/rtp/gstrtpspeexdepay.c:
17746         * gst/rtp/gstrtpspeexpay.c:
17747         * gst/rtsp/gstrtpdec.c:
17748         * gst/smpte/gstsmpte.c:
17749         * gst/videobox/gstvideobox.c:
17750         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17751         * gst/videofilter/gstvideobalance.c:
17752         * gst/videofilter/gstvideoflip.c:
17753         * gst/videofilter/gstvideotemplate.c:
17754         (gst_videotemplate_base_init):
17755         * gst/videomixer/videomixer.c:
17756         * gst/wavenc/gstwavenc.c:
17757         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17758          better/unified long descriptions
17759          Fixed #336602
17760          Some cleanups to auparse, don't send multiple newsegments.
17761
17762 2006-03-29  Wim Taymans  <wim@fluendo.com>
17763
17764         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17765
17766         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17767         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17768         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17769         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17770         * ext/dv/gstdvdemux.h:
17771         Seek in READY patch. Only works for pull based mode.
17772         Fixes #323880
17773
17774 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17775
17776         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17777         (gst_gdk_pixbuf_event):
17778           Fix two crashers: don't unref the same caps twice, and
17779           set pixbuf loader to NULL after freeing it.
17780
17781 2006-03-27  Wim Taymans  <wim@fluendo.com>
17782
17783         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17784         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17785         (gst_speexenc_chain):
17786         * ext/speex/gstspeexenc.h:
17787         Don't leak adapter.
17788         A push *always* takes ownership of the buffer, even on
17789         errors.
17790         Small cleanups.
17791
17792 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17793
17794         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17795           Create source pad without leaking.
17796
17797 2006-03-24  Wim Taymans  <wim@fluendo.com>
17798
17799         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17800         * ext/flac/gstflacdec.h:
17801         * ext/flac/gstflacenc.h:
17802         Spifify a bit.
17803         Fix deadly lock order error in seeking code, STREAM_LOCK
17804         cannot be taken within LOCK and the streaming variables are
17805         protected with the STREAM_LOCK anyway.
17806
17807 2006-03-24  Wim Taymans  <wim@fluendo.com>
17808
17809         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17810         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17811         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17812         this patch combines the global init_frames with the stream
17813         init_frames. Rationale being that the global delay should 
17814         be subtracted from any stream delay.
17815         Fixes #335858.
17816
17817 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17818
17819         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17820         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17821         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17822         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17823         use DEBUG_FUNCPTR for collectpads
17824
17825 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17826
17827         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17828           Don't crash when encoding images where the number of rows isn't
17829           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17830
17831 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17832
17833         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17834         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17835         * gst/interleave/interleave.c: (interleave_change_state):
17836         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17837           More state change function fixes.
17838
17839 2006-03-23  Wim Taymans  <wim@fluendo.com>
17840
17841         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17842         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17843         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17844         (gst_esdsink_delay), (gst_esdsink_reset):
17845         * ext/esd/esdsink.h:
17846         Fix esd choppy playback by configuring audiosink
17847         correctly. Fixes #325191
17848
17849 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17850
17851         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17852           Make state change function thread-safe.
17853
17854 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17855
17856         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17857         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17858           Don't try to read beyond the end of the file just because
17859           the header claims a bigger size (like with truncated files).
17860
17861 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17862
17863         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17864         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17865         (gst_wavparse_stream_data), (gst_wavparse_loop):
17866         * gst/wavparse/gstwavparse.h:
17867           Delay source pad creation until we have the first chunk of
17868           media data, so the we can examine the data and adjust the
17869           caps accordingly if required. This makes playback of .wav
17870           files with DTS-declared-as-PCM content work (#313266).
17871
17872 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17873
17874         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17875         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17876         Don't attempt typefinding on too-short buffers that have been
17877         completely trimmed away. (Fixes #330239)
17878
17879         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17880         Improve the debug output
17881
17882 2006-03-21  Wim Taymans  <wim@fluendo.com>
17883
17884         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17885         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17886         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17887         (gst_esdsink_set_property), (gst_esdsink_get_property):
17888         Some cleanups.
17889         Reset fd to -1 when we close them.
17890
17891 2006-03-21  Wim Taymans  <wim@fluendo.com>
17892
17893         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17894         the OPTIONS request result is optional so don't
17895         fail on it.
17896
17897 2006-03-21  Edward Hervey  <edward@fluendo.com>
17898
17899         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17900         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17901         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17902         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17903         (gst_wavparse_change_state):
17904         gcc 4.1 unreferenced pointer fixes.
17905
17906 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17907
17908         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17909
17910         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17911           Fix block alignment calculation. Alignment should be done before
17912           adding the byte offset where the data starts (#335231).
17913
17914 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17915
17916         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17917           Ensure that we set correct caps on buffers that are transferred
17918           direct from the input.
17919
17920 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17921
17922         * gst/goom/filters.c: (zoomFilterDestroy):
17923         * gst/goom/goom_core.c: (goom_close):
17924           Free filter data when cleaning up. (Fixes: #334995)
17925
17926 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17927
17928         * configure.ac:
17929           Don't compile udp and rtsp plugins on win32 (mingw) or other
17930           systems that don't have <sys/socket.h> for some reason (#316203).
17931
17932 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17933
17934         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17935         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17936         * ext/raw1394/gstdv1394src.h:
17937           Change bus reset handler so it reports useful information such as
17938           whether the device being used connected or disconnected
17939
17940 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17941
17942         * gst/id3demux/id3v2frames.c:
17943         (parse_relative_volume_adjustment_two):
17944           We only care about gain and peak data for the master volume.
17945
17946 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17947
17948         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17949         (parse_id_string), (parse_unique_file_identifier),
17950         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17951           Read replay gain tags (#323721).
17952
17953 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17954
17955         * configure.ac:
17956           Bump requirements to gst-plugins-base CVS because
17957           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17958
17959 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17960
17961         * rtp/gst/gstrtppcmadepay.c:
17962         Fixed one of the caps in the code from mulaw to alaw.
17963
17964 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17965
17966         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17967           Ensure that we set caps on the buffers we pass.
17968
17969         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17970         (gst_id3demux_sink_activate):
17971           Ensure that we set caps on the buffers we pass.
17972
17973           Use STREAM, TYPE_NOT_FOUND as the error class when
17974           typefinding fails.
17975
17976 2006-03-15  Edward Hervey  <edward@fluendo.com>
17977
17978         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17979         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17981         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17982         (gst_jpeg_dec_setcaps):
17983         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17984         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17985         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17986         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17987         (gst_mngdec_src_getcaps):
17988         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17989         (gst_pngdec_caps_create_and_set):
17990         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17991         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17992         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17993         * gst/alpha/gstalpha.c: (gst_alpha_init):
17994         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17995         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17996         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17997         * gst/cutter/gstcutter.c: (gst_cutter_init):
17998         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17999         (gst_efence_checkgetrange):
18000         * gst/debug/negotiation.c: (gst_negotiation_init):
18001         * gst/flx/gstflxdec.c: (gst_flxdec_init):
18002         * gst/goom/gstgoom.c: (gst_goom_init):
18003         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
18004         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
18005         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
18006         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
18007         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
18008         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
18009         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
18010         * gst/smpte/gstsmpte.c: (gst_smpte_init):
18011         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18012         (gst_wavparse_create_sourcepad):
18013         Fix memleak with gst_static_pad_template_get().
18014         This uses gst_pad_new_from_static_template() instead.
18015         Fixes #333512
18016
18017 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18018
18019         * configure.ac:
18020           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18021           used by id3demux.
18022
18023         * gst/id3demux/gstid3demux.c: (plugin_init):
18024         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18025         (parse_user_text_identification_frame),
18026         (parse_unique_file_identifier):
18027           Add support for UFID and TXXX frames and extract musicbrainz tags.
18028
18029 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18030
18031         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18032           Catch short reads, like they might happen with truncated
18033           files (see #305279); remove unnecessary indentation.
18034
18035 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18038           Fix DIB image inversion for pictures with a
18039           depth != 8 (#305279).
18040
18041 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18044         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18045         * ext/jpeg/gstjpegdec.h:
18046           Fix durations on outgoing buffers after seeking
18047           in MJPEG files (#334083); some minor clean-ups.
18048
18049 2006-03-13  Wim Taymans  <wim@fluendo.com>
18050
18051         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18052         (gst_wavparse_change_state):
18053         Implement seek in READY (re-fixes #327658)
18054
18055 2006-03-13  Wim Taymans  <wim@fluendo.com>
18056
18057         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18058         * ext/esd/esdmon.c: (gst_esdmon_get):
18059         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18061         (gst_gdk_pixbuf_sink_getcaps):
18062         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18063         (gst_jpegenc_setcaps):
18064         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18065         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18066         (gst_smokeenc_setcaps):
18067         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18068         (gst_mngdec_src_getcaps):
18069         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18070         (gst_mngenc_chain):
18071         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18072         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18073         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18074         (speex_dec_src_event), (speex_dec_chain):
18075         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18076         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18077         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18078         (gst_negotiation_pad_link), (gst_negotiation_chain):
18079         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18080         (gst_flxdec_chain):
18081         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18082         (deinterleave_chain):
18083         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18084         * gst/median/gstmedian.c: (gst_median_link):
18085         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18086         (gst_monoscope_chain):
18087         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18088         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18089         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18090         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18091         close #333784 unref the result of gst_pad_get_parent()
18092         by: Christophe Fergeau.
18093
18094 2006-03-09  Wim Taymans  <wim@fluendo.com>
18095
18096         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18097         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18098         Handle events in push mode better, can now do non-flushing
18099         seeks in push mode as well.
18100
18101 2006-03-07  Wim Taymans  <wim@fluendo.com>
18102
18103         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18104         Applied patch from Kai Vehmanen, fixes #333624.
18105
18106 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18107
18108         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18109         Implement paletted and grayscale png files handling.
18110         (#150363).
18111
18112 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18113
18114         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18115         (gst_speexenc_chain):
18116           fix a tag list assert
18117           follow gst-plugins-base/ext/ogg/README; set OFFSET
18118           and OFFSET_END.  Muxes correctly with gst-plugins-base
18119           > 0.9.3
18120
18121 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18122
18123         * gst/id3demux/Makefile.am:
18124         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18125         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18126           Use new typefind helper functions here as well, and
18127           do typefinding in pull-mode if upstream supports that.
18128
18129 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18130
18131         * sys/sunaudio/gstsunaudiomixerctrl.c:
18132         (gst_sunaudiomixer_ctrl_get_volume),
18133         (gst_sunaudiomixer_ctrl_set_volume):
18134         * sys/sunaudio/gstsunaudiomixertrack.c:
18135         (gst_sunaudiomixer_track_new):
18136           Remove unused variables, breaks build from CVS
18137           with -Werror (#333392, patch by: Benjamin Pineau)
18138
18139 2006-03-03  Wim Taymans  <wim@fluendo.com>
18140
18141         * docs/plugins/Makefile.am:
18142         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18143         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18144         Added wavparse docs.
18145
18146         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18147         (gst_wavparse_reset), (gst_wavparse_init),
18148         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18149         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18150         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18151         (gst_wavparse_stream_data), (gst_wavparse_loop),
18152         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18153         (gst_wavparse_change_state):
18154         * gst/wavparse/gstwavparse.h:
18155         Implement seek in READY (fixes #327658)
18156         Added docs and did some cleanups.
18157
18158 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18159
18160         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18161         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18162         (gst_avi_demux_calculate_durations_from_index),
18163         (gst_avi_demux_stream_header):
18164         * gst/avi/gstavidemux.h:
18165           If we have an index, use a duration based on the index instead
18166           of blindly trusting the information in the stream headers
18167           (fixes #331817).
18168
18169 2006-03-03  Wim Taymans  <wim@fluendo.com>
18170
18171         * docs/plugins/Makefile.am:
18172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18174         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18175         Added smoke and jpeg to the docs.
18176
18177         * ext/jpeg/Makefile.am:
18178         * ext/jpeg/gstjpeg.c: (plugin_init):
18179         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18180         * ext/jpeg/gstjpegenc.h:
18181         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18182         (gst_smokedec_chain):
18183         * ext/jpeg/gstsmokedec.h:
18184         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18185         * ext/jpeg/gstsmokeenc.h:
18186         * ext/jpeg/smokecodec.h:
18187         Port smokedec (fixes #331905).
18188         Added some docs.
18189         Some cleanups.
18190
18191 2006-03-03  Wim Taymans  <wim@fluendo.com>
18192
18193         * docs/plugins/Makefile.am:
18194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18196         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18197         Added videobalance and videoflip to the docs.
18198
18199         * gst/videofilter/Makefile.am:
18200         * gst/videofilter/gstvideobalance.c:
18201         (gst_video_balance_update_tables_planar411),
18202         (gst_video_balance_is_passthrough),
18203         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18204         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18205         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18206         (gst_video_balance_finalize), (gst_video_balance_class_init),
18207         (gst_video_balance_init), (gst_video_balance_interface_supported),
18208         (gst_video_balance_interface_init),
18209         (gst_video_balance_colorbalance_list_channels),
18210         (gst_video_balance_colorbalance_set_value),
18211         (gst_video_balance_colorbalance_get_value),
18212         (gst_video_balance_colorbalance_init),
18213         (gst_video_balance_set_property), (gst_video_balance_get_property),
18214         (gst_video_balance_get_type), (plugin_init):
18215         * gst/videofilter/gstvideobalance.h:
18216         Ported to 0.10. (Fixes #326160)
18217         Added docs.
18218
18219         * gst/videofilter/gstvideoflip.c:
18220         * gst/videofilter/gstvideoflip.h:
18221         Added docs.
18222
18223 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18224
18225         * configure.ac:
18226           Bump requirements to current core and -base CVS
18227           (core for new typefind helper API, and -base for the
18228           WAVFORMATEX support that was added to libgstriff and
18229           is needed by wavparse).
18230         
18231         * gst/apetag/Makefile.am:
18232         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18233         (gst_tag_demux_sink_activate):
18234           Use new typefind helpers for typefinding instead of our
18235           home-grown stuff; also, do typefinding in pull-mode if
18236           upstream supports that.
18237
18238 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18239
18240         Reviewed by: Christian Schaller <christian@fluendo.com>
18241
18242         This patch fixes bug: 329107
18243
18244         This Changelog entry is for a commit done on February 17
18245
18246         * ext/gconf/gconf.c
18247         * ext/gconf/gconf.h
18248         * ext/gconf/gstgconfaudiosink.c
18249         * ext/gconf/gstgconfaudiosink.h
18250         * gconf/gstreamer.schemas.in
18251
18252 2006-02-28  Wim Taymans  <wim@fluendo.com>
18253
18254         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18255         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18256         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18257         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18258         Use DEBUG_OBJECT more.
18259
18260 2006-02-28  Wim Taymans  <wim@fluendo.com>
18261
18262         * docs/plugins/Makefile.am:
18263         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18264         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18265         Added dvdec and dvdemux to docs.
18266
18267         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18268         Added docs.
18269         Check frame sizes so we don't crash when don't have enough
18270         data.
18271         Send nice error messages on error.
18272
18273         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18274         (gst_dvdemux_class_init), (gst_dvdemux_init),
18275         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18276         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18277         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18278         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18279         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18280         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18281         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18282         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18283         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18284         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18285         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18286         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18287         * ext/dv/gstdvdemux.h:
18288         Added docs.
18289         Implement pull mode.
18290         Fix memleaks.
18291         Reduce memcpy for the video demuxing.
18292
18293 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18294
18295         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18296         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18297         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18298         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18299           Add a little extra debug. Make the decoder not return NOT_LINKED,
18300           as we want to continue decoding all CMML and emitting tags.
18301
18302 2006-02-27  Michael Smith  <msmith@fluendo.com>
18303
18304         * ext/annodex/gstskeltag.c:
18305         * ext/annodex/gstskeltag.h:
18306           Deleted; these files aren't used any more either.
18307
18308 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18309
18310         * ext/Makefile.am: Fix dist-check.
18311
18312 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18313
18314         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18315         memleak.
18316
18317 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18318
18319         * ext/annodex/Makefile.am:
18320         * ext/annodex/gstannodex.c:
18321         * ext/annodex/gstcmmldec.c:
18322         * ext/annodex/gstcmmlenc.c:
18323         * ext/annodex/gstcmmlparser.c:
18324         * ext/annodex/gstcmmlparser.h:
18325         * ext/annodex/gstcmmlutils.c:
18326         * tests/check/elements/cmmldec.c:
18327         * tests/check/elements/cmmlenc.c:
18328           Fix a memleak in gst_cmml_track_list_add_clip.
18329           Handle overflows in clip's start and end times.
18330           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18331           Do not parse junk at the end of a CMML preamble buffer.
18332           Register a libxml error handler to not print stuff on stderr.
18333           Check for bad clip start and end times in the testsuites.
18334
18335 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18336
18337         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18338         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18339         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18340         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18341         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18342         possible memleaks.
18343
18344 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18345
18346         * tests/check/Makefile.am:
18347         * tests/check/elements/cmmldec.c:
18348         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18349         the plugins-base tags.
18350
18351 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18352
18353         * ext/Makefile.am: Re-enable module.
18354
18355 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18356
18357         * tests/check/Makefile.am: Forgot to remove that test.
18358
18359 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18360
18361         * ext/annodex/Makefile.am:
18362         * ext/annodex/gstannodex.c: (plugin_init):
18363         * ext/annodex/gstcmmldec.c:
18364         * ext/annodex/gstskeldec.c:
18365         * ext/annodex/gstskeldec.h:
18366         * tests/check/Makefile.am:
18367         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18368
18369 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18370
18371         * tests/check/Makefile.am: Disable those checks as well.
18372
18373 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18374
18375         * ext/Makefile.am: Disable annodex for now until we figure out
18376         how to make it build.
18377         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18378         Add a rule to your checklist : "please try to at least build 
18379         what you are going to commit into -good, or if you are too lazy
18380         to do that, please check that the buildbots are not crying because
18381         of your commit."
18382
18383 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18384
18385         * configure.ac:
18386         * ext/Makefile.am:
18387         * ext/gdk_pixbuf/Makefile.am:
18388         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18389         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18390         * ext/gdk_pixbuf/pixbufscale.c:
18391         * ext/gdk_pixbuf/pixbufscale.h:
18392           Gdkpixbuf ported from 0.8 to 0.10 by
18393           Renato Filho <renato.filho@indt.org.br>.
18394           gst_loader and gdkpixbufanimation still need port.
18395
18396 2006-02-24  Michael Smith  <msmith@fluendo.com>
18397
18398         * configure.ac:
18399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18400         * ext/Makefile.am:
18401         * ext/annodex/Makefile.am:
18402         * ext/annodex/gstannodex.c:
18403         * ext/annodex/gstannodex.h:
18404         * ext/annodex/gstcmmldec.c:
18405         * ext/annodex/gstcmmldec.h:
18406         * ext/annodex/gstcmmlenc.c:
18407         * ext/annodex/gstcmmlenc.h:
18408         * ext/annodex/gstcmmlparser.c:
18409         * ext/annodex/gstcmmlparser.h:
18410         * ext/annodex/gstcmmltag.c:
18411         * ext/annodex/gstcmmltag.h:
18412         * ext/annodex/gstcmmlutils.c:
18413         * ext/annodex/gstcmmlutils.h:
18414         * ext/annodex/gstskeldec.c:
18415         * ext/annodex/gstskeldec.h:
18416         * ext/annodex/gstskeltag.c:
18417         * ext/annodex/gstskeltag.h:
18418         * tests/check/Makefile.am:
18419         * tests/check/elements/cmmldec.c:
18420         * tests/check/elements/cmmlenc.c:
18421         * tests/check/elements/skeldec.c:
18422           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18423           Includes tests & docs, oh my! Passes Thomas's -good checklist
18424           entirely. Wow.
18425
18426 2006-02-24  Michael Smith  <msmith@fluendo.com>
18427
18428         * autogen.sh:
18429           Check for automake 1.9 as well.
18430
18431 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18432
18433         * ext/flac/gstflacenc.c:
18434           Change min. sample rate to 8kHz to match flacdec's.
18435           
18436 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18437
18438         * ext/cdio/Makefile.am:
18439           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18440           required for Cygwin, see #317048)
18441
18442         * gst/rtp/gstasteriskh263.c:
18443           Cygwin has includes for both the unix network socket API
18444           and the windows API, but only one can be included, so fix
18445           includes to only use one or the other, prefering the unxi
18446           one (#317048).
18447
18448 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18449
18450         * rtp/gst/gstrtppcmadepay.c:
18451         * rtp/gst/gstrtppcmadepay.h:
18452         * rtp/gst/gstgstrtppcmapay.c:
18453         * rtp/gst/gstgstrtppcmapay.h:
18454         * rtp/gst/gstrtppcmudepay.c:
18455         * rtp/gst/gstrtppcmudepay.h:
18456         * rtp/gst/gstrtppcmupay.c:
18457         * rtp/gst/gstrtppcmupay.h:
18458         * rtp/gst/Makefile.am:
18459         * rtp/gst/gstrtp.c:
18460         * rtp/gst/README:
18461         Separated the G711 payloaders/depayloaders into separate elements for
18462         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18463
18464 2006-02-22  Wim Taymans  <wim@fluendo.com>
18465
18466         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18467         (gst_dvdec_change_state):
18468         * ext/dv/gstdvdec.h:
18469         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18470         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18471         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18472         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18473         (gst_dvdemux_flush), (gst_dvdemux_chain),
18474         (gst_dvdemux_change_state):
18475         * ext/dv/gstdvdemux.h:
18476         Ueber spiffify some more, added debug category.
18477         Use _scale.
18478         Use segments, respect playback rate from newsegment.
18479         Fix refcount issue.
18480
18481 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18482
18483         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18484         (gst_signal_processor_process):
18485         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18486         enabled for the build, but it helps me win the feature-count
18487         competitions ooh yeah.
18488
18489 2006-02-19  Wim Taymans  <wim@fluendo.com>
18490
18491         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18492         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18493         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18494         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18495         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18496         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18497         Use scaling code for added precission and more correct stop
18498         position in case scale==0.
18499
18500 2006-02-19  Wim Taymans  <wim@fluendo.com>
18501
18502         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18503         (gst_flxdec_chain):
18504         * gst/flx/gstflxdec.h:
18505         Implement DURATION query.
18506
18507 2006-02-19  Wim Taymans  <wim@fluendo.com>
18508
18509         * gst/flx/flx_color.h:
18510         * gst/flx/flx_fmt.h:
18511         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18512         (gst_flxdec_src_query_handler), (flx_decode_color),
18513         (gst_flxdec_chain):
18514         * gst/flx/gstflxdec.h:
18515         Set MALLOCDATA for the temp buffers so we don't leak.
18516         Some debug cleanups.
18517         Consume all data in the adapter before leaving the chain
18518         function. Fixes #330678.
18519
18520 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18521
18522         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18523         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18524          Handle 0 data size in otherwise valid frames.
18525          Handle numeric strings in 2.4.0 even when not in parentheses 
18526
18527 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18528
18529         * gst/matroska/matroska-demux.c:
18530         (gst_matroska_demux_subtitle_caps),
18531         (gst_matroska_demux_plugin_init):
18532         * gst/matroska/matroska-ids.h:
18533           Recognise SSA/ASS and USF subtitle formats and
18534           set proper caps when they are found.
18535
18536 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18537
18538         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18539         (gst_jpeg_dec_chain):
18540           Fix invalid memory access for some odd-sized images
18541           (see image contained in quicktime stream in #327083);
18542           use g_malloc() instead of g_alloca().
18543
18544 2006-02-17  Wim Taymans  <wim@fluendo.com>
18545
18546         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18547         Patch from Sebastien Cote, fixes #319884
18548
18549 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18550
18551         * ext/cdio/gstcdio.c: (plugin_init):
18552           Init debug category (#331253).
18553
18554 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18555
18556         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18557           Pass extra_data to gst_riff_create_audio_caps(), so that
18558           WAVEFORMATEX stuff works. Post audio codec name and post
18559           it as taglist on the bus. Allow up to 8 channesl for raw
18560           PCM in the source pad template caps.
18561
18562 2006-02-16  Wim Taymans  <wim@fluendo.com>
18563
18564         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18565         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18566         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18567         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18568         (gst_multipart_set_property), (gst_multipart_get_property):
18569         Applied #318663. Gives quite a few false positives in
18570         autoscan mode, but it's better than nothing. Not closing yet.
18571
18572 2006-02-16  Wim Taymans  <wim@fluendo.com>
18573
18574         * docs/plugins/Makefile.am:
18575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18577         * docs/plugins/gst-plugins-good-plugins.args:
18578         * docs/plugins/inspect/plugin-udp.xml:
18579         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18580         (gst_udpsrc_start):
18581         Update documentation.
18582         Fix args.
18583
18584 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18585
18586         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18587         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18588         frame size. (Fixes #331368)
18589
18590 2006-02-16  Wim Taymans  <wim@fluendo.com>
18591
18592         * gst/rtsp/README:
18593         Updated README.
18594
18595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18596         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18597         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18598         * gst/rtsp/gstrtspsrc.h:
18599         Make sure the RTP port is an even port an try to allocate 
18600         another if not.
18601         Added retry property to control max retries for port allocation.
18602         Make sure RTCP port is RTP port+1.
18603         Cleanup when port allocation fails.
18604         Fixes #319183.
18605         
18606 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18607
18608         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18609           Don't ignore return value of the parent class's state
18610           change function (#331385, patch by: Wouter Paesen).
18611
18612 2006-02-15  Wim Taymans  <wim@fluendo.com>
18613
18614         * configure.ac:
18615         * docs/plugins/Makefile.am:
18616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18618         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18619         * ext/Makefile.am:
18620         * ext/hal/Makefile.am:
18621         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18622         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18623         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18624         (do_toggle_element), (gst_hal_audio_sink_set_property),
18625         (gst_hal_audio_sink_get_property),
18626         (gst_hal_audio_sink_change_state):
18627         * ext/hal/gsthalaudiosink.h:
18628         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18629         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18630         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18631         (do_toggle_element), (gst_hal_audio_src_set_property),
18632         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18633         * ext/hal/gsthalaudiosrc.h:
18634         * ext/hal/gsthalelements.c: (plugin_init):
18635         * ext/hal/gsthalelements.h:
18636         * ext/hal/hal.c: (gst_hal_get_string),
18637         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18638         (gst_hal_get_audio_src):
18639         * ext/hal/hal.h:
18640         Add HAL sound device wrapper plugins. Closes #329106
18641
18642 2006-02-15  Wim Taymans  <wim@fluendo.com>
18643
18644         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18645         Add comment in a fultile attempt to stop the copy-and-paste 
18646         paradigm leading to duplication of bad code.
18647
18648         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18649         Mime parameters have to be checked case insensitive
18650
18651 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18652
18653         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18654           Advance stream time for lagging subtitle streams by sending
18655           newsegment events with the update flag set.
18656
18657 2006-02-14  Edward Hervey  <edward@fluendo.com>
18658
18659         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18660         There can be bogus data before the hdrl LIST tag in the RIFF header.
18661         It's hard to say if it's not respecting the AVI specifications or not,
18662         but since Google Video is producing AVIs like that and the other player
18663         don't seem to complain, I guess we should do the same.
18664
18665 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18666
18667         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18668         (parse_split_strings):
18669         Add more validation to ensure that a char encoding conversion
18670         produced a valid UTF-8 string.
18671
18672 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18673
18674         Reviewed by: Edward Hervey  <edward@fluendo.com>
18675
18676         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18677         Properly handle end of segment. Closes #330885.
18678
18679 2006-02-13  Wim Taymans  <wim@fluendo.com>
18680
18681         * gst/rtp/gstrtpmp4gpay.h:
18682         For got to commit this one.
18683
18684 2006-02-12  Wim Taymans  <wim@fluendo.com>
18685
18686         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18687         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18688         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18689         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18690         * gst/rtp/gstrtpmp4gpay.h:
18691         Make more things work.
18692         Handle ACC config strings.
18693
18694 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18695
18696         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18697           set timestamps if no incoming timestamps set
18698
18699 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18702         (gst_tag_demux_do_typefind):
18703           ... and fix the very same leaks in GstTagDemux.
18704
18705 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18706
18707         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18708         (gst_id3demux_do_typefind):
18709         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18710         <jonathan at kaolin dot wh9 dot net>)
18711
18712 2006-02-10  Wim Taymans  <wim@fluendo.com>
18713
18714         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18715         First set options, then set caps or else the baseclass
18716         will not know about the options, duh.
18717
18718 2006-02-10  Wim Taymans  <wim@fluendo.com>
18719
18720         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18721         (gst_rtp_mp4v_pay_setcaps):
18722         Don't waste time looking for a config string if we have codec_info
18723         on the incomming caps.
18724
18725 2006-02-10  Wim Taymans  <wim@fluendo.com>
18726
18727         * gst/rtp/README:
18728         Say something about case-sensitivity of caps vs mime-attributes.
18729
18730         * gst/rtp/Makefile.am:
18731         * gst/rtp/gstrtp.c: (plugin_init):
18732         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18733         (gst_rtp_amr_pay_handle_buffer):
18734         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18735         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18736         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18737         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18738         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18739         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18740         (gst_rtp_mp4g_pay_plugin_init):
18741         * gst/rtp/gstrtpmp4gpay.h:
18742         Added beginnings of mpeg4-generic payloader (RFC 3640)
18743
18744 2006-02-09  Wim Taymans  <wim@fluendo.com>
18745
18746         * gst/rtsp/Makefile.am:
18747         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18748         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18749         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18750         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18751         (gst_rtpdec_change_state):
18752         * gst/rtsp/gstrtpdec.h:
18753         * gst/rtsp/gstrtsp.c: (plugin_init):
18754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18755         * gst/rtsp/rtspconnection.c: (read_body),
18756         (rtsp_connection_receive):
18757         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18758         Resurected rtpdec to make rtspsrc happy again.
18759         Skip attributes from the session id.
18760         Don't crash when dumping a message with an empty body.
18761
18762
18763 2006-02-09  Wim Taymans  <wim@fluendo.com>
18764
18765         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18766         Added more meaningfull warnings when something goes wrong.
18767         Clear F bit on outgoing AMR packets.
18768
18769         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18770         (gst_rtp_amr_pay_handle_buffer):
18771         Added debugging category
18772         Support payloading of multiple AMR frames.
18773
18774         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18775         Added some debugging.
18776
18777 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18778
18779         * configure.ac:
18780           Back to CVS
18781
18782 === release 0.10.2 ===
18783
18784 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18785
18786         * configure.ac:
18787           releasing 0.10.2, "Papa was a rolling stone"
18788
18789 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18790
18791         * configure.ac:
18792           Bump core and plugins-base requirement to 0.10.2.2
18793           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18794
18795 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18796
18797         * ext/flac/gstflac.c: (plugin_init):
18798         * ext/speex/gstspeex.c: (plugin_init):
18799           Register musicbrainz tags.
18800
18801 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * ext/gconf/gconf.h:
18804           Remove declaration of function that no longer exists.
18805
18806 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18807
18808         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18809         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18810         Make shout2 work for non ogg streams
18811
18812 2006-02-06  Wim Taymans  <wim@fluendo.com>
18813
18814         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18815         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18816         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18817         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18818         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18819         * gst/udp/gstmultiudpsink.h:
18820         Updated docs.
18821         Added properties bytes-served, bytes_to_serve.
18822         Post proper error messages,
18823         Emit client added signal too.
18824
18825 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18826
18827         * docs/plugins/Makefile.am:
18828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18829         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18830         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18831         (gst_multiudpsink_get_stats):
18832           adding docs for multiudpsink
18833
18834 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * gst/level/gstlevel.c: (gst_level_transform_ip):
18837           peak below decay is not necessarily an error, so don't ERROR log
18838
18839 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18840
18841         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18842         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18843         (gst_ebml_write_seek):
18844         * gst/matroska/ebml-write.h:
18845           Make sure we send a newsegment event in BYTES format
18846           before sending buffers (#328531).
18847
18848 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18849
18850         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18851         (gst_dvdemux_sink_query):
18852         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18853         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18854         (speex_dec_src_query):
18855         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18856         (gst_speexenc_sink_query):
18857         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18858         * gst/matroska/matroska-demux.c:
18859         (gst_matroska_demux_get_src_query_types),
18860         (gst_matroska_demux_handle_src_query):
18861         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18862         (gst_wavparse_pad_query):
18863           Pass unhandled queries upstream instead of just dropping
18864           them (#326446). Update query type arrays here and there.
18865
18866 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18867
18868         * tests/check/elements/matroskamux.c: (setup_src_pad):
18869           Collectpads in core got changed and now also holds a
18870           reference to any pad that is part of it. Fix refcount
18871           checks in test case accordingly.
18872
18873 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18874
18875         * gst/apetag/gstapedemux.h:
18876           Fix include, for now GstTagDemux is in the apetag dir.
18877
18878 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * docs/plugins/Makefile.am:
18881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18883         * docs/plugins/inspect/plugin-cdio.xml:
18884           Add cdio plugin to docs.
18885
18886         * ext/cdio/gstcdiocddasrc.c:
18887           Add gtk-doc blurb.
18888
18889         * ext/cdio/gstcdio.c:
18890           The plugin is called 'cdio' not 'cddio'.
18891
18892 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18893
18894         * configure.ac:
18895         * docs/plugins/Makefile.am:
18896         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18897         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18898         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18899         * docs/plugins/inspect/plugin-apetag.xml:
18900         * gst/apetag/Makefile.am:
18901         * gst/apetag/gstapedemux.c:
18902         * gst/apetag/gstapedemux.h:
18903         * gst/apetag/gsttagdemux.c:
18904         * gst/apetag/gsttagdemux.h:
18905           Add APE tag demuxer (#325649).
18906
18907 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18908
18909         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18910         (gst_gconf_get_default_video_sink),
18911         (gst_gconf_get_default_audio_src),
18912         (gst_gconf_get_default_video_src):
18913         * ext/gconf/gconf.h:
18914         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18915         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18916         (do_toggle_element):
18917         * ext/gconf/gstgconfaudiosink.h:
18918         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18919         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18920         (do_toggle_element):
18921         * ext/gconf/gstgconfaudiosrc.h:
18922         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18923         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18924         (do_toggle_element):
18925         * ext/gconf/gstgconfvideosink.h:
18926         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18927         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18928         (do_toggle_element):
18929         * ext/gconf/gstgconfvideosrc.h:
18930           Ignore changing the GConf key to "". Ignore GConf key updates
18931           that don't actually change the string.
18932           For now, ignore the GConf key when the state is > READY, as
18933           it breaks streaming. Sometime it will be nice to bring the
18934           new sink online even mid-stream, by sending NEWSEGMENT info
18935           and possibly prerolling.
18936           (Fixes #326736)
18937
18938 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18939
18940         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18941         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18942         (zoomFilterSetResolution), (zoomFilterDestroy),
18943         (zoomFilterFastRGB), (pointFilter):
18944         * gst/goom/filters.h:
18945         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18946         (goom_update), (goom_close):
18947         * gst/goom/goom_core.h:
18948         * gst/goom/goom_tools.h:
18949         * gst/goom/graphic.c:
18950         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18951         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18952         * gst/goom/gstgoom.h:
18953         * gst/goom/lines.c: (goom_lines):
18954         * gst/goom/lines.h:
18955           Make goom reentrant by moving all important static variables
18956           into instance structures.
18957           (Fixes #329181)
18958
18959 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18960
18961         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18962         (gst_avi_demux_all_source_pads_unlinked),
18963         (gst_avi_demux_process_next_entry):
18964         * gst/avi/gstavidemux.h:
18965           Third attempt, use gst_pad_is_linked() this time.
18966
18967 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18968
18969         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18970         (parse_split_strings):
18971         Adjust for data length indicators when parsing (Fixes #329810)
18972         Fix stupid bug parsing UTF-8 tag text.
18973         Output tag strings with multiple fields as multiple tags, so the
18974         app gets all the data.
18975
18976 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18977
18978         * ext/flac/gstflacenc.c:
18979         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18980         show me.
18981         
18982 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18983
18984         * ext/flac/gstflacenc.c:
18985         * gst/matroska/ebml-read.c:
18986         Just make it compile with --disable-gst-debug.
18987
18988 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18989
18990         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18991         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18992         (id3v2_genre_fields_to_taglist):
18993           Never output a tag with a null contents string.
18994
18995 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18996
18997         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18998           Only pause if all pads are unlinked AND we've tried to send data
18999           on all of them at least once.
19000
19001 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19002
19003         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
19004         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
19005           Make loop function/task pause itself when all source pads are
19006           unlinked.
19007
19008 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19009
19010         * configure.ac:
19011         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
19012           Use new functions from core to render a bin from a
19013           string. Fixes build. Up requirements to core CVS.
19014
19015 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19016
19017         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19018           Don't push buffers into the adapter that we are going to
19019           push downstream again without framing anyway. Also, the
19020           adaptor takes ownership of buffers put into it (fixes
19021           auparse pushing invalid buffers for .au files with
19022           ADPCM contents). Finally, set caps on all outgoing buffers.
19023
19024 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19025
19026         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19027         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19028         (gst_id3demux_send_tag_event):
19029         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19030         Someone should kick my butt. Remove ID3v1 tags from the end of the
19031         file.
19032
19033         Improve error messages. Send the TAG message as soon as we complete
19034         typefinding, instead of waiting until we send the first buffer.
19035         Downstream tag event is still sent before the first buffer.
19036
19037 2006-01-27  Jan Gerber  <j@bootlab.org>
19038
19039         Reviewed by: Andy Wingo <wingo@pobox.com>
19040
19041         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19042         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19043         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19044         to not have warings flooding stderr. this is the suggested way
19045         also used in dvgrab and kino. (#328336)
19046
19047 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19048
19049         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19050         (gst_oss_sink_init), (gst_oss_sink_finalise):
19051           Free the device name string when finalised.
19052
19053 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19054
19055         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19056           Don't put function calls in g_return_if_fail() statements,
19057           or they'll be replaced with NOOPs if someone compiles with
19058           G_DISABLE_CHECKS defined.
19059           
19060 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19061
19062         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19063         Never trust ANY information encoded in a media file, especially
19064         when it's giving you sizes. (Fixes #328452)
19065
19066 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19067
19068         * gst/rtp/gstrtpg711pay.c:
19069         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19070         bug #325148.
19071
19072 2006-01-23  Edward Hervey  <edward@fluendo.com>
19073
19074         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19075         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19076         * gst/matroska/matroska-ids.h:
19077         Added recognition of Real Audio and Video streams in matroska demuxer.
19078
19079 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19080
19081         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19082           Remove errant break statement, and fix compilation with
19083           older GCC.
19084
19085 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19086
19087         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19088
19089         * sys/sunaudio/gstsunaudiomixerctrl.c:
19090         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19091           Export functions that are needed in other parts of the code,
19092           makes the mixer actually work; adjust magic minimum buffer-time
19093           value from 3ms to 5ms to work around stuttering during mp3
19094           playback (#327765).
19095
19096 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19097
19098         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19099
19100         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19101         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19102           Fix possible deadlock in matroska muxer (#327825).
19103
19104 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19105
19106         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19107         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19108         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19109         * gst/rtsp/sdpmessage.h:
19110         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19111         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19112           C89 fixes: declare variables at the beginning of a block and
19113           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19114           <jensgr at gmx dot net>).
19115
19116 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19117
19118         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19119         * gst/id3demux/id3tags.h:
19120         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19121         (parse_comment_frame), (parse_text_identification_frame),
19122         (id3v2_tag_to_taglist), (id3v2_are_digits),
19123         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19124         (parse_split_strings), (free_tag_strings):
19125           Rewrite parsing of text tags to handle multiple NULL terminated
19126           strings. Parse numeric genre strings and ID3v2 type
19127           "(3)(6)Alternative" style genre strings.
19128           Parse dates that are only YYYY or YYYY-mm format.
19129           (Fixes #328241 and #322154)
19130
19131 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19132
19133         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19134           Don't forget to initialize liboil, otherwise our oil functions
19135           will crash (fixes #327871; patch by: Christoph Burghardt
19136           <hawkes at web dot de>).
19137
19138 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19139
19140         * configure.ac:
19141           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19142           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19143           patch by: Brian Cameron <brian dot cameron at sun dot com>
19144
19145 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19146
19147         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19148         * ext/cdio/gstcdio.h:
19149         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19150           Fix build for libcdio versions >= 76; give slightly lower rank
19151           than cdparanoia.
19152
19153 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19154
19155         * configure.ac:
19156         * ext/Makefile.am:
19157         * ext/cdio/Makefile.am:
19158         * ext/cdio/gstcdio.c:
19159         * ext/cdio/gstcdio.h:
19160         * ext/cdio/gstcdiocddasrc.c:
19161         * ext/cdio/gstcdiocddasrc.h:
19162           Port libcdio cdda source, formerly known as cddasrc, now known as
19163           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19164           but that's not tested (fixes #317658).
19165
19166 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19167
19168         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19169           Fix conversion from TIME to BYTES format (fixes #326864;
19170           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19171
19172 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19173
19174         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19175           Fix compilation of id3demux when zlib is not present.
19176           (Fixes #326602; patch by: Sergey Scobich)
19177
19178 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19179
19180         * ext/esd/Makefile.am:
19181           Add $(ESD_CFLAGS), otherwise build will fail for folks
19182           with libesd in a non-standard prefix (#327009).
19183
19184 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19185
19186         * configure.ac:
19187           back to HEAD
19188
19189 === release 0.10.1 ===
19190
19191 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19192
19193         * configure.ac:
19194           releasing 0.10.1, "Li"
19195
19196 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19197
19198           patch by: Wim Taymans
19199
19200         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19201           fix memleak.  Fixes #326618
19202
19203 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19204
19205           patch by: Mike Smith
19206
19207         * gst/level/gstlevel.c: (gst_level_message_new),
19208         (gst_level_message_append_channel):
19209           Fix memleak.  Fixes #326612
19210
19211 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * configure.ac:
19214           prereleasing
19215         * po/af.po:
19216         * po/az.po:
19217         * po/cs.po:
19218         * po/en_GB.po:
19219         * po/hu.po:
19220         * po/it.po:
19221         * po/nb.po:
19222         * po/nl.po:
19223         * po/or.po:
19224         * po/sq.po:
19225         * po/sr.po:
19226         * po/sv.po:
19227         * po/uk.po:
19228         * po/vi.po:
19229           update translations
19230
19231 2006-01-10  Michael Smith  <msmith@fluendo.com>
19232
19233         * gst/level/gstlevel.c: (gst_level_class_init),
19234         (gst_level_dispose):
19235           Don't leak filter arrays.
19236
19237 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19238
19239         reviewed by: Christian Schaller <uraeus@gnome.org>
19240         
19241         * configure.ac:
19242         * gst-plugins-good.spec.in:
19243         * sys/Makefile.am:
19244         * sys/sunaudio/Makefile.am:
19245         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19246         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19247         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19248         (gst_sunaudiomixer_change_state):
19249         * sys/sunaudio/gstsunaudiomixer.h:
19250         * sys/sunaudio/gstsunaudiomixerctrl.c:
19251         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19252         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19253         (gst_sunaudiomixer_ctrl_list_tracks),
19254         (gst_sunaudiomixer_ctrl_get_volume),
19255         (gst_sunaudiomixer_ctrl_set_volume),
19256         (gst_sunaudiomixer_ctrl_set_mute),
19257         (gst_sunaudiomixer_ctrl_set_record):
19258         * sys/sunaudio/gstsunaudiomixerctrl.h:
19259         * sys/sunaudio/gstsunaudiomixertrack.c:
19260         (gst_sunaudiomixer_track_class_init),
19261         (gst_sunaudiomixer_track_init), (fill_labels),
19262         (gst_sunaudiomixer_track_new):
19263         * sys/sunaudio/gstsunaudiomixertrack.h:
19264         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19265         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19266         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19267         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19268         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19269         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19270         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19271         * sys/sunaudio/gstsunaudiosink.h:
19272
19273         Add SunAudio plugin - tested to make sure it doesn't break
19274         the build under GNU/Linux.      
19275
19276 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19277
19278         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19279         * gst-plugins-good/gst/udp/gstudpsrc.c:
19280         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19281         overrides the port or multicast parameters. Fixes bugs #323021.
19282         API addition: adds GstUDPSrc::sockfd property   
19283
19284 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19285
19286         * ext/gconf/Makefile.am:
19287         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19288         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19289         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19290         (do_toggle_element), (cb_toggle_element),
19291         (gst_gconf_audio_src_change_state):
19292         * ext/gconf/gstgconfaudiosrc.h:
19293         * ext/gconf/gstgconfelements.c: (plugin_init):
19294         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19295         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19296         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19297         (do_toggle_element), (cb_toggle_element),
19298         (gst_gconf_video_src_change_state):
19299         * ext/gconf/gstgconfvideosrc.h:
19300           Add new gconfaudiosrc and gconfvideosrc elements
19301           (needed for gnome-sound-recorder).
19302
19303 2006-01-06  Edward Hervey  <edward@fluendo.com>
19304
19305         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19306         Add gst_element_no_more_pads() for proper decodebin behaviour.
19307         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19308         (parse_text_identification_frame), (parse_split_strings):
19309         Failure to decode some tags is not a GST_ERROR() but a
19310         GST_WARNING()
19311         When iterating over a chunk of text, check that we haven't gone too
19312         far.
19313
19314 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19315
19316         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19317         (plugin_init):
19318           call oil_init() when using liboil
19319
19320 2006-01-04  Wim Taymans  <wim@fluendo.com>
19321
19322         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19323         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19324         Fix leaks.
19325
19326 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19327
19328         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19329
19330         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19331         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19332         (gst_flac_dec_change_state):
19333           Don't g_assert() where we should just return FALSE; remove
19334           unnecessary g_assert(); initialize some fields properly in
19335           state change function (fixes #325504). Also, use
19336           GST_DEBUG_OBJECT in two more places.
19337
19338 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19339
19340         * configure.ac:
19341           also remove smoothwave's Makefile.am
19342         * docs/plugins/Makefile.am:
19343           fix plugin docs
19344
19345 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19346
19347         * tests/examples/Makefile.am:
19348           added missing Makefile.am
19349
19350 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19351
19352         * configure.ac:
19353         * gst/level/Makefile.am:
19354         * gst/level/level-example.c:
19355         * tests/Makefile.am:
19356         * tests/examples/level/Makefile.am:
19357         * tests/examples/level/level-example.c: (message_handler), (main):
19358           moved level-example to tests/examples/level-example
19359         * tests/old/examples/level/demo.c: (main):
19360         * tests/old/examples/level/plot.c: (main):
19361           some initial fixes
19362
19363 2005-12-29  Michael Smith  <msmith@fluendo.com>
19364
19365         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19366         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19367         * gst/udp/gstmultiudpsink.h:
19368           Track packets sent per client in addition to bytes sent; provide
19369           this info through get-stats signal
19370
19371 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19372
19373         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19374           Can't use gst_object_unref() on a GstAdapter (#325191).
19375
19376 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19377
19378         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19379         If a broken tag has 0 bytes payload, at least still skip
19380         the 10 byte header
19381
19382 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19383
19384         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19385         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19386         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19387         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19388           Making these depayloaders (H263+ and mpeg4 video) inherit from
19389           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19390
19391 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19392
19393         * docs/plugins/gst-plugins-good-plugins.args:
19394         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19395         Regenerate the plugin hiearchy.
19396
19397 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19398
19399         * docs/plugins/Makefile.am:
19400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19402         * docs/plugins/gst-plugins-good-plugins.args:
19403         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19404         (gst_id3demux_base_init), (gst_id3demux_class_init),
19405         (gst_id3demux_chain):
19406         * gst/id3demux/gstid3demux.h:
19407           Add documentation for id3demux.
19408           Don't fail if the first buffer is not at offset 0, just
19409           attempt to typefind and do pass through
19410           Rename the gst_type function from gst_gst_id3demux..
19411
19412 2005-12-20  Michael Smith  <msmith@fluendo.com>
19413
19414         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19415         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19416         (gst_multiudpsink_get_stats):
19417         * gst/udp/gstmultiudpsink.h:
19418           Collect statistics; return them from get_stats.
19419
19420 2005-12-19  Edward Hervey  <edward@fluendo.com>
19421
19422         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19423         Stupid signedness issue...
19424
19425 2005-12-19  Edward Hervey  <edward@fluendo.com>
19426
19427         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19428         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19429         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19430         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19431         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19432         Construct index for indexless files.
19433         Make sure pad/buffers are correctly reset to NULL once we don't need
19434         them anymore, else we get lovely segfaults/assertions.
19435         * gst/wavparse/gstwavparse.c:
19436         Yes, you can have 96KHz audio and wma in wav :(
19437
19438 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19439
19440         * configure.ac:
19441           Check for optional dependency on zlib for id3demux
19442
19443         * gst/id3demux/Makefile.am:
19444         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19445         (gst_id3demux_base_init), (gst_id3demux_class_init),
19446         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19447         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19448         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19449         (gst_id3demux_set_property), (gst_id3demux_get_property),
19450         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19451         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19452         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19453         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19454         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19455         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19456         (simple_find_peek), (simple_find_suggest),
19457         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19458         (plugin_init):
19459         * gst/id3demux/gstid3demux.h:
19460         * gst/id3demux/id3tags.c: (read_synch_uint),
19461         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19462         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19463         (id3demux_id3v2_frames_to_tag_list):
19464         * gst/id3demux/id3tags.h:
19465         * gst/id3demux/id3v2.4.0-frames.txt:
19466         * gst/id3demux/id3v2.4.0-structure.txt:
19467         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19468         (parse_comment_frame), (parse_text_identification_frame),
19469         (id3v2_tag_to_taglist), (parse_split_strings):
19470           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19471           otherwise it discards them. Works on my test files. 
19472
19473         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19474           Don't send EOS to a non-existing srcpad
19475           The debug category can be static
19476
19477 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19478
19479         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19480         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19481         * gst/multipart/multipartdemux.c:
19482           change some char* into char[]
19483
19484 2005-12-16  Wim Taymans  <wim@fluendo.com>
19485
19486         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19487         (gst_wavparse_other), (gst_wavparse_perform_seek),
19488         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19489         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19490         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19491         * gst/wavparse/gstwavparse.h:
19492         Use GstSegment to implement more seeking features.
19493
19494 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19495
19496         * gst/rtsp/rtspconnection.c:
19497           Add <netinet/in.h> include and move <arpa/inet.h> include
19498           to make things work on OpenBSD as well (fixes #323717;
19499           patch by: Benjamin Pineau)
19500
19501 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19502
19503         * gst/rtp/gstrtpspeexdepay.c:
19504         * gst/rtp/gstrtpspeexpay.c:
19505         Set clock rate to be fixed in 8000. It fixes bug #324012.
19506
19507 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19508
19509         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19510         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19511         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19512         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19513         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19514         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19515         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19516         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19517         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19518         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19519         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19520         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19521         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19522         * gst-plugins-good/gst/rtp/README:
19523         Fixed payload range in payloder caps. Removed payload range completely
19524         from depayloaders as they don't require payload type in their caps.
19525         In effect, there isn't any specific payload type for any given codec,
19526         only suggestions.
19527         Fixes bug #324011.
19528
19529 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19530
19531         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19532         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19533         (gst_videomixer_collected): Code cleanup and re-enabling 
19534         queued time validity check for correct EOS handling.
19535
19536 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19537
19538         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19539         (gst_oss_mixer_element_get_property),
19540         (gst_oss_mixer_element_change_state):
19541         Add 'device-name' property and fix state change function.
19542
19543 2005-12-13  Edward Hervey  <edward@fluendo.com>
19544
19545         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19546         If the speed of the file is null in the header, set the frame_time to
19547         the default setting of GST_SECOND / 70. Which is the default
19548         frame_delay for .fli files as stated in this document :
19549         http://www.compuphase.com/flic.htm
19550         Would be nice to have the time conversion done properly too (duration =
19551         flxh->frames * flxdec->frame_time)
19552
19553 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19554
19555         * docs/plugins/Makefile.am:
19556         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19557         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19559         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19560         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19561         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19562         documentation for videomixer on my way with a funny sample
19563         pipeline.
19564
19565 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19566
19567         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19568         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19569         (gst_videomixer_update_queues), (gst_videomixer_collected):
19570         Fix caps negotiation. (#323896)
19571
19572 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19573
19574         * gst/matroska/matroska-demux.c:
19575         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19576           Set correct timestamps on audio laces, fixes playback of mp3 from
19577                 matroska.
19578
19579 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19580
19581         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19582         (gst_au_parse_class_init), (gst_au_parse_init),
19583         (gst_au_parse_dispose), (gst_au_parse_chain),
19584         (gst_au_parse_change_state), (plugin_init):
19585         * gst/auparse/gstauparse.h:
19586           Use gst_object_unref() for GstObjects instead of
19587           g_object_unref() and fix a mem leak in a debug
19588           statement; while we're at it, also borgify, use
19589           boilerplate macros and clean up a little bit.
19590
19591 2005-12-11  Edward Hervey  <edward@fluendo.com>
19592
19593         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19594         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19595         Added pull mode.
19596
19597 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19598
19599         * gst/goom/gstgoom.c:
19600         * gst/level/level-example.c: (main):
19601         * gst/smoothwave/demo-osssrc.c: (main):
19602           Use audiotestsrc instead of sinesrc (#323798).
19603
19604 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19605
19606         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19607           more debug-func-ptr usage
19608
19609 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19610
19611         * gst/flx/flx_color.c: (flx_colorspace_convert):
19612         * gst/flx/flx_color.h:
19613         * gst/flx/flx_fmt.h:
19614         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19615         * gst/flx/gstflxdec.h:
19616           Now flxdec works on big-endian machines as well.
19617
19618 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19619
19620         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19621         (gst_fenced_buffer_copy):
19622           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19623           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19624           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19625           and use GST_DEBUG_FUNCPTR for pad functions.
19626
19627 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19628
19629         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19630         (gst_flac_dec_class_init), (gst_flac_dec_init),
19631         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19632         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19633         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19634         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19635         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19636         (gst_flac_dec_change_state):
19637         * ext/flac/gstflacdec.h:
19638           Rewrite flacdec a bit, so that even seeking might work now. Most
19639           importantly, don't act upon any flow return values we get, just tell
19640           the decoder everything's dandy and act on the flow return values
19641           later on in the loop function. We don't want to mess up the internal
19642           decoder state for non-fatal things like flushing pads etc. Other
19643           than that, use GstSegment (segment seeks don't work yet though, but
19644           should be easy to add), use boilerplate macros, drop the superfluous
19645           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19646           lots of other things.
19647
19648 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19649
19650         * configure.ac:
19651           Update comment in OSS includes check.
19652
19653         * sys/oss/gstossdmabuffer.c:
19654         * sys/oss/gstosshelper.c:
19655         * sys/oss/gstossmixer.c:
19656         * sys/oss/gstossmixertrack.c:
19657         * sys/oss/gstosssink.c:
19658         * sys/oss/gstosssrc.c:
19659         * sys/oss/oss_probe.c:
19660           Don't assume the OSS soundcard.h include is always in
19661           the sys/ directory. Instead, use the existing defines
19662           from config.h to include the right file. Fixes
19663           compilation on OpenBSD 3.8 (#323718).
19664
19665 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19666
19667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19668         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19669         * docs/plugins/inspect/plugin-1394.xml:
19670         * docs/plugins/inspect/plugin-aasink.xml:
19671         * docs/plugins/inspect/plugin-alaw.xml:
19672         * docs/plugins/inspect/plugin-alpha.xml:
19673         * docs/plugins/inspect/plugin-alphacolor.xml:
19674         * docs/plugins/inspect/plugin-auparse.xml:
19675         * docs/plugins/inspect/plugin-autodetect.xml:
19676         * docs/plugins/inspect/plugin-avi.xml:
19677         * docs/plugins/inspect/plugin-cacasink.xml:
19678         * docs/plugins/inspect/plugin-cairo.xml:
19679         * docs/plugins/inspect/plugin-cutter.xml:
19680         * docs/plugins/inspect/plugin-debug.xml:
19681         * docs/plugins/inspect/plugin-dv.xml:
19682         * docs/plugins/inspect/plugin-efence.xml:
19683         * docs/plugins/inspect/plugin-effectv.xml:
19684         * docs/plugins/inspect/plugin-esdsink.xml:
19685         * docs/plugins/inspect/plugin-flac.xml:
19686         * docs/plugins/inspect/plugin-flxdec.xml:
19687         * docs/plugins/inspect/plugin-gconfelements.xml:
19688         * docs/plugins/inspect/plugin-goom.xml:
19689         * docs/plugins/inspect/plugin-jpeg.xml:
19690         * docs/plugins/inspect/plugin-level.xml:
19691         * docs/plugins/inspect/plugin-matroska.xml:
19692         * docs/plugins/inspect/plugin-mulaw.xml:
19693         * docs/plugins/inspect/plugin-multipart.xml:
19694         * docs/plugins/inspect/plugin-navigationtest.xml:
19695         * docs/plugins/inspect/plugin-ossaudio.xml:
19696         * docs/plugins/inspect/plugin-png.xml:
19697         * docs/plugins/inspect/plugin-rtp.xml:
19698         * docs/plugins/inspect/plugin-rtsp.xml:
19699         * docs/plugins/inspect/plugin-shout2send.xml:
19700         * docs/plugins/inspect/plugin-smpte.xml:
19701         * docs/plugins/inspect/plugin-speex.xml:
19702         * docs/plugins/inspect/plugin-udp.xml:
19703         * docs/plugins/inspect/plugin-videobox.xml:
19704         * docs/plugins/inspect/plugin-videoflip.xml:
19705         * docs/plugins/inspect/plugin-videomixer.xml:
19706         * docs/plugins/inspect/plugin-wavenc.xml:
19707         * docs/plugins/inspect/plugin-wavparse.xml:
19708         * ext/flac/gstflac.c: (plugin_init):
19709         * ext/flac/gstflacdec.c: (flacdec_get_type),
19710         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19711         (gst_flac_dec_init), (gst_flac_dec_finalize),
19712         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19713         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19714         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19715         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19716         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19717         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19718         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19719         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19720         * ext/flac/gstflacdec.h:
19721         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19722         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19723         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19724         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19725         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19726         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19727         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19728         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19729         (gst_flac_enc_change_state):
19730         * ext/flac/gstflacenc.h:
19731           borgify and fix up documentation
19732
19733 2005-12-09  Michael Smith  <msmith@fluendo.com>
19734
19735         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19736           Accept a wider range of flac files, more closely matching flac spec.
19737
19738 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19739
19740         * docs/plugins/Makefile.am: Add multipart elements.
19741         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19742         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19743         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19744         * gst/multipart/multipartdemux.c:
19745         * gst/multipart/multipartmux.c: Add docs.
19746
19747 2005-12-07  Edward Hervey  <edward@fluendo.com>
19748
19749         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19750         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19751         (gst_avi_demux_invert):
19752         Memleak and crasher fixes.
19753         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19754         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19755         Memleak fixes
19756
19757 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19758
19759         * ext/aalib/gstaasink.h:
19760         * ext/cairo/gsttextoverlay.h:
19761         * ext/dv/gstdvdec.h:
19762         * ext/dv/gstdvdemux.c:
19763         * ext/dv/gstdvdemux.h:
19764         * ext/esd/esdsink.h:
19765         * ext/flac/flac_compat.h:
19766         * ext/flac/gstflacdec.h:
19767         * ext/flac/gstflacenc.h:
19768         * ext/gconf/gconf.h:
19769         * ext/gconf/gstgconfaudiosink.h:
19770         * ext/gconf/gstgconfvideosink.h:
19771         * ext/gdk_pixbuf/gstgdkanimation.h:
19772         * ext/jpeg/gstjpegdec.h:
19773         * ext/jpeg/smokecodec.h:
19774         * ext/jpeg/smokeformat.h:
19775         * ext/ladspa/gstsignalprocessor.h:
19776         * ext/ladspa/search.c: (LADSPAPluginSearch):
19777         * ext/ladspa/utils.h:
19778         * ext/libmng/gstmng.c:
19779         * ext/libmng/gstmngdec.h:
19780         * ext/libmng/gstmngenc.c:
19781         * ext/libmng/gstmngenc.h:
19782         * ext/libpng/gstpng.c:
19783         * ext/libpng/gstpngenc.c:
19784         * ext/libpng/gstpngenc.h:
19785         * ext/shout2/gstshout2.h:
19786         * ext/speex/gstspeexdec.h:
19787         * ext/speex/gstspeexenc.c:
19788         * ext/speex/gstspeexenc.h:
19789         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19790         * gst/autodetect/gstautoaudiosink.h:
19791         * gst/autodetect/gstautovideosink.h:
19792         * gst/avi/gstavidemux.h:
19793         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19794         (gst_cutter_set_property), (gst_cutter_get_caps):
19795         * gst/cutter/gstcutter.h:
19796         * gst/debug/tests.c: (md5_process_block):
19797         * gst/debug/tests.h:
19798         * gst/effectv/gstwarp.c:
19799         * gst/flx/flx_fmt.h:
19800         * gst/flx/gstflxdec.h:
19801         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19802         (zoomFilterFastRGB):
19803         * gst/goom/filters.h:
19804         * gst/goom/goom_tools.h:
19805         * gst/law/alaw-encode.c:
19806         * gst/level/gstlevel.c:
19807         * gst/level/gstlevel.h:
19808         * gst/matroska/ebml-write.h:
19809         * gst/matroska/matroska-demux.h:
19810         * gst/matroska/matroska-ids.h:
19811         * gst/matroska/matroska-mux.h:
19812         * gst/monoscope/convolve.c: (convolve_match):
19813         * gst/monoscope/convolve.h:
19814         * gst/multipart/multipartmux.c:
19815         * gst/oldcore/gstaggregator.c:
19816         * gst/oldcore/gstaggregator.h:
19817         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19818         * gst/oldcore/gstmd5sink.h:
19819         * gst/oldcore/gstmultifilesrc.c:
19820         * gst/oldcore/gstmultifilesrc.h:
19821         * gst/oldcore/gstpipefilter.h:
19822         * gst/oldcore/gstshaper.h:
19823         * gst/rtp/gstrtpL16depay.h:
19824         * gst/rtp/gstrtpL16pay.h:
19825         * gst/rtp/gstrtpdepay.h:
19826         * gst/rtp/gstrtpmp4vpay.c:
19827         * gst/rtp/gstrtpmp4vpay.h:
19828         * gst/rtsp/gstrtspsrc.c:
19829         * gst/rtsp/gstrtspsrc.h:
19830         * gst/rtsp/rtspconnection.h:
19831         * gst/rtsp/rtspdefs.h:
19832         * gst/rtsp/rtspmessage.h:
19833         * gst/rtsp/rtsptransport.h:
19834         * gst/rtsp/rtspurl.c:
19835         * gst/rtsp/rtspurl.h:
19836         * gst/rtsp/sdpmessage.c:
19837         * gst/rtsp/sdpmessage.h:
19838         * gst/smpte/barboxwipes.c:
19839         * gst/smpte/gstmask.h:
19840         * gst/smpte/gstsmpte.h:
19841         * gst/smpte/paint.c:
19842         * gst/smpte/paint.h:
19843         * gst/udp/gstdynudpsink.h:
19844         * gst/udp/gstmultiudpsink.h:
19845         * gst/udp/gstudpsink.c:
19846         * gst/udp/gstudpsink.h:
19847         * gst/udp/gstudpsrc.c:
19848         * gst/videomixer/videomixer.c:
19849         * gst/wavenc/riff.h:
19850         * gst/wavparse/gstwavparse.h:
19851         * sys/oss/gstossdmabuffer.h:
19852         * sys/oss/gstossmixer.h:
19853         * sys/oss/gstossmixerelement.h:
19854         * sys/oss/gstossmixertrack.h:
19855         * sys/oss/gstosssink.c:
19856         * sys/oss/gstosssink.h:
19857         * sys/oss/gstosssrc.c:
19858         * sys/oss/gstosssrc.h:
19859         * sys/osxaudio/gstosxaudioelement.h:
19860         * sys/osxaudio/gstosxaudiosink.h:
19861         * sys/osxaudio/gstosxaudiosrc.h:
19862           expand tabs
19863
19864 === release 0.10.0 ===
19865
19866 2005-12-05   <thomas (at) apestaart (dot) org>
19867
19868         * configure.ac:
19869           releasing 0.10.0, "Abondance"
19870
19871 2005-12-05  Andy Wingo  <wingo@pobox.com>
19872
19873         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19874         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19875         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19877         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19878         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19879         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19880         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19881         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19882         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19883         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19884         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19885         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19886         * gst/goom/gstgoom.c: (gst_goom_chain):
19887         * gst/matroska/matroska-demux.c:
19888         (gst_matroska_demux_push_vorbis_codec_priv_data),
19889         (gst_matroska_demux_add_wvpk_header):
19890         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19891         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19892         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19893         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19894         alloc_buffer changes.
19895
19896 2005-12-05  Michael Smith  <msmith@fluendo.com>
19897
19898         * docs/plugins/gst-plugins-good-plugins.args:
19899           Remove args for plugins that aren't in -good.
19900
19901 === release 0.9.7 ===
19902
19903 2005-12-01   <thomas (at) apestaart (dot) org>
19904
19905         * configure.ac:
19906           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19907
19908 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19909
19910         * docs/plugins/.cvsignore:
19911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19912         * docs/plugins/inspect/plugin-multipart.xml:
19913         * docs/plugins/inspect/plugin-rtp.xml:
19914           add multipart plugin to docs
19915
19916 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19917
19918         * configure.ac:
19919         * ext/Makefile.am:
19920         * ext/pango/Makefile.am:
19921         * ext/pango/gstclockoverlay.c:
19922         * ext/pango/gstclockoverlay.h:
19923         * ext/pango/gsttextoverlay.c:
19924         * ext/pango/gsttextoverlay.h:
19925         * ext/pango/gsttextrender.c:
19926         * ext/pango/gsttextrender.h:
19927         * ext/pango/gsttimeoverlay.c:
19928         * ext/pango/gsttimeoverlay.h:
19929           move pango to base
19930
19931 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19932
19933         * gst/rtp/Makefile.am:
19934         * gst/rtp/gstrtpL16depay.c:
19935         * gst/rtp/gstrtpL16depay.h:
19936         * gst/rtp/gstrtpL16parse.c:
19937         * gst/rtp/gstrtpL16parse.h:
19938         * gst/rtp/gstrtpgsmdepay.c:
19939         * gst/rtp/gstrtpgsmdepay.h:
19940         * gst/rtp/gstrtpgsmparse.c:
19941         * gst/rtp/gstrtpgsmparse.h:
19942           parsers are depayers
19943
19944 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19945
19946         * gst/rtp/Makefile.am:
19947         * gst/rtp/gstasteriskh263.c:
19948         * gst/rtp/gstrtp.c:
19949         * gst/rtp/gstrtpL16enc.c:
19950         * gst/rtp/gstrtpL16enc.h:
19951         * gst/rtp/gstrtpL16parse.c:
19952         * gst/rtp/gstrtpL16parse.h:
19953         * gst/rtp/gstrtpL16pay.c:
19954         * gst/rtp/gstrtpL16pay.h:
19955         * gst/rtp/gstrtpamrdec.c:
19956         * gst/rtp/gstrtpamrdec.h:
19957         * gst/rtp/gstrtpamrdepay.c:
19958         * gst/rtp/gstrtpamrdepay.h:
19959         * gst/rtp/gstrtpamrenc.c:
19960         * gst/rtp/gstrtpamrenc.h:
19961         * gst/rtp/gstrtpamrpay.c:
19962         * gst/rtp/gstrtpamrpay.h:
19963         * gst/rtp/gstrtpdec.c:
19964         * gst/rtp/gstrtpdec.h:
19965         * gst/rtp/gstrtpdepay.c:
19966         * gst/rtp/gstrtpdepay.h:
19967         * gst/rtp/gstrtpg711dec.c:
19968         * gst/rtp/gstrtpg711dec.h:
19969         * gst/rtp/gstrtpg711depay.c:
19970         * gst/rtp/gstrtpg711depay.h:
19971         * gst/rtp/gstrtpg711enc.c:
19972         * gst/rtp/gstrtpg711enc.h:
19973         * gst/rtp/gstrtpg711pay.c:
19974         * gst/rtp/gstrtpg711pay.h:
19975         * gst/rtp/gstrtpgsmenc.c:
19976         * gst/rtp/gstrtpgsmenc.h:
19977         * gst/rtp/gstrtpgsmparse.c:
19978         * gst/rtp/gstrtpgsmparse.h:
19979         * gst/rtp/gstrtpgsmpay.c:
19980         * gst/rtp/gstrtpgsmpay.h:
19981         * gst/rtp/gstrtph263enc.c:
19982         * gst/rtp/gstrtph263enc.h:
19983         * gst/rtp/gstrtph263pay.c:
19984         * gst/rtp/gstrtph263pay.h:
19985         * gst/rtp/gstrtph263pdec.c:
19986         * gst/rtp/gstrtph263pdec.h:
19987         * gst/rtp/gstrtph263pdepay.c:
19988         * gst/rtp/gstrtph263pdepay.h:
19989         * gst/rtp/gstrtph263penc.c:
19990         * gst/rtp/gstrtph263penc.h:
19991         * gst/rtp/gstrtph263ppay.c:
19992         * gst/rtp/gstrtph263ppay.h:
19993         * gst/rtp/gstrtpmp4vdec.c:
19994         * gst/rtp/gstrtpmp4vdec.h:
19995         * gst/rtp/gstrtpmp4vdepay.c:
19996         * gst/rtp/gstrtpmp4vdepay.h:
19997         * gst/rtp/gstrtpmp4venc.c:
19998         * gst/rtp/gstrtpmp4venc.h:
19999         * gst/rtp/gstrtpmp4vpay.c:
20000         * gst/rtp/gstrtpmp4vpay.h:
20001         * gst/rtp/gstrtpmpadec.c:
20002         * gst/rtp/gstrtpmpadec.h:
20003         * gst/rtp/gstrtpmpadepay.c:
20004         * gst/rtp/gstrtpmpadepay.h:
20005         * gst/rtp/gstrtpmpaenc.c:
20006         * gst/rtp/gstrtpmpaenc.h:
20007         * gst/rtp/gstrtpmpapay.c:
20008         * gst/rtp/gstrtpmpapay.h:
20009         * gst/rtp/gstrtpspeexdec.c:
20010         * gst/rtp/gstrtpspeexdec.h:
20011         * gst/rtp/gstrtpspeexdepay.c:
20012         * gst/rtp/gstrtpspeexdepay.h:
20013         * gst/rtp/gstrtpspeexenc.c:
20014         * gst/rtp/gstrtpspeexenc.h:
20015         * gst/rtp/gstrtpspeexpay.c:
20016         * gst/rtp/gstrtpspeexpay.h:
20017           Do burger's rename for rtp payloaders and depayloaders
20018
20019 2005-11-30  Wim Taymans  <wim@fluendo.com>
20020
20021         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20022         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20023         * ext/dv/gstdvdemux.h:
20024         Fix seeking in dvdemux again, add some more debug info.
20025
20026 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20027
20028         * configure.ac:
20029           fix tests
20030
20031 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20032
20033         * PORTED_09:
20034         * docs/random/PORTED_09:
20035           move
20036         * tests/Makefile.am:
20037           add
20038         * win32/gst.sln:
20039           remove
20040
20041 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20042
20043         * Makefile.am:
20044         * check/.cvsignore:
20045         * check/Makefile.am:
20046         * check/elements/.cvsignore:
20047         * check/elements/level.c:
20048         * check/elements/matroskamux.c:
20049         * configure.ac:
20050         * examples/Makefile.am:
20051         * examples/capsfilter/Makefile.am:
20052         * examples/capsfilter/capsfilter1.c:
20053         * examples/gob/Makefile.am:
20054         * examples/gob/gst-identity2.gob:
20055         * examples/gstplay/.cvsignore:
20056         * examples/gstplay/Makefile.am:
20057         * examples/gstplay/player.c:
20058         * examples/indexing/.cvsignore:
20059         * examples/indexing/Makefile.am:
20060         * examples/indexing/indexmpeg.c:
20061         * examples/level/Makefile.am:
20062         * examples/level/README:
20063         * examples/level/demo.c:
20064         * examples/level/plot.c:
20065         * examples/stats/Makefile.am:
20066         * examples/stats/mp2ogg.c:
20067         * examples/switch/.cvsignore:
20068         * examples/switch/Makefile.am:
20069         * examples/switch/switcher.c:
20070           move under tests/
20071
20072 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20073
20074         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20075         (gst_text_render_class_init), (resize_bitmap),
20076         (gst_text_render_render_text), (gst_text_render_setcaps),
20077         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20078         (gst_text_render_chain), (gst_text_render_finalize),
20079         (gst_text_render_init), (gst_text_render_set_property):
20080         * ext/pango/gsttextrender.h:
20081           Add missing files.
20082
20083 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20084
20085         * configure.ac:
20086         * ext/Makefile.am:
20087         * ext/pango/Makefile.am:
20088         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20089         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20090         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20091         * ext/pango/gstclockoverlay.h:
20092         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20093         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20094         (gst_text_overlay_finalize), (gst_text_overlay_init),
20095         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20096         (gst_text_overlay_text_pad_linked),
20097         (gst_text_overlay_text_pad_unlinked),
20098         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20099         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20100         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20101         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20102         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20103         (gst_text_overlay_change_state), (plugin_init):
20104         * ext/pango/gsttextoverlay.h:
20105         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20106         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20107         (gst_time_overlay_class_init), (gst_time_overlay_init):
20108         * ext/pango/gsttimeoverlay.h:
20109           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20110           and add background shading and text wrapping modes. Make 
20111           timoverlay derive from textoverlay. Also add new clockoverlay
20112           element.
20113
20114 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20115
20116         * gst/udp/Makefile.am: Moved to netbuffer.
20117
20118 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20119
20120         * configure.ac:
20121         * PORTED_O9:
20122         * gst/multipart/Makefile.am:
20123         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20124         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20125         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20126         (gst_multipart_demux_change_state),
20127         (gst_multipart_demux_plugin_init):
20128         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20129         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20130         (gst_multipart_mux_sinkconnect),
20131         (gst_multipart_mux_request_new_pad),
20132         (gst_multipart_mux_handle_src_event),
20133         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20134         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20135         0.9.
20136
20137 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20138
20139         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20140         * gst/debug/gstnavigationtest.h:
20141         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20142         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20143         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20144         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20145         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20146         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20147         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20148         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20149         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20150         (gst_video_flip_get_type):
20151         * gst/videofilter/gstvideoflip.h:
20152           update for symbols change
20153
20154 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20155
20156         * gst/udp/gstdynudpsink.c:
20157         * gst/udp/gstudpsrc.c:
20158           the old gstnet lib was renamed gstnetbuffer (#322257)
20159
20160 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20161
20162         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20163         (gst_text_overlay_collected):
20164           Actually render the text from the text pad.
20165
20166 2005-11-29  Edward Hervey  <edward@fluendo.com>
20167
20168         * gst/debug/gstnavseek.c: (gst_navseek_event):
20169         * gst/debug/progressreport.c: (gst_progress_report_event):
20170         Update for GstBaseTransform event virtual method
20171
20172 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20173
20174         * ext/cairo/Makefile.am:
20175           no need to link to videofilter
20176
20177 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20178
20179         * gst/debug/Makefile.am:
20180         * gst/debug/gstnavigationtest.h:
20181         * gst/effectv/Makefile.am:
20182         * gst/effectv/gstaging.c:
20183         * gst/effectv/gstdice.c:
20184         * gst/effectv/gstedge.c:
20185         * gst/effectv/gstquark.c:
20186         * gst/effectv/gstrev.c:
20187         * gst/effectv/gstshagadelic.c:
20188         * gst/effectv/gstvertigo.c:
20189         * gst/effectv/gstwarp.c:
20190         * gst/videofilter/Makefile.am:
20191         * gst/videofilter/gstvideofilter.c:
20192         * gst/videofilter/gstvideofilter.h:
20193         * gst/videofilter/gstvideoflip.h:
20194           remove the videofilter library and link to the one in base
20195
20196 2005-11-28  Edward Hervey  <edward@fluendo.com>
20197
20198         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20199         Useless check now we're setting the current entry correctly.
20200
20201 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20202
20203         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20204         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20205         (gst_jpegenc_change_state):
20206           Don't leak input buffer in chain function (fixes #322667); make 
20207           state change function thread-safe; don't repeat the current function
20208           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20209           gst_pad_alloc_buffer(); misc. minor cleanups.
20210
20211 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20212
20213         * gst/matroska/matroska-mux.c:
20214         (gst_matroska_mux_video_pad_setcaps):
20215         Look for pixel-aspect-ratio in caps, not pixel_width and
20216         pixel_height (Fixes: #322645)
20217
20218 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20219
20220         * gst/matroska/matroska-mux.c:
20221         (gst_matroska_mux_video_pad_setcaps):
20222         From Michal Benes:
20223         frame duration should be GST_SECOND / framerate, not
20224         GST_SECOND * framerate. (Fixes: #322643)
20225
20226 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20227
20228         * configure.ac:
20229           fix up GST_PLUGIN_LDFLAGS
20230         * gst/rtsp/rtspconnection.c:
20231           fix includes (see #317043)
20232         * gst/videofilter/Makefile.am:
20233           stop installing this library
20234
20235 2005-11-26  Edward Hervey  <edward@fluendo.com>
20236
20237         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20238         Handle the case where the incoming Video dv stream doesn't have
20239         a pixel aspect ratio set.
20240
20241 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20242
20243         * docs/plugins/Makefile.am:
20244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20246         * ext/flac/gstflacdec.c:
20247           document flacdec
20248
20249 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20250
20251         * docs/plugins/Makefile.am:
20252         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20253         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20254         * docs/plugins/inspect/plugin-autodetect.xml:
20255         * ext/cairo/gstcairo.c: (plugin_init):
20256         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20257         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20258         (gst_text_overlay_init), (gst_text_overlay_font_init),
20259         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20260         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20261         (gst_text_overlay_text_pad_linked),
20262         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20263         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20264         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20265         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20266         (gst_text_overlay_change_state):
20267         * ext/cairo/gsttextoverlay.h:
20268         * ext/cairo/gsttimeoverlay.c:
20269         (gst_cairo_time_overlay_update_font_height),
20270         (gst_cairo_time_overlay_set_caps),
20271         (gst_cairo_time_overlay_get_unit_size),
20272         (gst_cairo_time_overlay_print_smpte_time),
20273         (gst_cairo_time_overlay_transform),
20274         (gst_cairo_time_overlay_base_init),
20275         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20276         (gst_cairo_time_overlay_get_type):
20277         * ext/cairo/gsttimeoverlay.h:
20278           do some name borgifying
20279           document
20280
20281 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20282
20283         * docs/plugins/Makefile.am:
20284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20286         * gst/autodetect/gstautoaudiosink.c:
20287         (gst_auto_audio_sink_base_init):
20288         * gst/autodetect/gstautovideosink.c:
20289         (gst_auto_video_sink_base_init),
20290         (gst_auto_video_sink_factory_filter):
20291           documenting auto*sink
20292           using strstr for the video sink lookup, class field is not ordered
20293         * docs/plugins/inspect/plugin-1394.xml:
20294         * docs/plugins/inspect/plugin-aasink.xml:
20295         * docs/plugins/inspect/plugin-alaw.xml:
20296         * docs/plugins/inspect/plugin-alpha.xml:
20297         * docs/plugins/inspect/plugin-alphacolor.xml:
20298         * docs/plugins/inspect/plugin-auparse.xml:
20299         * docs/plugins/inspect/plugin-autodetect.xml:
20300         * docs/plugins/inspect/plugin-avi.xml:
20301         * docs/plugins/inspect/plugin-cacasink.xml:
20302         * docs/plugins/inspect/plugin-cairo.xml:
20303         * docs/plugins/inspect/plugin-cutter.xml:
20304         * docs/plugins/inspect/plugin-debug.xml:
20305         * docs/plugins/inspect/plugin-dv.xml:
20306         * docs/plugins/inspect/plugin-efence.xml:
20307         * docs/plugins/inspect/plugin-effectv.xml:
20308         * docs/plugins/inspect/plugin-esdsink.xml:
20309         * docs/plugins/inspect/plugin-flac.xml:
20310         * docs/plugins/inspect/plugin-flxdec.xml:
20311         * docs/plugins/inspect/plugin-gconfelements.xml:
20312         * docs/plugins/inspect/plugin-goom.xml:
20313         * docs/plugins/inspect/plugin-jpeg.xml:
20314         * docs/plugins/inspect/plugin-level.xml:
20315         * docs/plugins/inspect/plugin-matroska.xml:
20316         * docs/plugins/inspect/plugin-mulaw.xml:
20317         * docs/plugins/inspect/plugin-navigationtest.xml:
20318         * docs/plugins/inspect/plugin-ossaudio.xml:
20319         * docs/plugins/inspect/plugin-png.xml:
20320         * docs/plugins/inspect/plugin-rtp.xml:
20321         * docs/plugins/inspect/plugin-rtsp.xml:
20322         * docs/plugins/inspect/plugin-shout2send.xml:
20323         * docs/plugins/inspect/plugin-smpte.xml:
20324         * docs/plugins/inspect/plugin-speex.xml:
20325         * docs/plugins/inspect/plugin-udp.xml:
20326         * docs/plugins/inspect/plugin-videobox.xml:
20327         * docs/plugins/inspect/plugin-videoflip.xml:
20328         * docs/plugins/inspect/plugin-videomixer.xml:
20329         * docs/plugins/inspect/plugin-wavenc.xml:
20330         * docs/plugins/inspect/plugin-wavparse.xml:
20331           update for HEAD version
20332
20333 2005-11-25  Michael Smith  <msmith@fluendo.com>
20334
20335         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20336           Patch from Sebastien Cote to close control sockets in udpsrc.
20337
20338 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20339
20340         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20341         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20342         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20343         (gst_quarktv_base_init), (gst_quarktv_class_init),
20344         (gst_quarktv_init): Flush the planes list on reverse caps
20345         negotiation. This was crashing because of differently sized
20346         buffers.
20347
20348 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20349
20350         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20351         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20352         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20353         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20354         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20355         (gst_videoflip_set_property), (gst_videoflip_base_init),
20356         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20357         correctly, fix identity flipping, convert navigation event 
20358         correctly again.
20359
20360 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20361
20362         * configure.ac: back to HEAD
20363
20364 === release 0.9.6 ===
20365
20366 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20367
20368         * configure.ac:
20369           releasing 0.9.6, "Everything's Not Lost"
20370
20371 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20372
20373         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20374         Oops, initialise the framerate GValue
20375
20376 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20377
20378         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20379         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20380         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20381         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20382         (gst_timeoverlay_get_type):
20383         * ext/cairo/gsttimeoverlay.h:
20384         * gst/debug/Makefile.am:
20385         * gst/debug/gstnavigationtest.c:
20386         (gst_navigationtest_handle_src_event),
20387         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20388         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20389         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20390         (gst_navigationtest_init), (gst_navigationtest_get_type),
20391         (plugin_init):
20392         * gst/debug/gstnavigationtest.h:
20393         * gst/effectv/Makefile.am:
20394         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20395         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20396         (gst_agingtv_base_init), (gst_agingtv_class_init),
20397         (gst_agingtv_init), (gst_agingtv_get_type):
20398         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20399         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20400         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20401         (gst_dicetv_get_type):
20402         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20403         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20404         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20405         (gst_edgetv_get_type):
20406         * gst/effectv/gsteffectv.c:
20407         * gst/effectv/gsteffectv.h:
20408         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20409         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20410         (gst_quarktv_change_state), (gst_quarktv_base_init),
20411         (gst_quarktv_class_init), (gst_quarktv_init),
20412         (gst_quarktv_get_type):
20413         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20414         (gst_revtv_get_unit_size), (gst_revtv_transform),
20415         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20416         (gst_revtv_get_type):
20417         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20418         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20419         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20420         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20421         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20422         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20423         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20424         (gst_vertigotv_init), (gst_vertigotv_get_type):
20425         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20426         (gst_warptv_get_unit_size), (gst_warptv_transform),
20427         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20428         (gst_warptv_get_type):
20429         * gst/videofilter/Makefile.am:
20430         * gst/videofilter/gstvideobalance.c:
20431         * gst/videofilter/gstvideobalance.h:
20432         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20433         (gst_videofilter_class_init), (gst_videofilter_init):
20434         * gst/videofilter/gstvideofilter.h:
20435         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20436         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20437         (gst_videoflip_flip), (gst_videoflip_transform),
20438         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20439         (gst_videoflip_base_init), (gst_videoflip_class_init),
20440         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20441         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20442         BaseTransform, it's just a place holder for now and every video
20443         effect plugin has been ported to use BaseTransform features 
20444         directly. QuarkTV was fixed too (was broken), navigationtest works
20445         and best for the end, videoflip converts navigation events depending
20446         on flip method ! Fixes #320953
20447
20448 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20449
20450         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20451         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20452         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20453         (gst_goom_src_negotiate), (gst_goom_chain):
20454         * gst/matroska/matroska-mux.c:
20455         (gst_matroska_mux_video_pad_setcaps):
20456         * sys/osxvideo/osxvideosink.m:
20457           Fixes for API changes
20458
20459 2005-11-23  Michael Smith <msmith@fluendo.com>
20460
20461         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20462         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20463         * ext/jpeg/gstjpegdec.h:
20464         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20465         * ext/jpeg/gstjpegenc.h:
20466         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20467         (gst_smokeenc_resync):
20468         * ext/jpeg/gstsmokeenc.h:
20469           JPEG fractiony goodness.
20470
20471 2005-11-22  Michael Smith <msmith@fluendo.com>
20472
20473         * gst/goom/filters.c:
20474         * gst/goom/graphic.h:
20475           Fix compilation by making some functions static inline instead of
20476           extern inline, matching the way they're used.
20477
20478 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20479
20480         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20481         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20482         * ext/cairo/gsttextoverlay.h:
20483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20484         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20485         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20486         (gst_pngdec_caps_create_and_set):
20487         * ext/libpng/gstpngdec.h:
20488         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20489         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20490         * gst/avi/gstavimux.c: (gst_avimux_init),
20491         (gst_avimux_vidsinkconnect):
20492         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20493         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20494         (gst_goom_src_negotiate), (gst_goom_chain):
20495         * gst/goom/gstgoom.h:
20496         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20497         * gst/matroska/matroska-mux.c:
20498         (gst_matroska_mux_video_pad_setcaps):
20499         * sys/osxvideo/osxvideosink.h:
20500         * sys/osxvideo/osxvideosink.m:
20501           More fractional framerate conversions 
20502
20503 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20504
20505         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20506         * gst/debug/gstnavigationtest.c:
20507         (gst_navigationtest_handle_src_event):
20508         * gst/videofilter/gstvideofilter.c:
20509         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20510         (gst_videofilter_init):
20511         * gst/videofilter/gstvideofilter.h:
20512           Convert to fractional framerates.
20513
20514 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20515
20516         * ext/aalib/gstaasink.c:
20517         * ext/dv/gstdvdec.c:
20518         * ext/esd/esdmon.c:
20519         * ext/flac/gstflacenc.c:
20520         * ext/gdk_pixbuf/pixbufscale.c:
20521         * ext/libcaca/gstcacasink.c:
20522         * ext/shout2/gstshout2.c:
20523         * gst/alpha/gstalpha.c:
20524         * gst/oldcore/gstaggregator.c:
20525         * gst/oldcore/gstshaper.c:
20526         * gst/smpte/barboxwipes.c:
20527         * gst/smpte/gstsmpte.c:
20528         * gst/videobox/gstvideobox.c:
20529         * gst/videofilter/gstvideoflip.c:
20530         * gst/videomixer/videomixer.c:
20531           fix up more enums
20532
20533 2005-11-22  Michael Smith <msmith@fluendo.com>
20534
20535         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20536         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20537         (gst_videomixer_update_queues):
20538           Fractional framerates, videomixer.
20539
20540 2005-11-22  Michael Smith <msmith@fluendo.com>
20541
20542         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20543         * ext/dv/gstdvdec.h:
20544         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20545         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20546         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20547         (gst_dvdemux_flush):
20548         * ext/dv/gstdvdemux.h:
20549           Fractional framerates for DV. 
20550
20551 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20552
20553         * gst/autodetect/gstautoaudiosink.c:
20554         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20555         * gst/autodetect/gstautovideosink.c:
20556         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20557           Use gst_plugin_feature_list_free() to free feature list and
20558           in the case of autovideosink free the list at all. Also
20559           miscellaneous cosmetic fixes.
20560
20561 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20562
20563         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20564         (gst_cutter_set_property), (gst_cutter_get_caps):
20565           copy calculation code from level; remove use of some audio
20566           functions
20567
20568 2005-11-22  Andy Wingo  <wingo@pobox.com>
20569
20570         * Update for gst_tag_setter API changes.
20571
20572 2005-11-22  Andy Wingo  <wingo@pobox.com>
20573
20574         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20575         (gst_dvdemux_demux_frame)
20576         * ext/flac/gstflacdec.c (gst_flacdec_write)
20577         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20578         (gst_flacenc_sink_event)
20579         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20580         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20581         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20582         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20583         * gst/auparse/gstauparse.c (gst_auparse_chain)
20584         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20585         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20586         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20587         (gst_avi_demux_handle_seek)
20588         * gst/goom/gstgoom.c (gst_goom_event)
20589         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20590         * gst/matroska/matroska-demux.c
20591         (gst_matroska_demux_handle_seek_event)
20592         (gst_matroska_demux_loop_stream_parse_id)
20593         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20594         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20595         (gst_wavparse_stream_headers): Run update-funcnames.
20596
20597 2005-11-22  Edward Hervey  <edward@fluendo.com>
20598
20599         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20600         (gst_dv1394src_init), (gst_dv1394src_dispose),
20601         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20602         (gst_dv1394src_uri_set_uri):
20603         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20604         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20605         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20606         URIHandler interface and element properties are now properly
20607         synchronized for DV1394src and UDPSrc
20608
20609 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20610
20611         * ext/flac/Makefile.am:
20612         * ext/speex/Makefile.am:
20613           libgsttagedit has been renamed to libgsttag.
20614
20615 2005-11-21  Wim Taymans  <wim@fluendo.com>
20616
20617         * gst/rtsp/rtspconnection.c: (read_body):
20618         Apply patch from Sebastien Cote to fix #319184.
20619
20620 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * configure.ac:
20623         * gst/cutter/Makefile.am:
20624         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20625         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20626         (gst_cutter_set_property), (gst_cutter_get_property),
20627         (plugin_init), (gst_cutter_get_caps):
20628           port cutter
20629         * gst/level/gstlevel.c:
20630           fix up plugin details
20631
20632 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20633
20634         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20635         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20636         (gst_flacdec_src_event):
20637         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20638         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20639         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20640         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20641         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20642         (gst_flxdec_sink_event_handler):
20643         * gst/matroska/matroska-demux.c:
20644         (gst_matroska_demux_handle_seek_event):
20645         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20646           Update for stream lock API changes: don't take stream log
20647           in sink event handlers any longer and change GST_STREAM_LOCK
20648           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20649           functions.
20650
20651 2005-11-21  Michael Smith <msmith@fluendo.com>
20652
20653         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20654           gst_object_unref, not g_object_unref
20655
20656 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20657
20658         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20659         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20660           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20661
20662 2005-11-21  Michael Smith <msmith@fluendo.com>
20663
20664         * gst/auparse/Makefile.am:
20665         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20666         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20667         (gst_auparse_change_state):
20668         * gst/auparse/gstauparse.h:
20669           Partially fix #161712. playbin still doesn't work on these files,
20670           (on the bug report, Andy says we aren't typefinding it for some
20671           reason?) but at least auparse isn't totally busted like it was before.
20672
20673 2005-11-21  Andy Wingo  <wingo@pobox.com>
20674
20675         * *.h:
20676         * *.c: Ran scripts/update-macros. Oh yes.
20677
20678 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20679
20680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20681           Filler events are gone for now, comment out section generating
20682           them.
20683
20684 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20685
20686         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20687         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20688         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20689         * sys/osxvideo/osxvideosink.m:
20690           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20691           (#322027)
20692
20693 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20694
20695         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20696         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20697         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20698         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20699         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20700         (gst_avi_demux_stream_data):
20701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20702         * gst/wavenc/gstwavenc.c: (write_metadata):
20703         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20704         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20705         Fixes for GST_FOURCC_FORMAT API change.
20706
20707 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20708
20709         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20710         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20711         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20712         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20713         (gst_text_overlay_change_state):
20714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20715         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20716         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20717         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20718         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20719         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20720         (gst_videomixer_change_state):
20721           Fix for collect pads API change. Also fix textoverlay state
20722           change function.
20723
20724 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20725
20726         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20727         GST_PAD_IS_USABLE by something approaching it.
20728
20729 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20730
20731         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20732         API changes.
20733         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20734         but also fix the code that was not checking return values from
20735         pad_push neither using pad_alloc_buffer.
20736
20737 2005-11-18  Edward Hervey  <edward@fluendo.com>
20738
20739         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20740         (gst_pngenc_chain):
20741         Added debug category
20742         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20743         goes to EOS.
20744
20745 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20746
20747         * gst/rtp/Makefile.am
20748         * gst/rtp/gstrtp.c
20749         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20750         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20751         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20752         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20753         * gst/rtp/gstrtpg711enc.h:
20754         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20755         * gst/rtp/gstrtpspeexenc.c:
20756         * gst/rtp/gstrtpspeexenc.h:
20757         * gst/rtp/gstrtpspeexdec.c:
20758         * gst/rtp/gstrtpspeexdec.h:
20759         Created Speex payloader and depayloader; Optimize G711 payloader to
20760         use adapter and send packets until MTU size.
20761
20762 2005-11-16  Wim Taymans  <wim@fluendo.com>
20763
20764         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20765         Fix leak in check.
20766
20767 2005-11-16  Wim Taymans  <wim@fluendo.com>
20768
20769         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20770         Fix state change.
20771
20772 2005-11-16  Andy Wingo  <wingo@pobox.com>
20773
20774         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20775         (gst_udpsrc_create): Move comment.
20776
20777 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20778
20779         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20780
20781         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20782           When seeking, seek to closest index entry at or before the requested
20783           seek position, not just the closest one (#321001).
20784
20785 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20786
20787         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20788         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20789           Invert DIB images again (see #132341).
20790
20791 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20792
20793         * configure.ac:
20794           rework configure.ac file
20795         * ext/aalib/gstaasink.c:
20796         * ext/cairo/gstcairo.c:
20797         * ext/dv/gstdv.c:
20798         * ext/esd/gstesd.c:
20799         * ext/flac/gstflac.c:
20800         * ext/gconf/gstgconfelements.c:
20801         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20802         * ext/jpeg/gstjpeg.c:
20803         * ext/ladspa/gstladspa.c:
20804         * ext/libcaca/gstcacasink.c:
20805         * ext/libmng/gstmng.c:
20806         * ext/libpng/gstpng.c:
20807         * ext/mikmod/gstmikmod.c:
20808         * ext/pango/gsttextoverlay.c:
20809         * ext/pango/gsttimeoverlay.c:
20810         * ext/raw1394/gst1394.c:
20811         * ext/speex/gstspeex.c:
20812         * gst/alpha/Makefile.am:
20813         * gst/alpha/gstalpha.c:
20814         * gst/alpha/gstalphacolor.c:
20815         * gst/auparse/gstauparse.c:
20816         * gst/autodetect/gstautoaudiosink.c:
20817         (gst_auto_audio_sink_factory_filter),
20818         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20819         * gst/autodetect/gstautodetect.c:
20820         * gst/avi/gstavi.c:
20821         * gst/cutter/gstcutter.c:
20822         * gst/debug/efence.c:
20823         * gst/debug/gstdebug.c:
20824         * gst/debug/gstnavigationtest.c:
20825         * gst/effectv/gsteffectv.c:
20826         * gst/flx/gstflxdec.c:
20827         * gst/goom/gstgoom.c:
20828         * gst/interleave/plugin.c:
20829         * gst/law/alaw.c:
20830         * gst/law/mulaw.c:
20831         * gst/level/gstlevel.c:
20832         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20833         * gst/matroska/matroska.c:
20834         * gst/median/gstmedian.c:
20835         * gst/monoscope/gstmonoscope.c:
20836         * gst/multipart/multipart.c:
20837         * gst/oldcore/gstelements.c:
20838         * gst/rtp/gstrtp.c:
20839         * gst/rtsp/gstrtsp.c:
20840         * gst/smoothwave/gstsmoothwave.c:
20841         * gst/smpte/gstsmpte.c:
20842         * gst/udp/gstudp.c:
20843         * gst/videobox/gstvideobox.c:
20844         * gst/videofilter/gstgamma.c:
20845         * gst/videofilter/gstvideobalance.c:
20846         * gst/videofilter/gstvideoflip.c:
20847         * gst/videofilter/gstvideotemplate.c:
20848         * gst/videomixer/videomixer.c:
20849         * gst/wavenc/gstwavenc.c:
20850         * gst/wavparse/gstwavparse.c:
20851         * sys/oss/gstossaudio.c:
20852         * sys/osxaudio/gstosxaudio.c:
20853           update GST_PLUGIN_DEFINE
20854         * gst/rtp/Makefile.am:
20855         * gst/rtp/gstasteriskh263.c:
20856           check for htons/htonl headers and possibly link to winsock2 lib
20857
20858 2005-11-12  Edward Hervey  <edward@fluendo.com>
20859
20860         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20861         Only GST_DEBUG() information on the valid components.
20862
20863 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20864
20865         * configure.ac: back to HEAD
20866
20867 === release 0.9.5 ===
20868
20869 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20870
20871         * configure.ac:
20872           releasing 0.9.5, "Phone Alarm"
20873
20874 2005-11-11  Edward Hervey  <edward@fluendo.com>
20875
20876         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20877         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20878         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20879         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20880         (gst_avi_demux_loop):
20881         * gst/avi/gstavidemux.h:
20882         Yeah, implement proper seeking. Exact seeking and segment seeking.
20883         Still need to do some checks for segment_stop.
20884
20885 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20886
20887         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20888
20889         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20890           Don't try to ready buffer duration from buffer that we don't
20891           own any  longer and that might already have been unreffed.
20892           (#321136)
20893
20894 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20895
20896         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20897         (flx_decode_delta_flc), (gst_flxdec_chain):
20898         Attempting to optimize the code for embedded systems.
20899
20900 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20901
20902         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20903
20904         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20905           Don't re-use already closed file descriptor. (#320920)
20906
20907 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20908
20909         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20910         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20911         (gst_oss_sink_prepare):
20912         * sys/oss/gstosssink.h:
20913           Cache probed caps; fix debug output for SET_PARAM macros.
20914
20915 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20916
20917         * ext/cairo/Makefile.am:
20918         * ext/cairo/gstcairo.c: (plugin_init):
20919         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20920         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20921         (gst_text_overlay_init), (gst_text_overlay_font_init),
20922         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20923         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20924         (gst_text_overlay_text_pad_linked),
20925         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20926         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20927         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20928         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20929         (gst_text_overlay_change_state):
20930         * ext/cairo/gsttextoverlay.h:
20931           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20932           property and redo positioning. Doesn't handle upstream renegotiation
20933           yet though.
20934
20935 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20936
20937         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20938         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20939         (gst_avi_demux_loop):
20940           No need to take the STREAM_LOCK in the loop function. Improve
20941           some debug messages. Don't leak pad names in debug messages.
20942
20943 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20944
20945         * gst/matroska/matroska-demux.c:
20946         (gst_matroska_demux_push_vorbis_codec_priv_data),
20947         (gst_matroska_demux_add_wvpk_header):
20948           Don't error out when the source pad isn't linked.
20949
20950 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20951
20952         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20953         (gst_gconf_audio_sink_change_state):
20954         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20955         (gst_gconf_video_sink_change_state):
20956           Fix state change functions here as well and set kid
20957           to NULL state before removing it.
20958
20959 2005-11-01  Edward Hervey  <edward@fluendo.com>
20960
20961         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20962         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20963         Added proper event handlind, 
20964         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20965         ignored),
20966         and don't set a duration of 0 for buffers otherwise they are discarded
20967         by GstBaseSink.
20968
20969         GstWavEnc needs some serious loving, after going through the code I'm
20970         really wondering how this can stay in -good ...
20971
20972 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20973
20974         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20975         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20976         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20977         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20978         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20979         (gst_matroska_mux_collected):
20980           Fix leaks and invalid memory access as reported by valgrind
20981
20982 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20983
20984         Patch by: Michal Benes <michal.benes@xeris.cz>
20985
20986         * check/Makefile.am:
20987         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20988         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20989         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20990           add a unit test for matroskamux
20991           fix the bugs that the unit test exposed
20992
20993 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20994
20995         * gst/autodetect/gstautoaudiosink.c:
20996         (gst_auto_audio_sink_class_init),
20997         (gst_auto_audio_sink_change_state):
20998         * gst/autodetect/gstautovideosink.c:
20999         (gst_auto_video_sink_class_init),
21000         (gst_auto_video_sink_change_state):
21001           Fix state change function and use GST_DEBUG_FUNCPTR in
21002           class_init.
21003
21004 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21005
21006         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21007
21008         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
21009         (gst_ebml_write_reset), (gst_ebml_write_element_new):
21010         * gst/matroska/ebml-write.h:
21011         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
21012           Set timestamps on outgoing ebml headers as well, so that the
21013           element after matroskamux can get the timestamp already when
21014           reading the first ebml element and doesn't have to wait for
21015           the actual data buffer for that (#320308).
21016           
21017 2005-10-31  Andy Wingo  <wingo@pobox.com>
21018
21019         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21020         (gst_videomixer_pad_link): Kill some memleaks.
21021         (gst_videomixer_pad_get_property): Style fix.
21022         (gst_videomixer_pad_set_property): Style fix.
21023         (gst_videomixer_pad_init): Style fix.
21024         (gst_videomixer_update_queues): Kill memleak.
21025         (gst_videomixer_loop): Kill memleak.
21026         (gst_videomixer_collected): Kill memleak.
21027
21028 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21029
21030         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21031         gst_auparse_change_state:
21032         Just some cleanup.
21033
21034 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21035
21036         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21037         Add checks to GST_FLOW_NOT_LINKED for values returned
21038         from gst_pad_push.
21039         
21040 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21041
21042         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21043         (gst_rtpg711dec_process):
21044         * gst/rtp/gstrtpgsmenc.c:
21045         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21046         are never set. This is important for the g711 to work with burger's rtpbin
21047         element.
21048
21049 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21050
21051         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21052         (gst_speexenc_push_buffer):
21053         Add checks for return values from gst_pad_push and
21054         gst_pad_alloc_buffer.
21055
21056 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21057
21058         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21059
21060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21061         (gst_matroska_demux_parse_info),
21062         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21063         (gst_matroska_demux_parse_cluster):
21064         * gst/matroska/matroska-ids.h:
21065         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21066         (gst_matroska_mux_init), (gst_matroska_mux_start),
21067         (gst_matroska_mux_create_buffer_header),
21068         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21069         (gst_matroska_mux_get_property):
21070         * gst/matroska/matroska-mux.h:
21071           Add SimpleBlock support to matroska demuxer and muxer (part of
21072           Matroska v2). (#319731)
21073
21074 2005-10-28  Wim Taymans  <wim@fluendo.com>
21075
21076         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21077         (gst_jpeg_dec_change_state):
21078         * ext/jpeg/gstjpegdec.h:
21079         Cleanups. Don't create caps for every chain.
21080
21081 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21082
21083         * gst/law/alaw-encode.c: (gst_alawenc_init),
21084         (alawenc_setcaps), (gst_alawenc_chain)
21085         * gst/law/alaw-encode.h:
21086         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21087         (mulawenc_setcaps), (gst_mulawenc_chain)
21088         * gst/law/mulaw-encode.h:
21089         Set timestamp on buffer and it allows RTP G711 elements
21090         work properly.
21091
21092 2005-10-27  Wim Taymans  <wim@fluendo.com>
21093
21094         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21095         Set correct format on oss instead of a silly value. 
21096
21097 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21098
21099         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21100         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21101         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21102         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21103         I420 rendering as well, doesn't bring much for my platform.
21104         Might help on some other platforms.
21105
21106 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21107
21108         * gst/rtp/gstrtpgsmenc.c:
21109         * gst/rtp/gstrtpgsmparse.c:
21110         Declaring the padtemplate correctly.
21111
21112 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21113
21114         * gst/rtp/gstrtpg711dec.c:
21115         * gst/rtp/gstrtpg711enc.c:
21116         * gst/rtp/gstrtpgsmenc.c:
21117         * gst/rtp/gstrtpgsmparse.c:
21118         Setting the proper copyright notice.
21119
21120 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21121
21122         * gst/videobox/Makefile.am: Use liboil.
21123         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21124         (gst_video_box_set_property), (gst_video_box_transform_caps),
21125         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21126         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21127         using liboil. Will dot the same to I420 border generation
21128         tomorrow.
21129
21130 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21131
21132         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21133         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21134         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21135         * gst/rtp/gstrtpg711dec.h:
21136         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21137         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21138         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21139         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21140         (gst_rtpgsmenc_handle_buffer):
21141         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21142         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21143         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21144         * gst/rtp/gstrtpgsmparse.h:
21145         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21146         inherits from the basertpdepayloader.
21147
21148 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21149
21150         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21151         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21152         (gst_video_box_ayuv): Removing this forgotten debug.
21153
21154 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21155
21156         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21157         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21158         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21159
21160 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21161
21162         * sys/oss/gstossaudio.c:
21163         * sys/oss/gstossdmabuffer.c:
21164         * sys/oss/gstosshelper.c:
21165         * sys/oss/gstossmixer.c:
21166         * sys/oss/gstossmixerelement.c:
21167         * sys/oss/gstossmixertrack.c:
21168         * sys/oss/gstosssink.c:
21169         * sys/oss/gstosssrc.c:
21170           Actually use the 'oss' debug category we register.
21171
21172 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21173
21174         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21175         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21176         Use gst_pad_get_parent and drop the ref that was added through
21177         that call.
21178
21179 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21180
21181         * gst/rtp/gstrtpgsmenc.c:
21182           Fix compilation
21183
21184 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21185
21186         * gst/rtp/gstrtpg711dec.c
21187         Just removed a couple of lines of weird code used during
21188         development/test time.
21189
21190 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21191
21192         * gst/rtp/Makefile.am
21193         * gst/rtp/gstrtp.c
21194         * gst/rtp/gstrtpg711enc.c
21195         * gst/rtp/gstrtpg711enc.h
21196         * gst/rtp/gstrtpg711dec.c
21197         * gst/rtp/gstrtpg711dec.h
21198         Created G711 payloader and depayloader (it supports mulaw and alaw
21199         (dec)encoders)
21200
21201 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21202
21203         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21204         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21205         Doh ! I introduced wingo's bug again ! Sorry...
21206
21207 2005-10-25  Christian Schaller <christian@fluendo.com> 
21208
21209         * gst/rtp/Makefile.am: add missing header files for disting
21210
21211 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21212
21213         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21214         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21215         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21216         (gst_rtpgsmenc_handle_buffer):
21217         * gst/rtp/gstrtpgsmenc.h:
21218         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21219         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21220         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21221         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21222         * gst/rtp/gstrtpgsmparse.h:
21223         Getting the GSM (de)payloader working and compatible with our plans for RTP.
21224
21225 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21226
21227         * ext/libpng/gstpngdec.c: (user_info_callback),
21228         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
21229         a newsegment event, move some redundant code in a single place.
21230
21231 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21232
21233         * ext/libpng/gstpngdec.c: (user_info_callback),
21234         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21235         hack to get correct colors order when we have a png image with
21236         alpha channel.
21237
21238 2005-10-24  Edward Hervey  <edward@fluendo.com>
21239
21240         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21241         Call gst_element_no_more_pads when there will be no more pads.
21242
21243 2005-10-24  Wim Taymans  <wim@fluendo.com>
21244
21245         * gst/rtp/Makefile.am:
21246         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21247         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21248         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21249         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21250         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21251         (gst_asteriskh263_plugin_init):
21252         * gst/rtp/gstasteriskh263.h:
21253         * gst/rtp/gstrtp.c: (plugin_init):
21254         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21255         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21256         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21257         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21258         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21259         (gst_rtph263enc_plugin_init):
21260         * gst/rtp/gstrtph263enc.h:
21261         Added two new payloaders, an RFC 2190 payloader for h263 and
21262         a payload convertor for an asterisk server.
21263
21264 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21265
21266         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21267           Set bytes_per_sample correctly (is not always 4, but 
21268           depends on width and number of channels).
21269
21270 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21271
21272         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21273         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21274         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21275         (gst_flacenc_sink_event), (gst_flacenc_chain),
21276         (gst_flacenc_set_property), (gst_flacenc_get_property),
21277         (gst_flacenc_change_state):
21278         * ext/flac/gstflacenc.h:
21279           Fix seeking, so that flacenc can rewrite the header with the
21280           correct duration and amount of samples and all that at EOS;
21281           also set timestamps and granulepos on outgoing buffers; add
21282           debug category; fix state change function.
21283           
21284 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21285
21286         * gst/videomixer/videomixer.c: Don't restrict video geometry
21287         from 16 to 4096.
21288
21289 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21290
21291         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21292         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21293         Fix caps negotiation correctly, add debugging category.
21294
21295 2005-10-24  Christian Schaller  <christian@fluendo.com>
21296
21297         * configure.ac: Port over Thomas's change from base listing all plugins
21298
21299 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21300
21301         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21302         a sink pad.
21303
21304 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21305
21306         * configure.ac:
21307         * docs/upload.mak:
21308           back to HEAD
21309
21310 === release 0.9.4 ===
21311
21312 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21313
21314         * configure.ac:
21315           Releasing 0.9.4, "Dromiceiomimus"
21316
21317 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21318
21319         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21320         (gst_speexenc_src_query):
21321           Add position and duration query, fix query type function.
21322           
21323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21324         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21325           Let's not set non-fixed caps on source pads.
21326
21327 2005-10-21  Wim Taymans  <wim@fluendo.com>
21328
21329         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21330         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21331         (gst_avi_demux_handle_seek):
21332         Set correct stream_time in newsegment event.
21333         avi can also handle a duration query now.
21334
21335 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * gst/matroska/matroska-demux.c:
21338         (gst_matroska_demux_handle_src_query),
21339         (gst_matroska_demux_handle_seek_event),
21340         (gst_matroska_demux_loop_stream_parse_id):
21341           Fix duration query; fix basetime in newsegment event after
21342           seek; fix duration in initial newsegment event.
21343
21344         * gst/matroska/matroska-mux.c:
21345         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21346           Extract number of channels and samplerate from vorbis headers;
21347           add some debug messages when querying the durations of the
21348           input streams.
21349
21350 2005-10-20  Wim Taymans  <wim@fluendo.com>
21351
21352         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21353         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21354         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21355         Set stream time correctly in newsegment.
21356
21357 2005-10-20  Wim Taymans  <wim@fluendo.com>
21358
21359         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21360         Correctly fill in the stream time.
21361
21362 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21363
21364         * check/elements/level.c: (GST_START_TEST):
21365         * gst/level/gstlevel.c: (gst_level_message_new):
21366         * gst/level/level-example.c: (message_handler):
21367           use ELEMENT messages instead
21368
21369 2005-10-19  Wim Taymans  <wim@fluendo.com>
21370
21371         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21372         (gst_dvdemux_src_query):
21373         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21374         (gst_flacdec_src_query):
21375         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21376         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21377         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21378         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21379         * gst/debug/progressreport.c: (gst_progress_report_report):
21380         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21381         * gst/matroska/matroska-demux.c:
21382         (gst_matroska_demux_handle_src_query):
21383         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21384         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21385         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21386         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21387         (gst_wavparse_srcpad_event):
21388         API change fix.
21389
21390 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21391
21392         * gst/goom/filters.c:
21393         * gst/goom/graphic.h:
21394         * gst/goom/lines.c:
21395           Make inline functions either 'static inline' or 'extern inline',
21396           otherwise the Forte compiler apparently won't inline them (#317300).
21397
21398 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21399
21400         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21401         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21402         (user_info_callback), (user_endrow_callback), (user_end_callback),
21403         (user_read_data), (gst_pngdec_caps_create_and_set),
21404         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21405         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21406         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21407         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21408         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21409         very nice and handle push/pull based model. if you have filesrc
21410         connected to it, it will do random access to load the png file.
21411         If you have a network source that can't do _getrange, it does 
21412         progressive loading through the chain function.
21413         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21414         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21415         thanks to Master Wim Taymans ;-)
21416
21417 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21418
21419         * gst/matroska/Makefile.am:
21420         * gst/matroska/ebml-read.c:
21421         * gst/matroska/ebml-read.h:
21422         * gst/matroska/matroska-demux.c:
21423         * gst/matroska/matroska-demux.h:
21424         * gst/matroska/matroska.c: (plugin_init):
21425           Ported matroska demuxer to 0.9.
21426
21427 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21428
21429         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21430
21431         * gst/matroska/matroska-mux.c:
21432         (gst_matroska_mux_video_pad_setcaps),
21433         (gst_matroska_mux_audio_pad_setcaps):
21434           Fix mpeg4 input handling (#318847); also, while we're at it,
21435           fix media type for Motion-JPEG: should be image/jpeg.
21436
21437 2005-10-18  Wim Taymans  <wim@fluendo.com>
21438
21439         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21440         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21441         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21442         Fix for segment-start/stop API change.
21443
21444 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21445
21446         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21447         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21448         way.
21449
21450 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21451
21452         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21453         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21454         output declared in transform_caps.
21455
21456 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21457
21458         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21459
21460 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21461
21462         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21463         (gst_video_box_get_unit_size): Fix wrong size calculations and
21464         implement get_unit_size correctly.
21465
21466 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21467
21468         * configure.ac:
21469           Enable flx plugin.
21470
21471         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21472           Fix gcc4 signedness issue.
21473
21474 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21475
21476         * configure.ac: Adding videomixer.
21477         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21478         (user_read_data), (gst_pngdec_chain): More debugging.
21479         * gst/alpha/Makefile.am: Adding alphacolor
21480         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21481         (gst_alpha_color_class_init), (gst_alpha_color_init),
21482         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21483         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21484         (plugin_init): Ported to 0.9 using in place base tranform.
21485         * gst/videomixer/Makefile.am:
21486         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21487         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21488         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21489         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21490         (gst_videomixer_init), (gst_videomixer_getcaps),
21491         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21492         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21493         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21494         to 0.9 using collectpads.
21495
21496 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21497
21498         * configure.ac:
21499         * gst/flx/Makefile.am:
21500         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21501         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21502         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21503         * gst/flx/gstflxdec.h:
21504         flx plugin ported to 0.9
21505
21506 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21509           use new gst_version_string()
21510
21511 2005-10-16  Andy Wingo  <wingo@pobox.com>
21512
21513         * configure.ac: GLIB_CHECK.
21514
21515 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21516
21517         * ext/libpng/Makefile.am:
21518         * ext/libpng/gstpng.c: (plugin_init):
21519         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21520         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21521         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21522
21523 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21524
21525         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21526
21527         * configure.ac:
21528         * gst/matroska/Makefile.am:
21529         * gst/matroska/ebml-ids.h:
21530         * gst/matroska/ebml-write.c:
21531         * gst/matroska/ebml-write.h:
21532         * gst/matroska/matroska-ids.h:
21533         * gst/matroska/matroska-mux.c:
21534         * gst/matroska/matroska-mux.h:
21535         * gst/matroska/matroska.c: (plugin_init):
21536           Port matroska muxer to 0.9 (#318847).
21537
21538 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21539
21540         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21541         (comment_init), (comment_add):
21542           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21543           use GST_READ_UINT32_LE() and friends rather than the private
21544           implementation of those same macros.
21545
21546 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21547
21548         * examples/stats/mp2ogg.c:
21549           more typo fixes
21550
21551 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21552
21553         * examples/indexing/indexmpeg.c: (main):
21554         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21555         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21556         * ext/esd/esdmon.h:
21557         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21558         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21559         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21560         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21561         * gst/avi/gstavimux.c: (gst_avimux_init):
21562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21563         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21564         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21565         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21566         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21567         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21568         * gst/oldcore/gstmultifilesrc.h:
21569         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21570         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21571         (gst_pipefilter_change_state):
21572         * gst/oldcore/gstpipefilter.h:
21573         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21574         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21575         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21576         * sys/osxaudio/gstosxaudiosink.h:
21577         * sys/osxaudio/gstosxaudiosrc.h:
21578           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21579           moved bitshift from macro to enum definition
21580
21581 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         * ext/Makefile.am:
21584         * ext/cairo/Makefile.am:
21585         * ext/cairo/gstcairo.c: (plugin_init):
21586         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21587         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21588         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21589         * ext/cairo/gsttimeoverlay.h:
21590           update of cairo-based timeoverlay to 1.0 Cairo API
21591           doesn't work yet for resizing of output sink
21592
21593 2005-10-11  Wim Taymans  <wim@fluendo.com>
21594
21595         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21596         newsegment API fix.
21597
21598 2005-10-11  Wim Taymans  <wim@fluendo.com>
21599
21600         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21601         (gst_dvdemux_demux_frame):
21602         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21603         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21604         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21605         (gst_avi_demux_handle_seek):
21606         * gst/goom/gstgoom.c: (gst_goom_event):
21607         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21608         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21609         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21610         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21611         (gst_wavparse_srcpad_event):
21612         newsegment API update.
21613
21614 2005-10-11  Andy Wingo  <wingo@pobox.com>
21615
21616         * ext/speex/gstspeexenc.c: Signedness cleanups.
21617
21618 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21619
21620         * PORTED_09:
21621         * ext/speex/Makefile.am:
21622         * ext/speex/gstspeex.c:
21623         * ext/speex/gstspeexenc.c:
21624         Speexenc ported to 0.9
21625
21626 2005-10-10  Wim Taymans  <wim@fluendo.com>
21627
21628         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21629         (gst_oss_sink_init), (gst_oss_sink_set_property),
21630         (gst_oss_sink_get_property), (gst_oss_sink_open),
21631         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21632         * sys/oss/gstosssink.h:
21633         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21634         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21635         (gst_oss_src_prepare):
21636         Cleanups, make device configurable in the sink, handle and report
21637         errors.
21638
21639 2005-10-10  Wim Taymans  <wim@fluendo.com>
21640
21641         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21642         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21643         Make sure element is NULL before removing from the bin.
21644
21645 2005-10-07  Andy Wingo  <wingo@pobox.com>
21646
21647         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21648         block forever in a read().
21649         (gst_dv1394src_bus_reset): Post a message when the cable is
21650         unplugged.
21651         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21652         (gst_dv1394src_bus_reset): Don't unref the message.
21653
21654         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21655         hacking. The only change should be that the state change stuff was
21656         put into basesrc's start() and stop() routines, which coalesces
21657         some steps.
21658
21659 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21660
21661         * configure.ac:
21662           Add check for mmap
21663           
21664         * gst/debug/Makefile.am:
21665           Only compile efence plugin on systems that have mmap.
21666
21667 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21668
21669         * gst/debug/Makefile.am:
21670         * gst/debug/breakmydata.c:
21671         * gst/debug/gstdebug.c:
21672         * gst/debug/gstnavigationtest.c:
21673         * gst/debug/gstnavseek.c: 
21674         * gst/debug/gstnavseek.h:
21675         * gst/debug/progressreport.c: 
21676         * gst/debug/testplugin.c:
21677           Port progressreport, navseek, navigationtest, testsink and
21678           breakmydata.
21679
21680 2005-10-05  Edward Hervey  <edward@fluendo.com>
21681
21682         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21683         (gst_dvdemux_src_query):
21684         Fixes for better conversion
21685
21686 2005-10-04  Michael Smith <msmith@fluendo.com>
21687
21688         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21689         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21690         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21691         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21692           Set state of elements to NULL before removing from bins.
21693           Set state of test element to NULL if we failed to move it to READY
21694
21695 2005-10-04  Edward Hervey  <edward@fluendo.com>
21696
21697         * ext/dv/Makefile.am:
21698         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21699         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21700         Corrected the query function for position so it doesn't forget what
21701         format was asked, and calls the conversion functions on the correct pad.
21702
21703 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21704
21705         * configure.ac:
21706           back to development
21707
21708 === release 0.9.3 ===
21709
21710 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21711
21712         * configure.ac:
21713           Releasing 0.9.3, "Aramis"
21714
21715 2005-10-03  Andy Wingo  <wingo@pobox.com>
21716
21717         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21718         error returns.
21719
21720 2005-10-02  Andy Wingo  <wingo@pobox.com>
21721
21722         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21723
21724         * ext/flac/gstflacenc.c: Ported to 0.9.
21725
21726         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21727
21728         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21729         and link to gsttagedit. Enable flacenc.
21730
21731         * ext/flac/gstflacdec.c: Re-enable tag reading.
21732
21733 2005-09-30  Wim Taymans  <wim@fluendo.com>
21734
21735         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21736         * gst/rtp/gstrtpgsmparse.c:
21737         * gst/rtp/gstrtph263penc.c:
21738         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21739         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21740         (gst_rtpmp4venc_set_property):
21741         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21742         Various class and caps fixes from Andre Magalhaes (andrunko)
21743
21744 2005-09-29  Wim Taymans  <wim@fluendo.com>
21745
21746         * gst/level/level-example.c: (main):
21747         Update for new bus API.
21748
21749 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21750
21751         * configure.ac:
21752           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21753           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21754
21755 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21756
21757         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21758           Fix playback of mono streams (bytes_per_sample should be set
21759           from the sample width and the number of channels negotiated,
21760           and not just be set to 4) (#317338)
21761
21762 2005-09-26  Wim Taymans  <wim@fluendo.com>
21763
21764         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21765         (gst_rtpmpaenc_handle_buffer):
21766         Set buffer duration correctly.
21767
21768 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21769
21770         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21771         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21772         (gst_avi_demux_change_state):
21773           Don't crash when encountering a stream with an unknown fourcc or
21774           codec id. Instead, create a pad of type video/x-avi-unknown or
21775           audio/x-avi-unknown, which as a side-effect also results in less
21776           confusing error messages in players ('no decoder' vs. 'no streams');
21777           minor fixes to state change function and class_init function.
21778
21779 2005-09-24  Wim Taymans  <wim@fluendo.com>
21780
21781         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21782         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21783         These are sinks.
21784
21785 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21786
21787         * check/elements/level.c: (GST_START_TEST):
21788           fix test for new GstClockTime use
21789         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21790         (gst_level_transform_ip):
21791         * gst/level/gstlevel.h:
21792           fix up the decay peak, ensuring the decay peak is never lower
21793           than the peak for that interval
21794
21795 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21796
21797         * docs/plugins/gst-plugins-good-plugins.args:
21798         * docs/plugins/inspect/plugin-alpha.xml:
21799         * docs/plugins/inspect/plugin-rtp.xml:
21800         * gst/level/gstlevel.c: (gst_level_set_caps),
21801         (gst_level_transform_ip):
21802           updating docs
21803
21804 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21805
21806         * Makefile.am:
21807         * check/elements/level.c: (GST_START_TEST):
21808         * gst/level/Makefile.am:
21809         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21810         (gst_level_set_property), (gst_level_get_property),
21811         (gst_level_set_caps), (gst_level_message_new),
21812         (gst_level_transform_ip):
21813         * gst/level/gstlevel.h:
21814         * gst/level/level-example.c: (message_handler), (main):
21815           convert to using GstClockTime for all time values, finally.
21816
21817 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * gst/auparse/Makefile.am:
21820         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21821           fix up build
21822         * configure.ac:
21823         * ext/cairo/Makefile.am:
21824         * ext/dv/Makefile.am:
21825         * ext/esd/Makefile.am:
21826         * ext/flac/Makefile.am:
21827         * ext/gconf/Makefile.am:
21828         * ext/gdk_pixbuf/Makefile.am:
21829         * ext/jpeg/Makefile.am:
21830         * ext/ladspa/Makefile.am:
21831         * ext/libcaca/Makefile.am:
21832         * ext/libmng/Makefile.am:
21833         * ext/libpng/Makefile.am:
21834         * ext/mikmod/Makefile.am:
21835         * ext/pango/Makefile.am:
21836         * ext/raw1394/Makefile.am:
21837         * ext/shout2/Makefile.am:
21838         * ext/speex/Makefile.am:
21839         * gst/alpha/Makefile.am:
21840         * gst/autodetect/Makefile.am:
21841         * gst/avi/Makefile.am:
21842         * gst/cutter/Makefile.am:
21843         * gst/debug/Makefile.am:
21844         * gst/effectv/Makefile.am:
21845         * gst/flx/Makefile.am:
21846         * gst/goom/Makefile.am:
21847         * gst/interleave/Makefile.am:
21848         * gst/law/Makefile.am:
21849         * gst/matroska/Makefile.am:
21850         * gst/median/Makefile.am:
21851         * gst/monoscope/Makefile.am:
21852         * gst/multipart/Makefile.am:
21853         * gst/oldcore/Makefile.am:
21854         * gst/rtp/Makefile.am:
21855         * gst/rtsp/Makefile.am:
21856         * gst/smoothwave/Makefile.am:
21857         * gst/smpte/Makefile.am:
21858         * gst/videobox/Makefile.am:
21859         * gst/videofilter/Makefile.am:
21860         * gst/videomixer/Makefile.am:
21861         * gst/wavenc/Makefile.am:
21862         * gst/wavparse/Makefile.am:
21863         * sys/oss/Makefile.am:
21864         * sys/osxaudio/Makefile.am:
21865         * sys/osxvideo/Makefile.am:
21866           fix up GST_LIBS use
21867
21868 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21869
21870         * gst/auparse/Makefile.am:
21871         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21872           fix build of auparse
21873
21874 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21875
21876         * configure.ac:
21877         * PORTED_09:
21878         * gst/auparse/gstauparse.c:
21879         * gst/auparse/gstauparse.h:
21880         Auparse ported to 0.9.
21881
21882 2005-09-22  Wim Taymans  <wim@fluendo.com>
21883
21884         * gst/rtp/TODO:
21885         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21886         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21887         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21888         (gst_rtpmp4venc_set_property):
21889         * gst/rtp/gstrtpmp4venc.h:
21890         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21891         * gst/rtp/gstrtpmpaenc.h:
21892         Use is_filled to both check MTU and max-ptime of base class.
21893
21894 2005-09-22  Wim Taymans  <wim@fluendo.com>
21895
21896         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21897         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21898         (gst_rtpmp4venc_set_property):
21899         Don't fragment packets with multiple frames.
21900
21901 2005-09-22  Wim Taymans  <wim@fluendo.com>
21902
21903         * gst/rtp/TODO:
21904         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21905         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21906         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21907         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21908         (gst_rtpmp4venc_get_property):
21909         * gst/rtp/gstrtpmp4venc.h:
21910         Remove g_print.
21911         Update TODO
21912         Make payload encoder a bit smarter and more correct with
21913         timestamps.
21914         Added option in payloader to include config string in-band.
21915
21916 2005-09-21  Wim Taymans  <wim@fluendo.com>
21917
21918         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21919         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21920         (gst_rtspsrc_send):
21921         Strip spaces for key/value pairs.
21922
21923 2005-09-21  Wim Taymans  <wim@fluendo.com>
21924
21925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21926         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21927         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21928         (gst_rtspsrc_change_state):
21929         More SDP parsing and caps setting.
21930         Do NO_PREROLL differently.
21931         add pads only after negotiated.
21932
21933         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21934         (gst_udpsrc_getcaps):
21935         Implement the getcaps function.
21936
21937 2005-09-21  Wim Taymans  <wim@fluendo.com>
21938
21939         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21940         (gst_rtpamrdec_chain):
21941         Handle multiple AMr packets per payload. Handle CRC and
21942         parse ILL/ILP.
21943
21944         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21945         Make caps params strings for easy SDP mapping.
21946         
21947         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21948         Handle capsnego better.
21949
21950         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21951         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21952         Generate and parse config string in the caps.
21953
21954 2005-09-21  Wim Taymans  <wim@fluendo.com>
21955
21956         * gst/rtp/README:
21957         Update README
21958
21959         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21960         Make extra params as strings.
21961
21962         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21963         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21964         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21965         Make state change return NO_PREROLL as this is a live
21966         source.
21967
21968         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21969         Don't unref old caps when NULL.
21970
21971 2005-09-20  Wim Taymans  <wim@fluendo.com>
21972
21973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21974         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21975         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21976         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21977         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21978         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21979         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21980         * gst/rtsp/sdpmessage.h:
21981         Add URI handler.
21982         Parse SDP and create caps.
21983
21984 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21985
21986         * gst/alpha/gstalpha.c:
21987           fix element description
21988
21989 2005-09-19  Wim Taymans  <wim@fluendo.com>
21990
21991         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21992         Don't check payload for now.
21993
21994 2005-09-19  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21997         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21998         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21999         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
22000         (gst_wavparse_loop), (gst_wavparse_pad_convert),
22001         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
22002         (gst_wavparse_change_state):
22003         * gst/wavparse/gstwavparse.h:
22004         Fix wavparse some more.
22005
22006 2005-09-19  Wim Taymans  <wim@fluendo.com>
22007
22008         * check/elements/level.c: (GST_START_TEST):
22009         Fix for bus API change.
22010
22011 2005-09-19  Wim Taymans  <wim@fluendo.com>
22012
22013         * gst/level/level-example.c: (main):
22014         Fix for new bus API.
22015
22016         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22017         Set caps on pads.
22018
22019 2005-09-15  Wim Taymans  <wim@fluendo.com>
22020
22021         * gst/rtp/Makefile.am:
22022         * gst/rtp/README:
22023         * gst/rtp/gstrtp.c: (plugin_init):
22024         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22025         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22026         (gst_rtpamrdec_change_state):
22027         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22028         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22029         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22030         * gst/rtp/gstrtpamrenc.h:
22031         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22032         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22033         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22034         * gst/rtp/gstrtpgsmenc.h:
22035         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22036         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22037         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22038         (gst_rtpgsmparse_change_state):
22039         * gst/rtp/gstrtpgsmparse.h:
22040         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22041         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22042         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22043         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22044         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22045         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22046         * gst/rtp/gstrtph263penc.h:
22047         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22048         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22049         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22050         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22051         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22052         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22053         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22054         * gst/rtp/gstrtpmp4venc.h:
22055         * gst/rtp/gstrtpmpadec.c:
22056         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22057         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22058         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22059         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22060         * gst/rtp/gstrtpmpaenc.h:
22061         Updates to payloader/depayloaders, make payloaders use
22062         the base classes.
22063         Updated README with suggested RTP caps and how to convert
22064         to/from SDP.
22065         Added config descriptor in mp4v payloader.
22066
22067 2005-09-15  Andy Wingo  <wingo@pobox.com>
22068
22069         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22070         * gst/autodetect/gstautovideosink.c
22071         (gst_auto_video_sink_find_best): Update for new registry API.
22072
22073 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22074
22075         * common/c-to-xml.py:
22076         * common/gtk-doc-plugins.mak:
22077           a simple py script to generate valid xml from a C example
22078           probably also need to strip an MIT license when we decide
22079         * docs/plugins/Makefile.am:
22080         * gst/level/Makefile.am:
22081         * gst/level/gstlevel.c: (gst_level_init):
22082         * gst/level/level-example.c: (message_handler), (main):
22083           add an example to level that will show up in the docs
22084         * gst/rtp/TODO:
22085           add a note for the future
22086
22087 2005-09-14  Michael Smith <msmith@fluendo.com>
22088
22089         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22090           Actually define the debug object being used in wavenc. Fixes #316205
22091
22092 2005-09-14  Michael Smith <msmith@fluendo.com>
22093
22094         * gst/smpte/Makefile.am:
22095           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22096           needed to build on windows (bug 316204)
22097
22098 2005-09-12  Andy Wingo  <wingo@pobox.com>
22099
22100         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22101
22102 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22103
22104         * configure.ac:
22105         * gst/fdsrc/Makefile.am:
22106         * gst/fdsrc/gstfdsrc.c:
22107         * gst/fdsrc/gstfdsrc.h:
22108           Move fdsrc back into gstreamer core elements.
22109
22110         * gst/level/gstlevel.c: (gst_level_class_init),
22111         (gst_level_transform_ip):
22112         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22113           Basetransform changes.
22114
22115 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22116
22117         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22118         * ext/jpeg/smokecodec.c: (find_best_size):
22119           fix compiler warnings
22120
22121 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * gst-plugins-good.spec.in:
22124           spec file fixes
22125         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22126         (gst_multiudpsink_render), (gst_multiudpsink_add),
22127         (gst_multiudpsink_clear):
22128           it actually helps to actually stream if we hook up the
22129           "add" signal to an actual implementation
22130         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22131           some debugging
22132
22133 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22134
22135         * ext/jpeg/Makefile.am:
22136         * ext/jpeg/gstjpeg.c
22137         * ext/jpeg/gstjpegenc.c:
22138         * ext/jpeg/gstsmokeenc.c:
22139
22140 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22141
22142         * ext/flac/gstflacdec.c:
22143         * ext/flac/gstflacenc.c:
22144         * ext/flac/gstflactag.c:
22145         * ext/speex/gstspeexenc.c:
22146           gsttaginterface.h -> gsttagsetter.h
22147
22148 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22149
22150         * configure.ac:
22151         * gst/debug/Makefile.am:
22152         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22153         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22154         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22155         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22156         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22157           Port to 0.9 and re-enable efence plugin.
22158
22159 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22160
22161         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22162         (gst_flacdec_write), (gst_flacdec_convert_src):
22163         * ext/flac/gstflacdec.h:
22164           Add support for flac files with 24/32 bits per sample; and misc.
22165           minor clean-ups. Seeking is still partly broken (for me at least).
22166
22167 2005-09-06  Wim Taymans  <wim@fluendo.com>
22168
22169         * gst/rtp/Makefile.am:
22170         * gst/rtp/gstrtp.c: (plugin_init):
22171         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22172         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22173         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22174         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22175         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22176         (gst_rtpmp4vdec_plugin_init):
22177         * gst/rtp/gstrtpmp4vdec.h:
22178         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22179         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22180         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22181         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22182         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22183         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22184         * gst/rtp/gstrtpmp4venc.h:
22185         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22186         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22187         Added mpeg4 video payload encoder/decoder.
22188         Added some docs in mpa payloader.
22189
22190 === release 0.9.1 ===
22191
22192 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22193
22194         * NEWS:
22195         * README:
22196         * RELEASE:
22197         * autogen.sh:
22198         * configure.ac:
22199           releasing 0.9.1, "Blondie"
22200
22201 2005-09-05  Andy Wingo  <wingo@pobox.com>
22202
22203         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22204         here from the state change handler, so we fire signals without
22205         holding the state lock.
22206
22207 2005-09-02  Andy Wingo  <wingo@pobox.com>
22208
22209         * All plugins updated for element state changes.
22210
22211 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22212
22213         * Makefile.am:
22214         * check/.cvsignore:
22215         * check/Makefile.am:
22216         * check/elements/.cvsignore:
22217         * check/elements/level.c: (setup_level), (cleanup_level),
22218         (GST_START_TEST), (level_suite), (main):
22219           add a test for level
22220         * common/release.mak:
22221           move the enum checking to release.mak
22222         * configure.ac:
22223           add valgrind and check checking
22224         * gst/level/gstlevel.c: (gst_level_transform):
22225         * gst/level/gstlevel.h:
22226           fix Andy's cast bug
22227           convert a field to int
22228           fix the arithmetic to int when checking for emit so that a
22229           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22230
22231 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * Makefile.am:
22234         * configure.ac:
22235           add docs to build
22236         * common/plugins.xsl:
22237           wrap Description into a refsect2
22238         * docs/Makefile.am:
22239         * docs/plugins/Makefile.am:
22240         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22241         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22242         * gst/goom/Makefile.am:
22243         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22244         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22245         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22246         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22247         (gst_goom_change_state):
22248         * gst/goom/gstgoom.h:
22249           GstGOOM -> GstGoom
22250           add an example launch line
22251         * gst/level/gstlevel.h:
22252         * gst/monoscope/gstmonoscope.c:
22253           cleanups
22254
22255 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * configure.ac:
22258         * docs/plugins/Makefile.am:
22259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22260         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22261         * docs/plugins/gst-plugins-good-plugins.types:
22262           document elements and plugins.  Shazam !
22263
22264 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22267           be found under doc/random/ChangeLog-0.8