gst/qtdemux/qtdemux.c: Catch invalid and commonly wrong playback rates in the elst...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst/qtdemux/qtdemux.c: (qtdemux_parse_segments):
4         Catch invalid and commonly wrong playback rates in the elst atoms.
5         Fixes #567800.
6
7 2009-01-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
8
9         * gst/spectrum/gstspectrum.c: (gst_spectrum_reset_state):
10         Don't call gst_fft_f32_free() with NULL to prevent a
11         crash. Fixes bug #567642.
12
13 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
14
15         * gst/spectrum/gstspectrum.c: (gst_spectrum_transform_ip):
16         * gst/spectrum/gstspectrum.h:
17         Use correct types for frame/fft counters and some minor
18         cleanup.
19
20 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
21
22         Patch by: Lennart Poettering <lennart at poettering dot net>
23
24         * ext/pulse/pulseprobe.c: (gst_pulseprobe_new),
25         (gst_pulseprobe_free):
26         Fix refcount loop, resulting in a thread leak. Fixes bug #567746.
27
28 2009-01-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
29
30         * gst/spectrum/Makefile.am:
31         * gst/spectrum/README:
32         * gst/spectrum/gstspectrum.c: (gst_spectrum_base_init),
33         (gst_spectrum_class_init), (gst_spectrum_init),
34         (gst_spectrum_reset_state), (gst_spectrum_finalize),
35         (gst_spectrum_set_property), (gst_spectrum_start),
36         (gst_spectrum_stop), (gst_spectrum_setup),
37         (gst_spectrum_transform_ip):
38         * gst/spectrum/gstspectrum.h:
39         Post a spectrum message on the bus for every interval, even
40         if the interval is small than the length of the FFT.
41         Fixes bug #567642.
42
43         Major cleanup of the spectrum element.
44
45 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
46
47         * configure.ac:
48         * gst/audiofx/Makefile.am:
49         * gst/audiofx/audiofirfilter.c: (gst_audio_fir_filter_base_init),
50         (gst_audio_fir_filter_class_init),
51         (gst_audio_fir_filter_update_kernel), (gst_audio_fir_filter_init),
52         (gst_audio_fir_filter_setup), (gst_audio_fir_filter_finalize),
53         (gst_audio_fir_filter_set_property),
54         (gst_audio_fir_filter_get_property):
55         * gst/audiofx/audiofirfilter.h:
56         * gst/audiofx/audiofx.c: (plugin_init):
57         * gst/audiofx/audioiirfilter.c: (gst_audio_iir_filter_base_init),
58         (gst_audio_iir_filter_class_init),
59         (gst_audio_iir_filter_update_coefficients),
60         (gst_audio_iir_filter_init), (gst_audio_iir_filter_setup),
61         (gst_audio_iir_filter_finalize),
62         (gst_audio_iir_filter_set_property),
63         (gst_audio_iir_filter_get_property):
64         * gst/audiofx/audioiirfilter.h:
65         Add audioiirfilter and audiofirfilter elements which allow
66         generic IIR/FIR filters to be implemented by providing the
67         filter coefficients. Fixes bug #567577.
68
69         * docs/plugins/Makefile.am:
70         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
71         * docs/plugins/gst-plugins-good-plugins-sections.txt:
72         * docs/plugins/gst-plugins-good-plugins.args:
73         * docs/plugins/gst-plugins-good-plugins.hierarchy:
74         * docs/plugins/gst-plugins-good-plugins.signals:
75         * docs/plugins/inspect/plugin-alaw.xml:
76         * docs/plugins/inspect/plugin-audiofx.xml:
77         * docs/plugins/inspect/plugin-avi.xml:
78         * docs/plugins/inspect/plugin-flac.xml:
79         * docs/plugins/inspect/plugin-mulaw.xml:
80         * docs/plugins/inspect/plugin-video4linux2.xml:
81         * docs/plugins/inspect/plugin-wavparse.xml:
82         Add documentation for the audioiirfilter and audiofirfilter
83         elements.
84
85         * tests/check/Makefile.am:
86         * tests/check/elements/audiofirfilter.c: (on_message),
87         (on_rate_changed), (on_handoff), (GST_START_TEST),
88         (audiofirfilter_suite):
89         * tests/check/elements/audioiirfilter.c: (on_message),
90         (on_rate_changed), (on_handoff), (GST_START_TEST),
91         (audioiirfilter_suite):
92         * tests/examples/Makefile.am:
93         * tests/examples/audiofx/Makefile.am:
94         * tests/examples/audiofx/firfilter-example.c: (on_message),
95         (on_rate_changed), (main):
96         * tests/examples/audiofx/iirfilter-example.c: (on_message),
97         (on_rate_changed), (main):
98         Add unit tests and example applications for the two filter
99         elements.
100
101 2009-01-13  Michael Smith <msmith@songbirdnest.com>
102
103         Patch by: Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>
104         * gst/qtdemux/qtdemux.c:
105           Fix format string for guint64.
106
107 2009-01-13  Michael Smith <msmith@songbirdnest.com>
108
109         * sys/osxaudio/Makefile.am:
110           osxaudio plugin now requires AudioUnit framework, so link against that.
111           Clean up tabs v spaces while I'm there.
112
113 2009-01-13  Wim Taymans  <wim.taymans@collabora.co.uk>
114
115         * tests/examples/rtp/server-alsasrc-PCMA.c: (print_source_stats),
116         (print_stats), (main):
117         Add some example code for printing the RTP manager stats.
118
119 2009-01-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_class_init),
122         (gst_audio_cheb_band_init), (gst_audio_cheb_band_finalize),
123         (gst_audio_cheb_band_set_property):
124         * gst/audiofx/audiochebband.h:
125         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_class_init),
126         (gst_audio_cheb_limit_init), (gst_audio_cheb_limit_finalize),
127         (gst_audio_cheb_limit_set_property):
128         * gst/audiofx/audiocheblimit.h:
129         * gst/audiofx/audiowsincband.c: (gst_audio_wsincband_class_init),
130         (gst_audio_wsincband_init), (gst_audio_wsincband_finalize),
131         (gst_audio_wsincband_set_property):
132         * gst/audiofx/audiowsincband.h:
133         * gst/audiofx/audiowsinclimit.c: (gst_audio_wsinclimit_class_init),
134         (gst_audio_wsinclimit_init), (gst_audio_wsinclimit_finalize),
135         (gst_audio_wsinclimit_set_property):
136         * gst/audiofx/audiowsinclimit.h:
137         Use a custom mutex for protecting the instance fields instead of
138         the GstObject lock. Using the latter can lead to deadlocks, especially
139         with the FIR filters when updating the latency.
140
141 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
142
143         * gst/audiofx/Makefile.am:
144         * gst/audiofx/audiofxbasefirfilter.c:
145         (gst_audio_fx_base_fir_filter_dispose),
146         (gst_audio_fx_base_fir_filter_base_init),
147         (gst_audio_fx_base_fir_filter_class_init),
148         (gst_audio_fx_base_fir_filter_init),
149         (gst_audio_fx_base_fir_filter_push_residue),
150         (gst_audio_fx_base_fir_filter_setup),
151         (gst_audio_fx_base_fir_filter_transform),
152         (gst_audio_fx_base_fir_filter_start),
153         (gst_audio_fx_base_fir_filter_stop),
154         (gst_audio_fx_base_fir_filter_query),
155         (gst_audio_fx_base_fir_filter_query_type),
156         (gst_audio_fx_base_fir_filter_event),
157         (gst_audio_fx_base_fir_filter_set_kernel):
158         * gst/audiofx/audiofxbasefirfilter.h:
159         * gst/audiofx/audiofxbaseiirfilter.c:
160         Implement a base class for generic audio FIR filters.
161
162         * gst/audiofx/audiowsincband.c:
163         (gst_gst_audio_wsincband_mode_get_type),
164         (gst_gst_audio_wsincband_window_get_type),
165         (gst_audio_wsincband_base_init), (gst_audio_wsincband_class_init),
166         (gst_audio_wsincband_init), (gst_audio_wsincband_build_kernel),
167         (gst_audio_wsincband_setup), (gst_audio_wsincband_set_property),
168         (gst_audio_wsincband_get_property):
169         * gst/audiofx/audiowsincband.h:
170         * gst/audiofx/audiowsinclimit.c:
171         (gst_audio_wsinclimit_mode_get_type),
172         (gst_audio_wsinclimit_window_get_type),
173         (gst_audio_wsinclimit_base_init),
174         (gst_audio_wsinclimit_class_init), (gst_audio_wsinclimit_init),
175         (gst_audio_wsinclimit_build_kernel), (gst_audio_wsinclimit_setup),
176         (gst_audio_wsinclimit_set_property),
177         (gst_audio_wsinclimit_get_property):
178         * gst/audiofx/audiowsinclimit.h:
179         * tests/check/elements/audiowsincband.c: (GST_START_TEST):
180         * tests/check/elements/audiowsinclimit.c: (GST_START_TEST):
181         Use this new base class for audiowsincband and audiowsinclimit.
182         Also cleanup both elements.
183
184 2009-01-08  Michael Smith <msmith@songbirdnest.com>
185
186         * gst/qtdemux/qtdemux.c:
187           In push mode, error out if we get EOS before we've created any srcpads.
188           Handle (in pull mode) some files that have a truncated moov atom where
189           the final sub-atom is a 'free' atom and the contents of that are not
190           present in the file.
191
192 2009-01-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
193
194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps):
196         Some cleanups, refactoring and minor enhancements in caps handling.
197
198         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
199         (gst_matroska_mux_init), (gst_matroska_pad_reset),
200         (gst_matroska_pad_free), (gst_matroska_mux_reset),
201         (gst_matroska_mux_video_pad_setcaps),
202         (gst_matroska_mux_request_new_pad):
203         * tests/check/elements/matroskamux.c: (teardown_src_pad):
204         Only remove, release or reset what is appropriate upon state change.
205
206 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
207
208         * ext/pulse/pulsesink.c:
209         * ext/pulse/pulsesink.h:
210         Use a mutex to protect the current stream pointer, and ignore
211         callbacks for stream objects that have been destroyed already.
212         Fixes problems with unprepare/prepare cycles caused by the input
213         caps changing, without reintroducing bug #556986.
214
215 2009-01-07  Jan Schmidt  <jan.schmidt@sun.com>
216
217         * sys/v4l2/gstv4l2src.c:
218         Remove () from translateable string, so that it makes more sense.
219
220 2009-01-07  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
221
222         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
223         Minor fix/cleanup in header field calculation.
224
225 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
226
227         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
228         (gst_matroska_mux_handle_sink_event), (gst_matroska_mux_finish):
229         * gst/matroska/matroska-mux.h:
230         Remove internal taglist and fully use tagsetter interface.
231
232 2009-01-06  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
233
234         * gst/avi/gstavimux.c: (gst_avi_mux_reset),
235         (gst_avi_mux_riff_get_avi_header):
236         * gst/avi/gstavimux.h:
237         Ensure header size invariance during subsequent rewrite by using
238         tags snapshot.
239
240 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
241
242         * ext/pulse/pulsesink.c: (gst_pulsesink_destroy_stream):
243         Don't wait for the pulse mainloop when destroying the stream.
244         Fixes a deadlock when the pulsedaemon goes away while pulsesink
245         is PLAYING. Fixes bug #556986.
246
247 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
248
249         Patch by: Sascha Hauer <s dot hauer at pengutronix dot de>
250                   Luotao Fu <l dot fu at pengutronix dot de>
251
252         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
253         (gst_v4l2_get_caps_info):
254         Add support for grayscale v4l2 devices. Fixes bug #566616.
255
256 2009-01-05  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
257
258         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
259         (qtdemux_tag_add_tmpo), (qtdemux_tag_add_covr),
260         (qtdemux_tag_add_date), (qtdemux_tag_add_gnre),
261         (qtdemux_tag_add_blob), (qtdemux_parse_udta):
262         * gst/qtdemux/qtdemux.h:
263         * gst/qtdemux/quicktime.c: (plugin_init):
264         Streamline tag handling and pass unparsed tags as binary blob
265         in private tag.
266
267 2009-01-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
268
269         * gst/audiofx/Makefile.am:
270         * gst/audiofx/audiofxbaseiirfilter.c:
271         (gst_audio_fx_base_iir_filter_base_init),
272         (gst_audio_fx_base_iir_filter_dispose),
273         (gst_audio_fx_base_iir_filter_class_init),
274         (gst_audio_fx_base_iir_filter_init),
275         (gst_audio_fx_base_iir_filter_calculate_gain),
276         (gst_audio_fx_base_iir_filter_set_coefficients),
277         (gst_audio_fx_base_iir_filter_setup), (process),
278         (gst_audio_fx_base_iir_filter_transform_ip),
279         (gst_audio_fx_base_iir_filter_stop):
280         * gst/audiofx/audiofxbaseiirfilter.h:
281         Implement a base class for IIR filters.
282
283         * gst/audiofx/audiochebband.c: (gst_audio_cheb_band_base_init),
284         (gst_audio_cheb_band_class_init), (gst_audio_cheb_band_init),
285         (generate_coefficients), (gst_audio_cheb_band_set_property),
286         (gst_audio_cheb_band_setup):
287         * gst/audiofx/audiochebband.h:
288         * gst/audiofx/audiocheblimit.c: (gst_audio_cheb_limit_base_init),
289         (gst_audio_cheb_limit_class_init), (gst_audio_cheb_limit_init),
290         (generate_coefficients), (gst_audio_cheb_limit_set_property),
291         (gst_audio_cheb_limit_setup):
292         * gst/audiofx/audiocheblimit.h:
293         Use the IIR filter base class for the chebyshev filters.
294
295 2009-01-02  Michael Smith <msmith@songbirdnest.com>
296
297           Patch by: Justin Karnegas <justin@affinix.com> and
298                     Michael Smith <msmith@songbirdnest.com>
299         * sys/osxaudio/gstosxaudio.c:
300         * sys/osxaudio/gstosxaudioelement.c:
301         * sys/osxaudio/gstosxaudioelement.h:
302         * sys/osxaudio/gstosxaudiosink.c:
303         * sys/osxaudio/gstosxaudiosink.h:
304         * sys/osxaudio/gstosxaudiosrc.c:
305         * sys/osxaudio/gstosxaudiosrc.h:
306         * sys/osxaudio/gstosxringbuffer.c:
307         * sys/osxaudio/gstosxringbuffer.h:
308           Rewrite osxaudio to work more flexibly and more reliably, using a
309           different abstraction layer of coreaudio that is the recommended way of
310           doing low-level audio I/O on OSX.
311           Fixes byg #564948.
312
313 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
314
315         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
316         Add example RTP transcoding pipeline from any file decodedable with
317         uridecodebin.
318
319 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
320
321         * tests/examples/rtp/.cvsignore:
322         * tests/examples/rtp/Makefile.am:
323         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
324         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
325         Add two C examples of using gstrtpbin as a sender and a receiver.
326
327 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
328
329         * ChangeLog:
330         Remove conflict marker from ChangeLog
331
332 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
333
334         Patch by: j^ <j at oil21.org>
335
336         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
337         (qtdemux_audio_caps):
338         Add codec mapping for xvid, fmp4 and ac3 tracks.
339         Fixes #565850
340
341 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
344         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
345         (gst_smokeenc_chain), (gst_smokeenc_change_state):
346         * ext/jpeg/gstsmokeenc.h:
347         Implement getcaps function.
348         Set caps on the pad and on all outgoing buffers.
349         Fixes #565441.
350
351 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
352
353         * ext/pulse/pulsemixerctrl.c:
354           And remove temporary comment pointing to the bug ticket.
355
356         * gst/avi/gstavimux.c:
357           Move reoccuring logging to LOG and log instance too.
358
359 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
360
361         * ext/pulse/pulsemixerctrl.c:
362           Don't leak the pa_operation.
363
364 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
365
366         * configure.ac:
367           Require core cvs.
368
369 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
370
371         * gst/avi/gstavimux.c:
372           Rename api from _flush to _reset_tags. 
373
374 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
375
376         * gst/avi/gstavimux.c:
377           Use new tagsetter api to flush tags.
378
379 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
380
381         * tests/check/elements/deinterleave.c: (deinterleave_suite):
382         Increase timeout to 3 minutes to prevent timeouts.
383
384 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
385
386         * tests/check/elements/interleave.c: (interleave_suite):
387         Increase timeout to 3 minutes to prevent timeouts.
388
389 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
390
391         * gst/avi/gstavimux.c:
392         * gst/avi/gstavimux.h:
393           Totally remove the internal taglists and fully use tagsetter.
394
395 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
396
397         * gst/avi/gstavimux.c:
398           Instead of filtering wrongly just use the mergemode. Applications is
399           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
400           avi for real (I hope). Everyone chime in, before I fix the others.
401
402 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
403
404         * ext/pulse/pulsemixerctrl.c:
405           Add note about memleak.
406
407 2008-12-13  Edward Hervey  <bilboed@gmail.com>
408
409         * m4/Makefile.am:
410         A couple more .m4 that aren't shipped anymore with gettext 0.17.
411
412 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
413
414         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
415         (gst_flac_dec_init):
416         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
417         (gst_alaw_dec_init):
418         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
419         (gst_alaw_enc_init):
420         * gst/law/alaw.c: (plugin_init):
421         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
422         (gst_mulawdec_init):
423         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
424         (gst_mulawenc_init):
425         * gst/law/mulaw.c: (plugin_init):
426         Switch to using GstStaticPadTemplate.
427         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
428         Don't forget to free the addrinfo structure.
429         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
430         (gst_wavparse_sink_activate):
431         Don't forget to unref the GstAdapter.
432
433 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
434
435         * m4/Makefile.am:
436         inttypes.m4 hasn't been available since gettext-0.15, and since we now
437         require gettext >= 0.17 ... we can remove it from the list of files to
438         dist.
439
440 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
441
442         * gst/avi/gstavidemux.c:
443           More logging.
444
445         * gst/avi/gstavimux.c:
446           Handle more metadata fields. Better estimate of metadata size. Don't
447           merge received tags, if application has specified tags using
448           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
449
450 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
451
452         * tests/check/Makefile.am:
453         Also ignore pulsemixer for the states unit test.
454
455 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
456
457         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
458         Add an EOI marker at the end of the jpeg frame when it's missing.
459         Fixes #563056.
460
461 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
462
463         * tests/check/elements/videocrop.c: (check_1x1_buffer):
464         Update the unit test for the new color values for BT.601 red.
465         Fixes bug #563510.
466
467 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
468
469         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
470           Restore previous behaviour of not passing QoS and navigation
471           events upstream, which presumably wasn't meant to be changed.
472
473 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
474
475         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
476         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
477         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
478         (gst_dvdemux_chain), (gst_dvdemux_loop),
479         (gst_dvdemux_change_state):
480         Add srcpads only when needed and remove them again when going
481         back to READY. This prevents stalled pipelines if there's no
482         audio inside the DV stream, which happens for many MXF files.
483
484 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
485
486         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
487         (run_server):
488         The ports in libsoup are unsigned integers and not signed
489         integers.
490
491 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
492
493         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
494         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
495         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
496         (gst_dvdemux_chain), (gst_dvdemux_loop),
497         (gst_dvdemux_change_state):
498         Add srcpads only when they're needed. If we add all pads in any
499         case we will get a stalling audio pad if the stream contains
500         no audio, which is the case for many MXF files.
501
502 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
505         Forward all events upstream unless it's something we really
506         don't handle. This fixes latency configuration of pipelines.
507
508 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
509
510         * ext/dv/gstdv.c: (plugin_init):
511         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
512         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
513         Really call dv_init() exactly one time, not one time for
514         the demuxer and one time for the decoder.
515
516 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
519         Copy incomming timestamp to outgoing packets.
520
521 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
522
523         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
524         (gst_rtp_mp4v_pay_event):
525         Don't try to push packets before we could find a valid config
526         startcode. Fixes #563509.
527
528 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         Patch by: Brian Cameron <brian.cameron at sun dot com>
531
532         * sys/sunaudio/gstsunaudiomixerctrl.c:
533         (gst_sunaudiomixer_ctrl_open):
534         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
535
536 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
537
538         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
539
540         * configure.ac:
541         Make usage of libv4l optional by a configure parameter.
542         Fixes bug #563504.
543
544 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
545
546         * docs/plugins/Makefile.am:
547         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
548         * docs/plugins/gst-plugins-good-plugins-sections.txt:
549         * docs/plugins/gst-plugins-good-plugins.args:
550         * docs/plugins/gst-plugins-good-plugins.hierarchy:
551         * docs/plugins/gst-plugins-good-plugins.interfaces:
552         * docs/plugins/inspect/plugin-1394.xml:
553         * docs/plugins/inspect/plugin-aasink.xml:
554         * docs/plugins/inspect/plugin-alaw.xml:
555         * docs/plugins/inspect/plugin-alpha.xml:
556         * docs/plugins/inspect/plugin-alphacolor.xml:
557         * docs/plugins/inspect/plugin-annodex.xml:
558         * docs/plugins/inspect/plugin-apetag.xml:
559         * docs/plugins/inspect/plugin-audiofx.xml:
560         * docs/plugins/inspect/plugin-auparse.xml:
561         * docs/plugins/inspect/plugin-autodetect.xml:
562         * docs/plugins/inspect/plugin-avi.xml:
563         * docs/plugins/inspect/plugin-cacasink.xml:
564         * docs/plugins/inspect/plugin-cairo.xml:
565         * docs/plugins/inspect/plugin-cutter.xml:
566         * docs/plugins/inspect/plugin-debug.xml:
567         * docs/plugins/inspect/plugin-dv.xml:
568         * docs/plugins/inspect/plugin-efence.xml:
569         * docs/plugins/inspect/plugin-effectv.xml:
570         * docs/plugins/inspect/plugin-equalizer.xml:
571         * docs/plugins/inspect/plugin-esdsink.xml:
572         * docs/plugins/inspect/plugin-flac.xml:
573         * docs/plugins/inspect/plugin-flxdec.xml:
574         * docs/plugins/inspect/plugin-gamma.xml:
575         * docs/plugins/inspect/plugin-gconfelements.xml:
576         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
577         * docs/plugins/inspect/plugin-goom.xml:
578         * docs/plugins/inspect/plugin-goom2k1.xml:
579         * docs/plugins/inspect/plugin-halelements.xml:
580         * docs/plugins/inspect/plugin-icydemux.xml:
581         * docs/plugins/inspect/plugin-id3demux.xml:
582         * docs/plugins/inspect/plugin-interleave.xml:
583         * docs/plugins/inspect/plugin-jpeg.xml:
584         * docs/plugins/inspect/plugin-level.xml:
585         * docs/plugins/inspect/plugin-matroska.xml:
586         * docs/plugins/inspect/plugin-monoscope.xml:
587         * docs/plugins/inspect/plugin-mulaw.xml:
588         * docs/plugins/inspect/plugin-multifile.xml:
589         * docs/plugins/inspect/plugin-multipart.xml:
590         * docs/plugins/inspect/plugin-navigationtest.xml:
591         * docs/plugins/inspect/plugin-ossaudio.xml:
592         * docs/plugins/inspect/plugin-png.xml:
593         * docs/plugins/inspect/plugin-pulseaudio.xml:
594         * docs/plugins/inspect/plugin-quicktime.xml:
595         * docs/plugins/inspect/plugin-replaygain.xml:
596         * docs/plugins/inspect/plugin-rtp.xml:
597         * docs/plugins/inspect/plugin-rtsp.xml:
598         * docs/plugins/inspect/plugin-shout2send.xml:
599         * docs/plugins/inspect/plugin-smpte.xml:
600         * docs/plugins/inspect/plugin-soup.xml:
601         * docs/plugins/inspect/plugin-spectrum.xml:
602         * docs/plugins/inspect/plugin-speex.xml:
603         * docs/plugins/inspect/plugin-taglib.xml:
604         * docs/plugins/inspect/plugin-udp.xml:
605         * docs/plugins/inspect/plugin-video4linux2.xml:
606         * docs/plugins/inspect/plugin-videobalance.xml:
607         * docs/plugins/inspect/plugin-videobox.xml:
608         * docs/plugins/inspect/plugin-videocrop.xml:
609         * docs/plugins/inspect/plugin-videoflip.xml:
610         * docs/plugins/inspect/plugin-videomixer.xml:
611         * docs/plugins/inspect/plugin-wavenc.xml:
612         * docs/plugins/inspect/plugin-wavpack.xml:
613         * docs/plugins/inspect/plugin-wavparse.xml:
614         * docs/plugins/inspect/plugin-ximagesrc.xml:
615         * gst/matroska/matroska-demux.c:
616         * gst/matroska/matroska-demux.h:
617         * gst/matroska/matroska-mux.c:
618         * gst/matroska/matroska-mux.h:
619         Add documentation for matroskamux and matroskademux and
620         update the inspection xml files.
621
622 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
623
624         * configure.ac:
625         Apparently AC_CONFIG_MACRO_DIR breaks when using more
626         than one macro directory, reverting last change.
627
628 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
629
630         * configure.ac:
631         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
632         our M4 macros.
633
634 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
635
636         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
637         Provide the parameters that are required for the format string
638         to fix a compiler warning.
639
640 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
641
642         * gst/autodetect/gstautoaudiosrc.c:
643           Fix classification.
644
645 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
646
647         Patch by: Cygwin Ports maintainer
648                   <yselkowitz at users dot sourceforge dot net>
649
650         * autogen.sh:
651         * configure.ac:
652         Require gettext 0.17 because older versions don't mix with libtool
653         2.2. At build time an older gettext version will still work.
654         Fixes bug #556091.
655
656 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         Patch by: Peter Kjellerstedt <pkj at axis com>
659
660         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
661         Make gst_multiudpsink_render() ignore errors from sendto() instead of
662         breaking streaming. Emit a warning instead. Fixes #562572.
663
664 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
665
666         Patch by: Ron McOuat <rmcouat at smartt dot com>
667
668         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
669         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
670         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
671         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
672         * ext/soup/gstsouphttpsrc.h:
673         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
674         (digest_auth_cb), (run_test), (GST_START_TEST),
675         (souphttpsrc_suite), (run_server):
676         Add support for basic and digest authentication in souphttpsrc.
677         Fixes bug #561775.
678
679 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
680
681         Patch by: Pepijn Van Eeckhoudt
682                       <pepijn dot vaneeckhoudt at luciad dot com>
683
684         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
685         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
686         * gst/wavenc/gstwavenc.h:
687         * gst/wavenc/riff.h:
688         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
689
690 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
691
692         Patch by: 이문형 <iwings at gmail dot com>
693
694         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
695         Prevent further read/write actions taken to the connect-failed socket by
696         erroring out quickly. See #562258.
697
698 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
699
700         * tests/examples/level/level-example.c:
701           Set fakesink to sync. Otherwise people might question the message
702           interval. Nevertheless the timestamp in the message is what matters.
703
704 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * tests/icles/.cvsignore:
707         cvsignore newly generated file.
708
709 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
710
711         * gst/rtp/gstasteriskh263.c:
712         * gst/rtp/gstasteriskh263.h:
713         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
714         * gst/rtp/gstrtpL16depay.h:
715         * gst/rtp/gstrtpL16pay.c:
716         * gst/rtp/gstrtpL16pay.h:
717         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
718         * gst/rtp/gstrtpac3depay.h:
719         * gst/rtp/gstrtpamrdepay.c:
720         * gst/rtp/gstrtpamrdepay.h:
721         * gst/rtp/gstrtpamrpay.c:
722         * gst/rtp/gstrtpamrpay.h:
723         * gst/rtp/gstrtpdepay.c:
724         * gst/rtp/gstrtpdepay.h:
725         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
726         * gst/rtp/gstrtpg726depay.c:
727         * gst/rtp/gstrtpg726pay.c:
728         * gst/rtp/gstrtpg729depay.c:
729         * gst/rtp/gstrtpg729pay.c:
730         * gst/rtp/gstrtpgsmdepay.c:
731         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
732         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
733         * gst/rtp/gstrtph263depay.h:
734         * gst/rtp/gstrtph263pay.c:
735         * gst/rtp/gstrtph263pay.h:
736         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
737         * gst/rtp/gstrtph263pdepay.h:
738         * gst/rtp/gstrtph263ppay.c:
739         * gst/rtp/gstrtph263ppay.h:
740         * gst/rtp/gstrtph264depay.c:
741         * gst/rtp/gstrtph264depay.h:
742         * gst/rtp/gstrtph264pay.c:
743         * gst/rtp/gstrtph264pay.h:
744         * gst/rtp/gstrtpilbcdepay.c:
745         * gst/rtp/gstrtpilbcpay.c:
746         * gst/rtp/gstrtpjpegdepay.h:
747         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
748         * gst/rtp/gstrtpmp1sdepay.h:
749         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
750         * gst/rtp/gstrtpmp2tdepay.h:
751         * gst/rtp/gstrtpmp2tpay.c:
752         * gst/rtp/gstrtpmp2tpay.h:
753         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
754         * gst/rtp/gstrtpmp4apay.c:
755         * gst/rtp/gstrtpmp4apay.h:
756         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
757         * gst/rtp/gstrtpmp4gdepay.h:
758         * gst/rtp/gstrtpmp4gpay.c:
759         * gst/rtp/gstrtpmp4gpay.h:
760         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
761         * gst/rtp/gstrtpmp4vdepay.h:
762         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
763         * gst/rtp/gstrtpmp4vpay.h:
764         * gst/rtp/gstrtpmpadepay.c:
765         * gst/rtp/gstrtpmpadepay.h:
766         * gst/rtp/gstrtpmpapay.c:
767         * gst/rtp/gstrtpmpapay.h:
768         * gst/rtp/gstrtpmpvdepay.c:
769         * gst/rtp/gstrtpmpvdepay.h:
770         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
771         * gst/rtp/gstrtppcmapay.c:
772         * gst/rtp/gstrtppcmudepay.c:
773         * gst/rtp/gstrtppcmupay.c:
774         * gst/rtp/gstrtpspeexdepay.c:
775         * gst/rtp/gstrtpspeexpay.c:
776         * gst/rtp/gstrtpsv3vdepay.c:
777         * gst/rtp/gstrtpsv3vdepay.h:
778         * gst/rtp/gstrtptheoradepay.c:
779         * gst/rtp/gstrtptheoradepay.h:
780         * gst/rtp/gstrtptheorapay.c:
781         * gst/rtp/gstrtptheorapay.h:
782         * gst/rtp/gstrtpvorbisdepay.c:
783         * gst/rtp/gstrtpvorbisdepay.h:
784         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
785         * gst/rtp/gstrtpvorbispay.h:
786         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
787         * gst/rtp/gstrtpvrawpay.c:
788         Fix the descriptions and fix some email addresses.
789
790 2008-11-25  Julien Moutte  <julien@fluendo.com>
791
792         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
793         to supported qtdemux video codecs as I found some video clips using 
794         those.
795
796 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
797
798         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
799         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
800         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
801         (gst_auto_video_sink_detect):
802         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
803         Post an error when we can't set the internal ghostpad target.
804
805 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
806
807         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
808         (gst_video_crop_transform), (gst_video_crop_transform_caps),
809         (gst_video_crop_set_caps), (gst_video_crop_set_property):
810         * gst/videocrop/gstvideocrop.h:
811         Fix renegotiation when changing properties using the new basetransform
812         features. Fixes #561502.
813
814         * tests/icles/Makefile.am:
815         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
816         Add crazy interactive test unit for dynamically changing properties.
817
818 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
819
820         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
821         (gst_rtspsrc_parse_range):
822         Add some more debugging.
823         Use the reanges received from the server unconditionally.
824         Fixes #561625.
825
826 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
827
828         * ext/pulse/pulsesink.c:
829           Change #if 0 to something more expresive and add pointer to related
830           bug ticket.
831
832 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
833
834         Patch by: Tal Shalif <tshalif at nargila dot org>
835
836         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
837         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
838         the latter don't exist on some systems (mingw). Fixes bug #561990.
839
840 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
841
842         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
843
844         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
845         Add transferMode.dnla.org header to HTTP requests as this is
846         required by the DLNA specs and doesn't hurt in other situations.
847         Fixes bug #561802.
848
849 2008-11-20  Michael Smith <msmith@songbirdnest.com>
850
851         * sys/osxvideo/osxvideosink.h:
852         * sys/osxvideo/osxvideosink.m:
853           Handle video window resizing more correctly, avoiding crashes when
854           embedding the window and resizing it.
855
856 2008-11-20  Michael Smith <msmith@songbirdnest.com>
857
858         * gst/udp/gstmultiudpsink.c:
859         * gst/udp/gstudpnetutils.c:
860         * gst/udp/gstudpnetutils.h:
861         * gst/udp/gstudpsrc.c:
862           Fix multiudpsink on OSX by passing the specific length of the socket,
863           refactor that into a function shared with the same thing in udpsrc.
864
865 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
866
867         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
868         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
869         (gst_wavparse_stream_headers):
870         Fix the scaling code.
871         Fix parsing of the INFO chunks, we were reading the wrong number of
872         bytes.  Fixes #561580.
873
874 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
875
876         * gst/matroska/matroska-mux.c:
877         Fix NULL pointer dereference of an unset codec_id in the recently 
878         added Dirac paths
879
880 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
881
882         * tests/check/Makefile.am:
883         Just keep disabling elements that hang the states test until it
884         works.
885
886 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
887
888         * ext/libpng/gstpngenc.c:
889         Don't flush downstream after every buffer - that's not what
890         this libpng callback is for at all!
891
892 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
893
894         * sys/v4l2/v4l2src_calls.c:
895           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
896           (gst_v4l2src_probe_caps_for_format):
897           Turns out we don't always get the frame sizes in a predefined
898           order from lowest to highest resolution, so let's just sort the
899           list by frame size once we've queried the possible resolutions
900           rather than assume any particular order. Fixes probed caps for
901           the camera in my HP2133 mini notebook and makes v4l2src default
902           to a decent size.
903
904 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
905
906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
907         * gst/matroska/matroska-ids.h:
908         Make mkvdemux aware of E-AC3.
909
910 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         * gst/rtp/Makefile.am:
913         * gst/rtp/gstrtp.c: (plugin_init):
914         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
915         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
916         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
917         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
918         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
919         (gst_rtp_jpeg_depay_change_state),
920         (gst_rtp_jpeg_depay_plugin_init):
921         * gst/rtp/gstrtpjpegdepay.h:
922         Add a jpeg depayloader.
923
924         * gst/rtp/gstrtpjpegpay.c:
925         Set the default properties on the payloader to better defaults.
926
927 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
928
929         * sys/v4l2/gstv4l2.c:
930           Give it a primary rank for autovideosrc.
931
932 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         Patch by: Bjorn Ostby <bjornos at axis dot com>
935
936         * gst/rtp/Makefile.am:
937         * gst/rtp/gstrtp.c: (plugin_init):
938         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
939         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
940         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
941         (gst_rtp_jpeg_pay_read_quant_table),
942         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
943         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
944         (gst_rtp_jpeg_pay_plugin_init):
945         * gst/rtp/gstrtpjpegpay.h:
946         Add JPEG payloader. Fixes #560756.
947
948 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
949
950         Patch by: Fabricio Godoy <skarllot at gmail dot com>
951
952         * sys/oss/gstosssink.c: (gst_oss_sink_open):
953         * sys/oss/gstosssrc.c: (gst_oss_src_open):
954         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
955         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
956         Fix some spelling mistakes. Fixes #556802.
957
958 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
959
960         * gst/equalizer/GstIirEqualizer10Bands.prs:
961         * gst/equalizer/GstIirEqualizer3Bands.prs:
962         * gst/equalizer/Makefile.am:
963         * gst/equalizer/gstiirequalizer10bands.c:
964         * gst/equalizer/gstiirequalizer3bands.c:
965           Add presets for equalizer. Fixes #522183.
966
967 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         * gst/rtsp/Makefile.am:
970         * gst/rtsp/gstrtsp.c: (plugin_init):
971         * gst/rtsp/gstrtspgoogle.c:
972         * gst/rtsp/gstrtspgoogle.h:
973         Remove google extension again, it's not needed anymore because we never
974         send multiple transports anymore.
975
976 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
977
978         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
979
980         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
981         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
982         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
983         (gst_rtspsrc_stream_free),
984         (gst_rtspsrc_stream_configure_udp_sinks),
985         (gst_rtspsrc_stream_configure_transport),
986         (gst_rtspsrc_send_dummy_packets),
987         (gst_rtspsrc_create_transports_string),
988         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
989         * gst/rtsp/gstrtspsrc.h:
990         Add property to configure NAT traversal method.
991         Ignore EOS from the internal sinks.
992         Implement sending dummy packets as a (simple) method to open up
993         some firewalls.
994         Send PLAY request to the server after we started the udp sources.
995         Fixes #559545.
996
997 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
998
999         Patch by: Yotam <sh dot yotam at gmail dot com>
1000
1001         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
1002         Flush the remaining frames on EOS. Fixes #560641.
1003
1004 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
1005
1006         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
1007         Fix compiler warning about printf formatting.
1008
1009 2008-11-12  Andy Wingo  <wingo@pobox.com>
1010
1011         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
1012         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
1013         segment events instead of sending them from the seeking thread.
1014         Fixes #559288.
1015         (gst_qtdemux_push_pending_newsegment): New helper, sends out
1016         queued newsegment events.
1017         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
1018         call it here, as we only seek when looping, and only push in the
1019         movie state.
1020
1021 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1022
1023         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
1024         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
1025         * gst/qtdemux/qtdemux_fourcc.h:
1026         * gst/qtdemux/qtdemux_types.c:
1027         Add cover and alternative copyright tag, and enhance some existing
1028         ones by marking them as container atoms.
1029
1030 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1031
1032         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
1033         Don't ignore the return value of setcaps.
1034
1035 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1036
1037         Patch by: Olivier Crete <tester at tester dot ca>
1038
1039         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
1040         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
1041         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
1042         * gst/rtp/gstrtpg729pay.h:
1043         Replace G729 payloader with an improved version. Fixes #532409.
1044
1045 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1046
1047         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
1048         (gst_rtspsrc_change_state):
1049         Only send one transport at a time for improved compatibility with some
1050         broken servers. See #537832.
1051
1052 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
1053
1054         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
1055         (gst_rtspsrc_perform_seek):
1056         Only pause/play in the seek handler when the source was playing.
1057         Fixes #529379.
1058
1059 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
1060
1061         * gst/matroska/matroska-mux.c:
1062         (gst_matroska_mux_handle_dirac_packet):
1063         Fix muxing of Dirac streams if the input already has the format
1064         we need, i.e. is the output of matroskademux.
1065
1066 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
1067
1068         * gst/avi/gstavimux.c:
1069           Don't segfault on string typed tags being NULL. Fixes #560155.
1070
1071 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1072
1073         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
1074         (gst_matroska_mux_audio_pad_setcaps):
1075         Fix mapping AAC profile to Matroska codec id.
1076
1077 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1078
1079         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
1080         (qtdemux_video_caps), (qtdemux_audio_caps):
1081         Refactor some raw audio caps building, and handle >16-bit cases.
1082         Fix/replace building caps from a string description.
1083
1084 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1085
1086         * gst/audiofx/audiowsincband.c:
1087         * gst/audiofx/audiowsinclimit.c:
1088         * gst/cutter/gstcutter.c:
1089           Make author name consistent with others.
1090
1091 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
1092
1093         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
1094
1095         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
1096         (gst_rtspsrc_stream_configure_udp_sink):
1097         Pause the RTSP stream before doing a new play request.
1098         Make sure that adding the udpsinks does not cause the rtspsrc to become
1099         a sink. Fixes #559547.
1100
1101 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1102
1103         * gst/matroska/matroska-ids.h:
1104         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
1105         (gst_matroska_mux_handle_dirac_packet),
1106         (gst_matroska_mux_write_data):
1107         Implement Dirac muxing into Matroska comforming to the spec, i.e.
1108         put all Dirac packages up to a picture into a Matroska block.
1109
1110         TODO: Implement writing of the ReferenceBlock Matroska elements,
1111         currently the Dirac muxing is only 100% correct if Matroska version 2
1112         is selected for muxing.
1113
1114 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1115
1116         Patch by: Bastien Nocera <hadess at hadess dot net>,
1117                   Hans de Goede <jwrdegoede at fedoraproject dot org>
1118
1119         * configure.ac:
1120         * sys/v4l2/Makefile.am:
1121         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
1122         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
1123         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
1124         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
1125         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
1126         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
1127         (gst_v4l2_get_input), (gst_v4l2_set_input):
1128         * sys/v4l2/v4l2_calls.h:
1129         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
1130         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
1131         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
1132         (gst_v4l2src_fill_format_list),
1133         (gst_v4l2src_probe_caps_for_format_and_size),
1134         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
1135         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
1136         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
1137         (gst_v4l2src_get_nearest_size):
1138         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
1139
1140 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
1141
1142         * ext/aalib/Makefile.am:
1143         * ext/annodex/Makefile.am:
1144         * ext/cairo/Makefile.am:
1145         * ext/dv/Makefile.am:
1146         * ext/esd/Makefile.am:
1147         * ext/flac/Makefile.am:
1148         * ext/gconf/Makefile.am:
1149         * ext/gdk_pixbuf/Makefile.am:
1150         * ext/hal/Makefile.am:
1151         * ext/jpeg/Makefile.am:
1152         * ext/ladspa/Makefile.am:
1153         * ext/libcaca/Makefile.am:
1154         * ext/libmng/Makefile.am:
1155         * ext/libpng/Makefile.am:
1156         * ext/mikmod/Makefile.am:
1157         * ext/pulse/Makefile.am:
1158         * ext/raw1394/Makefile.am:
1159         * ext/shout2/Makefile.am:
1160         * ext/soup/Makefile.am:
1161         * ext/speex/Makefile.am:
1162         * ext/taglib/Makefile.am:
1163         * ext/wavpack/Makefile.am:
1164         * gst/alpha/Makefile.am:
1165         * gst/apetag/Makefile.am:
1166         * gst/audiofx/Makefile.am:
1167         * gst/auparse/Makefile.am:
1168         * gst/autodetect/Makefile.am:
1169         * gst/avi/Makefile.am:
1170         * gst/cutter/Makefile.am:
1171         * gst/debug/Makefile.am:
1172         * gst/effectv/Makefile.am:
1173         * gst/equalizer/Makefile.am:
1174         * gst/flx/Makefile.am:
1175         * gst/goom/Makefile.am:
1176         * gst/goom2k1/Makefile.am:
1177         * gst/icydemux/Makefile.am:
1178         * gst/id3demux/Makefile.am:
1179         * gst/interleave/Makefile.am:
1180         * gst/law/Makefile.am:
1181         * gst/level/Makefile.am:
1182         * gst/matroska/Makefile.am:
1183         * gst/median/Makefile.am:
1184         * gst/monoscope/Makefile.am:
1185         * gst/multifile/Makefile.am:
1186         * gst/multipart/Makefile.am:
1187         * gst/oldcore/Makefile.am:
1188         * gst/qtdemux/Makefile.am:
1189         * gst/replaygain/Makefile.am:
1190         * gst/rtp/Makefile.am:
1191         * gst/rtsp/Makefile.am:
1192         * gst/smpte/Makefile.am:
1193         * gst/spectrum/Makefile.am:
1194         * gst/udp/Makefile.am:
1195         * gst/videobox/Makefile.am:
1196         * gst/videocrop/Makefile.am:
1197         * gst/videofilter/Makefile.am:
1198         * gst/videomixer/Makefile.am:
1199         * gst/wavenc/Makefile.am:
1200         * gst/wavparse/Makefile.am:
1201         * sys/directdraw/Makefile.am:
1202         * sys/directsound/Makefile.am:
1203         * sys/oss/Makefile.am:
1204         * sys/osxaudio/Makefile.am:
1205         * sys/osxvideo/Makefile.am:
1206         * sys/sunaudio/Makefile.am:
1207         * sys/v4l2/Makefile.am:
1208         * sys/waveform/Makefile.am:
1209         * sys/ximage/Makefile.am:
1210           Don't install static libs for plugins. Fixes #550851 for -good.
1211
1212 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1213
1214         * ext/flac/Makefile.am:
1215         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
1216         This fixes compilation if FLAC is installed in an uncommon location
1217         that is not already handled by other CFLAGS. Fixes bug #558711.
1218
1219 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1220
1221         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
1222         Guard more uncommon formats with ifdefs so that we can compile on older
1223         versions.
1224
1225 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
1226
1227         Patch by: Nick Haddad <nick at haddads dot net>
1228
1229         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
1230         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
1231         (gst_avi_demux_stream_data):
1232         Invert other uncompressed RGB formats. Fixes #558554.
1233
1234 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
1235
1236         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
1237         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
1238         * gst/wavenc/gstwavenc.h:
1239         Add support for float/double as input and remove the (nowadays)
1240         useless parsing of the depth as we require width==depth.
1241
1242 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1243
1244         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
1245         * gst/rtp/gstrtpmpapay.c:
1246         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
1247         mpeg version 1. Fixes #558427.
1248
1249 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
1250
1251         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
1252         (gst_rtp_L16_pay_getcaps):
1253         Only put an integral amount of samples in the RTP packet.
1254         Fixes #556641.
1255
1256 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1257
1258         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
1259         * gst/rtp/gstrtpchannels.h:
1260         Add method to get possible channel positions.
1261
1262 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1263
1264         * gst/rtp/Makefile.am:
1265         Also commit updated makefile
1266
1267 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
1268
1269         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1270         Don't allow width=32,depth=24 as input. WAV requires that the width
1271         is the next integer multiply of 8 from the depth.
1272
1273 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1274
1275         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
1276         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
1277         (gst_rtp_L16_pay_getcaps):
1278         * gst/rtp/gstrtpchannels.c: (check_channels),
1279         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
1280         (gst_rtp_channels_create_default):
1281         * gst/rtp/gstrtpchannels.h:
1282         Add mappings for multichannel support. Does not completely just work
1283         because the getcaps function does not yet return the allowed channel
1284         mappings. See #556641.
1285
1286 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
1287
1288         * gst/goom/Makefile.am:
1289         * gst/goom/README:
1290         * gst/goom/config_param.c:
1291         * gst/goom/convolve_fx.c:
1292         * gst/goom/drawmethods.c:
1293         * gst/goom/drawmethods.h:
1294         * gst/goom/filters.c:
1295         * gst/goom/filters_mmx.s:
1296         * gst/goom/flying_stars_fx.c:
1297         * gst/goom/goom.h:
1298         * gst/goom/goom_config.h:
1299         * gst/goom/goom_config_param.h:
1300         * gst/goom/goom_core.c:
1301         * gst/goom/goom_filters.h:
1302         * gst/goom/goom_fx.h:
1303         * gst/goom/goom_graphic.h:
1304         * gst/goom/goom_plugin_info.h:
1305         * gst/goom/goom_tools.c:
1306         * gst/goom/goom_tools.h:
1307         * gst/goom/goom_typedefs.h:
1308         * gst/goom/goom_visual_fx.h:
1309         * gst/goom/graphic.c:
1310         * gst/goom/ifs.c:
1311         * gst/goom/ifs.h:
1312         * gst/goom/lines.c:
1313         * gst/goom/lines.h:
1314         * gst/goom/mathtools.c:
1315         * gst/goom/mathtools.h:
1316         * gst/goom/mmx.c:
1317         * gst/goom/motif_goom1.h:
1318         * gst/goom/motif_goom2.h:
1319         * gst/goom/plugin_info.c:
1320         * gst/goom/ppc_drawings.h:
1321         * gst/goom/ppc_zoom_ultimate.h:
1322         * gst/goom/sound_tester.c:
1323         * gst/goom/sound_tester.h:
1324         * gst/goom/surf3d.c:
1325         * gst/goom/surf3d.h:
1326         * gst/goom/tentacle3d.c:
1327         * gst/goom/tentacle3d.h:
1328         * gst/goom/v3d.c:
1329         * gst/goom/v3d.h:
1330         * gst/goom/xmmx.c:
1331           Add license headers in all source files. Remove filter.c from
1332           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1333           which are not used right now. Fixes #557709.
1334
1335 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1336
1337         Patch by: Olivier Crete <tester at tester dot ca>
1338
1339         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1340         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1341         Implement getcaps in rtpL16pay. Fixes #556484.
1342
1343 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1344
1345         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1346         (gst_rtp_L16_depay_process):
1347         Check if clock-rate and channels are valid.
1348         Don't ignore the return value of setcaps.
1349         No need to validate the buffer, the base class does that for us.
1350         Use the marker bit to set the DISCONT flag on outgoing buffers.
1351
1352         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1353         Don't ignore the return value of set_outcaps.
1354
1355         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1356         (gst_rtp_ac3_depay_process):
1357         Don't ignore the return value of set_caps.
1358         No need to validate the buffer, the base class does that for us.
1359
1360         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1361         (gst_rtp_amr_depay_process):
1362         * gst/rtp/gstrtpamrdepay.h:
1363         Don't ignore the return value of setcaps.
1364         No need to validate the buffer, the base class does that for us.
1365         No need to set output caps on the buffers, the base class does that for
1366         us.
1367         The subclass will make sure we are negotiated.
1368         
1369         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1370         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1371         * gst/rtp/gstrtpdvdepay.h:
1372         Clean up caps negotiation.
1373         The subclass will make sure we are negotiated.
1374
1375         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1376         (gst_rtp_g726_depay_process):
1377         Clean up caps negotiation.
1378         Use the marker bit to set the DISCONT flag on outgoing buffers.
1379
1380         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1381         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1382         * gst/rtp/gstrtpg729depay.h:
1383         The subclass will make sure we are negotiated.
1384         Use the marker bit to set the DISCONT flag on outgoing buffers.
1385
1386         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1387         (gst_rtp_gsm_depay_process):
1388         Clean up caps negotiation.
1389         Use the marker bit to set the DISCONT flag on outgoing buffers.
1390
1391         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1392         Clean up caps negotiation.
1393         Don't ignore the return value of set_outcaps.
1394
1395         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1396         (gst_rtp_h263_depay_process):
1397         Clean up caps negotiation.
1398         No need to validate the buffer, the base class does that for us.
1399
1400         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1401         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1402         * gst/rtp/gstrtph263pay.h:
1403         Don't ignore the return value of set_outcaps.
1404         Do some more timestamps.
1405
1406         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1407         (gst_rtp_h263p_depay_process):
1408         Clean up caps negotiation.
1409         Don't ignore the return value of setcaps.
1410         No need to validate the buffer, the base class does that for us.
1411
1412         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1413         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1414         (gst_rtp_h263p_pay_handle_buffer):
1415         * gst/rtp/gstrtph263ppay.h:
1416         Don't ignore the return value of set_outcaps.
1417         Do some more timestamps.
1418
1419         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1420         (gst_rtp_h264_depay_process):
1421         Clean up caps negotiation.
1422         Don't ignore the return value of setcaps.
1423         Fix possible caps leak.
1424         No need to validate the buffer, the base class does that for us.
1425
1426         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1427         Add some more debug info.
1428
1429         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1430         (gst_rtp_ilbc_depay_process):
1431         Clean up caps negotiation.
1432         Use the marker bit to set the DISCONT flag on outgoing buffers.
1433
1434         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1435         Clean up caps negotiation.
1436
1437         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1438         (gst_rtp_mp1s_depay_process):
1439         Clean up caps negotiation.
1440         Don't ignore the return value of setcaps.
1441         No need to validate the buffer, the base class does that for us.
1442         No need to set caps on buffers, subclass does that for us.
1443
1444         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1445         (gst_rtp_mp2t_depay_process):
1446         Clean up caps negotiation.
1447         Don't ignore the return value of setcaps.
1448         No need to validate the buffer, the base class does that for us.
1449         No need to set caps on buffers, subclass does that for us.
1450
1451         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1452         (gst_rtp_mp4a_depay_process):
1453         Clean up caps negotiation.
1454         Don't ignore the return value of setcaps.
1455         No need to validate the buffer, the base class does that for us.
1456
1457         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1458         (gst_rtp_mp4a_pay_setcaps):
1459         Don't ignore the return value of set_outcaps.
1460
1461         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1462         (gst_rtp_mp4g_depay_process):
1463         Clean up caps negotiation.
1464         Don't ignore the return value of setcaps.
1465         No need to validate the buffer, the base class does that for us.
1466         No need to set caps on buffers, subclass does that for us.
1467
1468         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1469         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1470         Don't ignore the return value of set_outcaps.
1471
1472         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1473         (gst_rtp_mp4v_depay_process):
1474         Clean up caps negotiation.
1475         Don't ignore the return value of setcaps.
1476         No need to validate the buffer, the base class does that for us.
1477         No need to set caps on buffers, subclass does that for us.
1478
1479         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1480         (gst_rtp_mp4v_pay_setcaps):
1481         Don't ignore the return value of set_outcaps.
1482
1483         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1484         (gst_rtp_mpa_depay_process):
1485         Clean up caps negotiation.
1486         Don't ignore the return value of setcaps.
1487         No need to validate the buffer, the base class does that for us.
1488         Use the marker bit to set the DISCONT flag on outgoing buffers.
1489
1490         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1491         Don't ignore the return value of set_outcaps.
1492
1493         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1494         (gst_rtp_mpv_depay_process):
1495         Clean up caps negotiation.
1496         Actually set output caps.
1497         No need to validate the buffer, the base class does that for us.
1498
1499         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1500         Don't ignore the return value of set_outcaps.
1501
1502         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1503         (gst_rtp_pcma_depay_process):
1504         Clean up caps negotiation.
1505         Set output buffer duration because we can.
1506         Use the marker bit to set the DISCONT flag on outgoing buffers.
1507
1508         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1509         Don't ignore the return value of set_outcaps.
1510
1511         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1512         (gst_rtp_pcmu_depay_process):
1513         Clean up caps negotiation.
1514         Use the marker bit to set the DISCONT flag on outgoing buffers.
1515
1516         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1517         Don't ignore the return value of set_outcaps.
1518
1519         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1520         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1521         Clean up caps negotiation.
1522         Set output caps on the pad and header buffers.
1523         Set duration on output buffers because we can.
1524
1525         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1526         Don't ignore the return value of set_outcaps.
1527
1528         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1529         (gst_rtp_sv3v_depay_process):
1530         Clean up caps negotiation.
1531         No need to validate the buffer, the base class does that for us.
1532         No need to set caps out output buffers, subclass does that.
1533
1534         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1535         (gst_rtp_theora_depay_process):
1536         Don't ignore the return value of setcaps.
1537         No need to validate the buffer, the base class does that for us.
1538
1539         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1540         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1541         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1542         (gst_rtp_theora_pay_handle_buffer):
1543         Don't ignore the return value of set_outcaps.
1544
1545         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1546         (gst_rtp_vorbis_depay_process):
1547         Don't ignore the return value of setcaps.
1548         No need to validate the buffer, the base class does that for us.
1549
1550         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1551         Don't ignore the return value of set_outcaps.
1552
1553         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1554         Clean up caps negotiation, don't ignore setcaps return.
1555
1556         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1557         Don't ignore the return value of set_outcaps.
1558
1559 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1560
1561         * gst/matroska/matroska-demux.c:
1562         (gst_matroska_demux_handle_src_event):
1563         Forward unknown events upstream.
1564
1565 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1566
1567         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1568         Add some refcount check
1569
1570         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1571         Don't ignore the result of write(), fixes a  compiler warning for me.
1572
1573         * tests/icles/videobox-test.c: (main):
1574         Make the output a little more pretty.
1575
1576 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1577
1578         * ext/esd/esdmon.c:
1579           Add doc blob.
1580
1581 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1582
1583         * docs/plugins/Makefile.am:
1584         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1585         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1586         * docs/plugins/gst-plugins-good-plugins.args:
1587         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1588         * docs/plugins/gst-plugins-good-plugins.interfaces:
1589         * docs/plugins/inspect/plugin-autodetect.xml:
1590           Add the docs of the new elements.
1591
1592 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1593
1594         * gst/autodetect/gstautoaudiosrc.c:
1595         (gst_auto_audio_src_class_init):
1596         * gst/autodetect/gstautovideosrc.c:
1597         (gst_auto_video_src_class_init):
1598         Fix "Since" tags in the documentation.
1599
1600 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1601
1602         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1603
1604         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1605         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1606         Add support for souphttpsrc to act as a live source. This makes it
1607         possible to get timestamped buffers in combination with the
1608         "do-timestamp" property. Fixes bug #556019.
1609
1610 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * gst/autodetect/Makefile.am:
1613         * gst/autodetect/gstautoaudiosink.c:
1614         * gst/autodetect/gstautoaudiosrc.c:
1615         * gst/autodetect/gstautoaudiosrc.h:
1616         * gst/autodetect/gstautodetect.c:
1617         * gst/autodetect/gstautovideosink.c:
1618         * gst/autodetect/gstautovideosrc.c:
1619         * gst/autodetect/gstautovideosrc.h:
1620           Implement src plugins. Little code/string cleanup in the sinks.
1621           Fixes #523813.
1622
1623 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1624
1625         Patch by: Peter Kjellerstedt <pkj at axis com>
1626
1627         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1628         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1629         Fix a memory leak when pads are requested but the pipeline never
1630         goes into PLAYING.
1631
1632         Correctly remove request pads, no matter if they have collected
1633         data or not.
1634
1635         Fixes bug #557710.
1636
1637 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1638
1639         Patch by: <lrn1986 at gmail dot com>
1640
1641         * gst/udp/gstudpnetutils.h:
1642         Define the correct WINVER so getaddinfo() can be used when using
1643         mingw32. Fixes bug #557294.
1644
1645 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1646
1647         Patch by: <lrn1986 at gmail dot com>
1648
1649         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1650         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1651         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1652         Fix "argument type mismatch" compiler warnings on Windows.
1653         Fixes bug #557293.
1654
1655 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1656
1657         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1658         Don't calculate the filter coefficients for every single buffer
1659         but only when it's needed. Fixes bug #557260.
1660
1661 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1662
1663         * configure.ac:
1664         Back to development -> 0.10.11.1
1665
1666 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1667
1668         * gst-plugins-good.doap:
1669         Fix version number of 0.10.11 release in doap file
1670
1671 === release 0.10.11 ===
1672
1673 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1674
1675         * configure.ac:
1676           releasing 0.10.11, "Secondary Consideration"
1677
1678 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1679
1680         * configure.ac:
1681         Commit 0.10.10.4 pre-release
1682
1683 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1684
1685         * gst/avi/gstavimux.c:
1686         Fix VPRP chunk setup in avimux.
1687         Fixes: #556010
1688         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1689
1690 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1691
1692         * gst/videobox/gstvideobox.c:
1693         support dynamically changing properties in videobox
1694         Fixed: #557085
1695         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1696
1697 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1698
1699         * configure.ac:
1700         0.10.10.3 pre-release
1701
1702 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1703
1704         * tests/check/Makefile.am:
1705         Don't run the states test on pulsesrc and pulsesink
1706
1707 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1708
1709         * configure.ac:
1710         Commit 0.10.10.2 pre-release bump that actually went
1711         out on 2008-10-11
1712
1713 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1714
1715         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1716         Skip entries for streams that don't have a output pad yet, thereby
1717         avoiding calling pad functions with a NULL pad.
1718         Fixes #556424
1719
1720 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1721
1722         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1723         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1724         Remove problematic and useless refcount check.
1725         Fixes #556381
1726
1727 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1728
1729         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1730         Remove problematic and useless refcount check.
1731         Fixes #556381
1732
1733 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1734
1735         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1736         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1737         Cast some size_t arguments to guint to avoid compiler
1738         warnings on 64-bit systems.
1739
1740 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1741
1742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1743         Return TRUE instead of FALSE from the event handler when we swallowed the
1744         event.
1745
1746 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1747
1748         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1749         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1750         Reset header state. Fixes #555321.
1751
1752 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1753
1754         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1755         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1756         * gst/avi/gstavidemux.h:
1757         For timestamping audio packets we need to take into account the
1758         amount of blocks in one entry using the blockalign. Fixes some sync
1759         issues with zero-padded audio blocks in the beginning of avi files.
1760
1761 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1762
1763         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1764         (gst_multi_file_src_query):
1765         Implement DEFAULT and BUFFER position queries. See #555260.
1766
1767 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1768
1769         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1770         Fix build for systems that don't have XDamage.
1771
1772 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1773
1774         * tests/examples/rtp/client-H263p.sdp:
1775         * tests/examples/rtp/client-H263p.sh:
1776         * tests/examples/rtp/server-VTS-H263p.sh:
1777         Add some more H263p server and client examples.
1778
1779 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1780
1781         * configure.ac::
1782           Depend on released versions of core and base.
1783
1784 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1785
1786         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1787         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1788         Return -1 instead of 0 in error cases. Fixes #554771.
1789
1790 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1791
1792         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1793         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1794         Stop leaking the cursor image.
1795         Unref the last_ximage and the cached cursor image on shutdown.
1796         Fixes #551570.
1797
1798 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1799
1800         * sys/v4l2/gstv4l2object.h:
1801         Getting the Class from an instance is not just a matter of casting it to
1802         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1803         instance. Fixes #549784.
1804
1805 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1806
1807         * configure.ac:
1808           Fix libs for linking directsound.
1809         * sys/directsound/gstdirectsoundsink.c:
1810           Fix buffer sizing to prevent racing the ringbuffer at startup.
1811           Add volume property.
1812
1813 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1814
1815         * ext/pulse/pulsesink.c:
1816         Fix problems with pulsesink randomly erroring with code 'OK' after a
1817         format change on the stream by waiting when disconnecting the stream.
1818
1819 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1820
1821         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1822         (gst_rtp_amr_depay_process):
1823         Mark DISCONT on output buffers when the marker bit signals a new talk
1824         spurt.
1825
1826         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1827         Set the marker bit for buffers with a DISCONT flag to signal a talk
1828         spurt.
1829
1830 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1831
1832         * gst/rtp/Makefile.am:
1833         * gst/rtp/gstrtp.c: (plugin_init):
1834         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1835         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1836         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1837         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1838         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1839         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1840         * gst/rtp/gstrtpmp4apay.h:
1841         Added MP4A-LATM payloader to match the depayloader.
1842
1843 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1844
1845         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1846         (gst_videomixer_sink_event):
1847         Handle segments a little better. Fixes #537361.
1848
1849 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1850
1851         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1852         Don't assume the server supports PAUSE by default. Fixes #551048.
1853
1854 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1855
1856         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1857         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1858         Switch on the socket family to get the addrlen size right.
1859
1860 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1861
1862         Patch by: Daniel Franke <df at dfranke dot us>
1863
1864         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1865         OS X's bind() implementation is picky about its addrlen parameter and
1866         fails with EINVAL if it is larger than expected for the socket's address
1867         family. Set the length to the expected length instead. Fixes #553191.
1868
1869 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1870
1871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1872         Handle the case where we cannot do desribe or when the describe result
1873         does not contain a valid SDP message.
1874
1875 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1876
1877         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1878         Fix setting the qos.
1879
1880 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1881
1882         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1883         (gst_qtdemux_chain):
1884         Some 'broken' files out there have atom lengths of zero...
1885         which basically results in qtdemux consuming that atom again and again
1886         until the *end of night* !
1887         Detect that and emits an adequate element error message.
1888
1889 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1890
1891         * gst/interleave/Makefile.am:
1892         * gst/matroska/Makefile.am:
1893         Fix build flags order.
1894
1895         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1896         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1897         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1898         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1899         Format fixes.
1900
1901         * tests/check/elements/multifile.c:
1902         Pull in unistd.h
1903
1904 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1905
1906         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1907         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1908         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1909         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1910         (gst_rtp_mp4g_depay_change_state):
1911         * gst/rtp/gstrtpmp4gdepay.h:
1912         Handle interleaved streams by reordering AU in a queue.
1913
1914 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1915
1916         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1917         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1918         Change some of the ranges in the caps, mostly for the amount of bits we
1919         can use.
1920         Added a little bitstream parse and use it to parse the AU header fields.
1921         Check for malformed and wrongly sized packets better.
1922         Implement more header field parsing.
1923         Handle the size of fragmented packets correctly.
1924
1925 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1926
1927         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1928         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1929         Add mapping for 'tiff' => image/tiff
1930         Fixes #552213
1931
1932 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1933
1934
1935         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1936         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1937           Pretend to care about the result of write() which works around
1938           compiler warnings.
1939
1940 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1941
1942         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1943           Make sure the desired default values are actually set, not only
1944           registered as defaults (actual problem is that the stereo-specific
1945           values are only updated if channels==2, which is not the case yet
1946           when the object is created, so the default values for the
1947           mid-side-stereo and loose-mid-side-stereo settings are never
1948           set in _update_quality()). Makes flacenc create smaller files by
1949           default (for stereo input), and fixes #550791.
1950
1951 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1952
1953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1954         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1955         (qtdemux_parse_trak), (qtdemux_video_caps):
1956         * gst/qtdemux/qtdemux.h:
1957         * gst/qtdemux/qtdemux_fourcc.h:
1958         * gst/qtdemux/qtdemux_types.c:
1959         Add support for video/mj2 mime-type and its additional atoms/boxes.
1960         Fixes #550646.
1961
1962 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * gst/debug/gsttaginject.c:
1965           Add warning when tags parameter is unparsable and give example for
1966           quoting in the docs.
1967
1968 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1969
1970         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1971         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1972         Add some alternative byteswapped mappings that seem to pop up sometimes.
1973         Fixes #550288.
1974
1975 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1976
1977         * po/LINGUAS:
1978         * po/POTFILES.in:
1979         * po/POTFILES.skip:
1980           Add 'ca' to LINGUAS; add some more files with translations and some
1981           files which should be ignored by translation tools.
1982
1983 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1984
1985         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1986         * ext/speex/gstspeexdec.h:
1987         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1988         * ext/speex/gstspeexenc.h:
1989         Use integer encoding and decoding functions instead of converting
1990         the integer input to float in the element. The libspeex integer
1991         functions are doing this for us already or, if libspeex was compiled
1992         in integer mode, they're doing everything using integer arithmetics.
1993         Also saves some copying around.
1994
1995 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1996
1997         * configure.ac:
1998           Fix --disable-external
1999
2000 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2001
2002         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
2003         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
2004         * ext/wavpack/gstwavpackenc.h:
2005         Handle non-zero start timestamps and stream discontinuities
2006         correctly. This only has an effect if we're muxing into
2007         a container format as the raw WavPack stream must contain
2008         continous sample numbers.
2009
2010 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2011
2012         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
2013         Correct the timestamp and granulepos calculation by one Speex
2014         frame.
2015
2016 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2017
2018         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
2019         Correctly take the granulepos from upstream if possible and
2020         correctly handle the granulepos in various calculations: the
2021         granulepos is the sample number of the _last_ sample in a frame, not
2022         the first.
2023
2024         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
2025         (gst_speex_enc_encode), (gst_speex_enc_chain),
2026         (gst_speex_enc_change_state):
2027         * ext/speex/gstspeexenc.h:
2028         Handle non-zero start timestamps in the encoder and detect/handle
2029         stream discontinuities. Fixes bug #547075.
2030
2031 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2032
2033         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
2034
2035         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
2036         Fix compiler warnings caused by passing a string as format string
2037         instead of "%s" and then the string. This is only exposed by -Wformat=2
2038         as used by default on Ubuntu. Fixes bug #550015.
2039
2040 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2041
2042         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
2043         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
2044         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
2045         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
2046         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2047           (gst_ebml_read_element_length):
2048         * gst/matroska/matroska-demux.c:
2049           (gst_matroska_demux_check_subtitle_buffer):
2050           Make stuff compile with GST_DISABLE_GST_DEBUG.
2051
2052 2008-08-28  Michael Smith <msmith@songbirdnest.com>
2053
2054         * gst/law/alaw.c:
2055         * gst/law/mulaw.c:
2056           Ref caps before passing to gst_pad_template_new(), since that takes
2057           ownership.
2058
2059 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2060
2061         Patch by: Mersad Jelacic <mersad at axis dot com>
2062
2063         * gst/multipart/multipartdemux.c:
2064         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
2065         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
2066         demuxer. Fixes #549551.
2067
2068 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
2069
2070         * sys/osxaudio/gstosxaudiosink.c:
2071         (gst_osx_audio_sink_select_device):
2072         * sys/osxaudio/gstosxaudiosrc.c:
2073         (gst_osx_audio_src_create_ringbuffer),
2074         (gst_osx_audio_src_select_device):
2075         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
2076         Fix the build on macosx.
2077
2078 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
2079
2080         * gst/icydemux/gsticydemux.c:
2081           Small docs fix: in the example pipeline, we need to pass
2082           iradio-mode=true to the source, so the server actually sends
2083           an ICY stream.
2084
2085 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2086
2087         * sys/osxaudio/gstosxaudio.c:
2088           Oops. Revert more completely.
2089
2090 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2091
2092         * sys/osxaudio/gstosxaudio.c:
2093           Revert accidental element rename from testing.
2094
2095 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2096
2097         * gst-plugins-good.doap:
2098         Pull in 0.10.10 doap entry from release branch
2099
2100 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
2101
2102         * configure.ac:
2103         Update version number to reflect 0.10.10 release from
2104         branch.
2105
2106 2008-08-26  Michael Smith <msmith@songbirdnest.com>
2107
2108         * sys/osxaudio/Makefile.am:
2109         * sys/osxaudio/gstosxaudio.c:
2110         * sys/osxaudio/gstosxaudiosink.c:
2111         * sys/osxaudio/gstosxaudiosink.h:
2112         * sys/osxaudio/gstosxaudiosrc.c:
2113         * sys/osxaudio/gstosxaudiosrc.h:
2114         * sys/osxaudio/gstosxringbuffer.c:
2115         * sys/osxaudio/gstosxringbuffer.h:
2116           Rewrite caps setting and ring buffer initialisation.
2117           Previously we never told CoreAudio what format we were going to send it,
2118           so it only worked due to luck, and not at all on some hardware.
2119           Now we explicitly advertise what formats the hardware supports, and then
2120           configure the selected one correctly.
2121
2122 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2123
2124         * sys/v4l2/gstv4l2object.c:
2125         * sys/v4l2/gstv4l2src.c:
2126         * sys/v4l2/gstv4l2src.h:
2127         * sys/v4l2/v4l2_calls.c:
2128         * sys/v4l2/v4l2src_calls.c:
2129           Fix memory leaks. Small code cleanups : No need for empty _init(). No
2130           need to memset instance structures. Some more FIXME's and comments.
2131
2132 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2133
2134         * tests/icles/.cvsignore:
2135           Ignore more.
2136
2137 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2138
2139         * gst/goom/.cvsignore:
2140         * gst/goom2k1/.cvsignore:
2141           Ignore files.
2142
2143 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
2144
2145         * ext/cairo/gsttextoverlay.c:
2146           Fix compiler warning.
2147
2148 2008-08-25  David Schleef  <ds@schleef.org>
2149
2150         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
2151
2152 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2153
2154         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
2155         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
2156         * gst/matroska/matroska-mux.c:
2157         (gst_matroska_mux_video_pad_setcaps),
2158         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
2159         Add Real[Audio|Video] support to Matroska containers.
2160         It works fine for:
2161         * decoding real audio/video streams contained in mkv
2162         * 'transmuxing' real (.rm) files into .mkv files
2163         It will not work though for encoding real[audio/video] streams that
2164         don't contain the 'mdpr_data' extra data on the caps.
2165         The reason why this will not work is because I never intended to
2166         duplicate virtually all the 'mdpr' block creation into mkvmux.
2167         Fixes #536067
2168
2169 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2170
2171         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
2172         * gst/law/mulaw-conversion.c:
2173         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
2174         (gst_mulawenc_chain):
2175         The encoder can't really renegotiate at the time they perform a
2176         pad-alloc so make the srcpads use fixed caps.
2177         Check the buffer size after a pad-alloc because the returned size might
2178         not be right when the downstream element does not know the size of the
2179         new buffer (capsfilter). Fixes #549073.
2180
2181 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2182
2183         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
2184
2185         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
2186         v4l2src doesn't have a property named "norm" so don't try to notify
2187         about changes to that property. The "norm" property and related
2188         code are commented out currently. Fixes bug #549090.
2189
2190 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2191
2192         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
2193
2194         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
2195         Reprobe devices again instead of taking a cached list as new
2196         devices could've been plugged in. Fixes bug #549062.
2197
2198 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2199
2200         * gst/autodetect/Makefile.am:
2201         Don't link the autodetect plugin with GConf as it doesn't
2202         use GConf. Fixes bug #545463.
2203
2204 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2205
2206         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
2207         (gst_ebml_read_element_length), (gst_ebml_read_uint),
2208         (gst_ebml_read_sint), (gst_ebml_read_float),
2209         (gst_ebml_read_header):
2210         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
2211         possible to ignore errors and not post any ERROR messages on
2212         the bus.
2213
2214         * gst/matroska/matroska-demux.c:
2215         (gst_matroska_demux_parse_contents):
2216         Ignore any errors and not just EOS when parsing the contents of
2217         a SeekHead. Errors here are usually caused by truncated files
2218         and playback of the file works fine. Fixes playback of the
2219         audio_only_chapter_seekbroken.mka file from the MPlayer samples
2220         archive.
2221
2222 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2223
2224         * gst/multipart/multipartdemux.c:
2225         * gst/multipart/multipartmux.c:
2226         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
2227
2228 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2229
2230         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
2231           gst_directdraw_sink_bufferpool_clear):
2232           Fix two more buffer ref leaks.
2233
2234 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
2235
2236         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2237
2238         * sys/directdraw/gstdirectdrawsink.c:
2239           (gst_directdraw_sink_show_frame):
2240           Fix buffer ref leak.
2241
2242 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2243
2244         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2245         Revert the last commit. wavenc still supports width!=depth for 32 bit
2246         width. Thanks Tim.
2247
2248 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2249
2250         * gst/matroska/matroska-demux.c:
2251         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2252         If the duration of a block is unknown only use the timestamp for the
2253         first lace and use GST_CLOCK_TIME_NONE as duration for the following
2254         laces. Otherwise every lace has the same timestamp which leads to
2255         various problems. Really fixes bug #548831.
2256
2257 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2258
2259         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
2260         If we're not allowing width!=depth in wavenc we should also disable
2261         the code that was added to support width!=depth.
2262
2263 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
2266         Don't calculate the default duration of a frame from the audio sampling
2267         rate. This only works for raw audio if every frame contains a single
2268         sample and results in broken buffer durations for other formats
2269         if no specified default duration is given or the blocks have no
2270         duration. Fixes bug #548831.
2271
2272 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2273
2274         * gst/matroska/matroska-demux.c:
2275         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2276         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
2277         are used for text/plain subtitles as a gap-filler in some files.
2278
2279 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2280
2281         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
2282         (gst_v4l2_get_caps_info):
2283         Add S910 and PWC formats with a low priority.
2284
2285         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
2286         (gst_v4l2src_probe_caps_for_format):
2287         Add more debugging.
2288
2289 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
2290
2291         * ext/flac/gstflacenc.c:
2292           Fix compilation against older libflac versions.
2293
2294 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2295
2296         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
2297         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
2298         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2299         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
2300         (gst_pulsemixer_ctrl_set_volume):
2301         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
2302         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
2303         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2304         (gst_pulsesink_init), (gst_pulsesink_open),
2305         (gst_pulsesink_prepare), (gst_pulsesink_write),
2306         (gst_pulsesink_delay), (gst_pulsesink_reset):
2307         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2308         (gst_pulsesrc_init):
2309         Use GST_BOILERPLATE everywhere and fix coding style at some places.
2310         Fix a locking issue in pulsesink's prepare function.
2311
2312         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2313         Check if the created channel layout is valid for GStreamer.
2314
2315 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2316
2317         * gst/rtsp/gstrtspgoogle.c:
2318         Things that can happen when your brain is in google mode trying to
2319         deal with their google rtsp server extensions and trying to type your
2320         google mail account.
2321
2322 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2323
2324         * gst/rtsp/Makefile.am:
2325         * gst/rtsp/gstrtsp.c: (plugin_init):
2326         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2327         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2328         (_do_init), (gst_rtsp_google_base_init),
2329         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2330         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2331         (gst_rtsp_google_extension_init):
2332         * gst/rtsp/gstrtspgoogle.h:
2333         Add google RTSP extension, it can only handle udp and responds with
2334         unsupported if we do anything else. Fixes #546465.
2335
2336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2337         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2338         (gst_rtspsrc_create_transports_string),
2339         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2340         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2341         Make transport setup code a bit better using GString.
2342         Add some more debug.
2343         Check for closed connections before doing anything on them.
2344
2345 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2346
2347         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2348         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2349         (gst_pulsesrc_prepare):
2350         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2351         (gst_pulse_channel_map_to_gst):
2352         * ext/pulse/pulseutil.h:
2353         If downstream provides no channel layout and >2 channels should be
2354         used use the default layout that pulseaudio chooses and also
2355         add this layout to the caps. Fixes bug #547258.
2356
2357 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2358
2359         Patch by: Peter Kjellerstedt <pkj at axis com>
2360
2361         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2362         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2363         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2364         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2365         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2366         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2367         (gst_udpsrc_set_property):
2368         Avoid leaking internally allocated file descriptors when setting
2369         custom file descriptors. Fixes #543101.
2370
2371 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2374         Don't try to configure RTCP back to the server when the server did not
2375         give us a valid port number.
2376
2377 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2378
2379         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2380         Use new basetransform method to renegotiate. Fixes #544956.
2381
2382         * tests/icles/Makefile.am:
2383         * tests/icles/videobox-test.c: (make_pipeline), (main):
2384         Add videobox renegotiation example.
2385
2386 2008-08-19  David Schleef  <ds@schleef.org>
2387
2388         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2389         with sane values.  Fixes #548530.
2390
2391 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2392
2393         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2394         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2395         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2396         are already filled with the correct values by
2397         gst_ring_buffer_parse_caps() so there's no need to set them again
2398         with wrong values.
2399
2400 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2401
2402         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2403         (gst_avi_demux_read_subindexes_push):
2404         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2405         and instead of using the 'ix##' nomenclature, use '##ix'.
2406         They're still valid though, this fixes the duration and indexes for
2407         virtually all the ODML files I have.
2408
2409 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2410
2411         Patch by: Olivier Crete <tester at tester dot ca>
2412
2413         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2414         (gst_rtp_vorbis_depay_process):
2415         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2416         Update the vorbis RTP pay/depay to RFC 5215.
2417         Fixes #547842.
2418
2419 2008-08-14  David Schleef  <ds@schleef.org>
2420
2421         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2422           with 3:2 pulldown, i.e., 24p.
2423
2424 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2425
2426         * tests/check/elements/level.c: (GST_START_TEST):
2427         Fix compilation some more.
2428
2429 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2430
2431         * configure.ac::
2432           Require -base CVS for wavparse acid chunk parsing.
2433
2434 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2435
2436         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2437         (gst_pulsesink_init), (gst_pulsesink_finalize),
2438         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2439         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2440         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2441         * ext/pulse/pulsesink.h:
2442         Add "device-name" property to pulsesink too and currently commented
2443         out and not working support for a "volume" property.
2444
2445 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2446
2447         * configure.ac:
2448         Remove more cdio stuff (moved to ugly)
2449
2450 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2451
2452         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2453
2454         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2455         (gst_pulsesrc_get_property):
2456         Add "device-name" property, which provides a human readable string
2457         for the audio device, to make it more consisten with other audio
2458         sources. Fixes bug #547519.
2459
2460 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2461
2462         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2463         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2464         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2465         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2466         * ext/pulse/pulsemixerctrl.h:
2467         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2468         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2469         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2470         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2471         * ext/pulse/pulseprobe.h:
2472         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2473         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2474         (gst_pulsesrc_change_state):
2475         Improve debugging a bit by including the parent object in pulsemixerctrl
2476         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2477         GST_WARNING.
2478
2479         Use the parent GObject subclass instead of a random struct as GObject
2480         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2481         when probing for another property than "device".
2482
2483 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2484
2485         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2486
2487         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2488         Fix property probing after the device property is set by calling
2489         set_server when the server property changes. Fixes bug #547518.
2490
2491 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2492
2493         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2494
2495         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2496         (gst_pulsesink_implements_interface_init),
2497         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2498         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2499         (gst_pulsesink_get_type):
2500         * ext/pulse/pulsesink.h:
2501         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2502         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2503         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2504         * ext/pulse/pulsesrc.h:
2505         Implement GstPropertyProbe interface on pulsesink for detecting
2506         sink devices and on pulsesrc for detecting source devices.
2507         Fixes bugs #547227 and #547217.
2508
2509 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2510
2511         * gst/spectrum/gstspectrum.c:
2512           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2513
2514 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2515
2516         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2517         Properly set the maximum latency value, in the same way it is done in
2518         v4lsrc.
2519         * sys/v4l2/v4l2src_calls.c:
2520         Simplify fraction equality check, no need to use GValues for this.
2521
2522 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2523
2524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2525         Add warning messages stating exactly why the latency query failed.
2526         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2527         In some cases, the negotiated framerate might be the default one which
2528         is already set internally. But we still need to mark it down in fps_n
2529         and fps_d so that the latency query can happen properly.
2530
2531 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2532
2533         * docs/plugins/inspect/plugin-1394.xml:
2534         Whoops, forgot one doc file for people who can't/don't build the
2535         raw1394 plugin.
2536
2537 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2538
2539         * docs/plugins/Makefile.am:
2540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2541         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2542         * docs/plugins/inspect/plugin-cdio.xml:
2543         * ext/Makefile.am:
2544         * ext/cdio/Makefile.am:
2545         * ext/cdio/gstcdio.c:
2546         * ext/cdio/gstcdio.h:
2547         * ext/cdio/gstcdiocddasrc.c:
2548         * ext/cdio/gstcdiocddasrc.h:
2549
2550         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2551         CDDA source to -ugly.
2552
2553         * po/LINGUAS:
2554         * po/POTFILES.in:
2555         * po/id.po:
2556         Pull in new translation from 0.10.9.2 release branch.
2557
2558 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2559
2560         * docs/plugins/Makefile.am:
2561         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2562         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2563         * docs/plugins/gst-plugins-good-plugins.args:
2564         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2565         * docs/plugins/gst-plugins-good-plugins.interfaces:
2566         Integrate documentation for new hdv1394src element.
2567
2568 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2569
2570         * ext/raw1394/Makefile.am:
2571         * ext/raw1394/gst1394.c: (plugin_init):
2572         * ext/raw1394/gsthdv1394src.c: (_do_init),
2573         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2574         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2575         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2576         (gst_hdv1394src_from_raw1394handle),
2577         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2578         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2579         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2580         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2581         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2582         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2583         (gst_hdv1394src_uri_handler_init):
2584         * ext/raw1394/gsthdv1394src.h:
2585         mpeg2-ts (HDV) variant of firewire capture element.
2586         Fixes #350830
2587
2588 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2589
2590         * gst/level/gstlevel.c: (gst_level_message_new):
2591          Fix compilation (also known as the classic 'fix code that someone
2592          committed without compiling it first').
2593
2594 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2595
2596         * tests/check/elements/level.c:
2597           Add a test for level in stereo mode.
2598
2599 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2600
2601         * tests/examples/spectrum/demo-audiotest.c:
2602         * tests/examples/spectrum/demo-osssrc.c:
2603           Demo how to draw analyzer results synced to the clock.
2604
2605 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2606
2607         * gst/level/gstlevel.c:
2608           Little renaming (l -> level).
2609
2610         * gst/spectrum/gstspectrum.c:
2611         * gst/spectrum/gstspectrum.h:
2612           Also send full timestamp/duration details here.
2613
2614 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2615
2616         * gst/level/gstlevel.c:
2617         * gst/level/gstlevel.h:
2618           Send same timestamp/duration details as videoanalysis. This gives
2619           applications better chance to sync analysis results with playback.
2620
2621 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2622
2623         * gst/matroska/matroska-mux.c:
2624         (gst_matroska_mux_handle_sink_event),
2625         (flac_streamheader_to_codecdata):
2626         We need to drop one additional buffer for FLAC as the fLaC
2627         marker and STREAMINFO block are merged into one buffer in the caps.
2628
2629         Also don't pretend to support NEWSEGMENT events, otherwise we
2630         will most probably write some invalid data.
2631
2632 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2633
2634         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2635         (gst_matroska_mux_audio_pad_setcaps):
2636         Add support for muxing FLAC into Matroska containers.
2637         Fixes bug #311586.
2638
2639 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2642         Actually provide the variables required for the format string.
2643
2644 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2645
2646         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2647         (gst_matroska_demux_element_send_event),
2648         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2649         * gst/matroska/matroska-demux.h:
2650         Close the current segment if we're doing a non-flushing seek and send
2651         the close-segment and the new segment of the seek from the streaming
2652         thread.
2653
2654 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2655
2656         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2657         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2658         (gst_flac_enc_change_state):
2659         * ext/flac/gstflacenc.h:
2660         Handle non-zero start timestamps correctly, mark header packets as
2661         IN_CAPS and print a warning and suggest using audiorate if stream
2662         discontinuities are detected. When FLAC supports flushing the encoder
2663         somehow this should be done for discontinuities instead.
2664
2665         Remove some unused variables from the instance struct.
2666
2667 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2668
2669         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2670         If seeking failed return the appropiate return value to FLAC.
2671         Otherwise it thinks seeking was successfull and tries to rewrite
2672         parts of the headers which then get appended to the output.
2673
2674 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2675
2676         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2677
2678         * ext/esd/gstesd.c: (plugin_init):
2679         * ext/flac/gstflac.c: (plugin_init):
2680         * ext/shout2/gstshout2.c: (plugin_init):
2681         * ext/wavpack/gstwavpack.c: (plugin_init):
2682         * sys/oss/gstossaudio.c: (plugin_init):
2683         * sys/v4l2/gstv4l2.c: (plugin_init):
2684         Make sure gettext returns translations in UTF-8 encoding rather
2685         than in the current locale encoding (#546822).
2686
2687 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2688
2689         * ext/flac/gstflacdec.c:
2690         Add FIXME for 0.11 to simply output everything with width=32 as given
2691         by FLAC and let audioconvert handle the conversions instead of doing
2692         them in flacdec.
2693
2694 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2695
2696         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2697         When outputting a pad template range for the size, include a framerate
2698         range too, to avoid 'not a real subset of template caps' errors.
2699
2700 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2701
2702         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2703
2704         * ext/flac/Makefile.am:
2705         * ext/flac/gstflac.c: (plugin_init):
2706         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2707         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2708         (gst_flac_tag_dispose), (gst_flac_tag_init),
2709         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2710         (gst_flac_tag_change_state):
2711         * ext/flac/gstflactag.h:
2712         Port flactag to 0.10, add documentation for it and clean it up a bit.
2713         Fixes bug #413841.
2714
2715         * docs/plugins/Makefile.am:
2716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2718         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2719         * docs/plugins/gst-plugins-good-plugins.interfaces:
2720         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2721         * docs/plugins/inspect/plugin-flac.xml:
2722         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2723         * ext/flac/gstflacdec.h:
2724         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2725         * ext/flac/gstflacenc.h:
2726         Add flactag and flacenc to the documentation and mark
2727         the private parts of the flacdec instance structure as private.
2728
2729         Also use gst_element_class_set_details_simple() in flacdec and
2730         flacenc.
2731
2732 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2733
2734         * gst/qtdemux/qtdemux.c:
2735           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2736           for it but ffmpeg does not.
2737
2738 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2739
2740         * gst/wavparse/gstwavparse.c:
2741           Handle the list chunk and use gst_riff_parse_info() to parse the info
2742           sub-chunk.
2743
2744 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * gst/wavparse/gstwavparse.c:
2747           Handle the acid chunk and send tempo as part of tags. Other fields are
2748           interesting too, but need more tag-definitions. Fixes #545433.
2749
2750 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2751
2752         * gst/wavparse/gstwavparse.c:
2753           Refactor wavparse. Call _reset() from dispose() and move old code from
2754           dispose into reset. This way we don't leak taglists when we abort
2755           parsing. Fix some comments. Move code for skipping a chunk into extra
2756           function. Replace chunk sizes with a const to ease readability.         
2757
2758 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2759
2760         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2761
2762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2763         Improve udp port setup. Fixes #545710.
2764
2765 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2766
2767         * gst/rtp/Makefile.am:
2768         * gst/rtp/gstrtp.c: (plugin_init):
2769         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2770         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2771         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2772         (gst_rtp_mp1s_depay_set_property),
2773         (gst_rtp_mp1s_depay_get_property),
2774         (gst_rtp_mp1s_depay_change_state),
2775         (gst_rtp_mp1s_depay_plugin_init):
2776         * gst/rtp/gstrtpmp1sdepay.h:
2777         Add MP1S depayloader.
2778
2779         * gst/rtsp/URLS:
2780         Some more sample rtsp streams.
2781
2782 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2783
2784         * gst/rtsp/URLS:
2785         Add another URL.
2786
2787         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2788         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2789         Add some more debug info.
2790
2791 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2792
2793         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2794         Provide cbSize field for audio extra_data size, and take care to
2795         pad extra_data.
2796
2797 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2798
2799         * gst/qtdemux/qtdemux.c:
2800           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2801           TRUE.
2802
2803 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2804
2805         * gst/qtdemux/qtdemux.c:
2806         * gst/qtdemux/qtdemux_fourcc.h:
2807           Add keyword tag support. Fixes #520694 for qtdemux.
2808
2809 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2810
2811         * gst/qtdemux/qtdemux.c:
2812           Add support for tmpo tag (BPM).
2813
2814 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2815
2816         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2817         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2818         Set an estimate for the total number of samples that will be encoded
2819         if possible to help decoders if the streaminfo can't be rewritten
2820         later (like when muxing into Ogg containers).
2821
2822         Add a warning if we get header packets after data packets as those
2823         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2824         work.
2825
2826 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2827
2828         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2829         (gst_flac_dec_write):
2830         Support decoding of all depths between 4 and 32 bits and read the
2831         depth from the streaminfo header if needed. Also support all sampling
2832         rates between 1 and 655350 Hz.
2833
2834         * ext/flac/gstflacenc.c:
2835         (gst_flac_enc_caps_append_structure_with_widths),
2836         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2837         (gst_flac_enc_chain):
2838         * ext/flac/gstflacenc.h:
2839         Support encoding in all bit depths supported by the streamable
2840         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2841         between 1 Hz and 655350 Hz.
2842
2843 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2844
2845         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2846         (gst_flac_enc_sink_getcaps):
2847         Support encoding of up to 8 channels.
2848
2849 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2850
2851         * ext/soup/gstsouphttpsrc.c:
2852         * ext/soup/gstsouphttpsrc.h:
2853         Fix seeking race condition in #540300
2854         Patch By: Wouter Cloetens  <wouter at mind be>
2855
2856 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2857
2858         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2859         (gst_matroska_demux_element_send_event),
2860         (gst_matroska_demux_handle_seek_event),
2861         (gst_matroska_demux_handle_src_event):
2862         When receiving a SEEK event on a specific pad first search for a seek
2863         table entry for the stream of the pad and then fall back to an entry
2864         for a different stream.
2865
2866 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2867
2868         * configure.ac:
2869         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2870         * gst/matroska/matroska-ids.h:
2871         Build depend on core CVS for the attachment tag.
2872
2873 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2874
2875         * configure.ac:
2876         * gst/matroska/Makefile.am:
2877         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2878         (copy_backptr), (lzo1x_decode), (main):
2879         * gst/matroska/lzo.h:
2880         * gst/matroska/matroska-demux.c:
2881         (gst_matroska_demux_read_track_encoding),
2882         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2883         (gst_matroska_decode_buffer),
2884         (gst_matroska_decode_content_encodings),
2885         (gst_matroska_demux_read_track_encodings),
2886         (gst_matroska_demux_add_stream),
2887         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2888         * gst/matroska/matroska-ids.h:
2889         Decode the codec private data and following ContentEncoding if
2890         necessary.
2891
2892         Support bzip2, lzo and header stripped compression. For lzo use the
2893         ffmpeg lzo implementation as liblzo is GPL licensed.
2894         
2895         Fix zlib decompression.
2896
2897 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2898
2899         * gst/matroska/matroska-mux.c:
2900         (gst_matroska_mux_audio_pad_setcaps):
2901         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2902         duration of a frame with the new mpegaudioversion caps field.
2903
2904 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2905
2906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2907         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2908         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2909         (gst_matroska_demux_stream_from_num),
2910         (gst_matroska_demux_tracknumber_unique),
2911         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2912         (gst_matroska_demux_handle_seek_event),
2913         (gst_matroska_demux_sync_streams),
2914         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2915         (gst_matroska_demux_loop):
2916         * gst/matroska/matroska-demux.h:
2917         Allow an infinite number of stream inside Matroska containers and use
2918         a GPtrArray for storing them instead of allowing "only" 127 streams.
2919
2920 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2921
2922         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2923         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2924         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2925         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2926         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2927         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2928         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2929         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2930         (gst_ebml_read_master), (gst_ebml_read_binary),
2931         (gst_ebml_read_header):
2932         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2933         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2934         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2935         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2936         (gst_ebml_replace_uint):
2937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2938         (gst_matroska_demux_read_track_encoding),
2939         (gst_matroska_demux_read_track_encodings),
2940         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2941         (gst_matroska_demux_send_event),
2942         (gst_matroska_demux_element_send_event),
2943         (gst_matroska_demux_handle_seek_event),
2944         (gst_matroska_demux_handle_src_event),
2945         (gst_matroska_demux_init_stream),
2946         (gst_matroska_demux_parse_tracks),
2947         (gst_matroska_demux_parse_index_cuetrack),
2948         (gst_matroska_demux_parse_index_pointentry),
2949         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2950         (gst_matroska_demux_parse_metadata_id_simple_tag),
2951         (gst_matroska_demux_parse_metadata_id_tag),
2952         (gst_matroska_demux_parse_metadata),
2953         (gst_matroska_demux_parse_attached_file),
2954         (gst_matroska_demux_parse_attachments),
2955         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2956         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2957         (gst_matroska_demux_push_flac_codec_priv_data),
2958         (gst_matroska_demux_push_xiph_codec_priv_data),
2959         (gst_matroska_demux_push_dvd_clut_change_event),
2960         (gst_matroska_demux_add_mpeg_seq_header),
2961         (gst_matroska_demux_add_wvpk_header),
2962         (gst_matroska_demux_check_subtitle_buffer),
2963         (gst_matroska_decode_buffer),
2964         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2965         (gst_matroska_demux_parse_cluster),
2966         (gst_matroska_demux_parse_contents_seekentry),
2967         (gst_matroska_demux_parse_contents),
2968         (gst_matroska_demux_loop_stream_parse_id),
2969         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2970         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2971         (gst_matroska_demux_subtitle_caps),
2972         (gst_matroska_demux_change_state):
2973         * gst/matroska/matroska-ids.c:
2974         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2975         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2976         (gst_matroska_mux_video_pad_setcaps),
2977         (xiph3_streamheader_to_codecdata),
2978         (vorbis_streamheader_to_codecdata),
2979         (theora_streamheader_to_codecdata),
2980         (gst_matroska_mux_audio_pad_setcaps),
2981         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2982         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2983         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2984         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2985         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2986         Fix indention everywhere. A broken indent version has added newlines
2987         after every single declaration some time ago.
2988
2989 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2990
2991         * gst/matroska/matroska-demux.c:
2992         (gst_matroska_demux_loop_stream_parse_id):
2993         If no Tracks are found error out instead of trying it again until the
2994         end of time.
2995
2996 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2997
2998         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2999         Fix demuxing of raw integer audio. The samples are unsigned only for 8
3000         bit and signed otherwise, not the other way around.
3001
3002 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3003
3004         * gst/matroska/matroska-mux.c:
3005         Add more raw YUV formats to the list of supported formats.
3006
3007 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3008
3009         * gst/matroska/matroska-mux.c:
3010         (gst_matroska_mux_audio_pad_setcaps):
3011         Add support for muxing raw float audio now that the spec defines the
3012         endianness and add support for muxing raw integer audio with 24 and
3013         32 bits.
3014
3015         Allow muxing of more than 8 audio channels.
3016
3017 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3018
3019         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
3020         (gst_matroska_mux_reset), (gst_matroska_mux_start):
3021         Add locking to the global array of used track UIDs to prevent random
3022         crashes if more than a single matrosmux instance is used.
3023
3024         Use 64 bit values for the track UIDs.
3025
3026         Use the global GRandom of GLib instead of creating our own one
3027         for the few random numbers we need every single time.
3028
3029 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3030
3031         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
3032         (gst_flac_dec_setup_stream_decoder),
3033         (gst_flac_dec_update_metadata):
3034         Always post the audio-codec tag, not only if other tags are present.
3035
3036 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
3037
3038         * configure.ac:
3039         Back to development -> 0.10.9.1
3040
3041 === release 0.10.9 ===
3042
3043 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
3044
3045         * configure.ac:
3046           releasing 0.10.9, "Steam Train Rolling"
3047
3048 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
3049
3050         * ext/soup/gstsouphttpsrc.c:
3051         Don't throw an error when soup completes a msg with status
3052         'cancelled', as that indicates we cancelled a request while
3053         shutting down or seeking, and it's not an error.
3054         Fixes: #540300 again.
3055
3056 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
3057
3058         * configure.ac:
3059         0.10.8.4 pre-release
3060
3061 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
3062
3063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
3064         Fix segment-stop regression.
3065         Add documentation regarding segments in quicktime files by Wim Taymans.
3066         Fixes #544509
3067
3068 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
3069
3070         * configure.ac:
3071         0.10.8.3 pre-release
3072
3073         * po/LINGUAS:
3074         * po/pt_BR.po:
3075         Add pt_BR translation
3076
3077 2008-07-23  Michael Smith <msmith@songbirdnest.com>
3078
3079         * gst/goom/convolve_fx.c:
3080         * gst/goom/filters.c:
3081         * gst/goom/goom_config.h:
3082         * gst/goom/goom_core.c:
3083         * gst/goom/goom_tools.h:
3084           Fix build with MSVC: include glib.h to define inline appropriately,
3085           use header guards where needed.
3086         * gst/udp/gstudpnetutils.c:
3087         * gst/udp/gstudpsrc.c:
3088           Fix build with MSVC: use WSA* constants/functions where appropriate, use
3089           g_snprintf rather than snprintf.
3090           Fixes #544433.
3091
3092 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
3093
3094         * gst/debug/gsttaginject.c:
3095         * gst/debug/gsttaginject.h:
3096           Sent tags in _transform_ip() instead of _start(). Fixes #543404
3097           partially.
3098
3099 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3100
3101         * configure.ac:
3102         0.10.8.2 pre-release
3103
3104 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3105
3106         * ext/Makefile.am:
3107         Finish hooking up pulseaudio plugin to the build.
3108
3109         * ext/pulse/pulsemixerctrl.c:
3110         Fix compilation error.
3111
3112 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3113
3114         * po/LINGUAS:
3115         * po/lt.po:
3116         Add new lithunian translation, and add french to the LINGUAS
3117         file.
3118
3119 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3120
3121         * ext/soup/gstsouphttpsrc.c:
3122         Fix Soup HTTP source seeking.
3123         Patch By: Wouter Cloetens  <wouter at mind be>
3124         Fixes: #540300
3125
3126         * tests/check/elements/.cvsignore:
3127         Ignore new check programs.
3128
3129 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
3130
3131         * configure.ac:
3132         * docs/plugins/Makefile.am:
3133         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3134         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3135         * docs/plugins/gst-plugins-good-plugins.args:
3136         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3137         * docs/plugins/gst-plugins-good-plugins.interfaces:
3138         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3139         * docs/plugins/inspect/plugin-interleave.xml:
3140         * docs/plugins/inspect/plugin-replaygain.xml:
3141         * tests/check/Makefile.am:
3142
3143         Move replaygain and interleave plugins from -bad.
3144         Fixes: #543406
3145         Fixes: #536228
3146
3147 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3148
3149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3150         (qtdemux_parse_trak):
3151         Revert ISO base media spec based pixel-aspect-ratio calculation.
3152         Fixes #543300.
3153
3154 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
3155
3156         * sys/osxvideo/osxvideosink.m:
3157         Fix minor build issues on macosx.
3158         Fixes #543054
3159
3160 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3161
3162         * configure.ac::
3163         * ext/taglib/Makefile.am::
3164           Only use -Wno-attributes (which is there to work around a
3165           bug in the taglib 1.5 headers) if the c++ compiler actually
3166           supports it (#543255).
3167
3168 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
3169
3170         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
3171
3172         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3173           Avoid compiler warning by initialising variable to NULL (#543259).
3174
3175 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3176
3177         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
3178         Don't pass NULL taglists to gst_tag_list_is_empty().
3179
3180 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
3181
3182         * tests/check/elements/cmmldec.c: (GST_START_TEST):
3183         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
3184         (rtp_pipeline_run):
3185         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
3186         Don't use declarations after statements.
3187
3188 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3189
3190         * ext/jpeg/gstjpegdec.c:
3191         Align documentation with reality.
3192
3193 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3194
3195         * gst/udp/gstudpnetutils.c:
3196         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
3197         old value (1) if it's not defined which should not cause any problems
3198         as we're using it internal only anyway.
3199
3200 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3201
3202         Patch by: Alessandro Decina <alessandro at nnva dot org>
3203
3204         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
3205         Fix build of avidemux on big endian architectures.
3206
3207 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3208
3209         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
3210
3211         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
3212         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
3213
3214 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3215
3216         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
3217         (qtdemux_parse_trak):
3218         Set pixel-aspect-ratio in caps using display width and height
3219         provided in track.
3220
3221 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3222
3223         * configure.ac:
3224         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
3225         flags that are invalid for C++. Fixes bug #516509.
3226
3227 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3228
3229         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
3230         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
3231         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
3232         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
3233         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
3234         * tests/examples/equalizer/demo.c: (message_handler):
3235         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
3236         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
3237         Don't use declarations after statements and variable length arrays.
3238
3239 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3240
3241         Patch by: Daniel Drake <dsd at gentoo dot org>
3242
3243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
3244         (gst_v4l2src_get_nearest_size):
3245         Try progressive video if interlaced fails. Fixes bug #541956
3246         and the usage of v4l2src on OLPC.
3247
3248 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3249
3250         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3251         (gst_rtp_speex_depay_process):
3252         * gst/rtp/gstrtpspeexdepay.h:
3253         Revert last change: Only the jitterbuffer is able to convert RTP to
3254         Gstreamer timestamps and normal (de)payloaders should simply copy it.
3255         Reopens bug #541787.
3256
3257 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
3258
3259         * gst/rtp/gstrtpvrawdepay.c:
3260           Include stdlib.h for atoi().
3261
3262         * gst/rtsp/gstrtspsrc.c:
3263           Use floating point math for latencies < 0 sec in log output.
3264
3265 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3266
3267         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
3268
3269         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
3270         (gst_rtp_speex_depay_process):
3271         * gst/rtp/gstrtpspeexdepay.h:
3272         Take timestamp from the RTP packet as a first step to fix problems
3273         with transmission over RTP when the network is not reliable.
3274         Fixes bug #541787.
3275
3276 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3277
3278         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
3279
3280         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
3281         Fix parsing of udp:// URIs containing IPv6 addresses.
3282         Fixes bug #541650.
3283
3284 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3285
3286         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
3287         Do not leak incoming buffers.
3288
3289 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3290
3291         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
3292
3293         * configure.ac:
3294         Fix build of the RTP plugin with mingw32 by linking to ws2_32
3295         for htons() and htonl(). Fixes bug #541412.
3296
3297 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3298
3299         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3300         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
3301         (gst_matroska_demux_element_query),
3302         (gst_matroska_demux_handle_src_query),
3303         (gst_matroska_demux_handle_seek_event):
3304         Handle position and duration query in DEFAULT format if the
3305         pad's track has a default frame duration set.
3306
3307         Fix seeking now that the segment's duration doesn't contain the
3308         (possibly wrong or inaccurate) duration of the Matroska file.
3309
3310 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3311
3312         * gst/matroska/ebml-read.c: (_ext2dbl):
3313         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3314         in math.h except on MSVC where it is defined in xmath.h.
3315         Fixes compilation with MSVC.
3316
3317 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3318
3319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3320         (gst_matroska_demux_handle_src_query),
3321         (gst_matroska_demux_parse_info),
3322         (gst_matroska_demux_loop_stream_parse_id):
3323         * gst/matroska/matroska-demux.h:
3324         Don't set the segment duration to the duration from the Matroska
3325         header as this value could be wrong and is just informational.
3326
3327 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3328
3329         * gst/matroska/matroska-demux.c:
3330         (gst_matroska_demux_loop_stream_parse_id):
3331         If no Tracks element is found until the first Cluster is found
3332         search it and error out if none is found in the complete file.
3333
3334 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3335
3336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3337         Resync non-subtitle tracks too if a too large gap compared to other
3338         tracks is detected.
3339
3340 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3341
3342         * gst/rtp/Makefile.am:
3343         * gst/rtp/gstrtp.c: (plugin_init):
3344         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3345         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3346         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3347         (gst_rtp_vraw_depay_change_state),
3348         (gst_rtp_vraw_depay_plugin_init):
3349         * gst/rtp/gstrtpvrawdepay.h:
3350         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3351         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3352         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3353         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3354         (gst_rtp_vraw_pay_plugin_init):
3355         * gst/rtp/gstrtpvrawpay.h:
3356         Add raw video pay and depayloaders, see RFC4175.
3357
3358 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3359
3360         * ext/libpng/gstpngdec.c:
3361         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3362         whatever it returned.
3363
3364 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3365
3366         * gst/avi/avi-ids.h:
3367         Add vprp chunk related structures.
3368         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3369         (gst_avi_demux_parse_stream):
3370         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3371         to caps.  Fixes #539482.
3372         * gst/avi/gstavimux.h:
3373         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3374         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3375         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3376
3377 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3378
3379         * tests/check/elements/avimux.c: (check_avimux_pad):
3380         Adjust avimux unit test according to increased streamheader size.
3381
3382 2008-06-27  David Schleef  <ds@schleef.org>
3383
3384         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3385
3386 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3387
3388         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3389         * gst/avi/gstavimux.h:
3390         Add 8 bytes to current streamheader to make for a complete one
3391         and to make more players happy.  Fixes #519460.
3392
3393 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3394
3395         * sys/v4l2/v4l2_calls.c::
3396           Don't include unused gstv4l2xoverlay.h. Fixes build
3397           in case where X11 headers are not installed.
3398
3399 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3400
3401         * ext/dv/gstdv.c: (plugin_init):
3402         Fix compilation.
3403
3404 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3405
3406         * ext/dv/gstdv.c: (plugin_init):
3407         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3408         DV decoder available.
3409         Fixes #532393
3410
3411 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3412
3413         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3414         Call getsockname() after the call to bind() to get updated values
3415         for the port, etc. This fixes the usage of udpsrc on anonymous
3416         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3417         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3418
3419 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3420
3421         * tests/check/pipelines/wavpack.c: (bus_handler):
3422         Remove workaround for a bug in identity that is fixed in 0.10.20.
3423
3424 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3425
3426         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3427
3428         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3429         Fix HTTP auth support with user/password passed via the URI.
3430         Fixes bug #540067.
3431
3432 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3433
3434         * configure.ac:
3435           Depend on released versions of core and -base.
3436
3437 2008-06-23  Julien Moutte  <julien@fluendo.com>
3438
3439         * gst/matroska/matroska-demux.c:
3440         (gst_matroska_demux_read_track_encoding),
3441         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3442         format strings in macros. (makes it build on OS X again...)
3443
3444 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3445
3446         * gst/rtp/gstrtptheorapay.c:
3447         * gst/udp/gstmultiudpsink.c:
3448           Added debug.
3449
3450 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3451
3452         * configure.ac: switch v4l2src over to the normal build instead of
3453         being 'experimental'. Fixes bug #536831.
3454
3455 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3456
3457         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3458         Remove unused variable so that we can compile again.
3459
3460 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3461
3462         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3463         No need to check for audio/G723 and audio/32KADPCM here as they are
3464         no longer supported.
3465
3466 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3467
3468         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3469         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3470         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3471         known length.
3472
3473 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3474
3475         * gst/matroska/matroska-demux.c:
3476         (gst_matroska_demux_add_wvpk_header),
3477         (gst_matroska_demux_audio_caps):
3478         * gst/matroska/matroska-ids.h:
3479         Fix demuxing of WavPack files. Muxing is still broken.
3480
3481 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3482
3483         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3484         (gst_matroska_demux_add_mpeg_seq_header),
3485         (gst_matroska_demux_add_wvpk_header),
3486         (gst_matroska_demux_check_subtitle_buffer),
3487         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3488         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3489         (gst_matroska_demux_subtitle_caps):
3490         * gst/matroska/matroska-ids.h:
3491         Add a "vfunc" to the track context for postprocessing frames and
3492         convert the wavpack and subtitle postprocessing to this vfunc.
3493         Copy buffer flags in those functions to the new buffers too.
3494
3495         Parse CodecState elements of Blocks.
3496
3497         Add a postprocessing function for MPEG video that adds the sequence
3498         header from the codec private data or codec state to the frames if
3499         it's not already there.
3500
3501 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3502
3503         * gst/matroska/matroska-demux.c:
3504         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3505         If a gap of more than 1/2 second is found in one stream send a
3506         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3507         This also fixes Matroska files where the first buffer doesn't start
3508         at timestamp 0. Fixes bug #429322.
3509
3510         The duration of a block is the default duration multiplied with the
3511         number of laces. Every lace is one frame and the default duration
3512         is the duration of one frame. This fixes playback of files that use
3513         lacing for some tracks.
3514
3515 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3516
3517         * gst/matroska/matroska-demux.c:
3518         (gst_matroska_demux_parse_contents_seekentry):
3519         Update FIXME/TODOs and only ignore EOS at the central, important place
3520         instead of several places.
3521
3522 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3523
3524         * gst/rtp/gstrtpg726pay.c:
3525         Fix caps, See #538891.
3526
3527 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3528
3529         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3530         (gst_matroska_demux_stream_from_num),
3531         (gst_matroska_demux_encoding_cmp),
3532         (gst_matroska_demux_encoding_order_unique),
3533         (gst_matroska_demux_read_track_encoding),
3534         (gst_matroska_demux_read_track_encodings),
3535         (gst_matroska_demux_tracknumber_unique),
3536         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3537         (gst_matroska_demux_parse_tracks),
3538         (gst_matroska_demux_parse_index_cuetrack),
3539         (gst_matroska_demux_parse_index_pointentry),
3540         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3541         (gst_matroska_demux_parse_metadata_id_simple_tag),
3542         (gst_matroska_demux_parse_metadata_id_tag),
3543         (gst_matroska_demux_parse_metadata),
3544         (gst_matroska_demux_parse_attached_file),
3545         (gst_matroska_demux_parse_attachments),
3546         (gst_matroska_demux_parse_chapters),
3547         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3548         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3549         (gst_matroska_demux_parse_cluster),
3550         (gst_matroska_demux_parse_contents_seekentry),
3551         (gst_matroska_demux_parse_contents),
3552         (gst_matroska_demux_loop_stream_parse_id),
3553         (gst_matroska_demux_loop):
3554         Improve debug output everywhere and fix the EOS logic.
3555
3556         Check the values of the ContentEncoding elements more strictly and
3557         don't use tracks for which it's invalid.
3558
3559         Check that the track number is unique for this stream.
3560
3561         Check that seek positions are below G_MAXINT64 as our seeks are
3562         int64-based and overflows will fail badly.
3563
3564         After seeks also don't push SimpleBlocks until the first one
3565         containing a keyframe is found. Before this was done only for normal
3566         Blocks.
3567
3568         Update some FIXME/TODOs.
3569         
3570         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3571         (gst_ebml_read_utf8), (gst_ebml_read_header):
3572         Improve debug output.
3573
3574         * gst/matroska/matroska-ids.c:
3575         (gst_matroska_track_init_video_context):
3576         * gst/matroska/matroska-ids.h:
3577         * gst/matroska/matroska-mux.c:
3578         (gst_matroska_mux_video_pad_setcaps):
3579         Remove eye mode and don't parse it anymore. We can't use that
3580         information in GStreamer yet so it's useless.
3581
3582
3583 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3584
3585         Patch by: Mersad Jelacic <mersad at axis dot com>
3586
3587         * gst/rtp/Makefile.am:
3588         * gst/rtp/gstrtp.c: (plugin_init):
3589         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3590         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3591         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3592         (gst_rtp_g726_depay_plugin_init):
3593         * gst/rtp/gstrtpg726depay.h:
3594         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3595         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3596         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3597         * gst/rtp/gstrtpg726pay.h:
3598         Added G726 pay/depayloaders. Fixes #538891.
3599
3600 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3601
3602         * gst/rtsp/URLS:
3603         Some more urls.
3604
3605         * gst/smpte/barboxwipes.c:
3606         Add a comment
3607
3608         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3609         Fix typo, add audioresample to the pipeline.
3610
3611 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         * ext/libmng/Makefile.am:
3614         * ext/libmng/gstmng.c: (plugin_init):
3615         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3616         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3617         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3618         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3619         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3620         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3621         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3622         (gst_mng_dec_change_state):
3623         * ext/libmng/gstmngdec.h:
3624         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3625         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3626         (gst_mng_enc_init), (gst_mng_enc_chain),
3627         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3628         * ext/libmng/gstmngenc.h:
3629         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3630         bits ifdeffed out still.
3631
3632 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3633
3634         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3635         When comparing index elements with the same time compare their
3636         block number.
3637
3638 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3639
3640         * gst/matroska/matroska-demux.c:
3641           (gst_matroska_demux_parse_attached_file)
3642           Init variable to NULL to avoid compiler warning.
3643
3644 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3645
3646         * gst/matroska/Makefile.am:
3647         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3648         (gst_matroska_demux_parse_attached_file),
3649         (gst_matroska_demux_parse_attachments),
3650         (gst_matroska_demux_parse_contents_seekentry),
3651         (gst_matroska_demux_loop_stream_parse_id):
3652         * gst/matroska/matroska-demux.h:
3653         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3654         * gst/matroska/matroska-ids.h:
3655         * gst/matroska/matroska.c: (plugin_init):
3656         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3657         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3658         and description of the attachments in the caps. Fixes bug #537622.
3659
3660 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3661
3662         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3663         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3664         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3665         (gst_speex_enc_src_query), (gst_speex_enc_init),
3666         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3667         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3668         (gst_speex_enc_set_property):
3669         Add mode property.
3670         Some cleanups, add more debug info.
3671         Add latency query.
3672
3673 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3674
3675         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3676         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3677         If we get less bytes than requested we can't do anything except doing
3678         our EOS logic.
3679
3680 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3681
3682         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3683         (gst_matroskademux_do_index_seek),
3684         (gst_matroska_demux_parse_index_cuetrack),
3685         (gst_matroska_demux_parse_index_pointentry),
3686         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3687         (gst_matroska_demux_parse_metadata):
3688         * gst/matroska/matroska-demux.h:
3689         * gst/matroska/matroska-ids.h:
3690         Use a GArray for storing the Cue (i.e. seek) information, store
3691         the CueTrackPositions for every track, store the block number
3692         and optimize searching in the array by sorting it after the last
3693         element was added.
3694
3695         Fix a small memory leak when trying to parse a tags element that was
3696         already parsed.
3697
3698 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3699
3700         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3701         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3702         (gst_matroska_mux_write_data):
3703         * gst/matroska/matroska-mux.h:
3704         Don't write another SeekHead which indexes all Clusters to the end of
3705         the file. This isn't useful for anything and just increases filesize.
3706
3707 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3708
3709         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3710         Prevent unaligned memory access when reading floats.
3711
3712 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3713
3714         * gst/matroska/ebml-read.c:
3715         * gst/matroska/ebml-read.h:
3716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3717         (gst_matroska_demux_parse_metadata):
3718         * gst/matroska/matroska-demux.h:
3719         Make sure that every Tags element is only parsed once and it's
3720         containing tags are only posted once.
3721
3722 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3723
3724         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3725         (gst_ebml_read_header):
3726         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3727         (gst_matroska_demux_parse_tracks),
3728         (gst_matroska_demux_parse_index_cuetrack),
3729         (gst_matroska_demux_parse_index_pointentry),
3730         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3731         (gst_matroska_demux_parse_metadata_id_simple_tag),
3732         (gst_matroska_demux_parse_metadata_id_tag),
3733         (gst_matroska_demux_parse_metadata),
3734         (gst_matroska_demux_parse_attachments),
3735         (gst_matroska_demux_parse_chapters),
3736         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3737         (gst_matroska_demux_parse_cluster),
3738         (gst_matroska_demux_parse_contents_seekentry),
3739         (gst_matroska_demux_parse_contents),
3740         (gst_matroska_demux_loop_stream_parse_id):
3741         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3742         already. They're not useful in the matroska parser and only cause
3743         additional code.
3744
3745 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3746
3747         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3748         (gst_ebml_finalize), (gst_ebml_read_change_state),
3749         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3750         * gst/matroska/matroska-demux.c:
3751         (gst_matroska_demux_parse_contents_seekentry):
3752         Reverse the level list as we usually are only interested in the
3753         first element or want to add a new first element. Having the
3754         first element stored at the end and calling g_list_last() and
3755         g_list_append() is more expensive.
3756
3757         Also use GSlice for allocating the GstEbmlLevel structs.
3758
3759 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3760
3761         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3762           (gst_tag_inject_class_init), (gst_tag_inject_init):
3763           Don't unref NULL taglist in finalize. Don't use c++ style
3764           comments.
3765
3766 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         * gst/matroska/matroska-demux.c:
3769         (gst_matroska_demux_parse_metadata_id_simple_tag):
3770         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3771         (gst_matroska_mux_write_data):
3772         Use gst_value_serialize() and gst_value_deserialize() for transforming
3773         tags from some GType to a string and the other way around. The default
3774         transformations in GLib don't include transformations from string to
3775         number types.
3776
3777 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3778
3779         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3780         (gst_matroska_demux_parse_tracks),
3781         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3782         (gst_matroska_demux_parse_attachments),
3783         (gst_matroska_demux_parse_chapters),
3784         (gst_matroska_demux_parse_contents_seekentry),
3785         (gst_matroska_demux_loop_stream_parse_id):
3786         * gst/matroska/matroska-demux.h:
3787         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3788         Tags multiple times. The first ones can appear more than once but must
3789         contain the same content as the first for backup purposes so we ignore
3790         all but the first one. Tags can appear multiple times with different
3791         content.
3792
3793         Jump to all elements except Clusters that are available from a
3794         SeekHead to make it more likely to have all required informations
3795         before getting to the first Clusters.
3796
3797         Add dummy functions for parsing Attachments and Chapters.
3798
3799 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3800
3801         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3802         (gst_udpsrc_create), (gst_udpsrc_set_property),
3803         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3804         * gst/udp/gstudpsrc.h:
3805         Add property to control automatic join/leave of multicast groups.
3806         Add G_LIKELY.
3807         Remove setting caps on buffers explicitly, basesrc does that for us now.
3808         Improve debug info.
3809         Convert some non-fatal error into warnings.
3810         Use g_ntohs for better portability.
3811         Leave multicast groups when stopping.
3812         When using external sockets, use getsockname() on them to fill up the
3813         addr structure before calling methods that use the structure.
3814         Should all fix #536903.
3815         API: GstUDPSrc::auto-multicast property
3816
3817 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3818
3819         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3820         Use g_ntohl for better portability.
3821
3822 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3823
3824         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3825         (gst_multiudpsink_remove):
3826         Fix a typo and do some small cleanups.
3827
3828 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3829
3830         Patch by: Olivier Crete <tester at tester dot ca>
3831
3832         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3833         Make the delivery-method mandatory on the caps and only accept inline
3834         for now.
3835         Reverse strcmp checks for delivery-method.
3836
3837         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3838         Make delivery method optional when parsing caps and note this in the
3839         caps.
3840         Reverse strcmp checks for delivery-method.
3841
3842         * gst/rtp/gstrtpvorbispay.c:
3843         Update a comment to note that the delivery-method is optional, 
3844         Fixes #537675.
3845
3846 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3849         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3850         leaving them in READY. Fixes #537832.
3851
3852 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3853
3854         * gst/avi/gstavimux.c:
3855           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3856           for a random constant in tagmuxing code.
3857
3858 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3859
3860         * gst/debug/gsttaginject.c:
3861         * gst/debug/gsttaginject.h:
3862           Now actually adding the new element.
3863
3864 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3865
3866         * docs/plugins/Makefile.am:
3867         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3868         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3869         * docs/plugins/gst-plugins-good-plugins.args:
3870         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3871         * docs/plugins/gst-plugins-good-plugins.interfaces:
3872         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3873         * docs/plugins/inspect/plugin-aasink.xml:
3874         * docs/plugins/inspect/plugin-alaw.xml:
3875         * docs/plugins/inspect/plugin-alpha.xml:
3876         * docs/plugins/inspect/plugin-alphacolor.xml:
3877         * docs/plugins/inspect/plugin-annodex.xml:
3878         * docs/plugins/inspect/plugin-apetag.xml:
3879         * docs/plugins/inspect/plugin-audiofx.xml:
3880         * docs/plugins/inspect/plugin-auparse.xml:
3881         * docs/plugins/inspect/plugin-autodetect.xml:
3882         * docs/plugins/inspect/plugin-avi.xml:
3883         * docs/plugins/inspect/plugin-cacasink.xml:
3884         * docs/plugins/inspect/plugin-cairo.xml:
3885         * docs/plugins/inspect/plugin-cdio.xml:
3886         * docs/plugins/inspect/plugin-cutter.xml:
3887         * docs/plugins/inspect/plugin-debug.xml:
3888         * docs/plugins/inspect/plugin-dv.xml:
3889         * docs/plugins/inspect/plugin-efence.xml:
3890         * docs/plugins/inspect/plugin-effectv.xml:
3891         * docs/plugins/inspect/plugin-equalizer.xml:
3892         * docs/plugins/inspect/plugin-esdsink.xml:
3893         * docs/plugins/inspect/plugin-flac.xml:
3894         * docs/plugins/inspect/plugin-flxdec.xml:
3895         * docs/plugins/inspect/plugin-gamma.xml:
3896         * docs/plugins/inspect/plugin-gconfelements.xml:
3897         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3898         * docs/plugins/inspect/plugin-goom.xml:
3899         * docs/plugins/inspect/plugin-goom2k1.xml:
3900         * docs/plugins/inspect/plugin-halelements.xml:
3901         * docs/plugins/inspect/plugin-icydemux.xml:
3902         * docs/plugins/inspect/plugin-id3demux.xml:
3903         * docs/plugins/inspect/plugin-jpeg.xml:
3904         * docs/plugins/inspect/plugin-level.xml:
3905         * docs/plugins/inspect/plugin-matroska.xml:
3906         * docs/plugins/inspect/plugin-monoscope.xml:
3907         * docs/plugins/inspect/plugin-mulaw.xml:
3908         * docs/plugins/inspect/plugin-multifile.xml:
3909         * docs/plugins/inspect/plugin-multipart.xml:
3910         * docs/plugins/inspect/plugin-navigationtest.xml:
3911         * docs/plugins/inspect/plugin-ossaudio.xml:
3912         * docs/plugins/inspect/plugin-png.xml:
3913         * docs/plugins/inspect/plugin-quicktime.xml:
3914         * docs/plugins/inspect/plugin-rtp.xml:
3915         * docs/plugins/inspect/plugin-rtsp.xml:
3916         * docs/plugins/inspect/plugin-smpte.xml:
3917         * docs/plugins/inspect/plugin-soup.xml:
3918         * docs/plugins/inspect/plugin-spectrum.xml:
3919         * docs/plugins/inspect/plugin-speex.xml:
3920         * docs/plugins/inspect/plugin-taglib.xml:
3921         * docs/plugins/inspect/plugin-udp.xml:
3922         * docs/plugins/inspect/plugin-video4linux2.xml:
3923         * docs/plugins/inspect/plugin-videobalance.xml:
3924         * docs/plugins/inspect/plugin-videobox.xml:
3925         * docs/plugins/inspect/plugin-videocrop.xml:
3926         * docs/plugins/inspect/plugin-videoflip.xml:
3927         * docs/plugins/inspect/plugin-videomixer.xml:
3928         * docs/plugins/inspect/plugin-wavenc.xml:
3929         * docs/plugins/inspect/plugin-wavpack.xml:
3930         * docs/plugins/inspect/plugin-wavparse.xml:
3931         * docs/plugins/inspect/plugin-ximagesrc.xml:
3932         * gst/debug/Makefile.am:
3933         * gst/debug/breakmydata.c:
3934         * gst/debug/efence.c:
3935         * gst/debug/gstdebug.c:
3936         * gst/debug/gstnavseek.c:
3937         * gst/debug/gstpushfilesrc.c:
3938         * gst/debug/gstpushfilesrc.h:
3939         * gst/debug/negotiation.c:
3940         * gst/debug/progressreport.c:
3941         * gst/debug/progressreport.h:
3942         * gst/debug/rndbuffersize.c:
3943         * gst/debug/testplugin.c:
3944           Remove dummy plugin_init. Remove some undefined entries from doc-
3945           section file. Add taginject element and rebuild docs for it.
3946
3947 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3948
3949         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3950         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3951         Update the counter for the number of streams when pads are added or
3952         removed. This will make sure that a seek table is generated for
3953         files with just one audio stream.
3954
3955 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3956
3957         * gst/matroska/matroska-demux.c:
3958         (gst_matroska_demux_parse_metadata_id_simple_tag):
3959         * gst/matroska/matroska-ids.h:
3960         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3961         Add some more tags, improve debugging a bit and make sure that
3962         GValue transformation has succeeded before using the result
3963         as a tag.
3964
3965 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3966
3967         Patch by: Olivier Crete <tester at tester dot ca>
3968
3969         * gst/rtp/gstrtptheorapay.c:
3970         The Theora RTP payloader only supports the "inline" delievery method
3971         so let's declare this on the caps of the static pad template.
3972         Fixes bug #537675.
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), (gst_videomixer_update_queues):
3978         Remove bogus check.
3979
3980 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3981
3982         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3983         (gst_videomixer_blend_buffers):
3984         Use stream_time to synchronize the object properties.
3985         Use running_time of the master pad to timestamp outgoing buffers.
3986         Fix the initial segment event to extend an unknown amount of time.
3987         Fixes #537361.
3988
3989 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3992         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3993         (gst_avi_demux_calculate_durations_from_index),
3994         (gst_avi_demux_stream_header_push),
3995         (gst_avi_demux_stream_header_pull):
3996         Try to ignore unparsable/unknown streams and give a warning instead of
3997         erroring out. Fixes #537377.
3998
3999 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4000
4001         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
4002         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
4003
4004         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4005         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4006         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4007         (gst_matroska_demux_read_track_encodings),
4008         (gst_matroska_demux_add_stream),
4009         (gst_matroska_demux_handle_src_query),
4010         (gst_matroska_demux_init_stream),
4011         (gst_matroska_demux_parse_index_cuetrack),
4012         (gst_matroska_demux_parse_index_pointentry),
4013         (gst_matroska_demux_parse_info),
4014         (gst_matroska_demux_parse_metadata_id_simple_tag),
4015         (gst_matroska_demux_parse_metadata),
4016         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4017         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4018         (gst_matroska_demux_parse_cluster),
4019         (gst_matroska_demux_parse_contents_seekentry),
4020         (gst_matroska_demux_loop_stream_parse_id),
4021         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4022         (gst_matroska_demux_audio_caps),
4023         (gst_matroska_demux_subtitle_caps):
4024         * gst/matroska/matroska-demux.h:
4025         * gst/matroska/matroska-ids.c:
4026         (gst_matroska_track_init_subtitle_context):
4027         * gst/matroska/matroska-ids.h:
4028         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4029         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
4030         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
4031         (gst_matroska_mux_video_pad_setcaps),
4032         (gst_matroska_mux_audio_pad_setcaps),
4033         (gst_matroska_mux_subtitle_pad_setcaps),
4034         (gst_matroska_mux_request_new_pad),
4035         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
4036         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
4037         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
4038         (gst_matroska_mux_set_property):
4039         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
4040         elements, do some checks for valid values in the demuxer, handle
4041         tracktimecodescale in the demuxer, set correct default values for all
4042         settings in the demuxer, review and add all missing matroska
4043         IDs and some more raw YUV formats, and some trivial cleanup.
4044
4045 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
4048         (gst_pulsemixer_class_init):
4049         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4050         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
4051         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4052         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
4053         (gst_pulsesrc_prepare):
4054         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
4055         gst_element_class_set_details_simple() and fix coding style a bit
4056         more.
4057
4058 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4059
4060         * docs/plugins/Makefile.am:
4061         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4062         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4063         * docs/plugins/gst-plugins-good-plugins.args:
4064         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4065         * docs/plugins/gst-plugins-good-plugins.interfaces:
4066         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4067         * docs/plugins/inspect/plugin-aasink.xml:
4068         * docs/plugins/inspect/plugin-alaw.xml:
4069         * docs/plugins/inspect/plugin-alpha.xml:
4070         * docs/plugins/inspect/plugin-alphacolor.xml:
4071         * docs/plugins/inspect/plugin-annodex.xml:
4072         * docs/plugins/inspect/plugin-apetag.xml:
4073         * docs/plugins/inspect/plugin-audiofx.xml:
4074         * docs/plugins/inspect/plugin-auparse.xml:
4075         * docs/plugins/inspect/plugin-autodetect.xml:
4076         * docs/plugins/inspect/plugin-avi.xml:
4077         * docs/plugins/inspect/plugin-cacasink.xml:
4078         * docs/plugins/inspect/plugin-cairo.xml:
4079         * docs/plugins/inspect/plugin-cdio.xml:
4080         * docs/plugins/inspect/plugin-cutter.xml:
4081         * docs/plugins/inspect/plugin-debug.xml:
4082         * docs/plugins/inspect/plugin-dv.xml:
4083         * docs/plugins/inspect/plugin-efence.xml:
4084         * docs/plugins/inspect/plugin-effectv.xml:
4085         * docs/plugins/inspect/plugin-equalizer.xml:
4086         * docs/plugins/inspect/plugin-esdsink.xml:
4087         * docs/plugins/inspect/plugin-flac.xml:
4088         * docs/plugins/inspect/plugin-flxdec.xml:
4089         * docs/plugins/inspect/plugin-gamma.xml:
4090         * docs/plugins/inspect/plugin-gconfelements.xml:
4091         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4092         * docs/plugins/inspect/plugin-goom.xml:
4093         * docs/plugins/inspect/plugin-goom2k1.xml:
4094         * docs/plugins/inspect/plugin-halelements.xml:
4095         * docs/plugins/inspect/plugin-icydemux.xml:
4096         * docs/plugins/inspect/plugin-id3demux.xml:
4097         * docs/plugins/inspect/plugin-jpeg.xml:
4098         * docs/plugins/inspect/plugin-level.xml:
4099         * docs/plugins/inspect/plugin-matroska.xml:
4100         * docs/plugins/inspect/plugin-monoscope.xml:
4101         * docs/plugins/inspect/plugin-mulaw.xml:
4102         * docs/plugins/inspect/plugin-multifile.xml:
4103         * docs/plugins/inspect/plugin-multipart.xml:
4104         * docs/plugins/inspect/plugin-navigationtest.xml:
4105         * docs/plugins/inspect/plugin-ossaudio.xml:
4106         * docs/plugins/inspect/plugin-png.xml:
4107         * docs/plugins/inspect/plugin-pulseaudio.xml:
4108         * docs/plugins/inspect/plugin-quicktime.xml:
4109         * docs/plugins/inspect/plugin-rtp.xml:
4110         * docs/plugins/inspect/plugin-rtsp.xml:
4111         * docs/plugins/inspect/plugin-smpte.xml:
4112         * docs/plugins/inspect/plugin-soup.xml:
4113         * docs/plugins/inspect/plugin-spectrum.xml:
4114         * docs/plugins/inspect/plugin-speex.xml:
4115         * docs/plugins/inspect/plugin-taglib.xml:
4116         * docs/plugins/inspect/plugin-udp.xml:
4117         * docs/plugins/inspect/plugin-video4linux2.xml:
4118         * docs/plugins/inspect/plugin-videobalance.xml:
4119         * docs/plugins/inspect/plugin-videobox.xml:
4120         * docs/plugins/inspect/plugin-videocrop.xml:
4121         * docs/plugins/inspect/plugin-videoflip.xml:
4122         * docs/plugins/inspect/plugin-videomixer.xml:
4123         * docs/plugins/inspect/plugin-wavenc.xml:
4124         * docs/plugins/inspect/plugin-wavpack.xml:
4125         * docs/plugins/inspect/plugin-wavparse.xml:
4126         * docs/plugins/inspect/plugin-ximagesrc.xml:
4127         * ext/pulse/plugin.c:
4128         * ext/pulse/pulsemixer.c:
4129         * ext/pulse/pulsesink.c:
4130         * ext/pulse/pulsesrc.c:
4131         Add documentation to the pulseaudio plugin and run make update
4132         in docs/plugins.
4133
4134 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4135
4136         Patch by: Brian Cameron <brian.cameron at sun dot com>
4137
4138         * sys/sunaudio/gstsunaudiomixerctrl.c:
4139         (gst_sunaudiomixer_ctrl_get_volume),
4140         (gst_sunaudiomixer_ctrl_set_volume):
4141         Improvements for the SunAudio mixer by handling mute as no gain
4142         for tracks that have a gain property but no mute property.
4143         Fixes bug #536067.
4144
4145 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
4146
4147         * configure.ac:
4148         * ext/pulse/Makefile.am:
4149         * ext/pulse/plugin.c: (plugin_init):
4150         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
4151         (gst_pulsemixer_implements_interface_init),
4152         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
4153         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
4154         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
4155         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
4156         * ext/pulse/pulsemixer.h:
4157         * ext/pulse/pulsemixerctrl.c:
4158         (gst_pulsemixer_ctrl_context_state_cb),
4159         (gst_pulsemixer_ctrl_sink_info_cb),
4160         (gst_pulsemixer_ctrl_source_info_cb),
4161         (gst_pulsemixer_ctrl_subscribe_cb),
4162         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
4163         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
4164         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
4165         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
4166         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
4167         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
4168         * ext/pulse/pulsemixerctrl.h:
4169         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
4170         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
4171         * ext/pulse/pulsemixertrack.h:
4172         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
4173         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
4174         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
4175         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
4176         (gst_pulseprobe_new), (gst_pulseprobe_free),
4177         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
4178         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
4179         (gst_pulseprobe_set_server):
4180         * ext/pulse/pulseprobe.h:
4181         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
4182         (gst_pulsesink_class_init), (gst_pulsesink_init),
4183         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
4184         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
4185         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
4186         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
4187         (gst_pulsesink_stream_request_cb),
4188         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
4189         (gst_pulsesink_close), (gst_pulsesink_prepare),
4190         (gst_pulsesink_unprepare), (gst_pulsesink_write),
4191         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
4192         (gst_pulsesink_reset), (gst_pulsesink_change_title),
4193         (gst_pulsesink_event), (gst_pulsesink_get_type):
4194         * ext/pulse/pulsesink.h:
4195         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
4196         (gst_pulsesrc_implements_interface_init),
4197         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
4198         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
4199         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
4200         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
4201         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
4202         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
4203         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
4204         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
4205         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
4206         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
4207         (gst_pulsesrc_get_type):
4208         * ext/pulse/pulsesrc.h:
4209         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
4210         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
4211         * ext/pulse/pulseutil.h:
4212         Add pulseaudio GStreamer element from gst-pulse. Development will
4213         continue here instead of pulseaudio SVN. Fixes bug #400679.
4214         Only changes over gst-pulse SVN are added copyright to the top of
4215         files and coding style changes.
4216
4217 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
4218
4219         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
4220
4221         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
4222           (gst_cdio_add_cdtext_album_tags):
4223         * ext/cdio/gstcdio.h:
4224         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4225           Also extract album title and album genre from CD-TEXT if
4226           available (#537021).
4227
4228 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4229
4230         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4231
4232         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
4233         Improve negotiation a bit more by picking the smallest possible
4234         resolution that is larger than the resolution specified in the
4235         first caps entry of the peer caps. Fixes bug #536994.
4236
4237 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
4238
4239         Patch by: Bastien Nocera <hadess at hadess dot net>
4240
4241         * sys/v4l2/gstv4l2vidorient.c:
4242         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
4243         Fix compilation with newer GIT kernels that deprecated
4244         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
4245
4246 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4247
4248         * configure.ac:
4249         * ext/cdio/gstcdio.c:
4250         * ext/cdio/gstcdio.h:
4251         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
4252           Require libcdio >= 0.76.
4253
4254 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
4255
4256         * gst/avi/gstavidemux.c:
4257         Catch UNEXPECTED when downstream has reached end of
4258         segment in reverse mode.
4259
4260 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4261
4262         * gst/avi/gstavidemux.c:
4263         Fix typo in comment
4264
4265 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4266
4267         * gst/avi/gstavidemux.c:
4268         Because we don't know the frame order we need to push till
4269         the next keyframe
4270
4271 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4272
4273         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4274
4275         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
4276         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
4277         Provide a custom negotiation function to make sure to pick the highest
4278         possible framerate and resolution. Fixes bug #536646.
4279
4280 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
4281
4282         * gst/avi/gstavidemux.c:
4283         Set EOS when going out of the segment in reverse playback
4284
4285 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4286
4287         * ext/taglib/Makefile.am::
4288           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
4289           taglib headers (with gcc 4.3.1).
4290
4291 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
4292
4293         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
4294         Use the new gst_rtsp_connection_get_ip() to access the IP address
4295         of a GstRTSPConnection since it is a private member.
4296
4297 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
4298
4299         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
4300         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
4301           Use new utility functions in libgsttag to process coverart (#512333).
4302
4303 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4304
4305         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4306         We actually support left/side, right/side and mid/side files. The
4307         conversion to normal, interleaved stereo is done by libflac.
4308
4309 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
4310
4311         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4312         (gst_ebml_write_set_cache):
4313         Unref the write cache in finalize if it was set and add add "FIXME"
4314         to a comment that needs it.
4315
4316 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4317
4318         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4319
4320         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4321         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4322         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4323         (gst_avi_demux_process_next_entry):
4324         * gst/avi/gstavidemux.h:
4325         Implement reverse playback. Fixes #535300.
4326         Small cleanups.
4327
4328 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4329
4330         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4331         (gst_videomixer_query_latency):
4332         When using gst_element_iterate_pads() one has to unref every pad
4333         after usage.
4334
4335 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4336
4337         Patch by: Bastien Nocera <hadess at hadess dot net>
4338         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4339         (qtdemux_parse_udta):
4340         * gst/qtdemux/qtdemux_fourcc.h:
4341         Improve meta-data handling, add 'comment', 'description' and
4342         'copyright' tag handling.
4343         Fixes #535935
4344
4345 2008-05-31  Julien Moutte  <julien@fluendo.com>
4346
4347         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4348         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4349         (gst_qtdemux_seek_to_previous_keyframe),
4350         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4351         we don't clip the segment's stop using the main segment duration as
4352         that could crop quite some video frames. Make reverse playback support
4353         more robust and support edit lists. Support seeking to the last frame,
4354         and fix reverse looping playback. Add some debugging.
4355         * win32/common/config.h: Updated.
4356
4357 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4358
4359         * gst/equalizer/gstiirequalizer.c:
4360         (gst_iir_equalizer_transform_ip):
4361         Don't clip float/double samples, correctly unset passthrough mode
4362         and use better rounding for integer samples.
4363
4364 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4365
4366         * gst/equalizer/gstiirequalizer.c:
4367         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4368         (setup_filter), (set_passthrough), (update_coefficients),
4369         (gst_iir_equalizer_compute_frequencies),
4370         (gst_iir_equalizer_transform_ip):
4371         * gst/equalizer/gstiirequalizer.h:
4372         Update the filter coefficients only when needed in the transform_ip
4373         function and correctly set the element into passthrough mode if the
4374         gain of all bands is 0.
4375
4376 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4377
4378         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4379
4380         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4381         (gst_alpha_set_property), (gst_alpha_get_property),
4382         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4383         Try to skip pixels or areas that are too dark or too bright for us to do
4384         meaningfull color detection.
4385         Added properties to control the sensitivity to light and darkness.
4386         Added some small cleanups. Fixes #512345.
4387
4388 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4389
4390         * docs/plugins/.cvsignore:
4391         * tests/check/elements/.cvsignore:
4392         Ignore some more generated things
4393
4394         * tests/check/Makefile.am:
4395         Ignore OSS elements in the state changes test too.
4396
4397 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4398
4399         * docs/plugins/Makefile.am:
4400         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4402         Add SMPTE effect elements to docs.
4403
4404 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4405
4406         * docs/plugins/Makefile.am:
4407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4409         * ext/raw1394/gstdv1394src.c:
4410           Document whats first shown on the fdo plugin docs page :)
4411
4412 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4413
4414         * docs/plugins/Makefile.am:
4415         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4416         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4417         * docs/plugins/gst-plugins-good-plugins.args:
4418         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4419         * docs/plugins/inspect/plugin-audiofx.xml:
4420         * gst/audiofx/Makefile.am:
4421         * gst/audiofx/audiofx.c:
4422         * gst/audiofx/audiokaraoke.c:
4423         * gst/audiofx/audiokaraoke.h:
4424         * gst/audiofx/audiovoice.c:
4425         * gst/audiofx/audiovoice.h:
4426           Rename audiovoice to audiokaraoke and add it to the docs.
4427
4428 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4429
4430         * REQUIREMENTS:
4431         * docs/plugins/Makefile.am:
4432         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4433         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4434         * docs/plugins/gst-plugins-good-plugins.args:
4435         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4436         * docs/plugins/gst-plugins-good-plugins.interfaces:
4437         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4438         * docs/plugins/inspect/plugin-aasink.xml:
4439         * docs/plugins/inspect/plugin-alaw.xml:
4440         * docs/plugins/inspect/plugin-alpha.xml:
4441         * docs/plugins/inspect/plugin-alphacolor.xml:
4442         * docs/plugins/inspect/plugin-annodex.xml:
4443         * docs/plugins/inspect/plugin-apetag.xml:
4444         * docs/plugins/inspect/plugin-audiofx.xml:
4445         * docs/plugins/inspect/plugin-auparse.xml:
4446         * docs/plugins/inspect/plugin-autodetect.xml:
4447         * docs/plugins/inspect/plugin-avi.xml:
4448         * docs/plugins/inspect/plugin-cacasink.xml:
4449         * docs/plugins/inspect/plugin-cairo.xml:
4450         * docs/plugins/inspect/plugin-cdio.xml:
4451         * docs/plugins/inspect/plugin-cutter.xml:
4452         * docs/plugins/inspect/plugin-debug.xml:
4453         * docs/plugins/inspect/plugin-dv.xml:
4454         * docs/plugins/inspect/plugin-efence.xml:
4455         * docs/plugins/inspect/plugin-effectv.xml:
4456         * docs/plugins/inspect/plugin-equalizer.xml:
4457         * docs/plugins/inspect/plugin-esdsink.xml:
4458         * docs/plugins/inspect/plugin-flac.xml:
4459         * docs/plugins/inspect/plugin-flxdec.xml:
4460         * docs/plugins/inspect/plugin-gamma.xml:
4461         * docs/plugins/inspect/plugin-gconfelements.xml:
4462         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4463         * docs/plugins/inspect/plugin-goom.xml:
4464         * docs/plugins/inspect/plugin-goom2k1.xml:
4465         * docs/plugins/inspect/plugin-halelements.xml:
4466         * docs/plugins/inspect/plugin-icydemux.xml:
4467         * docs/plugins/inspect/plugin-id3demux.xml:
4468         * docs/plugins/inspect/plugin-jpeg.xml:
4469         * docs/plugins/inspect/plugin-level.xml:
4470         * docs/plugins/inspect/plugin-matroska.xml:
4471         * docs/plugins/inspect/plugin-monoscope.xml:
4472         * docs/plugins/inspect/plugin-mulaw.xml:
4473         * docs/plugins/inspect/plugin-multifile.xml:
4474         * docs/plugins/inspect/plugin-multipart.xml:
4475         * docs/plugins/inspect/plugin-navigationtest.xml:
4476         * docs/plugins/inspect/plugin-ossaudio.xml:
4477         * docs/plugins/inspect/plugin-png.xml:
4478         * docs/plugins/inspect/plugin-quicktime.xml:
4479         * docs/plugins/inspect/plugin-rtp.xml:
4480         * docs/plugins/inspect/plugin-rtsp.xml:
4481         * docs/plugins/inspect/plugin-smpte.xml:
4482         * docs/plugins/inspect/plugin-soup.xml:
4483         * docs/plugins/inspect/plugin-spectrum.xml:
4484         * docs/plugins/inspect/plugin-speex.xml:
4485         * docs/plugins/inspect/plugin-taglib.xml:
4486         * docs/plugins/inspect/plugin-udp.xml:
4487         * docs/plugins/inspect/plugin-video4linux2.xml:
4488         * docs/plugins/inspect/plugin-videobalance.xml:
4489         * docs/plugins/inspect/plugin-videobox.xml:
4490         * docs/plugins/inspect/plugin-videocrop.xml:
4491         * docs/plugins/inspect/plugin-videoflip.xml:
4492         * docs/plugins/inspect/plugin-videomixer.xml:
4493         * docs/plugins/inspect/plugin-wavenc.xml:
4494         * docs/plugins/inspect/plugin-wavpack.xml:
4495         * docs/plugins/inspect/plugin-wavparse.xml:
4496         * docs/plugins/inspect/plugin-ximagesrc.xml:
4497         * ext/aalib/gstaasink.c:
4498         * ext/libcaca/gstcacasink.c:
4499           Document aasink and cacasink.
4500
4501 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4502
4503         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4504         (gst_videomixer_init), (gst_videomixer_query_duration),
4505         (gst_videomixer_query_latency), (gst_videomixer_query),
4506         (gst_videomixer_blend_buffers):
4507         * gst/videomixer/videomixer.h:
4508         Implement position (in time), duration and latency queries.
4509
4510 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4511
4512         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4513         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4514         (gst_videomixer_fill_queues), (forward_event_func),
4515         (forward_event), (gst_videomixer_src_event),
4516         (gst_videomixer_sink_event):
4517         * gst/videomixer/videomixer.h:
4518         Implement proper seek/newsegment handling.
4519         Based on adder's implementation.
4520         Fixes #535121
4521
4522 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4523
4524         Patch by: Jan Gerber <j at oil21 dot org>
4525
4526         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4527         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4528
4529 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4530
4531         * gst/audiofx/Makefile.am:
4532         * gst/audiofx/audiofx.c: (plugin_init):
4533         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4534         (gst_audio_voice_class_init), (gst_audio_voice_init),
4535         (update_filter), (gst_audio_voice_set_property),
4536         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4537         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4538         (gst_audio_voice_transform_ip):
4539         * gst/audiofx/audiovoice.h:
4540         Add simple voice removal element. Yay karaoke.
4541
4542 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4543
4544         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4545
4546         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4547         Fix potential caps leak.
4548         If we can't get the framerate with an ioctl, try to get it with the
4549         current norm. Fixes #520092.
4550
4551 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4552
4553         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4554
4555         * sys/v4l2/v4l2src_calls.c:
4556         (gst_v4l2src_probe_caps_for_format_and_size):
4557         If we fail to get the frame intervals, simply don't touch the framerates
4558         on the template caps instead of discarding the format. See #520092.
4559
4560 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4561
4562         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4563
4564         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4565         (gst_v4l2_get_caps_info):
4566         Add NV12, NV21 and bayer support. See #520092.
4567
4568 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4569
4570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4571         (gst_qtdemux_activate_segment):
4572         Unbreak segment activation again. Fixes #531672.
4573
4574 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4575
4576         * ext/flac/Makefile.am:
4577         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4578         Set the channel layout when decoding FLAC files with more than 2
4579         channels as defined by the FLAC spec. Fixes bug #534570.
4580
4581         Also don't try to decode left/side, right/side and mid/side files
4582         as we don't support this at all.
4583
4584 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4585
4586         * configure.ac:
4587           We need -base CVS (rtsp).
4588
4589 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4590
4591         * gst/udp/Makefile.am:
4592           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4593           when including netdb.h when building against glibc >= 2.8.
4594
4595 2008-05-22  Julien Moutte  <julien@fluendo.com>
4596
4597         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4598         debug statement arguments.
4599         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4600         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4601         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4602         on more platforms.
4603
4604 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4605
4606         * tests/check/elements/avimux.c: (setup_src_pad),
4607         (teardown_src_pad):
4608         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4609         (GST_START_TEST):
4610         * tests/check/elements/matroskamux.c: (setup_src_pad),
4611         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4612         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4613         (GST_START_TEST):
4614         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4615         (setup_wavpackparse), (cleanup_wavpackparse):
4616         Don't use gst_element_get_pad(), it's a bad, bad method.
4617
4618 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4621         (do_toggle_element):
4622         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4623         (do_toggle_element):
4624         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4625         (do_toggle_element):
4626         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4627         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4628         (do_toggle_element):
4629         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4630         (do_toggle_element):
4631         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4632         (gst_auto_audio_sink_detect):
4633         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4634         (gst_auto_video_sink_detect):
4635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4636         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4637         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4638         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4639         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4640         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4641         * tests/icles/videocrop-test.c: (test_with_caps),
4642         (video_crop_get_test_caps):
4643         Don't use gst_element_get_pad(), it's a bad method.
4644
4645 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4646
4647         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4648         (gst_multiudpsink_add_internal):
4649         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4650         (gst_udp_join_group):
4651         * gst/udp/gstudpnetutils.h:
4652         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4653         Joining a multicast group and setting the loop/ttl properties are
4654         totally unrelated tasks are must be separated.
4655
4656 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4657
4658         * gst/avi/gstavimux.c:
4659           Also support alaw/mulaw.
4660
4661 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4662
4663         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4664         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4665         * gst/udp/gstmultiudpsink.h:
4666         Add a fixme for the auto-multicast property.
4667         Fix some confusing debug messages.
4668         Disable setting a qos value by default.
4669
4670 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4671
4672         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4673
4674         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4675         Ignore EPERM errors from sendto. Fixes #533619.
4676
4677 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4678
4679         Patch by: Henrik Eriksson <henriken at axis dot com>
4680
4681         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4682         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4683         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4684         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4685         * gst/udp/gstmultiudpsink.h:
4686         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4687
4688 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4689
4690         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4691         Improve debugging of the ident.
4692
4693 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4694
4695         Patch by: Bruno Santos <brunof at ua dot pt>
4696
4697         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4698         (gst_udp_join_group), (gst_udp_leave_group),
4699         (gst_udp_is_multicast):
4700         * gst/udp/gstudpnetutils.h:
4701         Provide a bunch of helper methods to deal with IPv4 and IPv6
4702         transparently.
4703
4704         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4705         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4706         (gst_multiudpsink_get_property), (join_multicast),
4707         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4708         (gst_multiudpsink_remove):
4709         * gst/udp/gstmultiudpsink.h:
4710         Add multicast TTL and loopback properties.
4711         Use the helper methods to implement ip4 and ip6.
4712
4713         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4714         * gst/udp/gstudpsrc.h:
4715         Use the helper methods to implement ip4 and ip6.
4716         Fixes #515962.
4717
4718 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4719
4720         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4721
4722         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4723         (gst_multipart_demux_get_gstname),
4724         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4725         * gst/multipart/multipartdemux.h:
4726         Don't blindly copy the mime-type as the caps name because they not
4727         always map directly. Instead use a hashtable with common mappings.
4728         Fixes #533287.
4729
4730 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         * ext/esd/esdsink.c: (gst_esdsink_write):
4733         When we post an error, we must return -1 to let the parent know that we
4734         cannot write the segment else it will loop and continue to call us again
4735         forever. Patch by Michael Meeks.
4736
4737 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4738
4739         * gst/videomixer/videomixer.c:
4740           Add missing incudes.
4741
4742 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4743
4744         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4745         (gst_rtp_h264_pay_handle_buffer):
4746         * gst/rtp/gstrtph264pay.h:
4747         Correct a typo (sinle -> single).
4748
4749 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4750
4751         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4752         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4753         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4754         (gst_rtp_h264_depay_process):
4755         * gst/rtp/gstrtph264depay.h:
4756         Add experimental support for outputting quicktime-like AVC output in
4757         addition to the existing bytestream output.
4758
4759         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4760         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4761         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4762         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4763         (gst_rtp_h264_pay_get_property):
4764         * gst/rtp/gstrtph264pay.h:
4765         Make the parsing mode configurable, for some inputs we don't need to
4766         scan every byte for start codes.
4767         Only set the marker bit on ACCESS units.
4768
4769 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4770
4771         * gst/equalizer/gstiirequalizer.c:
4772         Use a bigger type in integer mode for the intermediate results to
4773         prevent overflows. This fixes the crippled sound when using the
4774         equalizer in integer mode. Fixes bug #510865.
4775
4776 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4777
4778         * gst/videomixer/videomixer.c:
4779         * gst/videomixer/videomixer.h:
4780         Instead of a random number for the request pad id's,
4781         use a counter.
4782
4783         Register the videomixerpad class from the element's class_init
4784         where it's safer, and allows the docs generator to scan it.
4785
4786 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4787
4788         * gst/smpte/Makefile.am:
4789         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4790         * gst/smpte/gstsmpte.h:
4791         * gst/smpte/gstsmptealpha.c:
4792         (gst_smpte_alpha_transition_type_get_type),
4793         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4794         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4795         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4796         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4797         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4798         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4799         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4800         * gst/smpte/gstsmptealpha.h:
4801         * gst/smpte/plugin.c: (plugin_init):
4802         Add new plugin that adds the SMPTE transition in the alpha channel of
4803         I420 and AYUV frames so that they can be blended with videomixer later
4804         on. Uses all niceties such as using base transform for efficient alloc
4805         and negotiation. It currently requires GstController to control the
4806         position in the transition effect.
4807
4808 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4809
4810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4812         * docs/plugins/gst-plugins-good-plugins.args:
4813         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4814         * docs/plugins/gst-plugins-good-plugins.interfaces:
4815         * docs/plugins/gst-plugins-good-plugins.types:
4816         * gst/videomixer/videomixer.c:
4817           Try using thaytans new mechanism to get extra classes into plugin
4818           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4819           missing still.
4820
4821 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4822
4823         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4824         Set proper rate in avi stream header for PCM audio, and also do some
4825         more sanity checks on caps in this case.  Fixes #511489.
4826
4827 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4828
4829         * sys/v4l2/gstv4l2src.c:
4830         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4831         isn't implemented at all yet and this requires X headers to be
4832         installed. Fixes bug #533264.
4833
4834 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4835
4836         reviewed by: <delete if not using a buddy>
4837
4838         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4839         (gst_ebml_write_set_cache):
4840         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4841         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4842         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4843         (gst_matroska_demux_read_track_encodings),
4844         (gst_matroska_demux_add_stream),
4845         (gst_matroska_demux_handle_src_query),
4846         (gst_matroska_demux_init_stream),
4847         (gst_matroska_demux_parse_index_cuetrack),
4848         (gst_matroska_demux_parse_index_pointentry),
4849         (gst_matroska_demux_parse_info),
4850         (gst_matroska_demux_parse_metadata_id_simple_tag),
4851         (gst_matroska_demux_parse_metadata),
4852         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4853         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4854         (gst_matroska_demux_parse_cluster),
4855         (gst_matroska_demux_parse_contents_seekentry),
4856         (gst_matroska_demux_loop_stream_parse_id),
4857         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4858         (gst_matroska_demux_audio_caps),
4859         (gst_matroska_demux_subtitle_caps):
4860         * gst/matroska/matroska-demux.h:
4861         * gst/matroska/matroska-ids.c:
4862         (gst_matroska_track_init_subtitle_context):
4863         * gst/matroska/matroska-ids.h:
4864         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4865         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4866         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4867         * sys/v4l2/gstv4l2src.c:
4868         * tests/check/pipelines/wavpack.c: (bus_handler):
4869         * win32/common/config.h:
4870
4871 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4872
4873         * ext/wavpack/gstwavpackstreamreader.c:
4874         * tests/examples/spectrum/demo-audiotest.c:
4875         * tests/examples/spectrum/demo-osssrc.c:
4876         Fix some compiler warnings.
4877
4878 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4879
4880         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4881         Small comment added.
4882
4883         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4884         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4885         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4886         Debug string cleanups (remove trailing \n)
4887         Refactor and clean up the payloader a bit and make sure that we only
4888         put one NAL unit in an RTP packet even if the input buffer contains
4889         multiple NAL units.
4890         Add suport for AVC format input.
4891
4892 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4893
4894         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4895         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4896         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4897         * gst/rtp/gstrtph264pay.h:
4898         Make it possible to specify profile-level-id and sprop-parameter-sets
4899         using properties in case they are not available in-stream.
4900
4901 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4902
4903         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4904         * docs/plugins/gst-plugins-good-plugins.args:
4905         * docs/plugins/inspect/plugin-ladspa.xml:
4906           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4907
4908 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4909
4910         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4911         Send an initial BYTE segment to inform downstream of later seeking,
4912         and to forego sync attempts.
4913
4914 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4915
4916         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4917         Fix wrong caps string.
4918
4919 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4920
4921         Based on patch by: Olivier Crete <tester at tester dot ca>
4922
4923         * gst/rtp/Makefile.am:
4924         * gst/rtp/gstrtp.c: (plugin_init):
4925         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4926         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4927         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4928         (gst_rtp_g729_depay_plugin_init):
4929         * gst/rtp/gstrtpg729depay.h:
4930         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4931         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4932         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4933         * gst/rtp/gstrtpg729pay.h:
4934         Added G729 pay and depayloaders. Fixes #532409.
4935
4936 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4937
4938         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4939         Fix the calculation of the duration of the concealment packets.
4940
4941 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4942
4943         Based on patch by: Olivier Crete <tester at tester dot ca>
4944
4945         * gst/rtp/Makefile.am:
4946         * gst/rtp/gstrtp.c: (plugin_init):
4947         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4948         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4949         (parse_encode), (gst_rtp_dv_depay_setcaps),
4950         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4951         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4952         (gst_rtp_dv_depay_plugin_init):
4953         * gst/rtp/gstrtpdvdepay.h:
4954         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4955         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4956         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4957         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4958         (gst_dv_pay_negotiate), (include_dif),
4959         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4960         * gst/rtp/gstrtpdvpay.h:
4961         Add DV pay and depayloaders. Fixes #532423.
4962
4963 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4964
4965         * gst/matroska/matroska-demux.c:
4966         (gst_matroska_demux_push_dvd_clut_change_event):
4967         Convert subtitle palette info in VobSub private data from VobSub's
4968         (buggy) RGB to YUV.
4969
4970 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4971
4972         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4973         Do not leave fourcc stream header field empty upon reset.
4974         Fixes #519301.
4975
4976 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4977
4978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4980         * docs/plugins/inspect/plugin-goom.xml:
4981         * docs/plugins/inspect/plugin-goom2k1.xml:
4982         * gst/goom/gstgoom.c:
4983         * gst/goom2k1/gstgoom.c:
4984         Add goom2k1 into the docs.
4985
4986 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4987
4988         Based on patch by: Wouter Cloetens  <wouter at mind be>
4989
4990         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4991         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4992         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4993         (gst_rtsp_decode_quoted_string),
4994         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4995         (gst_rtspsrc_setup_auth):
4996         Support Digest authentication. Fixes #532065.
4997
4998 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4999
5000         * gst/level/gstlevel.c:
5001           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
5002           about whats needed for liboil acceleration. Simplify docs a bit.
5003
5004 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
5005
5006         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5007
5008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
5009         Update the track duration if the old one was invalid.
5010         Fixes bug #532117.
5011
5012 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5013
5014         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
5015           Use GST_STR_NULL when trying to print sps and pps strings that could
5016           be NULL, as this might crash on some platforms.
5017
5018 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5019
5020         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5021
5022         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
5023           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
5024           set after creating the clipper.
5025
5026 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5027
5028         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5029
5030         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
5031           Added checking of surface lost case after an unsuccessful
5032           IDirectDrawSurface7_Lock() call.
5033           If surface is lost, return GST_FLOW_OK.
5034
5035 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5036
5037         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5038
5039         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
5040           WndProc, gst_directdraw_sink_window_thread):
5041           Improved Windows message loop and fixed window destruction issue.
5042           When the window which DirectDraw is rendering to is destroyed, the
5043           render/show_frame function will return GST_FLOW_ERROR.
5044           Partially fixes #520885.
5045
5046 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5047
5048         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
5049
5050         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
5051           Fixed mid stream resolution change bug, the offscreen surface is now
5052           released when set_caps is called.
5053           Partially fixes #520885.
5054
5055 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5056
5057         * sys/directdraw/gstdirectdrawsink.c
5058           (gst_directdraw_sink_buffer_alloc):
5059           Make it so that gst_directdraw_sink_buffer_alloc uses the right
5060           width/height.
5061
5062           Especially when looking through the pool of buffers, make sure that
5063           the width/height of caps is used instead of the already negotiated
5064           dimensions.
5065           For example if a buffer with different caps is requested, i.e.
5066           higher resolution, the caller would get a buffer with the old
5067           dimensions and thus corrupt the heap.
5068
5069 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5070
5071         * sys/directdraw/gstdirectdrawsink.c
5072           (gst_directdraw_sink_buffer_alloc):
5073           Clear the flags on recycled buffers from buffer_alloc.
5074           Partially fixes #520885.
5075
5076 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
5077
5078         * gst/rtp/gstrtpilbcpay.c:
5079           Added missing stdlib.h include for strtol(), and made include ordering and
5080           style consistent with the corresponding depayloader.
5081
5082 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
5083
5084         * configure.ac:
5085           Error out if we don't have the required core/base versions.
5086
5087 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
5088
5089         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
5090
5091         * sys/osxvideo/cocoawindow.m:
5092         Fix compiler warnings on PPC64. Fixes bug #499318.
5093
5094 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
5095
5096         Patch by: Sjoerd Simons <sjoerd at luon dot net>
5097
5098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
5099         Don't leak file descriptors on error. Fixes #531532.
5100
5101 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
5102
5103         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
5104         (gst_gconf_audio_src_change_state):
5105         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
5106         (gst_gconf_video_sink_change_state):
5107         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
5108         (gst_gconf_video_src_change_state):
5109         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
5110         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
5111         When we can't create a fakesink/fakesrc complain instead of unreffing
5112         NULL pointers and crashing later. See bug #530535.
5113
5114 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5115
5116         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5117         Add some more debug info and guard against small payloads.
5118
5119         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
5120         Set duration on outgoing buffers because we can.
5121
5122 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5123
5124         Patch by: Olivier Crete <tester at tester dot ca>
5125
5126         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
5127         (gst_speex_enc_init), (gst_speex_enc_chain):
5128         Add negotiation for the speex channels and rate. Fixes #465146.
5129
5130 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5131
5132         Patch by: Olivier Crete <tester at tester dot ca>
5133
5134         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
5135         (gst_rtp_speex_pay_getcaps):
5136         Add negotiation for the speex channels and rate. See #465146.
5137
5138 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5139
5140         Patch by: Olivier Crete <tester at tester dot ca>
5141
5142         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
5143         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
5144         Add negotiation for the ILBC mode. See #465146.
5145
5146 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
5147
5148         * ext/soup/gstsouphttpsrc.c:
5149           Include stdlib to fix the build. Use g_free instead of free, libsoup
5150           uses glib.
5151
5152 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
5153
5154         Patch by: j^ <j@bootlab.org>
5155
5156         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
5157         Add more mpeg2 variants. Fixes #530886.
5158
5159 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
5160
5161         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
5162
5163         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
5164           Don't error out if we get an ICMP destination-unreachable
5165           message when trying to read packets on win32 (#529454).
5166
5167 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5168
5169         * configure.ac:
5170         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
5171           Use new error code for encrypted streams (which requires core CVS).
5172
5173 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
5174
5175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
5176           (gst_qtdemux_audiosrc_template):
5177           Fix swapped pad template names, spotted by Thiago Sousa Santos.
5178
5179 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
5180
5181         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
5182         (speex_dec_chain_parse_data):
5183         Produce concealment data when time progresses in a segment update.
5184
5185 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
5186
5187         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
5188         (speex_dec_chain):
5189         Try to preserve input timestamps when we can.
5190         Do beginnings of error concealment.
5191
5192 2008-04-28  Michael Smith <msmith@songbirdnest.com>
5193
5194         * gst/debug/gstnavigationtest.c:
5195           MSVC doesn't provide rint(), define an adequate replacement locally as
5196           elsewhere.
5197
5198 2008-04-28  Julien Moutte  <julien@fluendo.com>
5199
5200         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
5201         format to pacify Mac OSX's gcc.
5202
5203 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
5206           (DEFAULT_MAX), (src_template), (sink_template),
5207           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
5208           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
5209           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
5210           Bring rndbuffersize element into a state that doesn't require us
5211           to move it to -bad immediately. For one, fix up default min/max
5212           values so that the element actuall works using the default values.
5213           Also, don't ignore flow return values and do some kind of minimal
5214           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
5215           other gratuitious clean-ups.
5216
5217 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         * docs/plugins/Makefile.am:
5220         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5221         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5222         * docs/plugins/gst-plugins-good-plugins.args:
5223         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5224         * docs/plugins/gst-plugins-good-plugins.interfaces:
5225         * docs/plugins/gst-plugins-good-plugins.prerequisites:
5226         * docs/plugins/inspect/plugin-1394.xml:
5227         * docs/plugins/inspect/plugin-aasink.xml:
5228         * docs/plugins/inspect/plugin-alaw.xml:
5229         * docs/plugins/inspect/plugin-alpha.xml:
5230         * docs/plugins/inspect/plugin-alphacolor.xml:
5231         * docs/plugins/inspect/plugin-annodex.xml:
5232         * docs/plugins/inspect/plugin-apetag.xml:
5233         * docs/plugins/inspect/plugin-audiofx.xml:
5234         * docs/plugins/inspect/plugin-auparse.xml:
5235         * docs/plugins/inspect/plugin-autodetect.xml:
5236         * docs/plugins/inspect/plugin-avi.xml:
5237         * docs/plugins/inspect/plugin-cacasink.xml:
5238         * docs/plugins/inspect/plugin-cairo.xml:
5239         * docs/plugins/inspect/plugin-cdio.xml:
5240         * docs/plugins/inspect/plugin-cutter.xml:
5241         * docs/plugins/inspect/plugin-debug.xml:
5242         * docs/plugins/inspect/plugin-dv.xml:
5243         * docs/plugins/inspect/plugin-efence.xml:
5244         * docs/plugins/inspect/plugin-effectv.xml:
5245         * docs/plugins/inspect/plugin-equalizer.xml:
5246         * docs/plugins/inspect/plugin-esdsink.xml:
5247         * docs/plugins/inspect/plugin-flac.xml:
5248         * docs/plugins/inspect/plugin-flxdec.xml:
5249         * docs/plugins/inspect/plugin-gamma.xml:
5250         * docs/plugins/inspect/plugin-gconfelements.xml:
5251         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
5252         * docs/plugins/inspect/plugin-goom.xml:
5253         * docs/plugins/inspect/plugin-halelements.xml:
5254         * docs/plugins/inspect/plugin-icydemux.xml:
5255         * docs/plugins/inspect/plugin-id3demux.xml:
5256         * docs/plugins/inspect/plugin-jpeg.xml:
5257         * docs/plugins/inspect/plugin-level.xml:
5258         * docs/plugins/inspect/plugin-matroska.xml:
5259         * docs/plugins/inspect/plugin-monoscope.xml:
5260         * docs/plugins/inspect/plugin-mulaw.xml:
5261         * docs/plugins/inspect/plugin-multifile.xml:
5262         * docs/plugins/inspect/plugin-multipart.xml:
5263         * docs/plugins/inspect/plugin-navigationtest.xml:
5264         * docs/plugins/inspect/plugin-ossaudio.xml:
5265         * docs/plugins/inspect/plugin-png.xml:
5266         * docs/plugins/inspect/plugin-quicktime.xml:
5267         * docs/plugins/inspect/plugin-rtp.xml:
5268         * docs/plugins/inspect/plugin-rtsp.xml:
5269         * docs/plugins/inspect/plugin-shout2send.xml:
5270         * docs/plugins/inspect/plugin-smpte.xml:
5271         * docs/plugins/inspect/plugin-spectrum.xml:
5272         * docs/plugins/inspect/plugin-speex.xml:
5273         * docs/plugins/inspect/plugin-taglib.xml:
5274         * docs/plugins/inspect/plugin-udp.xml:
5275         * docs/plugins/inspect/plugin-video4linux2.xml:
5276         * docs/plugins/inspect/plugin-videobalance.xml:
5277         * docs/plugins/inspect/plugin-videobox.xml:
5278         * docs/plugins/inspect/plugin-videocrop.xml:
5279         * docs/plugins/inspect/plugin-videoflip.xml:
5280         * docs/plugins/inspect/plugin-videomixer.xml:
5281         * docs/plugins/inspect/plugin-wavenc.xml:
5282         * docs/plugins/inspect/plugin-wavpack.xml:
5283         * docs/plugins/inspect/plugin-wavparse.xml:
5284         * docs/plugins/inspect/plugin-ximagesrc.xml:
5285           Add docs for gdkpixbufsink; update docs to CVS version.
5286
5287 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5288
5289         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5290         Remove test sync-offset by default.
5291
5292 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5293
5294         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
5295         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
5296         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5297           Use GLib versions of htonl, htons, ntohl and ntohs in order
5298           to avoid problems on win32 (#529707).
5299
5300 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
5301
5302         Patch by: Jesús Corrius <jesus at softcatala org>
5303
5304         * gst/goom/filters.c: (zoomVector):
5305         * gst/goom/goom_core.c: (init_buffers):
5306           Fix build with mingw32: use rand() instead of random() and
5307           replace bzero() with memset(). Fixes #529692.
5308
5309 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5310
5311         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5312         Fix typo in comments.
5313
5314         * tests/examples/rtp/client-H263p-PCMA.sdp:
5315         * tests/examples/rtp/client-H263p-PCMA.sh:
5316         * tests/examples/rtp/client-H264-PCMA.sdp:
5317         * tests/examples/rtp/client-H264-PCMA.sh:
5318         * tests/examples/rtp/client-H264.sdp:
5319         * tests/examples/rtp/client-H264.sh:
5320         * tests/examples/rtp/client-PCMA.sdp:
5321         * tests/examples/rtp/client-PCMA.sh:
5322         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5323         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5324         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5325         Add some more docs and fix examples.
5326
5327 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * tests/check/elements/multifile.c:
5330         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5331         declared in the former, some have it declared in the latter.
5332
5333 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5334
5335         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5336         * gst/debug/tests.c: (md5_get_value):
5337         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5338         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5339         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5340         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5341         Stop using deprecated GLib functions.
5342
5343 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5344
5345         * configure.ac:
5346         Back to development -> 0.10.8.1
5347
5348 === release 0.10.8 ===
5349
5350 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5351
5352         * configure.ac:
5353           releasing 0.10.8, "One For The Money"
5354
5355 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5356
5357         * configure.ac:
5358         0.10.7.4 pre-release
5359
5360 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5361
5362         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5363         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5364         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5365         * gst/goom/flying_stars_fx.c: (fs_free):
5366         * gst/goom/goom_config_param.h:
5367         * gst/goom/goom_core.c: (goom_init), (goom_close):
5368         * gst/goom/goom_plugin_info.h:
5369         * gst/goom/gstgoom.c: (gst_goom_finalize):
5370         * gst/goom/lines.c: (goom_lines_free):
5371         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5372         * gst/goom/surf3d.c: (grid3d_free):
5373         * gst/goom/surf3d.h:
5374         * gst/goom/tentacle3d.c: (tentacle_free):
5375         Free a bunch of stuff, and initialise things to fix leaks
5376         and valgrind warnings in the testsuite.
5377
5378         Fixes: #529268
5379
5380 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5381
5382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5383         (gst_rtspsrc_configure_caps):
5384         Ref caps as the return value for the request_pt_map signal.
5385         Remove some caps weirdness when configuring a stream. See #528245.
5386
5387 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5388
5389         * tests/icles/gdkpixbufsink-test.c:
5390           Add cast to placate gcc 4.1.2.
5391
5392 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5393
5394         * configure.ac:
5395         0.10.7.3 pre-release
5396
5397 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5398
5399         * tests/check/Makefile.am:
5400         Disable some more elements in the state test.
5401         Add a define so the soup test can find the test files
5402         it needs at runtime.
5403
5404         * tests/check/elements/souphttpsrc.c: (run_server):
5405
5406         Add a define so the soup test can find the test files
5407         it needs at runtime.
5408
5409 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5410
5411         * gst/goom/convolve_fx.c: (convolve_apply):
5412         Don't ever draw the GOOM logo.
5413         Fixes: #528615
5414
5415 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5416
5417         * ext/cdio/gstcdiocddasrc.c:
5418         * ext/dv/gstdvdemux.c: 
5419         gst_atomic_int_set ==> g_atomic_int_set
5420
5421 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5422
5423         * configure.ac:
5424         * gst/goom/Makefile.am:
5425         * gst/goom/convolve_fx.c:
5426         * gst/goom/default_scripts.h:
5427         * gst/goom/goom.h:
5428         * gst/goom/goom_core.c: (choose_a_goom_line):
5429         * gst/goom/goom_plugin_info.h:
5430         * gst/goom/goomsl.c:
5431         * gst/goom/goomsl.h:
5432         * gst/goom/goomsl_hash.c:
5433         * gst/goom/goomsl_hash.h:
5434         * gst/goom/goomsl_heap.c:
5435         * gst/goom/goomsl_heap.h:
5436         * gst/goom/goomsl_private.h:
5437         * gst/goom/plugin_info.c:
5438           Strip out the config/script parsing stuff, we don't need it.
5439           Fixes #527999.
5440
5441 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5442
5443         * gst/goom/plugin_info.c: (setOptimizedMethods):
5444           Disable altivec optimisations for 32-bit PPC as well to make
5445           things build properly on all PPC systems. Fixes #528143
5446
5447 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * gst-plugins-good.spec.in:
5450           Update for souphttpsrc plugin which has moved to -good.
5451
5452 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5453
5454         * gst/matroska/matroska-demux.c:
5455         (gst_matroska_demux_handle_seek_event):
5456         Fix open-ended seeks in matroskademux
5457         Patch by: Mark Nauwelaerts <manauw skynet be>
5458         Fixes: #526557
5459
5460 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5461
5462         * tests/check/Makefile.am:
5463         Add soup test certificates to the dist.
5464
5465 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5466
5467         * ext/Makefile.am:
5468         Remove LADSPA reference I missed.
5469
5470 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5471
5472         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5473         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5474         over gnome-vfs and everything else. Fixes bug #527848.
5475
5476 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5477
5478         * configure.ac:
5479         * ext/Makefile.am:
5480         Remove LADSPA plugin. Fixes: #515978
5481
5482 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5483
5484         * configure.ac:
5485         * docs/plugins/Makefile.am:
5486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5488         * docs/plugins/gst-plugins-good-plugins.args:
5489         * docs/plugins/inspect/plugin-soup.xml:
5490         * ext/Makefile.am:
5491         * tests/check/Makefile.am:
5492         Move soup plugin from -bad (Fixes: #523124)
5493
5494 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5495
5496         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5497         Fix bounds checking of mode in Speex header, which may
5498         produce negative numbers in speex <= 1.1.12
5499
5500 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * gst/goom/Makefile.am:
5503         * gst/goom/gfontlib.c:
5504         * gst/goom/gfontlib.h:
5505         * gst/goom/gfontrle.c:
5506         * gst/goom/gfontrle.h:
5507         * gst/goom/goom.h:
5508         * gst/goom/goom_core.c: (goom_update):
5509         * gst/goom/goom_plugin_info.h:
5510         * gst/goom/gstgoom.c: (gst_goom_chain):
5511         * gst/goom/plugin_info.c:
5512           Remove a bunch of font/text related code that we don't need.
5513
5514 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5515
5516         * gst/goom/ppc_drawings.s:
5517         * gst/goom/ppc_zoom_ultimate.s:
5518           Change license of these files to LGPL, as permitted by the
5519           author, Guillaume Borios. See #515073.
5520
5521 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5522
5523         * gst/goom/convolve_fx.c:
5524         * gst/goom/motif_goom1.h:
5525         * gst/goom/motif_goom2.h:
5526           As hinted in Bug #518213, revert one change and fix warnings properly.
5527           This fixes both #518213 and #520073 for me.     
5528
5529 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5530
5531         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5532         * gst/matroska/matroska-demux.c:
5533         (gst_matroska_demux_handle_seek_event),
5534         (gst_matroska_demux_parse_contents_seekentry),
5535         (gst_matroska_demux_loop):
5536         Fix the Forte build by making function declaration signatures
5537         match the implementations.
5538
5539 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5542         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5543         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5544           More logging when probing (see #518474), some comments in _reset().
5545
5546 2008-04-07  Julien Moutte  <julien@fluendo.com>
5547
5548         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5549         because of a bad argument number.
5550
5551 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5552
5553         * tests/icles/.cvsignore:
5554         * tests/icles/Makefile.am:
5555         * tests/icles/gdkpixbufsink-test.c:
5556           Interactive test app for gdkpixbufsink.
5557
5558 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5559
5560         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5561
5562         * configure.ac:
5563         Actually build dlls when cross-compiling with mingw32.
5564         Fixes bug #526247.
5565
5566 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5569           Don't munge device string to 'default:x' for capture devices.
5570           Fixes #525833.
5571
5572 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5573
5574         * ext/wavpack/gstwavpackparse.c:
5575         (gst_wavpack_parse_index_entry_free):
5576         Always use GSlice as we actually depend on GLib 2.12 already.
5577
5578 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5579
5580         * configure.ac:
5581           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5582           Also bump the GLib requirement to the current de-facto requirement
5583           (ie. 2.12).
5584
5585 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5586
5587         * gst/rtp/gstrtph264pay.c: (encode_base64),
5588         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5589         * gst/rtp/gstrtph264pay.h:
5590         Parse codec_data for future AVC compatibility.
5591         Fail when we encounter AVC data for now.
5592
5593 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5596           (gst_spectrum_init), (gst_spectrum_set_property),
5597           (gst_spectrum_get_property), (gst_spectrum_message_new):
5598           Rename property enums and default defines for the properties to match
5599           the property names and rephrase property descriptions to make them a
5600           bit clearer (hopefully). See #518188.
5601
5602 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5603
5604         * tests/check/Makefile.am:
5605         * tests/check/elements/.cvsignore:
5606         * tests/check/elements/gdkpixbufsink.c:
5607           Add unit test for gdkpixbufsink element.
5608
5609 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5610
5611         * ext/gdk_pixbuf/Makefile.am:
5612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5613         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5614           (gst_gdk_pixbuf_sink_base_init),
5615           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5616           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5617           (gst_gdk_pixbuf_sink_set_caps),
5618           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5619           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5620           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5621           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5622           (gst_gdk_pixbuf_sink_get_property):
5623         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5624           Add gdkpixbufsink element for easy snapshotting (#525946).
5625
5626 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5627
5628         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5629         Bump timeout from 3 to 60 seconds.
5630
5631 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5632
5633         * tests/check/pipelines/.cvignore:
5634         Remove useless file.
5635
5636         * tests/check/pipelines/.cvsignore:
5637         Add new test to .cvsignore.
5638
5639 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5640
5641         * tests/check/Makefile.am:
5642         * tests/check/pipelines/wavpack.c: (bus_handler),
5643         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5644         (wavpack_suite), (main):
5645         Add unit test that encodes and decodes some data, checks that it
5646         is still the same and that all timestamps/offsets are perfect.
5647
5648 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5649
5650         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5651         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5652         * ext/wavpack/gstwavpackparse.c:
5653         (gst_wavpack_parse_index_entry_new),
5654         (gst_wavpack_parse_index_entry_free),
5655         (gst_wavpack_parse_base_init),
5656         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5657         Use GSlice for allocating index entries and use
5658         gst_element_class_set_details_simple().
5659
5660 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5661
5662         Patch by: Brian Cameron <brian.cameron at sun dot com>
5663
5664         * sys/sunaudio/gstsunaudio.c:
5665         * sys/sunaudio/gstsunaudiomixer.c:
5666         * sys/sunaudio/gstsunaudiomixer.h:
5667         * sys/sunaudio/gstsunaudiomixerctrl.c:
5668         * sys/sunaudio/gstsunaudiomixerctrl.h:
5669         * sys/sunaudio/gstsunaudiomixertrack.c:
5670         * sys/sunaudio/gstsunaudiomixertrack.h:
5671         * sys/sunaudio/gstsunaudiosink.c:
5672         * sys/sunaudio/gstsunaudiosink.h:
5673         * sys/sunaudio/gstsunaudiosrc.c:
5674         * sys/sunaudio/gstsunaudiosrc.h:
5675           Fix up copyrights (#525860).
5676
5677 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst/goom/goomsl.c: (gsl_read_file):
5680           Check return value of fread() to avoid compiler warnings.
5681
5682 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5683
5684         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5685
5686         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5687         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5688         * gst/law/alaw-decode.h:
5689         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5690         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5691         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5692         * gst/law/mulaw-decode.h:
5693         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5694         Make negotiation a bit modern.
5695         Use pad_alloc. Fixes #525359.
5696
5697 2008-03-31  David Schleef  <ds@schleef.org>
5698
5699         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5700           compiles consistently.  Fixes #522278.
5701
5702 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5703
5704         Patch by: Brian Cameron <brian.cameron at sun dot com>
5705
5706         * sys/sunaudio/gstsunaudiomixerctrl.c:
5707           (gst_sunaudiomixer_ctrl_get_volume),
5708           (gst_sunaudiomixer_ctrl_set_volume):
5709         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5710           Fix up the mixer tracks to use a volume range of 0-255, which is what
5711           the sun audio API uses. This simplifies the code and avoids rounding
5712           errors. Fixes #524593.
5713
5714 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5715
5716         * sys/v4l2/gstv4l2object.c:
5717         * sys/v4l2/gstv4l2object.h:
5718         Add device-fd property to make it possible to apps to call ioctl's.
5719
5720 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5721
5722         * gst/qtdemux/qtdemux.c: (next_entry_size):
5723         Unbreak streaming mode again.
5724
5725 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5726
5727         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5728           Remove superfluous DEBUG macro.
5729
5730 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5731
5732         Based on patch by: William M. Brack <wbrack at mmm com hk>
5733
5734         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5735           (gst_v4l2src_set_capture):
5736           Check whether the device supports setting the framerate before
5737           trying to set it and then posting a warning or error if it doesn't
5738           work (#516649, #520092). Also compare fractions more correctly.
5739
5740 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * gst/goom/Makefile.am:
5743           Remove ppc assembler optimisations from the build until they
5744           actually build (they also seem to have GPL headers).
5745
5746 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5747
5748         * m4/Makefile.am:
5749           Better not dist files that don't exist any longer (lrint*m4).
5750
5751 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5752
5753         * configure.ac:
5754         * m4/lrint.m4:
5755         * m4/lrintf.m4:
5756         Remove lrint/lrintf checks. We don't use it anywhere.
5757
5758 2008-03-18  Andy Wingo  <wingo@pobox.com>
5759
5760         * sys/osxvideo/osxvideosink.m
5761         (gst_osx_video_sink_osxwindow_destroy)
5762         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5763         task, whoopdee.
5764         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5765         2 ms.
5766
5767 2008-03-18  Andy Wingo  <wingo@pobox.com>
5768
5769         * sys/osxvideo/osxvideosink.m
5770         (gst_osx_video_sink_osxwindow_destroy)
5771         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5772         task, whoopdee.
5773         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5774         2 ms.
5775         
5776 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5777
5778         Patch by: William M. Brack <wbrack at mmm com hk>
5779
5780         * sys/v4l2/v4l2src_calls.c:
5781           (gst_v4l2src_probe_caps_for_format_and_size),
5782           (gst_v4l2src_probe_caps_for_format):
5783           Make sure the probed frame sizes are reversed in the resulting
5784           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5785           highest resolution first); also remove unused variable.
5786           (Partly fixes #520092)
5787
5788 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5789
5790         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5791
5792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5793         (gst_rtspsrc_finalize):
5794         Call WSAStartup() and WSACleanup before using the Winsock API.
5795         See #520808.
5796
5797 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5798
5799         * gst/avi/gstavidemux.c:
5800           Erm, the buffer-size is just guint, no need for the special format
5801           specifier.
5802
5803 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5804
5805         * gst/goom/plugin_info.c:
5806         * gst/goom/ppc_zoom_ultimate.h:
5807           Small fixes to build more on PPC: ifdef out code that uses unknown
5808           define; add newline at end of header file to avoid compiler warning.
5809           Assembler code still doesn't build though.
5810
5811 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5812
5813         * gst/avi/gstavidemux.c:
5814           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5815           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5816
5817 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5818
5819         * gst/avi/gstavidemux.c:
5820           Chunksize is uint32. Fix format specifier.
5821
5822 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5823
5824         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5825         mistake. Return file to pure MIT text.
5826
5827 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5828
5829         * gst/audiofx/audiofx.c:
5830         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5831         of hardcoding values.
5832
5833 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5834
5835         Patch by: Mark Nauwelaerts <manauw skynet be>
5836
5837         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5838           (gst_oss_src_close):
5839         * sys/oss/gstosssrc.h:
5840           Cache probed caps, so _get_caps() during recording doesn't cause
5841           ioctl calls which may disrupt the recording (fixes #521875).
5842
5843 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5844
5845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5846         (gst_qtdemux_activate_segment),
5847         (gst_qtdemux_prepare_current_sample),
5848         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5849         Make sure we always send a DISCONT after a seek by setting the sample
5850         index to an undefined value after a seek.
5851
5852 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5853
5854         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5855           (GST_IS_AVI_SUBTITLE_CLASS):
5856           Fix up IS_FOO macros, which makes gtk-doc much happier.
5857
5858 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5859
5860         * tests/icles/Makefile.am:
5861           Move the -lgstfoo where it belongs.
5862
5863 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5864
5865         * gst/matroska/ebml-ids.h:
5866         Add ID for EBML CRC32 elements.
5867
5868         * gst/matroska/Makefile.am:
5869         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5870         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5871         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5872         (gst_ebml_read_header):
5873         Support reading 80bit floats, add finalize method to clean up
5874         in any case, support reading length/id elements with any length
5875         as long as it's smaller than our supported maximum, don't leak
5876         buffers if reading as much data as we wanted failed and some
5877         smaller cleanup.
5878
5879 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5880
5881         Patch by: Olivier Crete <tester at tester dot ca>
5882
5883         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5884         Check that a buffer is large enough before reading from it.
5885         Fixes bug #521102.
5886         
5887 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5888
5889         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5890         Fix compilation after removing the GstPollMode from the
5891         constructor.
5892
5893 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5894
5895         * configure.ac:
5896         * gst/audiofx/Makefile.am:
5897         * gst/audiofx/audiochebband.c:
5898         * gst/audiofx/audiocheblimit.c:
5899         * gst/audiofx/math_compat.h:
5900         Check for sinh(), cosh() and asinh() and define our own
5901         implementations if they're not available. Fixes bug #520880.
5902
5903 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5904
5905         Patch by: Olivier Crete <tester at tester dot ca>
5906
5907         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5908         Unref the buffers only once when handling not-negotiated errors.
5909         Fixes bug #520764.
5910
5911 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5912
5913         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5914
5915         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5916         (gst_udpsrc_stop):
5917         Properly balance WSA_Cleanup with WSA_Startup.
5918         Also make the poll controllable on windows. Fixes #520888.
5919
5920 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5921
5922         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5923         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5924         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5925         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5926         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5927         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5928         (gst_ebml_read_date), (gst_ebml_read_master),
5929         (gst_ebml_read_binary), (gst_ebml_read_header):
5930         * gst/matroska/ebml-read.h:
5931         * gst/matroska/matroska-demux.c:
5932         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5933         (gst_matroska_demux_read_track_encodings),
5934         (gst_matroska_demux_add_stream),
5935         (gst_matroska_demux_handle_src_query),
5936         (gst_matroska_demux_handle_seek_event),
5937         (gst_matroska_demux_init_stream),
5938         (gst_matroska_demux_parse_tracks),
5939         (gst_matroska_demux_parse_index_cuetrack),
5940         (gst_matroska_demux_parse_index_pointentry),
5941         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5942         (gst_matroska_demux_parse_metadata_id_simple_tag),
5943         (gst_matroska_demux_parse_metadata_id_tag),
5944         (gst_matroska_demux_parse_metadata),
5945         (gst_matroska_demux_sync_streams),
5946         (gst_matroska_demux_push_hdr_buf),
5947         (gst_matroska_demux_push_flac_codec_priv_data),
5948         (gst_matroska_demux_push_xiph_codec_priv_data),
5949         (gst_matroska_demux_add_wvpk_header),
5950         (gst_matroska_demux_check_subtitle_buffer),
5951         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5952         (gst_matroska_demux_parse_cluster),
5953         (gst_matroska_demux_parse_contents_seekentry),
5954         (gst_matroska_demux_parse_contents),
5955         (gst_matroska_demux_loop_stream_parse_id),
5956         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5957         * gst/matroska/matroska-demux.h:
5958         * gst/matroska/matroska-ids.h:
5959         Handle return values from pull_range in a more granular way to properly
5960         shut down on seeks.
5961         Combine return values from push.
5962         Implement proper error handling.
5963         Prepare for handling seeking correctly.
5964
5965 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5966
5967         * gst/matroska/ebml-read.c:
5968         Use GINT64 formatting constants from GLIB.
5969
5970         * gst/matroska/matroska-demux.c:
5971         Add some guards to avoid a possible division by 0 and crashing
5972         with NULL events on some systems.
5973         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5974         conversion. 
5975
5976         * gst/matroska/matroska-mux.c:
5977         Check for invalid timestamps in a bunch of places to avoid
5978         writing bogus durations into the output file.
5979         Fix some double<->gint64 conversions that weren't using
5980         gst_guint64_to_gdouble
5981
5982 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5983
5984         * configure.ac:
5985         Move the checks for bison, flex and as to the program section and the
5986         check for gcc inline asm to the compiler characteristics section.
5987
5988 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5989
5990         * configure.ac:
5991         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5992         plug-ins are included/excluded. (#498222)
5993
5994 2008-02-29  Michael Smith <msmith@fluendo.com>
5995
5996         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5997           Don't call gst_object_sync_values() unless we have a valid timestamp.
5998
5999 2008-02-28  David Schleef  <ds@schleef.org>
6000
6001         * gst/matroska/matroska-demux.c:
6002         * gst/matroska/matroska-ids.h:
6003         * gst/matroska/matroska-mux.c:
6004           Fix Dirac mapping.  I had previously added a VfW-type
6005           mapping, but it looks like Dirac will get a native Matroska
6006           mapping, and this is the most likely method.
6007
6008 2008-02-28  David Schleef  <ds@schleef.org>
6009
6010         * gst/avi/gstavimux.c: Add Dirac encoding
6011
6012 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
6013
6014         Patch by: Peter Kjellerstedt <pkj at axis com>
6015
6016         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
6017         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
6018         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
6019         * gst/udp/gstudpsrc.h:
6020         Port to GstPoll. See #505417.
6021
6022 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
6023
6024         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
6025         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
6026         yet on the srcpad. We need rate and channels before we
6027         can do any processing. Fixes bug #519088.
6028
6029 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
6030
6031         * configure.ac:
6032         Detect and indicate if GCC inline assembly syntax is
6033         available.
6034
6035         * gst/goom/Makefile.am:
6036         * gst/goom/convolve_fx.c:
6037         * gst/goom/flying_stars_fx.c:
6038         * gst/goom/goom_config.h:
6039         * gst/goom/goom_core.c:
6040         * gst/goom/goomsl.c:
6041         * gst/goom/ifs.c:
6042         * gst/goom/mmx.c:
6043         * gst/goom/plugin_info.c:
6044         * gst/goom/xmmx.c:
6045         Fix various GCC-isms, and only build the inline assembly
6046         with compilers that support GCC inline assembly.
6047
6048         Fix a couple of other warnings shown with Forte.
6049
6050 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
6051
6052         * gst/goom/xmmx.c:
6053           Use 'emms' instead of 'femms' to not crash on cpus that do not
6054           implement this 3dnow specific instruction.
6055
6056 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6057
6058         * gst/goom/plugin_info.c: (setOptimizedMethods):
6059         Use extended MMX for draw_line() too if available, not only
6060         normal MMX.
6061
6062 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
6063
6064         * ext/jpeg/gstjpeg.c: (plugin_init):
6065         Remove (commented out) smoke typefinder. This is in base now.
6066
6067 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
6068
6069         * gst/goom2k1/Makefile.am:
6070         * gst/goom2k1/gstgoom.c:
6071
6072         Rename the installed library, and don't register the same 
6073         GType name as the new goom.
6074
6075 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6076
6077         * configure.ac:
6078         * ext/taglib/Makefile.am:
6079           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
6080           when building C++ code (#516509).
6081
6082 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
6085         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
6086           (setOptimizedMethods):
6087           Call oil_init(), otherwise oil_get_cpu_flags() won't return
6088           anything useful. Export goom debug category so we can get
6089           rid of the VERBOSE define and the printfs.
6090
6091 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
6092
6093         * gst/goom/goomsl_heap.c: (align_it):
6094         * gst/goom/plugin_info.c: (setOptimizedMethods):
6095           Compile fixes for x86-64.
6096
6097 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6098
6099         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
6100         with warnings, but add other CFLAGS
6101
6102         * gst/goom/goomsl.c (gsl_instr_set_namespace),
6103         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
6104         (calculate_labels), (gsl_read_file):
6105         * gst/goom/goomsl_lex.l:
6106         * gst/goom/goomsl_yacc.y:
6107         * gst/goom/plugin_info.c: Remove a few live printf, and
6108         fprintf, replace exit() calls with g_assert_not_reached()
6109         if it not optimal for a library
6110
6111 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6112
6113         * gst/goom/Makefile.am: Remove the warnings being disabled,
6114         fix linkage on x86, spotted by Sebastian Dröge
6115         <slomo@circular-chaos.org>
6116
6117         * gst/goom/convolve_fx.c (convolve_init),
6118         (create_output_with_brightness), (convolve_apply):
6119         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
6120         * gst/goom/goomsl.c:
6121         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
6122         * gst/goom/plugin_info.c:
6123         * gst/goom/tentacle3d.c (tentacle_fx_create):
6124         Fix warnings, and disable the motifs in the convolve_fx
6125         plugin (they were causing warnings, and they were just
6126         "Goom" in funny letterring)
6127
6128 2008-02-23  Bastien Nocera  <hadess@hadess.net>
6129
6130         * configure.ac: Add checks for Flex/Yacc/Bison and other
6131         furry animals, for the new goom 2k4 based plugin
6132
6133         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
6134         CPU optimisations (not working yet), move the old plugin to...
6135
6136         * gst/goom2k1/*: ... here, in case somebody is sick enough
6137
6138         Fixes #515073
6139
6140 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
6141
6142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
6143         Post the server response code in an error message instead of a generic
6144         'error' message. Fixes #517237.
6145
6146 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6147
6148         * tests/check/Makefile.am:
6149         Ignore gconfaudiosrc for the states unit test too. It will fallback
6150         to alsasrc if the gconf settings can't be read and not everybody has
6151         alsa.
6152
6153 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6154
6155         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
6156         (gst_wavpack_parse_create_src_pad):
6157         * ext/wavpack/gstwavpackparse.h:
6158         Always report the duration if we know it in push mode and don't
6159         return 0 just to make totem believe we can't seek in push mode.
6160         Newer totem version use the SEEKING query which properly reports
6161         if we can seek or not.
6162
6163 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
6164
6165         Patch by: Jens Granseuer <jensgr at gmx dot net>
6166
6167         * tests/examples/equalizer/demo.c: (main):
6168         C89 fix, moving variable declarations to the beginning of
6169         the block. Fixes bug #517933.
6170
6171 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
6172
6173         * configure.ac:
6174         Back to development...
6175
6176 === release 0.10.7 ===
6177
6178 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
6179
6180         * configure.ac:
6181           releasing 0.10.7, "Red Door Black"
6182
6183 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
6184
6185         * gst/alpha/Makefile.am:
6186         Link alpha plugin with libgstbase. Fixes bug #517386.
6187
6188 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6189
6190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
6191         Init values to -1 instead of the default 0 value.
6192         Fixes #516524.
6193
6194 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
6195
6196         * tests/examples/spectrum/spectrum-example.c:
6197         Add missing include to fix compilation when libxml usage is disabled.
6198         Fixes: #516371
6199
6200 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6201
6202         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
6203         fixes: #514889
6204
6205         * gst/rtp/gstrtph264pay.c:
6206         * gst/rtp/gstrtpmp4gdepay.c:
6207         * gst/rtp/gstrtpmp4gpay.c:
6208         * gst/rtp/gstrtpmp4gpay.h:
6209         * gst/rtp/gstrtptheorapay.c:
6210         * gst/rtp/gstrtpvorbispay.c:
6211
6212         Fix various leaks shown up in valgrind
6213         - free sprops and buffer in error cases in H264 payloader
6214         - fix leak in mp4g depayloader when construction the caps
6215         - don't leak config string in the mp4g payloader
6216         - don't leak buffers and headers in theora and vorbis payloaders
6217
6218         * tests/check/elements/rtp-payloading.c:
6219
6220         Fix the RTP data test
6221         - Actually send valid amr data to the payloader instead of 20
6222         zero-bytes
6223         - The mp4g payloader expects codec_data on the caps
6224
6225 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
6226
6227         * win32/MANIFEST:
6228         Add libgstpng.dsp to MANIFEST.
6229         * win32/vs6/libgstaudiofx.dsp:
6230         Add new source files to VS project file.
6231
6232 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6233
6234         * sys/ximage/gstximagesrc.c:
6235         Initialise variables when opening the X display rather
6236         than in _start(), as the display can be opened before that.
6237
6238         Fixes: #515985
6239
6240 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6241
6242         * sys/directdraw/gstdirectdrawsink.c:
6243         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
6244         (gst_directdraw_sink_finalize):
6245         Properly chain up finalize functions. Fixes bug #515980.
6246
6247 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6248
6249         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6250         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
6251         (gst_v4l2_buffer_pool_class_init):
6252         Chain up the finalize functions. Fixes bug #515984.
6253
6254 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6255
6256         * sys/ximage/ximageutil.c:
6257         Chain up in the finalize function for our custom
6258         buffer sub-class.
6259         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
6260         Fixes: #515706
6261
6262 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6263
6264         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
6265         (gst_fenced_buffer_class_init):
6266         Properly chain up finalize method. Fixes bug #515979.
6267
6268 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
6269
6270         * sys/ximage/gstximagesrc.c:
6271         Free allocated Damage memory before closing our connection to the
6272         X server. Partially fixes: #515706
6273
6274 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
6275
6276         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
6277         * tests/check/Makefile.am:
6278         * tests/check/gst-plugins-good.supp:
6279         Add a few libjpeg suppressions and initialize a variable to
6280         make smokeenc valgrind clean. Fixes bug #515701.
6281
6282 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
6283
6284         * gst/avi/gstavidemux.c:
6285         Revert patch which sends timestamps only on keyframes, as it
6286         breaks playback with current gst-ffmpeg.
6287
6288         Fixes: #515562
6289
6290 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6291
6292         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6293         * tests/check/elements/multifile.c: (GST_START_TEST):
6294         Close some memory leaks spotted by the unit test. Fixes bug #515697.
6295
6296 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
6297
6298         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
6299         Use and unset the GError when pipeline creation fails instead of
6300         simply leaking it. Fixes bug #515704.
6301
6302 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
6303
6304         * gst/audiofx/audioamplify.c:
6305         * gst/audiofx/audiochebband.c:
6306         * gst/audiofx/audiocheblimit.c:
6307         * gst/audiofx/audiodynamic.c:
6308         * gst/audiofx/audioinvert.c:
6309         * gst/audiofx/audiopanorama.c:
6310         * gst/audiofx/audiowsincband.c:
6311         * gst/audiofx/audiowsinclimit.c:
6312         Fix long description of audiofx elements. Fixes bug #515457.
6313
6314 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6315
6316         * docs/plugins/Makefile.am:
6317         * gst/spectrum/gstspectrum.c:
6318         * tests/examples/spectrum/.cvsignore:
6319         * tests/examples/spectrum/Makefile.am:
6320         * tests/examples/spectrum/spectrum-example.c:
6321
6322         Add a simple example application for the spectrum element, include it
6323         in the docs, and fix some documentation ambiguities.
6324
6325         Fixes: #348085
6326
6327 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6328
6329         * gst/equalizer/Makefile.am:
6330         * gst/spectrum/Makefile.am:
6331         Fix includes order
6332
6333         * tests/check/Makefile.am:
6334         Exclude v4l2src from the states test - it takes too long to start.
6335
6336         * tests/check/elements/spectrum.c:
6337         Make the test run properly with CK_FORK=no
6338
6339 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6340
6341         * gst/audiofix/Makefile.am: add missing header files 
6342
6343 2008-02-08  Julien Moutte  <julien@fluendo.com>
6344
6345         * gst/matroska/matroska-demux.c:
6346         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6347         keyframe and delta units correctly when dealign with a BlockGroup.
6348         Fixes: #514397
6349
6350 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6351
6352         * tests/check/elements/.cvsignore:
6353         Spell the new tests correctly in .cvsignore
6354
6355 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6356
6357         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6358           Need to use gsize here for the size, fixes compiler warning.
6359
6360         * tests/examples/equalizer/.cvsignore:
6361         * tests/examples/equalizer/Makefile.am:
6362         * tests/examples/spectrum/.cvsignore:
6363         * tests/examples/spectrum/Makefile.am:
6364           Add missing files to fix the build.
6365
6366 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6367
6368         * configure.ac:
6369         * docs/plugins/Makefile.am:
6370         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6371         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6372         * docs/plugins/gst-plugins-good-plugins.args:
6373         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6374         * docs/plugins/inspect/plugin-multifile.xml:
6375         * tests/check/Makefile.am:
6376         * tests/check/elements/.cvsignore:
6377
6378         Move multifile plugin from -bad.
6379         Fixes: #490283
6380
6381 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6382
6383         * configure.ac:
6384         * docs/plugins/Makefile.am:
6385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6387         * docs/plugins/gst-plugins-good-plugins.args:
6388         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6389         * docs/plugins/inspect/plugin-spectrum.xml:
6390         * gst/spectrum/Makefile.am:
6391         * tests/check/Makefile.am:
6392         * tests/check/elements/.cvsignore:
6393         * tests/examples/Makefile.am:
6394
6395         Move spectrum plugin from -bad.
6396         Move examples into tests/examples/spectrum.
6397
6398 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6399
6400         * configure.ac:
6401         * docs/plugins/Makefile.am:
6402         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6404         * docs/plugins/gst-plugins-good-plugins.args:
6405         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6406         * docs/plugins/gst-plugins-good-plugins.interfaces:
6407         * docs/plugins/inspect/plugin-equalizer.xml:
6408         * gst/equalizer/Makefile.am:
6409         * tests/check/Makefile.am:
6410         * tests/examples/Makefile.am:
6411         Move the equalizer plugin across from -bad
6412
6413         * tests/check/elements/.cvsignore:
6414         Add equalizer, audiosincwband and audiosincwlimit
6415
6416         * tests/check/elements/equalizer.c:
6417         Fix compiler warnings
6418
6419         Fixes: #415627
6420
6421 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6422
6423         * configure.ac:
6424         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6425         are treated like releases and build without it.
6426
6427 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6428
6429         * docs/plugins/Makefile.am:
6430         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6432         * docs/plugins/gst-plugins-good-plugins.args:
6433         * docs/plugins/inspect/plugin-audiofx.xml:
6434         * gst/audiofx/Makefile.am:
6435         * gst/audiofx/audiofx.c:
6436         * gst/audiofx/audiowsincband.c:
6437         * gst/audiofx/audiowsincband.h:
6438         * gst/audiofx/audiowsinclimit.c:
6439         * gst/audiofx/audiowsinclimit.h:
6440         * tests/check/Makefile.am:
6441         * tests/check/elements/audiowsincband.c:
6442         * tests/check/elements/audiowsinclimit.c:
6443
6444         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6445         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6446         respectively.
6447
6448         Fixes: #467666
6449
6450 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6451
6452         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6453         * tests/check/elements/icydemux.c:
6454           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6455           caps, and add a somewhat useful debug message. Plus test.
6456
6457 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6458
6459         * gst/rtsp/gstrtspsrc.c:
6460         Include unistd.h only if HAVE_UNISTD_H is defined
6461         * win32/common/config.h.in:
6462         * win32/common/config.h:
6463         Define socklen_t as it seems it's not defined in default 
6464         Visual Studio headers.
6465         * win32/vs6/libgstalpha.dsp:
6466         * win32/vs6/libgstapetag.dsp:
6467         * win32/vs6/libgstavi.dsp:
6468         * win32/vs6/libgstrtp.dsp:
6469         * win32/vs6/libgstrtsp.dsp:
6470         * win32/vs6/libgstvideomixer.dsp:
6471         Update project file dependencies and add new source files       
6472
6473 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6474
6475         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6476
6477         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6478         Don't leak buffers when we don't push them downstream.
6479         Fixes bug #514965.
6480
6481 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * configure.ac:
6484           Bump requirements to (good) released versions to avoid
6485           confusion and make implicit core requirement explicit.
6486
6487 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6488
6489         * docs/plugins/Makefile.am:
6490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6491         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6492         * docs/plugins/gst-plugins-good-plugins.args:
6493         * docs/plugins/inspect/plugin-audiofx.xml:
6494         * gst/audiofx/Makefile.am:
6495         * gst/audiofx/audiochebband.c:
6496         * gst/audiofx/audiochebband.h:
6497         * gst/audiofx/audiocheblimit.c:
6498         * gst/audiofx/audiocheblimit.h:
6499         * gst/audiofx/audiochebyshevfreqband.c:
6500         * gst/audiofx/audiochebyshevfreqband.h:
6501         * gst/audiofx/audiochebyshevfreqlimit.c:
6502         * gst/audiofx/audiochebyshevfreqlimit.h:
6503         * gst/audiofx/audiofx.c:
6504         * tests/check/Makefile.am:
6505         * tests/check/elements/.cvsignore:
6506         * tests/check/elements/audiochebband.c:
6507         * tests/check/elements/audiocheblimit.c:
6508         * tests/check/elements/audiochebyshevfreqband.c:
6509         * tests/check/elements/audiochebyshevfreqlimit.c:
6510
6511         Rename audiochebyshevfreqband -> audiochebband and
6512         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6513         surgery.
6514
6515         Closes: #491811
6516
6517 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6518
6519         Patch by: Orjan Friberg <orjanf at axis dot com>
6520
6521         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6522         Fix caps memory leak. Fixes #514573.
6523
6524 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6525
6526         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6527         If there's no entries in the subindex, don't try to do anything stupid,
6528         just return.
6529
6530 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6531
6532         Patch by: John Millikin <jmillikin at gmail dot com>
6533
6534         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6535           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6536           Fix extraction of picture blocks with newer libflac versions again:
6537           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6538
6539 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6540
6541         * tests/check/Makefile.am:
6542           Add rtp-payloading test to VALGRIND_TO_FIX.
6543
6544         * tests/check/elements/rtp-payloading.c:
6545           Add semicolons after GST_TEST_END so gst-indent gets the
6546           formatting right; make test less verbose in general, but
6547           more verbose in the error case (which should probably
6548           make the test fail anyway).
6549
6550 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6551
6552         * docs/plugins/Makefile.am:
6553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6555         * gst/avi/gstavisubtitle.c:
6556         Add documentation for avisubtitle and change class to
6557         Codec/Parser/Subtitle
6558
6559 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6560
6561         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6562         Treat ENOTTY (driver does not implement ioctl) the same as
6563         EINVAL since it implies there are no available standards.
6564
6565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6566         (gst_v4l2src_get_nearest_size):
6567         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6568         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6569         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6570         reason, and if we aren't yet actively capturing.
6571
6572         * sys/v4l2/v4l2src_calls.h:
6573         Remove replaced function declaration.
6574
6575 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6576
6577         * configure.ac:
6578         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6579         API.
6580
6581 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6582
6583         * configure.ac:
6584         Fix typo.
6585
6586 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6587
6588         * gst/alpha/Makefile.am:
6589         * gst/alpha/gstalpha.c:
6590
6591         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6592         some stuff, and making buffer-alloc and resizing work automatically.
6593         No longer crashes on odd frame widths and heights, although there
6594         seems to be a disagreement with ffmpegcolorspace about what size
6595         an AYUV frame with odd height should be.
6596
6597 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6598
6599         Patch by: Alessandro Decina <alessandro at nnva dot org>
6600
6601         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6602         * ext/libpng/gstpngenc.h:
6603         Preallocate the output buffer so that g_memdup() and
6604         gst_buffer_merge() aren't needed anymore. This greatly improves
6605         performances and fixes #512544.
6606
6607 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6608
6609         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6610         (gst_avi_demux_stream_data):
6611         GStreamer timestamps are PTS values while AVI only knows about DTS
6612         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6613         we are dealing with a key frame.
6614
6615 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6616
6617         * tests/check/Makefile.am:
6618         * tests/check/elements/.cvsignore:
6619         * tests/check/elements/rtp-payloading.c:
6620           Add add testsuite for the rtp-payloader that tries simulating
6621           dataflow. Needs more test data.
6622
6623 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6624
6625         * tests/check/elements/alphacolor.c:
6626           Remove two unused variables.
6627
6628 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6629
6630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6631           Use g_ascii_strtoll() instead of atoll, which is only
6632           available in C99.
6633
6634 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6635
6636         * gst/rtp/Makefile.am:
6637         * gst/rtp/gstrtp.c:
6638         * gst/rtp/gstrtpmpvpay.c:
6639         * gst/rtp/gstrtpmpvpay.h:
6640         Add MPEG2 video payloader
6641
6642 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6643
6644         * gst/level/gstlevel.c:
6645         Use #include <math.h> instead of #include "math.h".
6646
6647 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6648
6649         * tests/check/Makefile.am:
6650         Fix up some CFLAGS sets.
6651         Don't include gconfvideosrc in the states test.
6652
6653         * tests/check/elements/autodetect.c: (GST_START_TEST):
6654         Add some error strings to fail_unless arguments to fix some weird
6655         compiler errors on Solaris.
6656
6657 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6658
6659         * configure.ac:
6660         Detect video4linux headers on Solaris too.
6661         * sys/v4l2/gstv4l2colorbalance.h:
6662         * sys/v4l2/gstv4l2object.h:
6663         * sys/v4l2/v4l2_calls.c:
6664         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6665         (gst_v4l2_buffer_new):
6666
6667         Make v4l2 build on Solaris.
6668         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6669         Fixes: #510505
6670
6671 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6674           Update list from (still local) scanning script.
6675
6676 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6677
6678         Based on a patch by:
6679             Victor STINNER <victor dot stinner at haypocalc dot com>
6680
6681         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6682         Set variable to NULL after freeing it to prevent double frees
6683         or make failures by another use of it afterwards more obvious
6684         and fix use of it after the freeing. Fixes bug #510592.
6685
6686 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6687
6688         * gst/udp/gstmultiudpsink.c:
6689         use GST_WARNING for logging
6690
6691 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6692
6693         * gst/udp/gstmultiudpsink.c:
6694         Don't try to leave a multicast group with an invalid socket
6695
6696 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6697
6698         * ext/flac/gstflacdec.c:
6699           Fix compilation against flac 1.1.2 (as on debian stable), where
6700           the picture metadata defines and structs don't exist yet.
6701           Fixes #509301.
6702
6703 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6704
6705         Patch by: Olivier Crete <tester at tester dot ca>
6706
6707         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6708         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6709         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6710         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6711         * gst/udp/gstmultiudpsink.h:
6712         Add property to automatically join a multicast group or not. This can be
6713         useful when sharing a socket between multiple elements.
6714         Fixes #509531.
6715
6716 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6717
6718         * gst/videomixer/Makefile.am:
6719           Add controller flags.
6720
6721 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6722
6723         * gst/videomixer/videomixer.c:
6724           Also commit the missing gst_object_sync_values().
6725
6726 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6727
6728         * docs/plugins/Makefile.am:
6729           Remove duplicate entry.
6730
6731 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6732
6733         * docs/plugins/Makefile.am:
6734         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6735         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6736         * docs/plugins/inspect/plugin-gamma.xml:
6737         * docs/plugins/inspect/plugin-monoscope.xml:
6738         * docs/plugins/inspect/plugin-video4linux2.xml:
6739           Add 3 more plugins to docs.
6740
6741 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6742
6743         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6744         * sys/osxvideo/osxvideosink.h:
6745           Revert previous change caused by a file that got stuck on an old
6746           revision.
6747
6748 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6749
6750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6751         * gst/multipart/Makefile.am:
6752         * gst/multipart/multipartdemux.c:
6753         * gst/multipart/multipartdemux.h:
6754         * gst/multipart/multipartmux.c:
6755         * gst/multipart/multipartmux.h:
6756           Re-add multipartdemux to the docs. Last round of section cleanup.
6757
6758 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6759
6760         * docs/plugins/Makefile.am:
6761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6762         * sys/osxaudio/gstosxaudiosink.h:
6763         * sys/osxvideo/osxvideosink.h:
6764           Managed to resolve most unused declarations. Filed a bug for one left.          
6765
6766 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6767
6768         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6769           Cleanup section file.
6770
6771 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6772
6773         * docs/plugins/Makefile.am:
6774         * docs/plugins/gst-plugins-good-plugins.args:
6775         * docs/plugins/gst-plugins-good-plugins.signals:
6776         * docs/plugins/inspect/plugin-alaw.xml:
6777         * docs/plugins/inspect/plugin-alpha.xml:
6778         * docs/plugins/inspect/plugin-alphacolor.xml:
6779         * docs/plugins/inspect/plugin-annodex.xml:
6780         * docs/plugins/inspect/plugin-apetag.xml:
6781         * docs/plugins/inspect/plugin-audiofx.xml:
6782         * docs/plugins/inspect/plugin-auparse.xml:
6783         * docs/plugins/inspect/plugin-autodetect.xml:
6784         * docs/plugins/inspect/plugin-avi.xml:
6785         * docs/plugins/inspect/plugin-cairo.xml:
6786         * docs/plugins/inspect/plugin-cdio.xml:
6787         * docs/plugins/inspect/plugin-cutter.xml:
6788         * docs/plugins/inspect/plugin-debug.xml:
6789         * docs/plugins/inspect/plugin-dv.xml:
6790         * docs/plugins/inspect/plugin-efence.xml:
6791         * docs/plugins/inspect/plugin-effectv.xml:
6792         * docs/plugins/inspect/plugin-flac.xml:
6793         * docs/plugins/inspect/plugin-flxdec.xml:
6794         * docs/plugins/inspect/plugin-gconfelements.xml:
6795         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6796         * docs/plugins/inspect/plugin-goom.xml:
6797         * docs/plugins/inspect/plugin-halelements.xml:
6798         * docs/plugins/inspect/plugin-icydemux.xml:
6799         * docs/plugins/inspect/plugin-id3demux.xml:
6800         * docs/plugins/inspect/plugin-jpeg.xml:
6801         * docs/plugins/inspect/plugin-ladspa.xml:
6802         * docs/plugins/inspect/plugin-level.xml:
6803         * docs/plugins/inspect/plugin-matroska.xml:
6804         * docs/plugins/inspect/plugin-mulaw.xml:
6805         * docs/plugins/inspect/plugin-multipart.xml:
6806         * docs/plugins/inspect/plugin-navigationtest.xml:
6807         * docs/plugins/inspect/plugin-png.xml:
6808         * docs/plugins/inspect/plugin-quicktime.xml:
6809         * docs/plugins/inspect/plugin-rtp.xml:
6810         * docs/plugins/inspect/plugin-rtsp.xml:
6811         * docs/plugins/inspect/plugin-shout2send.xml:
6812         * docs/plugins/inspect/plugin-smpte.xml:
6813         * docs/plugins/inspect/plugin-speex.xml:
6814         * docs/plugins/inspect/plugin-taglib.xml:
6815         * docs/plugins/inspect/plugin-udp.xml:
6816         * docs/plugins/inspect/plugin-videobalance.xml:
6817         * docs/plugins/inspect/plugin-videobox.xml:
6818         * docs/plugins/inspect/plugin-videocrop.xml:
6819         * docs/plugins/inspect/plugin-videoflip.xml:
6820         * docs/plugins/inspect/plugin-videomixer.xml:
6821         * docs/plugins/inspect/plugin-wavenc.xml:
6822         * docs/plugins/inspect/plugin-wavpack.xml:
6823         * docs/plugins/inspect/plugin-wavparse.xml:
6824           Update plugin docs.
6825
6826         * gst/videomixer/Makefile.am:
6827         * gst/videomixer/videomixer.c:
6828         * gst/videomixer/videomixer.h:
6829         * gst/videomixer/videomixerpad.h:
6830           Split out header to fix warnings from the doc-build.
6831
6832 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6833
6834         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6835
6836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6837         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6838
6839 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6840
6841         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6843           Initialise variables to work around (false) 'foo might be used
6844           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6845
6846 2008-01-11  David Schleef  <ds@schleef.org>
6847
6848         * docs/plugins/.cvsignore:
6849         * tests/check/pipelines/.cvsignore:
6850           Ignore more files for the buildbot.
6851
6852 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6853
6854         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6855         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6856         Generate the image-type values correctly. Leave them out of the caps
6857         when outputting a "preview image" tag, since it only makes sense
6858         to have one of those - the type is irrelevant.
6859
6860         * sys/sunaudio/gstsunaudiomixerctrl.c:
6861         (gst_sunaudiomixer_ctrl_open):
6862         If we can, mark the mixer multiple open when we use it, in case
6863         (for some reason) the process wants to open it again elsewhere.
6864
6865 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6866
6867         Patch by: Olivier Crete <tester at tester dot ca>
6868
6869         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6870         * gst/rtp/gstrtptheorapay.c:
6871         Fix the clock rate to 90000 as required by the RFC.
6872         Fixes #508644.
6873
6874 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6877           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6878
6879 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6880
6881         * autogen.sh:
6882           Add -Wno-portability to the automake parameters to stop warnings
6883           about GNU make extensions being used. We require GNU make in almost
6884           every Makefile anyway.
6885           
6886         * configure.ac:
6887           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6888           at the same time is required for per target flags.
6889
6890 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6891
6892         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6893         Fix error from my last commit.
6894
6895 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6898
6899         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6900           Make sure the ISO 639-X language code in ID3v2 COMM frames
6901           is actually valid UTF-8 (or rather: ASCII), so we don't end
6902           up with non-UTF8 strings in tags if there's garbage in the
6903           language field. Also make sure the language code is always
6904           lower case. Fixes: #508291.
6905
6906 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6907
6908         * ChangeLog:
6909           Fix ChangeLog typo.
6910
6911 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6912
6913         * Makefile.am:
6914           Include lcov.mak to allow building coverage reports. Guard
6915           check-torture target like in the other packages.
6916
6917 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6918
6919         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6920
6921         * gst/videomixer/videomixer.c:
6922         (gst_videomixer_set_master_geometry), (_do_init),
6923         (gst_videomixer_child_proxy_get_child_by_index),
6924         (gst_videomixer_child_proxy_get_children_count),
6925         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6926         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6927         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6928         Implement GstChildProxy interface.
6929         Send newsegment at the right moment
6930         Fixes #488879
6931
6932 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6933
6934         * gst/alpha/Makefile.am:
6935         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6936         (gst_alpha_sink_event), (gst_alpha_chain),
6937         (gst_alpha_change_state), (plugin_init):
6938         Make the various properties of 'alpha' controllable. This allows doing
6939         niceties like fade-in/fade-out.
6940
6941 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6942
6943         * gst/rtp/gstasteriskh263.c:
6944         * gst/rtp/gstrtpL16depay.c:
6945         * gst/rtp/gstrtpac3depay.c:
6946         * gst/rtp/gstrtpamrpay.c:
6947         * gst/rtp/gstrtpdepay.c:
6948         * gst/rtp/gstrtpgsmdepay.c:
6949         * gst/rtp/gstrtph263depay.c:
6950         * gst/rtp/gstrtph263pdepay.c:
6951         * gst/rtp/gstrtph263ppay.c:
6952         * gst/rtp/gstrtph264depay.c:
6953         * gst/rtp/gstrtph264pay.c:
6954         * gst/rtp/gstrtpmp2tdepay.c:
6955         * gst/rtp/gstrtpmp4adepay.c:
6956         * gst/rtp/gstrtpmp4gdepay.c:
6957         * gst/rtp/gstrtpmp4gpay.c:
6958         * gst/rtp/gstrtpmp4vdepay.c:
6959         * gst/rtp/gstrtpmpadepay.c:
6960         * gst/rtp/gstrtpmpvdepay.c:
6961         * gst/rtp/gstrtpsv3vdepay.c:
6962         * gst/rtp/gstrtptheoradepay.c:
6963         * gst/rtp/gstrtptheorapay.c:
6964         * gst/rtp/gstrtpvorbisdepay.c:
6965         * gst/rtp/gstrtpvorbispay.c:
6966           Remove copy/paste unused code (property setters and getter) found by
6967           the coverage suite (yay, saves ~20k on disk).
6968
6969 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6972           (videosink_templ):
6973           Also fix up pad templates to indicate that image/jpeg doesn't
6974           absolutely require the framerate property to be set (#504081).
6975
6976 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6977
6978         Based on patch by: Wouter Cloetens  <wouter at mind be>
6979
6980         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6981           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6982           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6983         * gst/matroska/matroska-mux.h:
6984           Keep track of first and last timestamps for each incoming stream,
6985           so we can calculate the total duration for live sources and other
6986           input where we can't query the duration from the start or where
6987           there's no constant framerate from which we can deduce the
6988           duration; also use calculated/observed duration if it is bigger
6989           than the previously queried duration. Furthermore, use
6990           gst_pad_query_peer_duration() and take into account that it may
6991           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6992           screws up comparisons when using unsigned integers. Fixes #504081.
6993
6994 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6995
6996         * configure.ac:
6997         * gst/audiofx/audioamplify.c:
6998         (gst_audio_amplify_clipping_method_get_type),
6999         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
7000         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
7001         (gst_audio_dynamic_transform_ip):
7002         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
7003         (gst_audio_invert_transform_ip):
7004         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
7005         (gst_audio_panorama_transform):
7006         * gst/level/gstlevel.c: (gst_level_init):
7007         Make elements GST_BUFFER_FLAG_GAP aware and call
7008         gst_base_transform_set_gap_aware for this.
7009         Bump core requirement to CVS.
7010         
7011         * gst/audiofx/audiochebyshevfreqband.c:
7012         (gst_audio_chebyshev_freq_band_transform_ip):
7013         * gst/audiofx/audiochebyshevfreqlimit.c:
7014         (gst_audio_chebyshev_freq_limit_transform_ip):
7015         Also sync GObject properties to the controller if operating
7016         in passthrough mode.
7017
7018 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
7019
7020         * sys/directdraw/gstdirectdrawsink.c:
7021           (gst_directdraw_sink_window_thread):
7022           FALSE is not a gpointer.
7023
7024 2008-01-05  Julien Moutte  <julien@fluendo.com>
7025
7026         * sys/directdraw/gstdirectdrawsink.c:
7027         (gst_directdraw_sink_set_window_id),
7028         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
7029         (gst_directdraw_sink_buffer_alloc),
7030         (gst_directdraw_sink_draw_borders),
7031         (gst_directdraw_sink_show_frame),
7032         (gst_directdraw_sink_setup_ddraw),
7033         (gst_directdraw_sink_window_thread),
7034         (gst_directdraw_sink_get_ddrawcaps),
7035         (gst_directdraw_sink_surface_create): Make sure we create our
7036         internal window only when we need it. That will give a chance to
7037         the application to get the prepare-xwindow-id bus message. Draw
7038         black borders when keeping aspect ratio. Handle the case where our
7039         rendering window disappears (closed or errors) like other sinks
7040         do. Various 80 columns fixes, improve state change order. That
7041         element could need some more love.
7042
7043 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
7044
7045         * ext/taglib/gstapev2mux.h:
7046         * ext/taglib/gstid3v2mux.h:
7047         Remove useless typedefs without new type name. Fixes a warning with
7048         gcc 4.3.
7049
7050 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
7051
7052         Patch by: John Millikin <jmillikin at gmail dot com>
7053
7054         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
7055         (gst_flac_dec_setup_stream_decoder),
7056         (gst_flac_normalize_picture_mime_type),
7057         (gst_flac_extract_picture_buffer),
7058         (gst_flac_dec_metadata_callback):
7059         Emit metadata messages when a PICTURE block is encountered.
7060         Fixes #506715.
7061
7062 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
7063
7064         * gst/avi/gstavi.c:
7065         increase rank because no known issues anymore ...
7066         * gst/avi/gstavisubtitle.c:
7067         send subtitle name to the srcpad
7068
7069 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
7070
7071         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
7072         * gst/rtsp/gstrtspsrc.h:
7073         Implement redirect for the DESCRIBE reply. Fixes #506025.
7074
7075 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
7076
7077         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
7078         Fix 'xyz may be used uninitialized' compiler warnings caused
7079         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
7080         abort() in any case but properly report the error.
7081
7082 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
7083
7084         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
7085         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
7086         * sys/ximage/gstximagesrc.c: (composite_pixel):
7087           Fix 'xyz may be used uninitialized' compiler warnings caused
7088           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
7089           not really nice to abort in any case). Fixes #505745.
7090
7091 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7092
7093         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
7094           Small unit test fix (has no practical impact at the moment,
7095           since we're only feeding utf8 and hence just create a sub-
7096           buffer for the output).
7097
7098 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
7099
7100         * gst/avi/gstavisubtitle.c:
7101         * tests/check/elements/avisubtitle.c:
7102         Add seeking support for avi subtitle
7103
7104 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
7105
7106         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
7107         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
7108         (gst_flac_dec_write):
7109         * ext/flac/gstflacdec.h:
7110         Remove some unused vars.
7111         Do more cleanup of leftover events and tags.
7112         Output tags after the segment event. Fixes #504018.
7113
7114 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
7117           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
7118           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
7119           Detect other UTF byte order markers and convert to UTF-8 as
7120           appropriate.
7121
7122 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7123
7124         * gst/avi/gstavisubtitle.c: (src_template),
7125           (gst_avi_subtitle_extract_utf8_file),
7126           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
7127           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
7128           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
7129         * gst/avi/gstavisubtitle.h:
7130           Refactor a bit; fix name extraction; don't assume all the data
7131           in the chunk is actually subtitle data, there may be padding at
7132           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
7133           file so it's there to send again after a seek (for future use).
7134
7135 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
7136
7137         * gst/avi/Makefile.am:
7138         * gst/avi/gstavi.c:
7139         * gst/avi/gstavisubtitle.c:
7140         * gst/avi/gstavisubtitle.h:
7141         * tests/check/Makefile.am:
7142         * tests/check/elements/avisubtitle.c:
7143         * win32/common/config.h:
7144                 Add avi subtitle element for bug #442034. Need seeking support
7145                 and more support for character conversion.
7146
7147 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * Makefile.am:
7150           Include common/win32.mak for CRLF check of win32 project
7151           files (see #393626).
7152
7153         * win32/vs6/libgstpng.dsp:
7154           Fix line endings and do cvs admin -kb.
7155
7156 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
7157
7158         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
7159         Actually drop the buffers which are outside the currently configured
7160         segment instead of just emitting a WARNING.
7161
7162 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
7163
7164         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
7165         (gst_flac_dec_write):
7166         * ext/flac/gstflacdec.h:
7167         Send segments from the streaming thread. Fixes #502187.
7168         Fix segment seeking and a bunch of other seeking cases.
7169
7170 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
7173           Parse WOAF frames and put the result into GST_TAG_CONTACT,
7174           which is where it would end up if the same information was
7175           put in a vorbis comment (don't think it's worth adding a
7176           new URI tag for this). Fixes #488112.
7177
7178 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7179
7180         * configure.ac:
7181           We need core/base 0.10.15 or later.
7182
7183 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7184
7185         Patch by: Mark Nauwelaerts <manauw skynet be>
7186
7187         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
7188         Fix regression in stream numbering. Fixes #502655.
7189
7190 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7191
7192         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
7193
7194         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
7195         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
7196         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
7197         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
7198         (gst_rtp_h264_pay_handle_buffer):
7199         * gst/rtp/gstrtph264pay.h:
7200         Use higher performance start-code searching.
7201         Parse NALs and store SPS, PPS and profile in the caps so that they can
7202         be used in the SDP. Fixes #502814.
7203
7204 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
7207         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
7208           Init some structs to zero before we pass them to ioctl, which
7209           avoids valgrind warnings.  Also fix a small memory leak.
7210
7211 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
7212
7213         Patch by: Wouter Cloetens <wouter at mind dot be>
7214
7215         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
7216         Copy timestamp from input to output. Not very perfect yet but better
7217         than nothing. Fixes #503023.
7218
7219 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7220
7221         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7222           Also print a useful error message with the old Wavpack API
7223           if possible.
7224
7225 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
7226
7227         * ext/wavpack/gstwavpackdec.c:
7228           More build fixes for old libwavpack versions: include config.h so
7229           that WAVPACK_OLD_API is actually defined as detected; only use
7230           WavpackGetErrorMessage if it is available. This fixes the build
7231           on debian stable for me.
7232
7233 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7234
7235         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
7236         * ext/wavpack/gstwavpackparse.c:
7237           (gst_wavpack_parse_create_src_pad):
7238           Workaround the non-existance of WavpackGetChannelMask in Wavpack
7239           versions below 4.40.0.
7240
7241 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7242
7243         * configure.ac:
7244           And now do it right for real...
7245
7246 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7247
7248         * configure.ac:
7249           Correctly reset $LIBS to not contain -lm.
7250
7251 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7252
7253         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
7254
7255         * configure.ac:
7256         * ext/cairo/gsttimeoverlay.c:
7257           (gst_cairo_time_overlay_print_smpte_time):
7258           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
7259           and checking for rint() and implementing it ourself if it doesn't
7260           exist. Fixes #497293.
7261
7262 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
7263
7264         * configure.ac:
7265           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
7266
7267 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
7268
7269         * sys/oss/gstosshelper.c:
7270         Verify that the format returned after the ioctl is the one
7271         we requested. It is valid for the ioctl to succeed while
7272         substituting an alternate 'supported' sample format.
7273
7274 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * sys/oss/gstossaudio.c: (plugin_init):
7277         * sys/oss/gstosssink.c: (gst_oss_sink_open):
7278         * sys/oss/gstosssrc.c: (gst_oss_src_open):
7279           Post decent (and translated) error message when we can't
7280           open the audio device for some reason.
7281
7282 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
7283
7284         * sys/oss/gstosssink.c:
7285         * sys/oss/gstosssrc.c:
7286         Allow the AUDIODEV environment variable to redirect us
7287         to a different default OSS device, like sunaudiosink does
7288         on Solaris (makes audio play automatically on SunRays).
7289
7290 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
7291
7292         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
7293         * gst/audiofx/audiochebyshevfreqband.c:
7294         (gst_audio_chebyshev_freq_band_transform_ip):
7295         * gst/audiofx/audiochebyshevfreqlimit.c:
7296         (gst_audio_chebyshev_freq_limit_transform_ip):
7297         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
7298         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
7299         The transform_ip() methods should do nothing if in passthrough mode.
7300         It might get non-writable buffers in that case but the buffer might
7301         as well be writable.
7302
7303         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
7304         The transform() methods won't be called in passthrough mode and
7305         otherwise the buffer is always writable so don't check here.
7306
7307 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
7308
7309         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
7310           Fix seeking in .wav files again (#501775).  Some people seem to think
7311           they don't need to test their changes when they're just 'reflowing'
7312           some code.
7313
7314 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7315
7316         * gst/autodetect/gstautovideosink.c:
7317         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7318         (gst_auto_video_sink_init),
7319         (gst_auto_video_sink_create_element_with_pretty_name),
7320         (gst_auto_video_sink_find_best),
7321         (gst_auto_video_sink_set_property),
7322         (gst_auto_video_sink_get_property):
7323         * gst/autodetect/gstautovideosink.h:
7324         Fix docs.
7325         Use same error reporting code as autoaudiosink.
7326         Add property to filter sinks based on caps. Only select raw video sinks
7327         by default for backwards compat.
7328         API: GstAutoVideoSink::filter-caps
7329
7330 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7331
7332         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7333
7334         * gst/autodetect/gstautoaudiosink.c:
7335         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7336         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7337         (gst_auto_audio_sink_set_property),
7338         (gst_auto_audio_sink_get_property):
7339         * gst/autodetect/gstautoaudiosink.h:
7340         Add property to filter sinks based on caps. Only select raw audio sinks
7341         by default for backwards compat.  Fixes #417420.
7342         API: GstAutoAudioSink::filter-caps
7343
7344 2007-11-29  Michael Smith <msmith@fluendo.com>
7345
7346         Patch by: Arek Korbik <arkadini@gmail.com>
7347
7348         * gst/videobox/gstvideobox.c: (plugin_init):
7349           Initialise liboil in plugin_init()
7350
7351 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7352
7353         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7354         Post error before sending EOS. Fixes #499178.
7355
7356 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7357
7358         * win32/vs6/gst_plugins_good.dsw:
7359         * win32/vs6/libgstpng.dsp:
7360         Add a project file for libgstpng
7361
7362 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7363
7364         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7365         (gst_rtp_h263_depay_process):
7366         Code beautification.
7367         Added debug statements.
7368         Don't bit-shift everything, just do operations on last/first byte
7369         instead.
7370
7371 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7372
7373         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7374
7375         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7376         Fix wrong comparison in overrun check. Fixes #499239 some more.
7377
7378 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7379
7380         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7381         (gst_rtp_h263_depay_process):
7382         * gst/rtp/gstrtph263depay.h:
7383         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7384         stream.
7385
7386 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7387
7388         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7389
7390         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7391         (gst_rtp_mp4a_depay_process):
7392         * gst/rtp/gstrtpmp4adepay.h:
7393         Fix depayloading when multiple frames are inside one RTP packet.
7394         Fixes #499239.
7395
7396 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7397
7398         * gst/level/gstlevel.c:
7399           Add GAP-flag support.
7400
7401 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7402
7403         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7404         Read the I flag for Mode A h263 rtp stream and set the
7405         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7406         Fixes #499383
7407
7408 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7409
7410         * gst/level/gstlevel.c:
7411           Remove some dead code and do cleanups.
7412
7413 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7414
7415         * tests/check/pipelines/simple-launch-lines.c:
7416           Improve the tests by allowing to set a target state.
7417
7418 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7419
7420         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7421         Don't check the caps of the output buffer if they're equal some
7422         other caps. The caps can change in a backward compatible way
7423         and did at this point.
7424
7425 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7426
7427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7428         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7429         (gst_qtdemux_seek_to_previous_keyframe),
7430         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7431         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7432         reverse playback support.
7433
7434 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7435
7436         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7437         Also set the channel layout on the Wavpack caps if we're having
7438         a mono layout. Of course only do it for "audio/x-wavpack".
7439
7440 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7441
7442         * ext/wavpack/gstwavpackcommon.c:
7443         (gst_wavpack_get_default_channel_mask),
7444         (gst_wavpack_set_channel_layout),
7445         (gst_wavpack_get_default_channel_positions),
7446         (gst_wavpack_get_channel_mask_from_positions),
7447         (gst_wavpack_set_channel_mapping):
7448         * ext/wavpack/gstwavpackcommon.h:
7449         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7450         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7451         * ext/wavpack/gstwavpackdec.h:
7452         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7453         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7454         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7455         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7456         (gst_wavpack_enc_rewrite_first_block),
7457         (gst_wavpack_enc_sink_event):
7458         * ext/wavpack/gstwavpackenc.h:
7459         * ext/wavpack/gstwavpackparse.c:
7460         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7461         (gst_wavpack_parse_scan_to_find_sample),
7462         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7463         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7464         * ext/wavpack/gstwavpackparse.h:
7465         Add support for encoding, parsing and decoding multichannel
7466         files with up to 8 channels. This also improves the robustness
7467         of parsing quite a bit.
7468
7469         * ext/wavpack/gstwavpackstreamreader.c:
7470         (gst_wavpack_stream_reader_read_bytes),
7471         (gst_wavpack_stream_reader_get_pos),
7472         (gst_wavpack_stream_reader_set_pos_abs),
7473         (gst_wavpack_stream_reader_set_pos_rel),
7474         (gst_wavpack_stream_reader_push_back_byte),
7475         (gst_wavpack_stream_reader_get_length),
7476         (gst_wavpack_stream_reader_can_seek),
7477         (gst_wavpack_stream_reader_write_bytes):
7478         Improve debugging.
7479
7480 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7481
7482         * ext/libpng/gstpngdec.c:
7483         * ext/libpng/gstpngdec.h:
7484           Don't release the png-memory from within the callback.
7485
7486 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7487
7488         Patch by: René Stadler <mail at renestadler dot de>
7489
7490         * ext/libpng/gstpngenc.c:
7491           Don't leak buffer data memory. Fixes #498395.
7492
7493 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7494
7495         Patch by: René Stadler <mail at renestadler dot de>
7496
7497         * tests/check/pipelines/simple-launch-lines.c:
7498           Tests for #498395.
7499
7500 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7501
7502         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7503         (gst_tag_lib_mux_adjust_event_offsets):
7504         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7505         * sys/osxaudio/Makefile.am:
7506         * sys/osxvideo/cocoawindow.h:
7507         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7508
7509 2007-11-15  David Schleef  <ds@schleef.org>
7510
7511         * ext/cairo/gsttextoverlay.c:
7512           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7513
7514 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7515
7516         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7517
7518         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7519         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7520         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7521         * gst/rtp/gstrtpmp2tpay.h:
7522         Fill the MTU with as many packets as possible. Fixes #491323.
7523
7524 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7527
7528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7529         Fix some more leaks. Fixes #497007.
7530
7531 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7534
7535         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7536         (gst_rtspsrc_stream_configure_tcp):
7537         Fix 3 pad leaks. Fixes #496983.
7538
7539 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7540
7541         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7542
7543         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7544         Fix small leak. Fixes #497017.
7545
7546 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7547
7548         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7549         (gst_qtdemux_prepare_current_sample),
7550         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7551         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7552         * gst/qtdemux/qtdemux_fourcc.h:
7553         * gst/qtdemux/qtdemux_types.c:
7554         Add suppport for theora in quicktime according to XiphQT.
7555
7556 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7557
7558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7559         (gst_v4l2src_init), (gst_v4l2src_set_property),
7560         (gst_v4l2src_get_property):
7561         * sys/v4l2/gstv4l2src.h:
7562         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7563           Always copy buffers by default (handle safer with bugged drivers)
7564           and added a property to make it possible to use mmap effectively (no
7565           copy if possible) when application wants to. Fixes: #480557.
7566
7567 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst/id3demux/id3tags.c:
7570         * gst/id3demux/id3tags.h:
7571         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7572           We don't want the same string multiple times in a tag list for the
7573           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7574           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7575
7576 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7579           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7580           into ID3v2 TXXX frames (fixes #347848).
7581
7582 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7585           Don't leak sdp message contents (fixes #496773).
7586
7587         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7588           Don't leak URI string.
7589
7590 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7591
7592         Patch by: Julien Puydt <julien dot puydt at laposte net>
7593
7594         * ext/raw1394/Makefile.am:
7595         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7596           (gst_1394_property_probe_get_properties),
7597           (gst_1394_property_probe_probe_property),
7598           (gst_1394_property_probe_needs_probe),
7599           (gst_1394_property_probe_get_values),
7600           (gst_1394_property_probe_interface_init),
7601           (gst_1394_type_add_property_probe_interface):
7602         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7603         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7604           (gst_dv1394src_init), (gst_dv1394src_dispose),
7605           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7606           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7607           (gst_dv1394src_update_device_name):
7608         * ext/raw1394/gstdv1394src.h:
7609           Implement GstPropertyProbe interface and add "device-name" property,
7610           so applications can use this to probe for available devices in the
7611           same way they can already with v4lsrc and v4l2src (however horrible
7612           this property probe interface may be). Fixes #358841.
7613
7614 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7617
7618         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7619           (gst_rtspsrc_parse_range):
7620           Don't leak event, don't leak range (fixes #496752).
7621
7622 2007-11-14  Michael Smith <msmith@fluendo.com>
7623
7624         Patch by: Arek Korbik <arkadini@gmail.com>
7625
7626         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7627           Detect RGBA/BGRA correctly on little endian systems.
7628
7629 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7630
7631         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7632           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7633           corresponding ioctl() call fails even though the driver claims to
7634           support this format, just fall back to the pre-2.6.19 kernel
7635           routine that creates caps with suitable height and width ranges
7636           (see #448278).
7637
7638 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7639
7640         Patch by: Mark Nauwelaerts <manauw skynet be>
7641
7642         * gst/matroska/matroska-demux.c:
7643           (gst_matroska_demux_push_dvd_clut_change_event),
7644           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7645           (gst_matroska_demux_subtitle_caps):
7646         * gst/matroska/matroska-ids.h:
7647           Extract palette data for dvd subpicture streams and send it
7648           downstream as custom gstreamer dvd event (fixes #453417).
7649
7650 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7653           Implement minimal parsing of the passed pango font description
7654           string, so passing a font size works the same as with the
7655           pango textoverlay plugin; fixes #455086.
7656           (Maybe we could just use pangocairo here at some point).
7657
7658 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7659
7660         * gst/avi/gstavidemux.c:
7661         * gst/wavparse/gstwavparse.c:
7662           Return the result in _activate_pull(). Don't ref element there.
7663
7664 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7665
7666         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7667         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7668         (gst_wavparse_srcpad_event):
7669           Ref the element when we should, but not when we its not needed. Reflow
7670           the event_handling to not leak the event.       
7671
7672 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7673
7674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7675         (qtdemux_parse_samples):
7676         Properly free QTDemuxSamples array.
7677         Protect table write with a sensible check, some files apparently DO contain
7678         stts values starting with 0 :(
7679
7680 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7681
7682         * gst/avi/gstavidemux.c:
7683         * gst/qtdemux/qtdemux.c:
7684           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7685           previous commit messed up.
7686
7687 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7688
7689         * gst/avi/gstavidemux.c:
7690         * gst/qtdemux/qtdemux.c:
7691           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7692           element when we should, but not when we its not needed.
7693
7694 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7695
7696         * gst/wavparse/gstwavparse.c:
7697           Return FALSE if we can't handle a query instead of changing the
7698           format. Ignore fact when dealing with mpeg audio.
7699
7700 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7703
7704         * configure.ac:
7705         * gst/udp/gstdynudpsink.c:
7706         * gst/udp/gstdynudpsink.h:
7707         * gst/udp/gstmultiudpsink.c:
7708         * gst/udp/gstmultiudpsink.h:
7709         * gst/udp/gstudpsink.c:
7710         * gst/udp/gstudpsink.h:
7711           Fix includes for MSVC and GLib-2.14.0 (#492388).
7712
7713         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7714           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7715
7716 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7717
7718         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7719         (gst_mulawdec_chain):
7720         * gst/law/mulaw-decode.h:
7721         Calculate outgoing buffer duration if incoming buffer didn't have a
7722         valid duration.
7723
7724 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7725
7726         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7727         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7728         Smarter combine_flow code that also deals with downstream elements
7729         returning UNEXPECTED when they receive data out of the segment
7730         boundaries. Fixes #491305.
7731
7732 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7733
7734         * sys/v4l2/v4l2src_calls.c:
7735           Fix 'unused variable' compiler warning when compiling against
7736           older kernel headers.
7737
7738 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7739
7740         * ext/taglib/gstid3v2mux.cc (add_funcs):
7741           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7742
7743 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7744
7745         * tests/check/pipelines/simple-launch-lines.c:
7746            Improve the tests a little more.
7747
7748 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7749
7750         patch by: Yun Zheng Hu
7751
7752         * sys/osxaudio/gstosxaudiosrc.c:
7753         Use default input device instead of default output device and
7754         only memcpy actual available bytes.
7755
7756 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7757
7758         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7759           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7760           early. It is temporary until we find something better.
7761
7762 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7763
7764         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7765
7766         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7767         Fix race when pausing a RTSP stream in interleaved.
7768         Fixes #475784.
7769
7770 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         Patch by: Peter Kjellerstedt <pkj at axis com>
7773
7774         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7775         Use correct unref function for buffers. #488844.
7776
7777 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7778
7779         * gst/avi/gstavimux.c:
7780         * tests/check/elements/avimux.c:
7781           Add some debug and sync tests with the fix.     
7782
7783 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7784
7785         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7786
7787         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7788         When the socket is used by the app for other purposes, don't generate an
7789         error if there is activaty on the socket that is not data related.
7790         Fixes #487488.
7791
7792 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7793
7794         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7795         (gst_v4l2src_grab_frame):
7796         Add some more debug info. Generate an error when we run out of buffers
7797         for some reason. See #480557.
7798
7799 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7800
7801         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7802
7803         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7804         Set marker bit correctly.
7805
7806 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7807
7808         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7809         Use allowed name for the GstStructure.
7810
7811 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7812
7813         * ext/gconf/gstswitchsink.c:
7814         * gst/autodetect/gstautoaudiosink.c:
7815           Use new gst_bus_pop_filtered().
7816
7817 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * sys/v4l2/gstv4l2src.c:
7820         * sys/v4l2/v4l2src_calls.c:
7821           When probing the formats and sizes a camera supports, make
7822           sure the best ones (highest resolution, prefered format)
7823           end up at the beginning of the probed caps and the less
7824           desirable ones at the end.  This is important because the
7825           order within the caps matters for things like fixation and
7826           negotiation, ie. what format is chosen in the end.
7827           With recent kernels, the current probing code will end up
7828           querying the supported sizes from lowest resolution to
7829           highest resolution, adding them to the probed caps in that
7830           order, resulting to v4l2src fixating to the lowest possible
7831           resolution if downstream does not express a size preference.
7832           Also make up a somewhat random ranking of prefered output
7833           formats for the same reason. Fixes #485828.
7834         
7835 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7836
7837         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7838
7839         * gst/id3demux/id3v2frames.c:
7840           Extract license/copyright URIs from ID3v2 WCOP frames
7841           (Fixes #447000).
7842
7843         * tests/check/elements/id3demux.c:
7844         * tests/files/Makefile.am:
7845         * tests/files/id3-447000-wcop.tag:
7846           Add simple unit test.
7847
7848 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         * ext/taglib/gstid3v2mux.cc:
7851           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7852           Prerequisite for #447000.
7853
7854 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7855
7856         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7857         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7858         a GstClockTime.
7859
7860 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7861
7862         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7863         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7864         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7865         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7866         (gst_rtspsrc_change_state):
7867         More seeking fixes, mostly passing around the new playback segment in
7868         order to configure it properly.
7869         Also reset base_time of udp sources when setting them back to PLAYING as
7870         a temporary hack until core supports seek in live sources properly.
7871
7872 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7873
7874         * gst/rtp/gstrtpmp4adepay.c:
7875         Fix caps as to not confuse autopluggers.
7876
7877 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7878
7879         * gst/id3demux/gstid3demux.c:
7880         * gst/id3demux/gstid3demux.h:
7881         * gst/id3demux/id3tags.c:
7882         * gst/id3demux/id3tags.h:
7883         * gst/id3demux/id3v2frames.c:
7884           Port ID3 tag demuxer over to the new GstTagDemux in -base
7885           (now would be a good time to test re-importing your music
7886           collection).
7887
7888 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7889
7890         * gst/apetag/Makefile.am:
7891         * gst/apetag/gstapedemux.c:
7892         * gst/apetag/gstapedemux.h:
7893         * gst/apetag/gsttagdemux.c:
7894         * gst/apetag/gsttagdemux.h:
7895           Port APE tag demuxer over to the new GstTagDemux in -base.
7896
7897 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7898
7899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7900         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7901         (gst_rtspsrc_handle_internal_src_query),
7902         (gst_rtspsrc_handle_src_query), (new_session_pad),
7903         (gst_rtspsrc_stream_configure_tcp),
7904         (gst_rtspsrc_stream_configure_transport),
7905         (gst_rtspsrc_loop_send_cmd):
7906         Improve flushing behaviour.
7907         Set state of the udp sources to PAUSE/PLAYING correctly.
7908         Handle events and queries for UDP and TCP transport now.
7909
7910 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7911
7912         * gst/rtp/gstrtpgsmdepay.c:
7913         * gst/rtp/gstrtpgsmpay.c:
7914           Add log category.
7915
7916 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7917
7918         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7919
7920         * tests/check/Makefile.am:
7921         * tests/check/pipelines/simple-launch-lines.c:
7922           Add unit tests for payloaders/depayloaders.
7923
7924 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7925
7926         * gst/avi/gstavimux.c:
7927         * gst/avi/gstavimux.h:
7928           Also save codec data for audio streams. Fixes #482495.
7929
7930 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7931
7932         * gst/avi/gstavimux.c:
7933           Fix "Index entry has invalid stream nr 1".
7934           Add support for muxing aac - work in progress (see #482495).
7935
7936 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7937
7938         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7939         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7940         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7941         * gst/rtsp/gstrtspsrc.h:
7942         Parse bandwidth modifiers, they are not yet configured in the session
7943         manager because we don't have an API for that yet.
7944
7945 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7946
7947         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7948         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7949         Use shiny new function in -base to get the default clock-rate.
7950         Update some docs.
7951
7952 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7953
7954         * win32/MANIFEST:
7955         Add files to win32 manifest.
7956         * win32/vs6/libgstaudiofx.dsp:
7957         * win32/vs6/libgstqtdemux.dsp:
7958         * win32/vs6/libgstrtp.dsp:
7959         * win32/vs6/libgstrtsp.dsp:
7960         Update project files.
7961
7962 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7963
7964         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7965         (gst_rtspsrc_play):
7966         * gst/rtsp/gstrtspsrc.h:
7967         In TCP mode, only timestamp the first buffer. TCP is not real time and
7968         it does not make sense to try to skew compensate, also some servers send
7969         the first batch of data in a burst.
7970
7971 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * gst/matroska/matroska-demux.c:
7974           Fix setting the discont flag on the first buffer
7975           pushed downstream for formats with private codec
7976           data that needs to be deserialised into buffers
7977           (such as vorbis and FLAC when in a matroska container).
7978
7979 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7980
7981         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7982
7983         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7984         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7985         (gst_rtp_mp4v_pay_handle_buffer):
7986         * gst/rtp/gstrtpmp4vpay.h:
7987         Free the config string. Fixes #480707.
7988         Clean up the timestamp code a little.
7989
7990 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7991
7992         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7993         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7994         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7995         * gst/rtsp/gstrtspsrc.h:
7996         Set timestamps on RTP buffers in interleaved mode.
7997         Mark first buffers with a DISCONT.
7998         Remove flush hack now that sync for live sources has been figured out.
7999
8000 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8001
8002         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8003         Update documentation.
8004
8005 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
8006
8007         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
8008         (gst_rtp_xqt_depay_change_state):
8009         * gst/qtdemux/gstrtpxqtdepay.h:
8010         Fail if we don't know the quicktime format.
8011
8012 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
8013
8014         * ext/flac/gstflacenc.c:
8015         * ext/flac/gstflacenc.h:
8016           Save the flow return from the last gst_pad_push() and
8017           make sure we pass the right flow return value upstream
8018           in the case of failure; minor clean-ups.
8019
8020 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8021
8022         * ext/taglib/gstapev2mux.cc:
8023         * ext/taglib/gstid3v2mux.cc:
8024         * gst/apetag/gstapedemux.c:
8025           Add support for the new GST_TAG_COMPOSER (#459809).
8026
8027 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8028
8029         * gst/law/alaw-decode.c:
8030         * gst/law/alaw-decode.h:
8031         * gst/law/alaw-encode.c:
8032         * gst/law/alaw-encode.h:
8033         * gst/law/alaw.c:
8034         * gst/law/mulaw-conversion.h:
8035           Compulsive clean-ups: use boilerplate macros, add debug
8036           categories, fix up things to conform to symbol nomenklatura,
8037           etc.
8038
8039 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
8040
8041         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
8042
8043         * gst/law/alaw-decode.c:
8044         * gst/law/alaw-encode.c:
8045           Use static tables for A-Law decoding and encoding; this makes
8046           A-Law decoding and encoding less CPU-intensive, but increases
8047           the binary size a bit. Leaving old code around for now,
8048           selectable by a define in the code. Fixes #435435.
8049
8050 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8051
8052         * configure.ac:
8053         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
8054         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
8055         in configure.ac.
8056
8057 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
8058
8059         Patch by: Jan Gerber <j at bootlab dot org>
8060
8061         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8062         Add fourccs for MPEG2 HDV streams. Fixes #479960.
8063
8064 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
8065
8066         * sys/oss/gstosshelper.c:
8067           Use GST_WARNING instead of a g_critical. This situation is not caused
8068           by the application.
8069
8070 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8071
8072         * po/LINGUAS:
8073         * po/nl.po:
8074           Updated translations.
8075
8076 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8077
8078         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
8079
8080         * po/eu.po:
8081           Added Basque translation.
8082
8083 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8084
8085         translated by: Abel Cheung <abelcheung@gmail.com>
8086
8087         * po/zh_HK.po:
8088         * po/zh_TW.po:
8089           Added Chinese (traditional and Hong Kong) translation.
8090
8091 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8092
8093         translated by: Jakub Bogusz <qboosh@pld-linux.org>
8094
8095         * po/pl.po:
8096           Added Polish translation.
8097
8098 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8099
8100         translated by: Ilkka Tuohela <hile@iki.fi>
8101
8102         * po/fi.po:
8103           Added Finnish translation.
8104
8105 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8106
8107         translated by: Jorge González González <aloriel@gmail.com>
8108
8109         * po/es.po:
8110           Added Spanish translation.
8111
8112 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8113
8114         translated by: Mogens Jaeger <mogens@jaeger.tf>
8115
8116         * po/da.po:
8117           Added Danish translation.
8118
8119 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8120
8121         translated by: Funda Wang <fundawang@linux.net.cn>
8122
8123         * po/zh_CN.po:
8124           Added Chinese (simplified) translation.
8125
8126 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
8127
8128         translated by: Alexander Shopov <ash@contact.bg>
8129
8130         * po/bg.po:
8131           Added Bulgarian translation.
8132
8133 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
8136         Set outgoing packet duration because we can. Fixes #478244 some more.
8137
8138 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
8139
8140         * ext/cairo/gsttextoverlay.c:
8141           Add info about static leak.
8142         
8143         * tests/check/Makefile.am:
8144         * tests/check/generic/states.c:
8145           Improved state change unit test.
8146
8147 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
8148
8149         * docs/plugins/.cvsignore:
8150         * tests/check/.cvsignore:
8151           Ignore registries in any format.
8152
8153 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
8154
8155         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
8156         Removed some unused code.
8157
8158         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
8159         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
8160         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
8161         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
8162         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
8163         (gst_rtp_theora_pay_flush_packet):
8164         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
8165         Try to preserve the incomming buffer duration on the outgoing
8166         packets. Fixes #478244.
8167
8168 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * ext/taglib/gstapev2mux.cc:
8171         * ext/taglib/gstid3v2mux.cc:
8172           Work around compiler warnings with g++-4.2 when assigning a
8173           string constant to a gchar * (partially fixes #478092).
8174
8175 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
8176
8177         * configure.ac:
8178           We require core CVS now for gst_base_src_set_do_timestamp().
8179
8180 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
8181
8182         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
8183         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8184         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
8185         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8186         (gst_rtspsrc_handle_message):
8187         Fix compiler warnings shown with Forte.
8188
8189 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8190
8191         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
8192         (gst_rtspsrc_dup_printf):
8193         Give meaningfull error when all streams failed to configure for some
8194         reason.
8195
8196 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
8197
8198         * gst/rtp/README:
8199         Update README with the design for synchronisation rules of RTP on
8200         sender and receiver.
8201
8202 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
8203
8204         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
8205         (gst_wavparse_chain):
8206         Don't push EOS from the chain function, the element
8207         driving the pipeline is responsible for this. The bug
8208         this was meant to fix seems to be queue not forwarding
8209         EOS in all cases (see #476514).
8210
8211 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
8212
8213         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
8214         (gst_level_transform_ip):
8215         * gst/level/gstlevel.h:
8216         Use basetransform segment so that it is correctly managed on flushes and
8217         start/stop.
8218         Report message timestamp as stream time, which is what an application
8219         can understand.
8220
8221 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8222
8223         * ext/taglib/gstapev2mux.cc:
8224         * ext/taglib/gstapev2mux.h:
8225         * ext/taglib/gsttaglibmux.c:
8226         * tests/check/elements/apev2mux.c:
8227         Update my mail address.
8228
8229 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
8230
8231         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
8232         (gst_wavparse_loop), (gst_wavparse_chain):
8233         Add EOS logic for the push-based mode too. Fixes #476514.
8234
8235 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
8236
8237         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
8238         * gst/law/alaw-encode.h:
8239         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
8240         (gst_mulawenc_chain):
8241         * gst/law/mulaw-encode.h:
8242         Fix law encoder timestamps.
8243
8244 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
8245
8246         * ext/gconf/gstgconfaudiosink.c:
8247           Fix warning when building without debug.
8248
8249         * sys/oss/gstossmixertrack.c:
8250           Use const like in alsamixertrack.c (fixes warnings).
8251
8252 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
8253
8254         * sys/v4l2/v4l2src_calls.c:
8255         (gst_v4l2src_probe_caps_for_format_and_size):
8256         Fix framerate detection code some more.
8257         Handle the case where there is a weird step in the stepwise framerates.
8258         Don't overwrite the min interval with the framerate, use a temp variable
8259         instead.
8260         Use max in the Continuous framerate intervals instead of step, which is
8261         1 according to the docs. Fixes #475424.
8262
8263 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
8264
8265         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
8266         Make udpsrc timestamp outgoing buffers based on when they were received.
8267         Also make it output a segment in time.
8268
8269 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
8270
8271         * gst/avi/gstavidemux.c:
8272           Plug a little leak. Little code cleanups.
8273
8274 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
8275
8276         * configure.ac:
8277           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
8278           flac versions, 's good for cross-compilation karma.
8279
8280 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
8283
8284         * gst/rtp/gstrtph263pay.c:
8285           Fix up header structure so that compilers don't add padding
8286           between the structure fields, since that would lead to us
8287           sending RTP packets with broken headers (as is currently the
8288           case when compiling with MSVC). Also see similar fixes in
8289           libgstrtp in gst-plugins-base. (#474616; #471194)
8290
8291 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
8292
8293         * sys/v4l2/v4l2src_calls.c:
8294         (gst_v4l2src_probe_caps_for_format_and_size):
8295         Don't overwrite our GValue with 0 but instead use the previously
8296         computed value. Fixes #471823 some more.
8297
8298 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8299
8300         * docs/plugins/gst-plugins-good-plugins.hierarchy:
8301           No tabs in this file please, or gtk-doc will end up documenting
8302           rather absurd class hierarchies.
8303
8304 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * ext/gconf/gstswitchsink.c:
8307           If the new kid element fails to change state for some reason
8308           (e.g. esdsink not being able to connect to the sound server),
8309           forward the error message it posted on the bus instead of just
8310           posting a generic 'Internal state change error: please file a
8311           bug' error message. Fixes #471364.
8312
8313 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8314
8315         * gst/qtdemux/Makefile.am:
8316         * gst/qtdemux/qtdemux.c:
8317           Don't assume tags are encoded as UTF-8 (#473670).
8318
8319 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * sys/v4l2/gstv4l2src.c:
8322         * sys/v4l2/gstv4l2src.h:
8323         * sys/v4l2/v4l2src_calls.c:
8324           Implement LATENCY queries in the crudest way possible so I don't
8325           have to use sync=false any longer when testing with videosinks.
8326
8327 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8328
8329         * configure.ac:
8330           Fix build.
8331
8332 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8333
8334         * sys/v4l2/v4l2src_calls.c:
8335         (gst_v4l2src_probe_caps_for_format_and_size):
8336         Add some more debugging in the framerate function.
8337         Iterate stepwise framerate up to and _including_ the max and if nothing
8338         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8339         don't end up with an empty list. Fixes #471823
8340
8341 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8342
8343         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8344         (gst_multiudpsink_set_clients_string),
8345         (gst_multiudpsink_get_clients_string),
8346         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8347         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8348         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8349         (gst_multiudpsink_clear):
8350         Add property do configure destination address/port pairs
8351         API:GstMultiUDPSink::clients
8352
8353 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8354
8355         * tests/examples/Makefile.am:
8356         * tests/examples/rtp/Makefile.am:
8357         * tests/examples/rtp/client-H263p-AMR.sh:
8358         * tests/examples/rtp/client-H263p-PCMA.sdp:
8359         * tests/examples/rtp/client-H263p-PCMA.sh:
8360         * tests/examples/rtp/client-H264-PCMA.sdp:
8361         * tests/examples/rtp/client-H264-PCMA.sh:
8362         * tests/examples/rtp/client-PCMA.sh:
8363         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8364         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8365         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8366         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8367         Added some RTP example scripts for sending and receiving RTP streams.
8368
8369 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8370
8371         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8372         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8373         Restructure the setcaps function so that we can also compute the
8374         expected GStreamer output size of the video frames.
8375         Set frame_byte_size correctly so that read-based devices have a chance
8376         of working correctly.
8377         When grabbing a frame, discard frames that are not of the expected size.
8378         Some cameras don't output the right framesize for the first buffer.
8379         Try only a couple of times to get a valid frame, else error out.
8380
8381         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8382         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8383         Add some more debug info when scanning the device.
8384
8385         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8386         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8387         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8388         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8389         Add some more debug info when dequeing a frame.
8390
8391 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8392
8393         * gst/wavparse/gstwavparse.c:
8394           More code cleanups. Add some more comment and improve debugs logs.
8395
8396 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8397
8398         * gst/wavparse/gstwavparse.c:
8399         * gst/wavparse/gstwavparse.h:
8400           Implement seek-query. Refactor duration calculations. Appropriate use
8401           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8402           out of loops.
8403
8404 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8405
8406         * gst/avi/gstavidemux.c:
8407           Implement seek-query.
8408
8409 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8410
8411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8412         (gst_rtspsrc_dup_printf):
8413         Use new basesink async property to make sparse RTCP packet not wait for
8414         preroll.
8415
8416 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8417
8418         * gst/audiofx/Makefile.am:
8419         Dist the right file.
8420
8421 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8422
8423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8424         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8425         Make sure we generate and parse floating point values in the POSIX
8426         locale instead of the current locale. 
8427
8428 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8429
8430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8431         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8432         (gst_rtspsrc_play):
8433         * gst/rtsp/gstrtspsrc.h:
8434         Fix method detection again.
8435         Keep track of when we must send a Range header.
8436         Use segment values for Range, Speed and Scale headers.
8437         Parse Speed and Scale headers to update the segment values.
8438
8439 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8440
8441         patch by: Mark Nauwelaerts <manauw@skynet.be>
8442
8443         * sys/v4l2/v4l2src_calls.c:
8444           Handle optional v4l2 ioctls gracefully.
8445
8446 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8447
8448         * gst/rtp/Makefile.am:
8449         * gst/rtp/gstrtp.c: (plugin_init):
8450         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8451         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8452         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8453         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8454         (gst_rtp_h263_depay_get_property),
8455         (gst_rtp_h263_depay_change_state),
8456         (gst_rtp_h263_depay_plugin_init):
8457         * gst/rtp/gstrtph263depay.h:
8458         Added an H263 depayloader. Fixes #369392.
8459
8460         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8461         (gst_rtp_h263p_depay_process):
8462         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8463         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8464         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8465         payloads.
8466         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8467
8468 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8469
8470         * gst/audiofx/audiochebyshevfreqband.c:
8471         * gst/audiofx/audiochebyshevfreqlimit.c:
8472         Add small comparision with the windowed sinc filters in the docs.
8473
8474 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8475
8476         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8477         (audiochebyshevfreqband_suite):
8478         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8479         (audiochebyshevfreqlimit_suite):
8480         Also test 32 bit float mode and the type 2 variants of the filters.
8481
8482 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8483
8484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8485         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8486         (gst_rtspsrc_loop):
8487         Refactor the udp and interleaved loop function a bit.
8488
8489 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8490
8491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8492         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8493         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8494         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8495         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8496         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8497         * gst/rtsp/gstrtspsrc.h:
8498         Protect connection activity with a new lock, avoids deadlocks when going
8499         to PAUSED. Fixes #455808.
8500
8501 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8502
8503         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8504         Fix debug statement.
8505
8506 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8507
8508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8509         Fix stray %u in debug line as spotted by Saur on IRC.
8510
8511 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8512
8513         * gst/audiofx/audiochebyshevfreqband.c:
8514         (gst_audio_chebyshev_freq_band_class_init):
8515         * gst/audiofx/audiochebyshevfreqlimit.c:
8516         (gst_audio_chebyshev_freq_limit_class_init):
8517         Use generator macros for the process functions for the different
8518         sample types, add lower upper boundaries for the GObject properties
8519         so automatically generated UIs can use sliders and add a note about
8520         the number of poles as a too high number of poles combined with
8521         very low or very high frequencies will produce only noise.
8522         * docs/plugins/gst-plugins-good-plugins.args:
8523         Regenerated for the property changes.
8524
8525 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8526
8527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8528         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8529         (gst_rtspsrc_stream_configure_udp_sink),
8530         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8531         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8532         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8533         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8534         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8535         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8536         * gst/rtsp/gstrtspsrc.h:
8537         Improve timeout handling.
8538         Use the same socket for sending and receiving RTCP packets so that some
8539         servers can track clients better.
8540         Improve connection closed handling. Try to reconnect.
8541         Don't overwrite our content base with NULL.
8542         Improve debugging.
8543         Improve range parsing and handling.
8544         Remove flushing hack now that core does the right thing.
8545
8546 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8547
8548         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8549         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8550         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8551         (gst_multiudpsink_close), (gst_multiudpsink_add):
8552         * gst/udp/gstmultiudpsink.h:
8553         Add support for getting and setting the socket to use.
8554
8555         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8556         (gst_udpsrc_create), (gst_udpsrc_get_property):
8557         Add support for getting the currently used socket.
8558
8559 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8560
8561         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8562
8563         * gst/audiofx/Makefile.am:
8564         * gst/audiofx/audiochebyshevfreqband.c:
8565         (gst_audio_chebyshev_freq_band_mode_get_type),
8566         (gst_audio_chebyshev_freq_band_base_init),
8567         (gst_audio_chebyshev_freq_band_dispose),
8568         (gst_audio_chebyshev_freq_band_class_init),
8569         (gst_audio_chebyshev_freq_band_init),
8570         (generate_biquad_coefficients), (calculate_gain),
8571         (generate_coefficients),
8572         (gst_audio_chebyshev_freq_band_set_property),
8573         (gst_audio_chebyshev_freq_band_get_property),
8574         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8575         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8576         (gst_audio_chebyshev_freq_band_start):
8577         * gst/audiofx/audiochebyshevfreqband.h:
8578         * gst/audiofx/audiochebyshevfreqlimit.c:
8579         (gst_audio_chebyshev_freq_limit_mode_get_type),
8580         (gst_audio_chebyshev_freq_limit_base_init),
8581         (gst_audio_chebyshev_freq_limit_dispose),
8582         (gst_audio_chebyshev_freq_limit_class_init),
8583         (gst_audio_chebyshev_freq_limit_init),
8584         (generate_biquad_coefficients), (calculate_gain),
8585         (generate_coefficients),
8586         (gst_audio_chebyshev_freq_limit_set_property),
8587         (gst_audio_chebyshev_freq_limit_get_property),
8588         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8589         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8590         (gst_audio_chebyshev_freq_limit_start):
8591         * gst/audiofx/audiochebyshevfreqlimit.h:
8592         * gst/audiofx/audiofx.c: (plugin_init):
8593         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8594         Fixes #464800.
8595
8596         * tests/check/Makefile.am:
8597         * tests/check/elements/.cvsignore:
8598         * tests/check/elements/audiochebyshevfreqband.c:
8599         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8600         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8601         * tests/check/elements/audiochebyshevfreqlimit.c:
8602         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8603         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8604         Add unit tests for the chebyshev filters.
8605
8606         * docs/plugins/Makefile.am:
8607         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8608         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8609         * docs/plugins/gst-plugins-good-plugins.args:
8610         * docs/plugins/inspect/plugin-1394.xml:
8611         * docs/plugins/inspect/plugin-audiofx.xml:
8612         * docs/plugins/inspect/plugin-dv.xml:
8613         * docs/plugins/inspect/plugin-flac.xml:
8614         * docs/plugins/inspect/plugin-jpeg.xml:
8615         * docs/plugins/inspect/plugin-png.xml:
8616         * docs/plugins/inspect/plugin-rtp.xml:
8617         * docs/plugins/inspect/plugin-shout2send.xml:
8618         * docs/plugins/inspect/plugin-wavpack.xml:
8619         And add docs for the chebyshev filters. While doing
8620         that also run make update in docs/plugins.
8621
8622 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8623
8624         * ext/annodex/gstcmmltag.c:
8625         * gst/rtp/gstrtpvorbispay.c:
8626           Make ro memory to share.
8627
8628 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8629
8630         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8631         Improve UDP performance by avoiding a select() when we have data
8632         available immediatly.
8633
8634 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8635
8636         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8637         (gst_rtp_dec_class_init):
8638         * gst/rtsp/gstrtpdec.h:
8639         Add (dummy) SSRC management signals.
8640
8641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8642         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8643         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8644         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8645         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8646         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8647         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8648         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8649         * gst/rtsp/gstrtspsrc.h:
8650         Add connection-speed property.
8651         Add find_stream helper functions.
8652         Handle stream EOS based on BYE messages or SSRC timeout.
8653         Returns SUCCESS from the state change function as we hide our async
8654         elements from the parent.
8655
8656 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8657
8658         * gst/debug/rndbuffersize.c:
8659           Fix da leak.
8660
8661 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8662
8663         * gst/debug/Makefile.am:
8664         * gst/debug/breakmydata.c:
8665         * gst/debug/gstdebug.c:
8666         * gst/debug/negotiation.c:
8667         * gst/debug/progressreport.c:
8668         * gst/debug/rndbuffersize.c:
8669         * gst/debug/testplugin.c:
8670           Add new test element and clean-up the others a little.
8671
8672 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8673
8674         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8675         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8676
8677 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8678
8679         * gst/rtp/gstrtpilbcdepay.c:
8680           Include stdlib.
8681
8682 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8683
8684         * gst/rtp/gstrtpmpvdepay.c:
8685         Set the mpegversion in the caps so that autoplugging does not get
8686         confused.
8687
8688 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8689
8690         * po/hu.po:
8691         * po/uk.po:
8692         * po/vi.po:
8693           Updated translations.
8694
8695 2007-08-08  Michael Smith <msmith@fluendo.com>
8696
8697         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8698           Render right border in the correct location.
8699
8700 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8701
8702         Patch by: Olivier Crete <tester at tester dot ca>
8703
8704         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8705         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8706         Make mode property a string. Fixes #464475.
8707
8708 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8709
8710         * ext/flac/gstflacenc.c:
8711           Widen caps to match decoder a bit and add more FIXMEs.
8712
8713 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8714
8715         patch by: Mark Nauwelaerts <manauw@skynet.be>
8716
8717         * gst/avi/gstavimux.c:
8718           Fix ODML index tag numbering. Fixes #463624.
8719
8720 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8721
8722         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8723         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8724         (gst_rtspsrc_stream_configure_tcp),
8725         (gst_rtspsrc_stream_configure_udp_sink):
8726         Fix default clock-rate for realmedia.
8727         Fix parsing of transport.
8728         Don't try to link NULL pads.
8729
8730 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8731
8732         * po/POTFILES.skip:
8733           Add POTFILES.skip with list of source files that aren't disted at the
8734           moment but contain translatable strings. Should hopefully pacify
8735           broken tools and make it clearer that these files are left out
8736           intentionally (#461600).
8737
8738 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8739
8740         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8741         If the buffer was entirely clipped ... don't try sending it :)
8742
8743 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8744
8745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8746         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8747         (gst_rtspsrc_create_transports_string),
8748         (gst_rtspsrc_prepare_transports):
8749         If we don't hav a session manager, set the caps on outgoing buffers
8750         ourselves.
8751         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8752         Append final bit of the transport string even when it does not contain a
8753         placeholder.
8754
8755 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8756
8757         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8758         (gst_rtsp_ext_list_connect):
8759         * gst/rtsp/gstrtspext.h:
8760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8761         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8762         Clean up the interface list.
8763         Allow connecting to interface signals for the extensions.
8764         Remove old extension code.
8765         Free list on cleanup.
8766         Allow extensions to send additional RTSP messages.
8767
8768 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8769
8770         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8771         Handle a NULL gconf key gracefully by rendering the default element.
8772
8773 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8774
8775         * gst/rtsp/gstrtspext.h:
8776         Fix include path for extension interface.
8777
8778 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8779
8780         * gst/audiofx/audioamplify.h:
8781         Also remove a now unecessary variable here.
8782
8783 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8784
8785         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8786         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8787         * gst/audiofx/audiodynamic.c:
8788         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8789         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8790         * gst/audiofx/audiodynamic.h:
8791         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8792         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8793         * gst/audiofx/audioinvert.h:
8794         Don't save format information ourselves, this is already saved in
8795         GstAudioFilter.
8796
8797 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8798
8799         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8800         (gst_rtsp_ext_list_stream_select):
8801         * gst/rtsp/gstrtspext.h:
8802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8803         Use rank to filter out extensions.
8804         Add url to stream_select interface call.
8805
8806 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8807
8808         * gst/rtsp/Makefile.am:
8809         * gst/rtsp/base64.c:
8810         * gst/rtsp/base64.h:
8811         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8812         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8813         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8814         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8815         (gst_rtsp_ext_list_setup_media),
8816         (gst_rtsp_ext_list_configure_stream),
8817         (gst_rtsp_ext_list_get_transports),
8818         (gst_rtsp_ext_list_stream_select):
8819         * gst/rtsp/gstrtspext.h:
8820         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8821         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8822         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8823         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8824         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8825         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8826         (gst_rtspsrc_stream_configure_tcp),
8827         (gst_rtspsrc_stream_configure_mcast),
8828         (gst_rtspsrc_stream_configure_udp),
8829         (gst_rtspsrc_stream_configure_udp_sink),
8830         (gst_rtspsrc_stream_configure_transport),
8831         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8832         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8833         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8834         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8835         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8836         (gst_rtspsrc_parse_methods),
8837         (gst_rtspsrc_create_transports_string),
8838         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8839         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8840         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8841         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8842         * gst/rtsp/gstrtspsrc.h:
8843         * gst/rtsp/rtsp.h:
8844         * gst/rtsp/rtspconnection.c:
8845         * gst/rtsp/rtspconnection.h:
8846         * gst/rtsp/rtspdefs.c:
8847         * gst/rtsp/rtspdefs.h:
8848         * gst/rtsp/rtspext.h:
8849         * gst/rtsp/rtspextwms.c:
8850         * gst/rtsp/rtspextwms.h:
8851         * gst/rtsp/rtspmessage.c:
8852         * gst/rtsp/rtspmessage.h:
8853         * gst/rtsp/rtsprange.c:
8854         * gst/rtsp/rtsprange.h:
8855         * gst/rtsp/rtsptransport.c:
8856         * gst/rtsp/rtsptransport.h:
8857         * gst/rtsp/rtspurl.c:
8858         * gst/rtsp/rtspurl.h:
8859         * gst/rtsp/sdp.h:
8860         * gst/rtsp/sdpmessage.c:
8861         * gst/rtsp/sdpmessage.h:
8862         * gst/rtsp/test.c:
8863         Use shiny new RTSP and SDP library.
8864         Implement RTSP extensions using the new interface.
8865         Remove a lot of old code.
8866
8867 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8868
8869         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8870         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8871
8872 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8873
8874         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8875         Don't unref the outgoing buffer twice when dropping it because it's
8876         outside of the segment.
8877
8878 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8879
8880         * configure.ac:
8881         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8882         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8883         Use the new buffer clipping function from gstaudio here and
8884         require gst-plugins-base CVS.
8885         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8886         For framed Wavpack buffers we require a valid timestamp.
8887
8888 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8889
8890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8891         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8892         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8893         Clip raw audio and video when we can, keep track of current output
8894         segment.
8895         Don't leak buffers and events when there is no output pad.
8896         Improve debugging here and there.
8897
8898 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8899
8900         * configure.ac:
8901           Sync liboil check with plugins-base.
8902
8903 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8904
8905         * ext/annodex/Makefile.am:
8906           Fix CFLAGS/LIBS.
8907
8908         * ext/cdio/gstcdiocddasrc.c:
8909         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8910           Include stdlib
8911
8912         * ext/cairo/Makefile.am:
8913         * gst/videofilter/Makefile.am:
8914         * tests/examples/level/Makefile.am:
8915           Use $(LIBM) instead of -lm
8916
8917 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8918
8919         * sys/v4l2/gstv4l2src.c:
8920           Add another example pipeline.
8921
8922 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8923
8924         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8925
8926         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8927           Use define here.
8928
8929         * sys/v4l2/gstv4l2tuner.c:
8930         (gst_v4l2_tuner_set_frequency_and_notify):
8931           Don't touch the property - its still disabled.
8932
8933         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8934         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8935         * sys/v4l2/v4l2src_calls.h:
8936           Improve fallback format negotionation. Fixes #451388
8937
8938 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8939
8940         * tests/check/elements/videocrop.c: (GST_START_TEST):
8941           Fix the test.
8942
8943 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8944
8945         * docs/plugins/Makefile.am:
8946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8948         * docs/plugins/inspect/plugin-jpeg.xml:
8949         * docs/plugins/inspect/plugin-png.xml:
8950         * ext/jpeg/gstjpegdec.c:
8951         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8952         (gst_pngdec_sink_setcaps):
8953           More docs. More logs in pngdec.
8954
8955 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8956
8957         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8958           Initialize num_buffers with minimum value.
8959
8960         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8961         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8962           Handle frame-size query failure gracefully.
8963
8964 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8965
8966         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8967         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8968         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8969         of qt/aac files.
8970
8971 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8972
8973         * ext/wavpack/gstwavpackdec.c:
8974         (gst_wavpack_dec_clip_outgoing_buffer):
8975         Fix buffer clipping to correctly clip to the segment stop.
8976
8977 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8978
8979         * configure.ac:
8980         * tests/Makefile.am:
8981         Remove bogus check for libcheck, since we check for
8982         gstreamer-check and it pulls in the required info from there,
8983         and we weren't actually _using_ the information for libcheck
8984         ourselves anyway.
8985
8986 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8987
8988         * configure.ac:
8989           Use pkg-config to locate check.
8990
8991 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8994         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8995         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8996         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8997         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8998         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8999         * gst/effectv/gstdice.c: (gst_dicetv_transform):
9000         * gst/effectv/gstedge.c: (gst_edgetv_transform):
9001         * gst/effectv/gstquark.c: (gst_quarktv_transform):
9002         * gst/effectv/gstrev.c: (gst_revtv_transform):
9003         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
9004         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
9005         * gst/effectv/gstwarp.c: (gst_warptv_transform):
9006         * gst/matroska/matroska-demux.c:
9007         (gst_matroska_demux_add_wvpk_header),
9008         (gst_matroska_demux_check_subtitle_buffer),
9009         (gst_matroska_decode_buffer):
9010         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
9011           Fix build against core CVS.
9012
9013 2007-07-10  Edward Hervey  <bilboed@gmail.com>
9014
9015         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
9016         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
9017         don't have enough granularity to convert that boolean into a
9018         GstFlowReturn.
9019
9020 2007-07-06  Michael Smith <msmith@fluendo.com>
9021
9022         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
9023         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
9024         (gst_alawdec_change_state):
9025         * gst/law/alaw-decode.h:
9026         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
9027         (gst_mulawdec_class_init), (gst_mulawdec_init),
9028         (gst_mulawdec_chain), (gst_mulawdec_change_state):
9029         * gst/law/mulaw-decode.h:
9030           Fix capsnego bogosity in *law decoders. 
9031
9032 2007-07-06  Michael Smith <msmith@fluendo.com>
9033
9034         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
9035         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
9036         (gst_smokeenc_change_state):
9037         * ext/jpeg/gstsmokeenc.h:
9038           Remove stupidity in get/set caps functions.
9039           Fix some refcounting problems.
9040
9041 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
9042
9043         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
9044         Remove endianness-flipping hack that seems to have been required
9045         only because of a bug in ffmpegcolorspace.
9046         Partially Fixes: #451908
9047
9048 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
9049
9050         * docs/plugins/Makefile.am:
9051           Simplify --extra-dir as gtkdoc scans recursively.
9052
9053 2007-07-03  Wim Taymans  <wim@fluendo.com>
9054
9055         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9056
9057         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
9058         Set the encoding-name in the rtp caps to all uppercase, as required by
9059         the caps spec.
9060         Some small cleanups in the error paths. Fixes #453037.
9061
9062 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
9063
9064         * ext/wavpack/gstwavpackparse.c:
9065         (gst_wavpack_parse_index_get_last_entry),
9066         (gst_wavpack_parse_index_get_entry_from_sample),
9067         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
9068         (gst_wavpack_parse_scan_to_find_sample):
9069         * ext/wavpack/gstwavpackparse.h:
9070         Use a GSList for the GArray that is used like a list anyway.
9071
9072 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
9073
9074         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
9075         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
9076         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
9077           Add state change function where we set 0/1 as default framerate in
9078           case our setcaps function isn't called, like it might not in a
9079           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
9080           gdkpixbufdec trying to create caps with a 0/0 framerate.
9081           Also post an error message on the bus if gst_pad_push() fails when
9082           called from our sink event handler (+1 for flow returns for event
9083           functions in 0.11) instead of failing silently.
9084
9085 2007-06-27  Wim Taymans  <wim@fluendo.com>
9086
9087         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
9088         Cast stack args to the proper types. Fixes #451249.
9089
9090 2007-06-27  Wim Taymans  <wim@fluendo.com>
9091
9092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
9093         (new_session_pad), (gst_rtspsrc_setup_streams):
9094         * gst/rtsp/gstrtspsrc.h:
9095         For container formats we only need to activate one of the streams so
9096         that we correctly signal no-more-pads. Fixes #451015.
9097
9098 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
9099
9100         * docs/plugins/gst-plugins-good-plugins.args:
9101         * docs/plugins/inspect/plugin-aasink.xml:
9102         * docs/plugins/inspect/plugin-alaw.xml:
9103         * docs/plugins/inspect/plugin-alpha.xml:
9104         * docs/plugins/inspect/plugin-alphacolor.xml:
9105         * docs/plugins/inspect/plugin-annodex.xml:
9106         * docs/plugins/inspect/plugin-apetag.xml:
9107         * docs/plugins/inspect/plugin-audiofx.xml:
9108         * docs/plugins/inspect/plugin-auparse.xml:
9109         * docs/plugins/inspect/plugin-autodetect.xml:
9110         * docs/plugins/inspect/plugin-avi.xml:
9111         * docs/plugins/inspect/plugin-cacasink.xml:
9112         * docs/plugins/inspect/plugin-cairo.xml:
9113         * docs/plugins/inspect/plugin-cdio.xml:
9114         * docs/plugins/inspect/plugin-cutter.xml:
9115         * docs/plugins/inspect/plugin-debug.xml:
9116         * docs/plugins/inspect/plugin-efence.xml:
9117         * docs/plugins/inspect/plugin-effectv.xml:
9118         * docs/plugins/inspect/plugin-esdsink.xml:
9119         * docs/plugins/inspect/plugin-flac.xml:
9120         * docs/plugins/inspect/plugin-flxdec.xml:
9121         * docs/plugins/inspect/plugin-gconfelements.xml:
9122         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
9123         * docs/plugins/inspect/plugin-goom.xml:
9124         * docs/plugins/inspect/plugin-halelements.xml:
9125         * docs/plugins/inspect/plugin-icydemux.xml:
9126         * docs/plugins/inspect/plugin-id3demux.xml:
9127         * docs/plugins/inspect/plugin-jpeg.xml:
9128         * docs/plugins/inspect/plugin-ladspa.xml:
9129         * docs/plugins/inspect/plugin-level.xml:
9130         * docs/plugins/inspect/plugin-matroska.xml:
9131         * docs/plugins/inspect/plugin-mulaw.xml:
9132         * docs/plugins/inspect/plugin-multipart.xml:
9133         * docs/plugins/inspect/plugin-navigationtest.xml:
9134         * docs/plugins/inspect/plugin-ossaudio.xml:
9135         * docs/plugins/inspect/plugin-png.xml:
9136         * docs/plugins/inspect/plugin-quicktime.xml:
9137         * docs/plugins/inspect/plugin-rtp.xml:
9138         * docs/plugins/inspect/plugin-rtsp.xml:
9139         * docs/plugins/inspect/plugin-smpte.xml:
9140         * docs/plugins/inspect/plugin-speex.xml:
9141         * docs/plugins/inspect/plugin-taglib.xml:
9142         * docs/plugins/inspect/plugin-udp.xml:
9143         * docs/plugins/inspect/plugin-videobalance.xml:
9144         * docs/plugins/inspect/plugin-videobox.xml:
9145         * docs/plugins/inspect/plugin-videocrop.xml:
9146         * docs/plugins/inspect/plugin-videoflip.xml:
9147         * docs/plugins/inspect/plugin-videomixer.xml:
9148         * docs/plugins/inspect/plugin-wavenc.xml:
9149         * docs/plugins/inspect/plugin-wavparse.xml:
9150         * docs/plugins/inspect/plugin-ximagesrc.xml:
9151           Update docs with caps info.
9152
9153 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
9154
9155         * po/POTFILES.in:
9156           Add more files with translatable strings (#450878).
9157
9158 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
9159
9160         * MAINTAINERS:
9161         Updating all the maintainers files
9162
9163 2007-06-22  Edward Hervey  <edward@fluendo.com>
9164
9165         * ext/flac/gstflactag.c: (gst_flac_tag_init):
9166         * gst/interleave/deinterleave.c: (deinterleave_init),
9167         (deinterleave_sink_link):
9168         * gst/interleave/interleave.c: (interleave_init):
9169         * gst/median/gstmedian.c: (gst_median_init):
9170         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
9171         Fix memory leaks.
9172         * tests/check/elements/id3demux.c: (pad_added_cb):
9173         Remove unused variable.
9174
9175 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
9176
9177         * ext/gconf/gconf.h:
9178         Make the prototype of gst_gconf_get_key_for_sink_profile
9179         match the implementation.
9180         Patch by: Damien Carbery <damien dot carbery at sun dot com>
9181         Fixes: #449747
9182
9183 2007-06-20  Michael Smith <msmith@fluendo.com>
9184
9185         * gst/rtp/gstrtpdepay.c:
9186           Fix description - rtpdepay is not a payloader.
9187
9188 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
9189
9190         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
9191         (qtdemux_video_caps):
9192         * gst/qtdemux/qtdemux_fourcc.h:
9193           Add MJPG to the variants of motion jpeg.
9194
9195 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
9196
9197         * tests/check/Makefile.am:
9198         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
9199         * tests/check/elements/videocrop.c: (GST_START_TEST):
9200         * tests/check/elements/videofilter.c:
9201         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
9202         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
9203           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
9204           error flags are included and it errors out on compiler warnings
9205           for CVS builds; remove unused variables in various unit tests.
9206
9207 2007-06-19  Wim Taymans  <wim@fluendo.com>
9208
9209         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9210         (rtsp_connection_close), (rtsp_connection_free):
9211         Use threadsafe inet_ntop to convert an ip number to a string. 
9212         Fixes #447961.
9213         Don't leak fd (and ip) when freeing a connection without first closing
9214         it.
9215
9216 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
9217
9218         * configure.ac:
9219         Back to CVS
9220
9221         * gst-plugins-good.doap:
9222         Add 0.10.6 to the doap file.
9223
9224 === release 0.10.6 ===
9225
9226 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
9227
9228         * configure.ac:
9229           releasing 0.10.6, "Wobble Board"
9230
9231 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9234         (rtsp_connection_free):
9235           Revert previous commit again, since we are frozen (sorry).
9236
9237 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         Patch by: Peter Kjellerstedt <pkj at axis com>
9240
9241         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9242         (rtsp_connection_free):
9243           inet_ntoa() uses a static buffer internally, so we need to copy the
9244           returned string if we want to store it for later (#447961).
9245
9246 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9247
9248         * win32/vs6/autogen.dsp:
9249         * win32/vs6/gst_plugins_good.dsw:
9250         * win32/vs6/libgstalaw.dsp:
9251         * win32/vs6/libgstalpha.dsp:
9252         * win32/vs6/libgstalphacolor.dsp:
9253         * win32/vs6/libgstapetag.dsp:
9254         * win32/vs6/libgstaudiofx.dsp:
9255         * win32/vs6/libgstauparse.dsp:
9256         * win32/vs6/libgstautodetect.dsp:
9257         * win32/vs6/libgstavi.dsp:
9258         * win32/vs6/libgstcutter.dsp:
9259         * win32/vs6/libgstdirectdraw.dsp:
9260         * win32/vs6/libgstdirectsound.dsp:
9261         * win32/vs6/libgsteffectv.dsp:
9262         * win32/vs6/libgstflx.dsp:
9263         * win32/vs6/libgstgoom.dsp:
9264         * win32/vs6/libgsticydemux.dsp:
9265         * win32/vs6/libgstid3demux.dsp:
9266         * win32/vs6/libgstinterleave.dsp:
9267         * win32/vs6/libgstjpeg.dsp:
9268         * win32/vs6/libgstlevel.dsp:
9269         * win32/vs6/libgstmatroska.dsp:
9270         * win32/vs6/libgstmedian.dsp:
9271         * win32/vs6/libgstmonoscope.dsp:
9272         * win32/vs6/libgstmulaw.dsp:
9273         * win32/vs6/libgstmultipart.dsp:
9274         * win32/vs6/libgstqtdemux.dsp:
9275         * win32/vs6/libgstrtp.dsp:
9276         * win32/vs6/libgstrtsp.dsp:
9277         * win32/vs6/libgstsmpte.dsp:
9278         * win32/vs6/libgstspeex.dsp:
9279         * win32/vs6/libgstudp.dsp:
9280         * win32/vs6/libgstvideobalance.dsp:
9281         * win32/vs6/libgstvideobox.dsp:
9282         * win32/vs6/libgstvideocrop.dsp:
9283         * win32/vs6/libgstvideoflip.dsp:
9284         * win32/vs6/libgstvideomixer.dsp:
9285         * win32/vs6/libgstwaveform.dsp:
9286         * win32/vs6/libgstwavenc.dsp:
9287         * win32/vs6/libgstwavparse.dsp:
9288         Mark *.dsp & *.dsw as binary files and convert to DOS line
9289         endings, as they don't load into VS6 correctly otherwise.
9290
9291 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
9292
9293         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9294         (rtsp_connection_connect):
9295         Fix the MingW build. 
9296         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
9297         Fixes: #446981
9298
9299 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9300
9301         * tests/check/elements/.cvsignore:
9302         * tests/icles/.cvsignore:
9303         Hush the buildbots up
9304
9305 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
9306
9307         * configure.ac:
9308         * sys/Makefile.am:
9309         * sys/directdraw/Makefile.am:
9310         * sys/directsound/Makefile.am:
9311         * sys/waveform/Makefile.am:
9312         Make sure to dist everything needed for win32 builds.
9313
9314 2007-06-14  Edward Hervey  <edward@fluendo.com>
9315
9316         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9317         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9318         caps.
9319         Fixes #447458
9320
9321 2007-06-13  Wim Taymans  <wim@fluendo.com>
9322
9323         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9324         Make sure we allocate enough memory for the codec_data.
9325         Fixes #447210.
9326
9327 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9328
9329         * win32/MANIFEST:
9330         Add videocrop project file to the win32 manifest.
9331         * win32/vs6/gst_plugins_good.dsw:
9332         Add qtdemux,videocrop and waveform projects to the workspace.
9333         * win32/vs6/libgstqtdemux.dsp:
9334         Add zlib to the link list of qtdemux.
9335         * win32/vs6/libgstvideocrop.dsp:
9336         Add a project file for videocrop.
9337
9338 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9339
9340         * po/POTFILES.in:
9341         Add qtdemux for translation
9342
9343 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9344
9345         * configure.ac:
9346         * docs/plugins/Makefile.am:
9347         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9348         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9349         * docs/plugins/inspect/plugin-videocrop.xml:
9350         * gst-plugins-good.spec.in:
9351         * sys/Makefile.am:
9352         * tests/check/Makefile.am:
9353         * tests/icles/Makefile.am:
9354         * tests/icles/videocrop-test.c:
9355         Move videocrop and osxvideo from -bad.
9356
9357 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9358
9359         * configure.ac:
9360         * docs/plugins/Makefile.am:
9361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9363         * docs/plugins/gst-plugins-good-plugins.args:
9364         * docs/plugins/inspect/plugin-qtdemux.xml:
9365         * docs/plugins/inspect/plugin-quicktime.xml:
9366         * win32/MANIFEST:
9367         Move qtdemux from -bad.
9368
9369         * gst-plugins-good.spec.in:
9370         Update spec file to reflect moving of qtdemux and wavpack
9371
9372 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9373         
9374         * win32/MANIFEST:
9375         * docs/plugins/Makefile.am:
9376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9378         * docs/plugins/inspect/plugin-directdraw.xml:
9379         * docs/plugins/inspect/plugin-directsound.xml:
9380         * docs/plugins/inspect/plugin-waveform.xml:
9381         Move the waveform plugin from -bad too. Update the inspect xml
9382         files to mention Plugins Good instead of Plugins Bad.
9383
9384 2007-06-12  Andy Wingo  <wingo@pobox.com>
9385
9386         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9387         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9388         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9389         finalization and resuscitation. No longer public.
9390         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9391         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9392         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9393         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9394         miniobject semantics, and be threadsafe.
9395         (gst_v4l2src_queue_frame): Remove this function, as we just call
9396         the ioctls directly in the two places where we queue buffers.
9397         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9398         directly.
9399         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9400         to allocate the pool, which also preallocates the GstBuffers.
9401         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9402         queueing the frames directly.
9403         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9404         mmap buffers have been dequeued.
9405
9406         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9407         real MiniObject instead of rolling our own refcounting and
9408         finalizing. Give it a lock.
9409         (struct _GstV4l2Buffer): Remove one intermediary object, having
9410         the buffers hold the struct v4l2_buffer directly.
9411
9412         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9413         capture_init so that it can set them on the buffers that it will
9414         create.
9415         (gst_v4l2src_get_read): For better or for worse, include the
9416         timestamping and offsetting code here; really we should be using
9417         bufferalloc though.
9418         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9419         preallocated, mmap'd buffers.
9420
9421 2007-06-11  Wim Taymans  <wim@fluendo.com>
9422
9423         Patch by: daniel fischer <dan at f3c dot com>
9424
9425         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9426         (gst_ximage_src_get_caps):
9427         Actually use the display_name property so that we can dump any
9428         available X display. Fixes #445905.
9429
9430 2007-06-11  Wim Taymans  <wim@fluendo.com>
9431
9432         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9433
9434         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9435         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9436         Add missing rate fields to caps. Fixes #441118.
9437
9438 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9439
9440         * win32/vs6/gst_plugins_good.dsw:
9441         * win32/vs8/gst-plugins-good.sln:
9442         Add DirectSound and DirectDraw sinks project files to
9443         workspace and solution files.
9444
9445 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9446
9447         Patch by: Josh Coalson <xflac at yahoo dot com>,
9448         updated by Alexis Ballier <aballier at gentoo dot org>:
9449
9450         * configure.ac:
9451         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9452         (gst_flac_dec_setup_seekable_decoder),
9453         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9454         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9455         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9456         * ext/flac/gstflacdec.h:
9457         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9458         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9459         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9460         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9461         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9462         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9463         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9464         * ext/flac/gstflacenc.h:
9465         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9466         
9467 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9468
9469         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9470         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9471         not necessary anymore as we need at least that core version. 
9472
9473 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9474
9475         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9476         (gst_wavpack_dec_chain):
9477         * ext/wavpack/gstwavpackdec.h:
9478         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9479         (gst_wavpack_parse_push_buffer):
9480         * ext/wavpack/gstwavpackparse.h:
9481         Improve discont handling by checking if the next Wavpack block has
9482         the expected, following block index.
9483
9484 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9487           Fix element description.
9488
9489 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9490
9491         * configure.ac:
9492         * docs/plugins/Makefile.am:
9493         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9494         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9495         * docs/plugins/gst-plugins-good-plugins.args:
9496         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9497         * docs/plugins/gst-plugins-good-plugins.signals:
9498         * docs/plugins/inspect/plugin-autodetect.xml:
9499         * docs/plugins/inspect/plugin-gconfelements.xml:
9500         * docs/plugins/inspect/plugin-ladspa.xml:
9501         * docs/plugins/inspect/plugin-rtp.xml:
9502         * docs/plugins/inspect/plugin-wavpack.xml:
9503         * ext/Makefile.am:
9504         * tests/check/Makefile.am:
9505           move wavpack plugin.  See #352605.
9506
9507 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9508
9509         * configure.ac:
9510         * docs/plugins/Makefile.am:
9511         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9512         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9513         * docs/plugins/gst-plugins-good-plugins.args:
9514         * sys/Makefile.am:
9515         * win32/MANIFEST:
9516         Add DirectDraw & DirectSound plugins to the build and docs.
9517
9518 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9521         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9522           When operating in pull mode, error out correct on not-linked.
9523
9524 2007-06-06  Andy Wingo  <wingo@pobox.com>
9525
9526         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9527         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9528         format and size if the ioctls are defined; should fix compilation
9529         on Linux < 2.16.19.
9530
9531 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9532
9533         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9534           Printf fixes in debug statements; use LOG level for debug statements
9535           that are printed for each and every frame; convert c++ comments to
9536           C-style comments; not much point using g_try_malloc() if we then not
9537           even check the return value.
9538
9539 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * configure.ac:
9542           Bump requirements to released versions (core and base 0.10.13).
9543
9544         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9545           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9546           own implementation.
9547
9548 2007-06-05  Andy Wingo  <wingo@pobox.com>
9549
9550         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9551         some useless comments.
9552
9553         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9554         frames before calling STREAMON, that might leave them in a state
9555         where they can't be dequeued if we go back to NULL without calling
9556         STREAMON, according to the docs.
9557         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9558         before we call STREAMON.
9559         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9560         failures. (For me this code hung.) The pool refcounting is still
9561         crack; added a note to that effect.
9562
9563 2007-06-05  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9566         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9567         Add support for mapping gst structure names to the MIME type equivalent.
9568         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9569
9570 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9571
9572         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9573         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9574         (gst_wavenc_chain), (gst_wavenc_change_state):
9575         * gst/wavenc/gstwavenc.h:
9576         Properly write wav files with width!=depth by having the depth most
9577         significant bytes set and all others zero. Fixes #442535.
9578
9579 2007-06-01  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst/rtsp/rtspconnection.c:
9582         Add include to make buildbot happy.
9583
9584 2007-06-01  Wim Taymans  <wim@fluendo.com>
9585
9586         Patch by: Peter Kjellerstedt  <pkj at axis com>
9587
9588         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9589         (rtsp_connection_connect), (add_date_header),
9590         (rtsp_connection_send), (parse_response_status),
9591         (parse_request_line), (parse_line), (rtsp_connection_receive):
9592         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9593         * gst/rtsp/rtspdefs.h:
9594         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9595         (rtsp_message_init_request), (rtsp_message_init_response),
9596         (rtsp_message_remove_header), (rtsp_message_append_headers),
9597         (rtsp_message_dump):
9598         * gst/rtsp/rtspmessage.h:
9599         Improves version checking, allowing an RTSP server to reply with "505
9600         RTSP Version not supported.
9601         Adds a Date header to all messages.
9602         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9603         want to be able to send a response even if something in the request was
9604         invalid. EINVAL is only used when passing wrong arguments to functions.
9605         Do not handle an invalid method in parse_request_line(). Defer this to
9606         the caller so it can respond with "405 Method Not Allowed".
9607         Improves parsing of the timeout parameter to the Session header,
9608         allowing whitespace after the semicolon. 
9609         Avoids a compiler warning due to variables shadowing a function argument.
9610
9611 2007-06-01  Wim Taymans  <wim@fluendo.com>
9612
9613         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9614
9615         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9616         (gst_rtp_amr_depay_process):
9617         * gst/rtp/gstrtpamrdepay.h:
9618         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9619         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9620         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9621         * gst/rtp/gstrtpamrpay.h:
9622         Add support for AMR-WB.
9623         Small cleanups such as using BOILERPLATE.
9624
9625 2007-05-31  Wim Taymans  <wim@fluendo.com>
9626
9627         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9628         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9629
9630 2007-05-30  Andy Wingo  <wingo@pobox.com>
9631
9632         * sys/v4l2/gstv4l2object.h: 
9633         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9634         unintended changes.
9635
9636         * sys/v4l2/v4l2src_calls.h: 
9637         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9638         the format list in the order that the driver gives it to us.
9639         (gst_v4l2src_probe_caps_for_format_and_size)
9640         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9641         based on the capabilities of the device.
9642         (gst_v4l2src_grab_frame): Update for object variable renaming.
9643         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9644         as in the set_caps below.
9645         (gst_v4l2src_capture_init): Update for object variable renaming,
9646         and reflow.
9647         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9648         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9649         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9650         (gst_v4l2src_get_fps): Remove; these functions don't have much
9651         meaning outside of an atomic set_caps method.
9652         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9653         known.
9654
9655         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9656         call to update_fps; not sure about this change.
9657         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9658         moment we don't have an update_fps_func.
9659
9660         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9661         structures in the object, just store what we need. Do store the
9662         probed caps of the device. Don't store the current frame rate.
9663
9664         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9665         update_fps_function, for now. Update for new object variable
9666         naming.
9667         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9668         new object variable naming.
9669         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9670         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9671         (gst_v4l2src_get_caps): Rework to probe the device for supported
9672         frame sizes and frame rates.
9673         (gst_v4l2src_set_caps): Rework to be strict in the given
9674         parameters: if someone asks us to have a certain size and rate,
9675         that is what we configure.
9676         (gst_v4l2src_get_read): Update for object variable naming. Don't
9677         leak buffers on short reads.
9678         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9679         comments.
9680         (gst_v4l2src_create): Update for object variable naming.
9681
9682 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9685         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9686         * gst/avi/gstavidemux.h:
9687           Parse subtitle text streams instead of erroring out (#442034). Still
9688           needs a parser for the subtitles to actually show up.
9689
9690 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9693         (gst_avi_demux_loop):
9694           Make _push_event() return TRUE if the event could be pushed on at
9695           least one pad and not only if it could be pushed on all pads,
9696           otherwise we'll end up posting an error message on EOS if one or
9697           more source pads are not connected.
9698
9699 2007-05-28  Wim Taymans  <wim@fluendo.com>
9700
9701         * gst/rtsp/rtsptransport.c:
9702         Use renamed RTP bin.
9703
9704 2007-05-28  Wim Taymans  <wim@fluendo.com>
9705
9706         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9707
9708         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9709         (gst_video_box_set_property), (gst_video_box_transform_caps),
9710         (video_box_recalc_transform), (gst_video_box_set_caps),
9711         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9712         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9713         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9714         (gst_video_box_i420_i420), (gst_video_box_transform),
9715         (plugin_init):
9716         Add AYUV->AYUV and AYUV->I420 formats. 
9717         Fix negotiation and I420->AYUV conversion.
9718         Fixes #429329.
9719
9720 2007-05-26  Wim Taymans  <wim@fluendo.com>
9721
9722         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9723         Use different variables for nested for loops so that the outer loop
9724         functions properly and speex files with multiple frames per buffer work
9725         properly.
9726         Fixes #441408.
9727
9728 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9731           Don't leak newsegment events.
9732
9733 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst/wavparse/Makefile.am:
9736           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9737           drags it in.
9738
9739 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9740
9741         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9742         (notgst_value_array_append_buffer),
9743         (gst_flac_enc_process_stream_headers),
9744         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9745         (gst_flac_enc_change_state):
9746         * ext/flac/gstflacenc.h:
9747           Collect headers, add "streamheader" field to output caps and set
9748           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9749           produces output according to the official FLAC-to-Ogg mapping
9750           instead of completely broken files. Fixes #426044.
9751
9752 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9753
9754         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9755         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9756         (gst_id3demux_sink_event):
9757         * gst/id3demux/gstid3demux.h:
9758         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9759         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9760         (gst_tag_demux_send_new_segment):
9761         Handle and adjust new-segment events so that downstream really
9762         sees a stream with the tag pieces stripped off the front and back.
9763         Fixes strangeness in seeking when mp3 decoders use the new-segment
9764         byte position to estimate their current playback position timestamp
9765         and then the arriving buffers don't match up.
9766
9767 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9768
9769         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9770           Don't unnecessarily perform a READY->NULL->READY transition on the
9771           detected audio sink when starting up. Fixes: #440127
9772
9773 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9774
9775         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9776         (gst_flac_enc_chain):
9777           Don't crash in chain function if setcaps hasn't been called.
9778
9779 2007-05-24  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9782         Init value to avoid infinte loops.
9783
9784 2007-05-24  Wim Taymans  <wim@fluendo.com>
9785
9786         Patch by: Peter Kjellerstedt  <pkj at axis com>
9787
9788         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9789         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9790         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9791         (gst_rtspsrc_play):
9792         (rtsp_connection_send), (rtsp_connection_receive):
9793         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9794         Fix for new API.
9795
9796         * gst/rtsp/rtspconnection.c: (add_auth_header),
9797         Only add authorisation and session headers when sending messages.
9798
9799         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9800         (rtsp_message_init_request), (rtsp_message_init_response),
9801         (rtsp_message_unset), (rtsp_message_add_header),
9802         (rtsp_message_remove_header), (rtsp_message_get_header),
9803         (rtsp_message_append_headers), (dump_key_value),
9804         (rtsp_message_dump):
9805         * gst/rtsp/rtspmessage.h:
9806         Add support for multiple headers of the same type by storing the parsed
9807         headers in a GArray instaed of a hashtable.
9808
9809 2007-05-21  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9812         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9813         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9814         safer shutdown.
9815
9816 2007-05-21  Wim Taymans  <wim@fluendo.com>
9817
9818         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9819         * gst/rtsp/gstrtpdec.h:
9820         Added signal for backwards compat.
9821
9822 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9823         
9824         Patch by: René Stadler <mail at renestadler dot de>
9825
9826         * configure.ac:
9827         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9828         (gst_au_parse_parse_header), (gst_au_parse_chain):
9829         * gst/auparse/gstauparse.h:
9830         Use audioconvert for converting from non-native endianness floats
9831         in auparse instead of doing it ourself. Fixes #424527.
9832         This needs the audioconvert from plugins-base CVS.
9833         
9834 2007-05-21  Wim Taymans  <wim@fluendo.com>
9835
9836         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9837         (gst_rtp_h263p_pay_flush):
9838         Fix enum registration.
9839
9840 2007-05-21  Wim Taymans  <wim@fluendo.com>
9841
9842         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9843
9844         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9845         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9846         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9847         (gst_rtp_h263p_pay_flush):
9848         * gst/rtp/gstrtph263ppay.h:
9849         Add new fragmentation mode base on GOB headers. Fixes #438940.
9850
9851 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9852
9853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9854           Printf format fix.
9855
9856 2007-05-18  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9859         Don't crash when an unsupported transport error was returned by the
9860         server, just try to configure the next stream. Fixes #439255.
9861
9862 2007-05-18  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9865         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9866         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9867         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9868         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9869         * gst/rtsp/gstrtspsrc.h:
9870         Add TCP timeout property and use it for all TCP connection.
9871
9872         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9873         (rtsp_connection_write), (rtsp_connection_next_timeout),
9874         (rtsp_connection_reset_timeout):
9875         Make connect and writes cancelable and make them use the timeout.
9876
9877 2007-05-18  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9880         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9881         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9882         (gst_rtspsrc_setup_streams):
9883         Refactor timeout handling.
9884         Also send keep-alive when dealing with TCP transport.
9885
9886         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9887         (rtsp_connection_free), (rtsp_connection_next_timeout),
9888         (rtsp_connection_reset_timeout):
9889         * gst/rtsp/rtspconnection.h:
9890         Use a timer to handle the session timeouts, add some methods to deal
9891         with timeouts.
9892
9893 2007-05-17  Wim Taymans  <wim@fluendo.com>
9894
9895         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9896         (gst_rtspsrc_setup_streams):
9897         Ignore streams that fail the setup command, we will retry with a
9898         different transport later on.
9899
9900         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9901         (rtsp_ext_wms_configure_stream):
9902         Fix encoding name case.
9903
9904 2007-05-16  Edward Hervey  <edward@fluendo.com>
9905
9906         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9907         Fix build on macosx.
9908
9909 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9910
9911         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9912         Replace direct comparison of a string with the string literal "" with
9913         a comparison of the first character with '\0'. Fixes #438926.
9914
9915 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9916
9917         * gst/debug/breakmydata.c (gst_break_my_data_init):
9918           One more try. This should be the proper fix now.
9919
9920 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9921
9922         * gst/debug/breakmydata.c:
9923           Ooops, no // comments please.
9924
9925 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9926
9927         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9928         (gst_break_my_data_init):
9929           Fix gst_buffer_is_writable() assertion.
9930
9931 2007-05-14  David Schleef  <ds@schleef.org>
9932
9933         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9934           video/x-raw-bayer.  Fixes #314160.
9935
9936 2007-05-14  Wim Taymans  <wim@fluendo.com>
9937
9938         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9939         (gst_rtp_theora_depay_parse_configuration):
9940         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9941         (gst_rtp_theora_pay_finish_headers),
9942         (gst_rtp_theora_pay_handle_buffer):
9943         Update theora pay/depayloader in a similar to vorbis.
9944
9945         * gst/rtp/gstrtpvorbisdepay.c:
9946         (gst_rtp_vorbis_depay_parse_configuration):
9947         Update docs.
9948
9949 2007-05-14  Wim Taymans  <wim@fluendo.com>
9950
9951         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9952         When we try to execute a method that is not supported by the server,
9953         don't error out but remove the method from the accepted methods so that
9954         we never try to perform this method again.
9955
9956 2007-05-14  Wim Taymans  <wim@fluendo.com>
9957
9958         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9959         Remove annoying _dump_mem.
9960
9961 2007-05-14  Wim Taymans  <wim@fluendo.com>
9962
9963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9964         Parse range correctly.
9965
9966         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9967         The baseurl now always has a '/' at the start.
9968
9969 2007-05-14  Wim Taymans  <wim@fluendo.com>
9970
9971         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9972         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9973         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9974         Factor out caps configuration and configure more stuff such as the time
9975         ranges and speed/scale values.
9976
9977         * gst/rtsp/rtsptransport.c:
9978         Add Copyright after non-trival fixes.
9979
9980 2007-05-12  Wim Taymans  <wim@fluendo.com>
9981
9982         Patch by: Peter Kjellerstedt  <pkj at axis com>
9983
9984         * gst/rtsp/gstrtspsrc.h:
9985         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9986         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9987         (rtsp_message_get_header):
9988         * gst/rtsp/rtspmessage.h:
9989         Make channel guint8 where possible.
9990         Make rtsp_message_init_data() take the channel as a guint8.
9991
9992         * gst/rtsp/rtspdefs.c:
9993         Fixed a typo: Timout -> Timeout
9994
9995         * gst/rtsp/rtspdefs.h:
9996         Make RTSP_CHECK() behave as a statement.
9997
9998         * gst/rtsp/sdpmessage.c:
9999         Avoid a compiler warning in INIT_ARRAY().
10000         Fixes #437692.
10001
10002 2007-05-12  Wim Taymans  <wim@fluendo.com>
10003
10004         Patch by: Peter Kjellerstedt  <pkj at axis com>
10005
10006         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
10007         (rtsp_url_get_request_uri):
10008         * gst/rtsp/rtspurl.h:
10009         Add support for query parameters to RTSP URLs.
10010
10011 2007-05-12  Wim Taymans  <wim@fluendo.com>
10012
10013         Patch by: Peter Kjellerstedt  <pkj at axis com>
10014
10015         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
10016         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
10017         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
10018         (rtsp_transport_parse), (rtsp_transport_as_text):
10019         * gst/rtsp/rtsptransport.h:
10020         Add validation to rtsp_transport_parse().
10021         Add rtsp_transport_as_text() to generate an RTSP header from an
10022         RTSPTransport.
10023         Change ssrc to guint (was a string) since that is what it is, even
10024         though it is sent as a hex string.
10025         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
10026         incorrect, which can be seen when looking at the examples in the RFC).
10027         Fixes #437670.
10028
10029 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10030
10031         Patch by: Eric Anholt
10032
10033         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
10034           gst_ximage_src_ximage_get):
10035         Use union of all damage between frames to make it faster.
10036         Fixes bug #342463.
10037         Also fix crasher when cursor is at bottom right of window.
10038
10039 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10042           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
10043           streaming mode regression for file from #343837 with 'bext' chunk
10044           before the 'fmt' chunk.
10045
10046 2007-05-11  Wim Taymans  <wim@fluendo.com>
10047
10048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
10049         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
10050         (gst_rtspsrc_handle_src_event),
10051         (gst_rtspsrc_stream_configure_manager),
10052         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
10053         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
10054         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
10055         * gst/rtsp/gstrtspsrc.h:
10056         * gst/rtsp/rtspdefs.h:
10057         Preliminary seek support.
10058         Activate internal pads so that we can receive events on them.
10059         Don't try to parse a range string when it's NULL.
10060
10061 2007-05-11  Wim Taymans  <wim@fluendo.com>
10062
10063         * gst/rtp/README:
10064         Update README with new RTP variables that will be used for
10065         synchronisation.
10066
10067         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
10068         (gst_rtp_vorbis_depay_parse_configuration),
10069         (gst_rtp_vorbis_depay_process):
10070         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
10071         (gst_rtp_vorbis_pay_finish_headers),
10072         (gst_rtp_vorbis_pay_handle_buffer):
10073         Update vorbis pay and depayloader to draft-04.
10074
10075 2007-05-11  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/rtsp/rtsptransport.c:
10078         UDP MCAST is actually the default for RTP/AVP.
10079 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
10080
10081         * gst/level/gstlevel.c: (gst_level_transform_ip):
10082         Use guint8 * instead of gpointer then vs6 can build 
10083         in_data += (filter->width / 8).
10084
10085 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
10086
10087         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
10088           gst_ximage_src_ximage_get):
10089         * sys/ximage/gstximagesrc.h (last_ximage):
10090         When using Damage actually keep the last frame, and not assume
10091         that the buffer we get already has the last frame on it.
10092         Copy the cursor over if we specify a non-zero start x and
10093         start y.
10094
10095 2007-05-11  Wim Taymans  <wim@fluendo.com>
10096
10097         * gst/rtsp/rtsptransport.c:
10098         Make UDP the default transport when not specified.
10099
10100 2007-05-09  David Schleef  <ds@schleef.org>
10101
10102         * gst/level/gstlevel.c:
10103           Revert last change.
10104
10105 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
10106
10107         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
10108         (gst_level_transform_ip):
10109         Use guint8 * instead of gpointer then vs6 know the size of data
10110         pointed when moving the pointer.
10111         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
10112         Move instructions after variables declaration.
10113         * win32/vs6/autogen.dsp:
10114         * win32/vs6/libgstrtp.dsp:
10115         * win32/vs6/libgstrtsp.dsp:
10116         Update vs6 project files.
10117
10118 2007-05-09  Wim Taymans  <wim@fluendo.com>
10119
10120         * gst/rtsp/Makefile.am:
10121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
10122         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
10123         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
10124         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
10125         (rtsp_range_free):
10126         * gst/rtsp/rtsprange.h:
10127         Add code to parse time ranges.
10128         Report DURATION on the stream when possible.
10129
10130 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
10131
10132         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
10133         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
10134         (gst_videomixer_collected):
10135           Fix strides calculation for AYUV (it's just width*4) (#436910).
10136
10137 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
10138
10139         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
10140         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
10141         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
10142         Sync the GObject properties before each processing step to properly
10143         work with the controller.
10144
10145 2007-05-04  Wim Taymans  <wim@fluendo.com>
10146
10147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
10148         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
10149         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
10150         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
10151         (gst_rtspsrc_change_state):
10152         Let more error state trickle down so that we can catch more error
10153         cases.
10154         Handle keep-alive a little smarter by selecting a method the server
10155         actually supports.
10156         Fix a race in UDP streaming shutdown.
10157
10158 2007-05-04  Wim Taymans  <wim@fluendo.com>
10159
10160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
10161         Ignore errors when trying to use the keep-alive messages.
10162
10163 2007-05-04  Wim Taymans  <wim@fluendo.com>
10164
10165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
10166         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
10167         (gst_rtspsrc_stream_configure_manager),
10168         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10169         (gst_rtspsrc_stream_configure_mcast),
10170         (gst_rtspsrc_stream_configure_udp),
10171         (gst_rtspsrc_stream_configure_udp_sink),
10172         (gst_rtspsrc_stream_configure_transport):
10173         Send RTCP messages back to the server over the TCP connection.
10174
10175         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
10176         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10177         (rtsp_connection_receive):
10178         * gst/rtsp/rtspconnection.h:
10179         Factor out and expose lowlevel _write and _read methods.
10180         Implement sending data messages to the server.
10181
10182 2007-05-03  Wim Taymans  <wim@fluendo.com>
10183
10184         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
10185         (gst_multipart_mux_collected):
10186         Fix timestamps on outgoing buffers.
10187
10188 2007-05-03  Wim Taymans  <wim@fluendo.com>
10189
10190         * gst/multipart/multipartmux.c:
10191         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
10192         (gst_multipart_mux_change_state):
10193         Emit NEWSEGMENT events before pushing the first buffer.
10194
10195 2007-05-03  Wim Taymans  <wim@fluendo.com>
10196
10197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10198         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
10199         (gst_rtspsrc_handle_src_query),
10200         (gst_rtspsrc_stream_configure_manager),
10201         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
10202         (gst_rtspsrc_stream_configure_mcast),
10203         (gst_rtspsrc_stream_configure_udp),
10204         (gst_rtspsrc_stream_configure_udp_sink),
10205         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
10206         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
10207         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10208         (gst_rtspsrc_pause):
10209         Refactor transport configuration code.
10210         Create internal pads for TCP transport so that we can implement events
10211         and queries.
10212         Handle events and queries.
10213         Parse range from the SDP.
10214         Fix race in pause handler where the connection could still be flushing.
10215
10216 2007-05-02  Wim Taymans  <wim@fluendo.com>
10217
10218         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10219         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
10220         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10221         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
10222         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
10223         (gst_rtspsrc_change_state):
10224         * gst/rtsp/gstrtspsrc.h:
10225         Fix race when multiple udp sources post timeouts, just act on the first
10226         received timeout.
10227         Protect stream list with a recursive lock to fix some races.
10228         Flush connection when we need to do a reconnect or stop.
10229         Make state lock recursive.
10230
10231         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10232         (rtsp_connection_close):
10233         Some small cleanups.
10234
10235 2007-05-02  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10238         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10239         Only set DISCONT when there actually is a discont or when we just
10240         started.
10241
10242 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10243
10244         * ext/flac/gstflac.c: (plugin_init):
10245         Call bindtextdomain() to get localized strings.
10246
10247 2007-05-02  Wim Taymans  <wim@fluendo.com>
10248
10249         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10250         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
10251         (gst_wavparse_stream_data):
10252         * gst/wavparse/gstwavparse.h:
10253         Be a bit more clever when dealing with VBR files with FACT tags, we
10254         don't want to timestamp buffers in that case but the estimated BPS can
10255         be used for seeking.
10256         Only send close segment in the streaming thread.
10257
10258 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
10259
10260         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
10261         Correctly post an error on the bus if something went wrong in the loop
10262         function. This fixes a few cases where the task was paused and nothing
10263         happened anymore.
10264
10265 2007-05-02  Wim Taymans  <wim@fluendo.com>
10266
10267         * gst/rtsp/test.c: (main):
10268         Fix compilation of deprecated test just because I'm too lazy to delete
10269         it.
10270
10271 2007-05-02  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10274         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10275         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
10276         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
10277         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
10278         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
10279         * gst/rtsp/gstrtspsrc.h:
10280         Fix sending RTCP to the right place.
10281         Fix bug in reffing the wrong UDP element.
10282         Use new pad names for the session manager.
10283         Implement handling server requests in interleaved and UDP modes.
10284         Handle session keep-alive in UDP modes.
10285         Remove GCond for handling UDP timeouts.
10286
10287         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
10288         (rtsp_connection_send), (rtsp_connection_read), (read_body),
10289         (rtsp_connection_receive), (rtsp_connection_close):
10290         * gst/rtsp/rtspconnection.h:
10291         Store connection IP address for later.
10292         Add timeout args to all operations that might block forever.
10293         Parse session timeout.
10294         Only close sockets when not already closed.
10295
10296         * gst/rtsp/rtspdefs.c:
10297         * gst/rtsp/rtspdefs.h:
10298         Add timeout return value and error string.
10299
10300         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
10301         Add small comment.
10302
10303 2007-05-01  Wim Taymans  <wim@fluendo.com>
10304
10305         Patch by: Sjoerd Simons <sjoerd at luon dot net>
10306
10307         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
10308         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
10309         * gst/rtp/gstrtpmp4vpay.h:
10310         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
10311
10312 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10315           Remove v4l2src from docs, since it breaks the docs build, and the
10316           plugin is only built if --enable-experimental is used anyway.
10317
10318         * docs/plugins/Makefile.am:
10319           Spaces => tab.
10320
10321 2007-04-29  Wim Taymans  <wim@fluendo.com>
10322
10323         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10324         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10325         Add code to drop membership of a multicast group.
10326
10327         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10328         (gst_udpsink_set_uri):
10329         Implement URI handler.
10330
10331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10332         (gst_rtspsrc_parse_rtpinfo):
10333         Use URI handler to make udpsink instace.
10334         Improve code to configure port and destination.
10335
10336 2007-04-29  Wim Taymans  <wim@fluendo.com>
10337
10338         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10339         Fix multicast detection.
10340         Don't try to join a multicast group if the address is not multicast.
10341
10342         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10343         Small debug improvement.
10344
10345 2007-04-27  Wim Taymans  <wim@fluendo.com>
10346
10347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10348         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10349         (gst_rtspsrc_handle_message):
10350         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10351         parent.
10352
10353 2007-04-27  Wim Taymans  <wim@fluendo.com>
10354
10355         * gst/rtp/gstrtpilbcdepay.h:
10356         Fix mode property when specified as an arg.
10357
10358 2007-04-26  Edward Hervey  <edward@fluendo.com>
10359
10360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10362         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10363         * docs/plugins/inspect/plugin-osxaudio.xml:
10364         Add documentation for osxaudio plugin.
10365
10366 2007-04-26  Wim Taymans  <wim@fluendo.com>
10367
10368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10369         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10370         (gst_rtspsrc_open), (gst_rtspsrc_close),
10371         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10372         (gst_rtspsrc_pause):
10373         * gst/rtsp/gstrtspsrc.h:
10374         Protect state changes with a lock.
10375
10376         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10377         (parse_line):
10378         * gst/rtsp/rtspconnection.h:
10379         Remove some unused stuff.
10380
10381 2007-04-26  Wim Taymans  <wim@fluendo.com>
10382
10383         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10384         Handle the case where there are exactly 0 bytes to read and the ioctl
10385         did not report an error. Fixes #433530.
10386
10387 2007-04-26  Wim Taymans  <wim@fluendo.com>
10388
10389         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10390         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10391         * gst/wavparse/gstwavparse.h:
10392         Apply DISCONT to buffers.
10393         Only apply timestamp to the first sample after a DISCONT, too many VBR
10394         files cause random jitter in the timestamps. Fixes #433119.
10395
10396 2007-04-25  Wim Taymans  <wim@fluendo.com>
10397
10398         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10399         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10400         (gst_rtp_dec_get_property):
10401         * gst/rtsp/gstrtpdec.h:
10402         Add dummy latency property to be backwards compat with rtpbin.
10403
10404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10405         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10406         (gst_rtspsrc_stream_configure_transport),
10407         (gst_rtspsrc_parse_rtpinfo):
10408         * gst/rtsp/gstrtspsrc.h:
10409         Add latency property and configure in the session manager.
10410         Don't set invalid clock-base and seqnum-base on caps, some servers
10411         sometimes don't send them.
10412
10413 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10416         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10417           Double-check that RGB input caps are really RGBA caps (apparently
10418           the core doesn't always catch it if those caps aren't a subset of
10419           our template caps, also see #421543). Fixes #429319 in a way.
10420           Also, don't leak the pad template in the transform_caps function.
10421
10422         * tests/check/Makefile.am:
10423         * tests/check/elements/.cvsignore:
10424         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10425         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10426         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10427         (GST_START_TEST), (alphacolor_suite):
10428           Add some basic unit tests for alphacolor.
10429
10430 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10431
10432         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10433           If we get a fatal flow return in the loop function, first post the
10434           error message and only then send the EOS event downstream, otherwise
10435           applications might get an eos message before the error message and
10436           think everything was ok (related to #429319).
10437
10438 2007-04-25  Wim Taymans  <wim@fluendo.com>
10439
10440         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10441         Read the channel byte as an unsigned byte.
10442
10443 2007-04-25  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10446         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10447         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10448         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10449         (gst_rtp_gsm_depay_setcaps):
10450         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10451         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10452         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10453         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10454         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10455         (gst_ilbc_depay_get_property):
10456         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10457         * gst/rtp/gstrtpmp4adepay.c:
10458         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10459         (gst_rtp_pcma_depay_setcaps):
10460         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10461         (gst_rtp_pcmu_depay_setcaps):
10462         Make sure we configure the clock_rate in the baseclass in the setcaps
10463         function. Fixes #431282.
10464
10465 2007-04-25  Wim Taymans  <wim@fluendo.com>
10466
10467         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10468         (gst_rtspsrc_stream_free), (request_pt_map),
10469         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10470         * gst/rtsp/gstrtspsrc.h:
10471         Parse server address from SDP.
10472         Hook up a udpsink to send RTCP back to the server.
10473
10474         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10475         * gst/rtsp/rtsptransport.h:
10476         Add some docs.
10477
10478 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10479
10480         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10481           Make header field check conditional. Fixes #433135
10482
10483 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10484
10485         * docs/plugins/Makefile.am:
10486         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10487         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10488         * docs/plugins/inspect/plugin-alphacolor.xml:
10489         * gst/alpha/Makefile.am:
10490         * gst/alpha/gstalphacolor.c:
10491         * gst/alpha/gstalphacolor.h:
10492           Add minimal docs blurb to alphacolor; split out headers into
10493           separate header file for gtk-doc.
10494
10495 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10496
10497         * gst/debug/progressreport.c: (gst_progress_report_report):
10498           Don't try to post NULL message (in case we can't query upstream
10499           position or duration).
10500
10501 2007-04-18  Michael Smith  <msmith@fluendo.com>
10502
10503         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10504         (gst_cutter_get_caps):
10505         * gst/cutter/gstcutter.h:
10506           Fix some of the most obvious bugs in cutter. Now doesn't leak
10507           everything if input is silent.
10508
10509 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10510
10511         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10512         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10513         * gst/wavenc/gstwavenc.h:
10514         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10515         else results in a invalid block align and invalid files.
10516
10517 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         Patch by: Snaik <snaik32 gmail com>
10520
10521         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10522           Add missing break statement for BOX_HORIZONTAL case.
10523
10524 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10525
10526         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10527
10528         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10529         Use correct format strings for integer types.
10530
10531 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10532
10533         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10534         (gst_wavparse_create_sourcepad):
10535         Use gst_riff_create_audio_template_caps () instead of the local caps.
10536         This makes updates of the local caps unecessary whenever libgstriff
10537         gets support for new formats.
10538
10539 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10540
10541         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10542
10543         * sys/sunaudio/gstsunaudio.c:
10544         * sys/sunaudio/gstsunaudiomixer.c:
10545         * sys/sunaudio/gstsunaudiomixer.h:
10546         * sys/sunaudio/gstsunaudiomixerctrl.c:
10547         * sys/sunaudio/gstsunaudiomixerctrl.h:
10548         * sys/sunaudio/gstsunaudiomixertrack.h:
10549         * sys/sunaudio/gstsunaudiosink.c:
10550         * sys/sunaudio/gstsunaudiosink.h:
10551         * sys/sunaudio/gstsunaudiosrc.c:
10552         * sys/sunaudio/gstsunaudiosrc.h:
10553           Fix and/or update copyright attributions (#430228).
10554
10555 2007-04-13  Wim Taymans  <wim@fluendo.com>
10556
10557         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10558         Fix docs.
10559
10560         * gst/rtsp/URLS:
10561         Add some more example urls.
10562
10563         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10564         (gst_rtp_dec_chain_rtp):
10565         Better debugging.
10566
10567         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10568         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10569         (gst_rtspsrc_parse_rtpinfo):
10570         Remove unused code.
10571
10572 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10573
10574         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10575         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10576         (gst_wavparse_stream_data):
10577           Relax the audio/mpeg caps again and add FIXME: comment.
10578
10579 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10580
10581         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10582         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10583         (gst_wavparse_stream_data):
10584         * gst/wavparse/gstwavparse.h:
10585           More sanity check for the header fields. Fix type for 'rate' header
10586           field.
10587
10588 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10589
10590         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10591         (gst_icydemux_unicodify):
10592           If the metadata strings we get in the stream are not UTF-8, try to
10593           interpret them according to the character encodings specified in the
10594           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10595           only fall back to locale/ISO-8859-1 if those aren't set or don't
10596           work. Should fix #428901.
10597
10598 2007-04-12  Wim Taymans  <wim@fluendo.com>
10599
10600         * gst/rtp/gstrtph264depay.c:
10601         Use the proper sync word for SPS and PPS.
10602
10603 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10604
10605         * gst/rtp/Makefile.am:
10606         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10607           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10608         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10609           Add a simple hashing implementation that we can use to generate
10610           a 24-bit ident value based on the codebooks for vorbis and theora.
10611         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10612           gst_rtp_theora_pay_handle_buffer):
10613         * gst/rtp/gstrtpvorbisdepay.c
10614           (gst_rtp_vorbis_depay_parse_configuration,
10615           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10616         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10617           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10618           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10619           Use the hashing function, ensuring that the same codebooks result
10620           in the same ident and thus the same SDP description.
10621           Various log fixes/changes.
10622
10623 2007-04-12  Wim Taymans  <wim@fluendo.com>
10624
10625         Patch by: jerry tan <jerry dot tan at sun dot com>
10626
10627         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10628         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10629         application's responsibility to make sure it open the device once.
10630         Remove a careless error if AUDIODEV is set. Fixes #392620.
10631
10632 2007-04-12  Wim Taymans  <wim@fluendo.com>
10633
10634         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10635         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10636         * gst/rtsp/gstrtpdec.h:
10637         Make backward compat with rtpbin by adding the request-pt-map signals.
10638
10639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10640         (new_session_pad), (request_pt_map),
10641         (gst_rtspsrc_stream_configure_transport),
10642         (gst_rtspsrc_stream_configure_caps),
10643         (gst_rtspsrc_activate_streams):
10644         * gst/rtsp/gstrtspsrc.h:
10645         Implement request-pt-map signals instead of setting caps on the buffers
10646         for the session manager.
10647
10648 2007-04-11  Wim Taymans  <wim@fluendo.com>
10649
10650         * gst/udp/gstudp.c: (plugin_init):
10651         Register GstNetBuffer in plugin_init so that the type can be used from
10652         multiple threads without races.
10653
10654 2007-04-10  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10657         (gst_rtp_amr_depay_process):
10658         Fix depayloader clock_rate and some cleanups.
10659
10660         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10661         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10662         * gst/rtp/gstrtph264depay.h:
10663         Don't push codec_data in the adapter because it might get flushed when
10664         we get a discont.
10665
10666         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10667         Handle multiple AU per packet.
10668
10669         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10670         (gst_rtp_sv3v_depay_plugin_init):
10671         Disable rank, this one does not work.
10672         Remove timestamping, base class does that.
10673
10674 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10675
10676         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10677           limit caps to the formats we announce in the template
10678
10679         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10680         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10681         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10682           fix some crashers/asserts when dealing with broken files
10683
10684 2007-04-10  Wim Taymans  <wim@fluendo.com>
10685
10686         Patch by: Peter Kjellerstedt  <pkj at axis com>
10687
10688         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10689         * gst/rtp/gstrtpL16depay.c:
10690         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10691         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10692         (gst_rtp_speex_depay_setcaps):
10693         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10694         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10695         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10696         Fix some compiler warnings. Fixes #428182.
10697
10698 2007-04-06  Wim Taymans  <wim@fluendo.com>
10699
10700         * gst/rtsp/Makefile.am:
10701         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10702         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10703         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10704         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10705         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10706         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10707         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10708         (create_rtcp), (gst_rtp_dec_request_new_pad),
10709         (gst_rtp_dec_release_pad):
10710         * gst/rtsp/gstrtpdec.h:
10711         * gst/rtsp/gstrtsp.c: (plugin_init):
10712         Morph RTPDec into something compatible with RTPBin as a fallback.
10713         Various other style fixes.
10714
10715         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10716         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10717         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10718         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10719         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10720         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10721         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10722         * gst/rtsp/gstrtspsrc.h:
10723         Implement RTPBin session manager handling.
10724         Don't try to add empty properties to caps.
10725         Implement fallback session manager, handling.
10726         Don't combine errors from RTCP streams, just ignore them.
10727
10728         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10729         * gst/rtsp/rtsptransport.h:
10730         Implement fallback session manager.
10731         Make RTPBin the default one when available.
10732
10733 2007-04-05  Wim Taymans  <wim@fluendo.com>
10734
10735         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10736         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10737         This element is ready to be autoplugged.
10738
10739 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10740
10741         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10742         Don't leave the offsets defined by upstream element on the
10743         compressed data buffer we are pushing downstream. Make them
10744         GST_BUFFER_OFFSET_NONE.
10745
10746 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10747
10748         * gst/avi/README:
10749         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10750         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10751         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10752         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10753         (gst_avi_demux_calculate_durations_from_index),
10754         (gst_avi_demux_stream_header_push),
10755         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10756         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10757           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10758
10759 2007-04-03  Wim Taymans  <wim@fluendo.com>
10760
10761         * gst/smpte/barboxwipes.c:
10762         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10763
10764 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10765
10766         * gst/wavparse/gstwavparse.c:
10767         Support audio/x-raw-float in wav files. This only works with
10768         plugins-base CVS, using an older version doesn't have any
10769         disadvantages though.
10770
10771 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10772
10773         * configure.ac:
10774         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10775         (gst_au_parse_parse_header), (gst_au_parse_chain):
10776         * gst/auparse/gstauparse.h:
10777         Revert last change as we don't want plugins-good to depend on
10778         plugins-base CVS now.
10779
10780 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10781
10782         * configure.ac:
10783         Require gst-plugins-base CVS for audioconvert with non-native
10784         float support and width/depth fix in libgstriff.
10785
10786         Patch by: René Stadler <mail at renestadler dot de>
10787
10788         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10789         (gst_au_parse_parse_header), (gst_au_parse_chain):
10790         * gst/auparse/gstauparse.h:
10791         Don't swap the floats ourself if they're not in native endianness.
10792         Instead let audioconvert handle this. Fixes #339838.
10793
10794 2007-03-29  Wim Taymans  <wim@fluendo.com>
10795
10796         * gst/rtp/gstasteriskh263.h:
10797         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10798         (gst_rtp_h263p_depay_change_state):
10799         * gst/rtp/gstrtph263pdepay.h:
10800         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10801         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10802         (gst_rtp_h264_depay_change_state):
10803         * gst/rtp/gstrtph264depay.h:
10804         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10805         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10806         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10807         Flush adapter on disconts.
10808
10809 2007-03-29  Wim Taymans  <wim@fluendo.com>
10810
10811         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10812         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10813         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10814         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10815         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10816         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10817         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10818         (gst_rtp_mp4v_depay_process):
10819         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10820         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10821         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10822         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10823         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10824         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10825         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10826         Use more efficient adapter and rtpbuffer methods when possible.
10827
10828 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10829
10830         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10831         (gst_wavenc_sink_setcaps):
10832         Correctly handle width!=depth input.
10833         * gst/wavparse/gstwavparse.c:
10834         Already export in the caps that width==8 uses unsigned samples and
10835         everything else uses signed samples.
10836
10837 2007-03-29  Wim Taymans  <wim@fluendo.com>
10838
10839         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10840
10841         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10842         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10843         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10844         (gst_dynudpsink_close):
10845         * gst/udp/gstdynudpsink.h:
10846         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10847         (gst_udpsrc_create), (gst_udpsrc_set_property),
10848         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10849         * gst/udp/gstudpsrc.h:
10850         Rework the socket allocation a bit based on the sockfd argument so that
10851         it becomes usable.
10852         Add a closefd property to instruct the udp elements to close the custom
10853         file descriptors when going to READY. Fixes #423304.
10854         API:GstUDPSrc::closefd property
10855         API:GstDynUDPSink::closefd property
10856
10857 2007-03-29  Wim Taymans  <wim@fluendo.com>
10858
10859         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10860
10861         * gst/rtp/Makefile.am:
10862         * gst/rtp/gstrtp.c: (plugin_init):
10863         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10864         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10865         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10866         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10867         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10868         (gst_rtp_h264_pay_plugin_init):
10869         * gst/rtp/gstrtph264pay.h:
10870         Added H264 payloader. Fixes #423782.
10871
10872         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10873         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10874         Small fixes.
10875
10876 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10877
10878         * gst/wavparse/gstwavparse.c:
10879         Actually support depths from 1 to 32, not only 8 to 32.
10880
10881 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10882
10883         * gst/wavparse/gstwavparse.c:
10884         Add support for wav files containing audio/x-raw-int with random
10885         depths between 1 and 32 bits.
10886
10887 2007-03-28  Wim Taymans  <wim@fluendo.com>
10888
10889         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10890
10891         * gst/rtp/Makefile.am:
10892         * gst/rtp/gstrtp.c: (plugin_init):
10893         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10894         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10895         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10896         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10897         (gst_rtp_mp4a_depay_get_property),
10898         (gst_rtp_mp4a_depay_change_state),
10899         (gst_rtp_mp4a_depay_plugin_init):
10900         * gst/rtp/gstrtpmp4adepay.h:
10901         Added MP4A-LATM depayloader. Fixes #417792.
10902
10903         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10904         (gst_rtp_mp4v_depay_process):
10905         Fixup depayloader, setting codec_data, using more efficient adaptor and
10906         rtpbuffer handling.
10907
10908         * gst/rtsp/URLS:
10909         Add url to test above.
10910
10911 2007-03-25  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10914         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10915         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10916         (gst_rtspsrc_media_to_caps),
10917         (gst_rtspsrc_stream_configure_transport),
10918         (gst_rtspsrc_stream_configure_caps),
10919         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10920         * gst/rtsp/gstrtspsrc.h:
10921         Handle default clock-rates for static payload types, rearrange stuff so
10922         that the rtpmap field in the sdp can override the defaults.
10923         Parse RTP-Info field to get the seqnum and timebase fields that should
10924         go in the caps.
10925         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10926         the server. 
10927
10928 2007-03-22  Wim Taymans  <wim@fluendo.com>
10929
10930         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10931
10932         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10933         Accept complex pipeline descriptions as an audio profile instead of just
10934         a single element. Fixes #420658.
10935
10936 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10939           Rename registered type in preparation of GstTagDemux moving to
10940           -base at some point in the future.
10941
10942 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10945           Streaming mode fixes: don't unref buffer we don't own any longer;
10946           remove bogus adapter flush. Fixes #419338.
10947
10948 2007-03-17  David Schleef  <ds@schleef.org>
10949
10950         * REQUIREMENTS: Change the format to key/value, add a bunch of
10951           information, remove a bunch of requirements that are for
10952           other GStreamer packages.
10953
10954 2007-03-17  David Schleef  <ds@schleef.org>
10955
10956         * REQUIREMENTS: Fix a few things.  This file really needs a
10957         good once-over.
10958
10959 2007-03-15  Edward Hervey  <edward@fluendo.com>
10960
10961         * sys/Makefile.am:
10962         Don't forget to distribute the sys/osxaudio/ directory.
10963
10964 2007-03-15  Edward Hervey  <edward@fluendo.com>
10965
10966         * configure.ac:
10967         * sys/Makefile.am:
10968         * sys/osxaudio/Makefile.am:
10969         * sys/osxaudio/gstosxaudio.c:
10970         * sys/osxaudio/gstosxaudiosink.c:
10971         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10972         (gst_osx_audio_sink_getcaps),
10973         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10974         * sys/osxaudio/gstosxaudiosrc.c:
10975         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10976         (gst_osx_audio_src_create_ringbuffer):
10977         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10978         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10979         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10980         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10981         * sys/osxaudio/gstosxringbuffer.h:
10982         Activate osxaudio in gst-plugins-good with proper build setup.
10983         Add inlined documentation.
10984         Fix debug statements
10985         Fix ringbuffer when pausing.
10986         Fixes #323471
10987
10988 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10989         * gst/rtp/gstrtppcmapay.c:
10990         * gst/rtp/gstrtppcmapay.h:
10991         * gst/rtp/gstrtppcmupay.c:
10992         * gst/rtp/gstrtppcmupay.h:
10993         Ported mulaw and alaw payloaders to use new base class
10994
10995 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10996
10997         * po/af.po:
10998         * po/az.po:
10999         * po/cs.po:
11000         * po/en_GB.po:
11001         * po/it.po:
11002         * po/nl.po:
11003         * po/or.po:
11004         * po/sq.po:
11005         * po/sr.po:
11006         * po/sv.po:
11007         * po/uk.po:
11008         * po/vi.po:
11009           Update translations.
11010
11011 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * configure.ac:
11014           Fix string replace error (AG_AG_GST_* => AG_GST_*).
11015
11016 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11017
11018         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
11019           Fix handling of -1 values for start and stop values when seeking,
11020           and SEEK_CUR+SEEK_END here as well.
11021
11022 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
11023
11024         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
11025           Fix handling of -1 values for start and stop values when seeking, 
11026           and SEEK_CUR+SEEK_END.
11027
11028 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
11031           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
11032           the image format a variable-length NUL-terminated string; in
11033           versions before that the image format is a fixed-length string of
11034           3 characters (see #348644 for a sample tag).
11035           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
11036
11037 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
11038
11039         * win32/MANIFEST:
11040         Add new project files to MANIFEST.
11041         * win32/vs6/libgstaudiofx.dsp:
11042         * win32/vs6/libgstrtp.dsp:
11043         * win32/vs6/libgstrtsp.dsp:
11044         Update project files.
11045         
11046 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
11047
11048         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
11049         (gst_avi_demux_parse_index):
11050         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
11051         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
11052           Printf format fixes; also add some missing quotes in translated
11053           strings. Fixes #416728 and #416727.
11054
11055 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11056
11057         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
11058           Tim and I can't think of any reason the child audio sink needs to 
11059           be set back to NULL after successfully determining that it can 
11060           reach READY - it gets immediately set back to READY by the caller
11061           anyway, causing an unnecessary close/open of any audio devices
11062           involved.
11063
11064 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11065
11066         * po/LINGUAS:
11067         * po/ja.po:
11068           Add ja.po file from #377306.
11069
11070 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         * sys/sunaudio/gstsunaudio.c: (plugin_init):
11073         * sys/sunaudio/gstsunaudiomixertrack.c:
11074         (gst_sunaudiomixer_track_new):
11075           Actually translate sunaudio mixer track labels instead of just
11076           marking the strings as translatable (#377306); clean up weird
11077           label string mapping code that serves no apparent purpose. Also
11078           set the 'untranslated-label' property when creating mixer tracks
11079           if the GstMixerTrack base class supports this.
11080
11081         * tests/check/Makefile.am:
11082         * tests/check/elements/.cvsignore:
11083         * tests/check/elements/sunaudio.c: (GST_START_TEST),
11084         (sunaudio_suite):
11085           Very minimalistic unit test for sunaudiomixer element (compiles, but not
11086           actually tested on a system where sunaudiomixer is available).
11087
11088 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11089
11090         * tests/check/Makefile.am:
11091         Re-enable the states test and see if it works on the buildbots.
11092
11093 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
11094
11095         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
11096         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
11097         (gst_dvdec_change_state):
11098         * ext/dv/gstdvdec.h:
11099         Infer pixel-aspect-ratio from the video frame format if it isn't
11100         provided by the container, as happens when playing DV from AVI
11101         or Quicktime containers.
11102
11103         Patch by: Wim Taymans <wim@fluendo.com>
11104         Fixes #380944
11105
11106 2007-03-09  Wim Taymans  <wim@fluendo.com>
11107
11108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
11109         When activated, remove the udpsrc timeout, we have dataflow and timeouts
11110         will later be handled by the jitterbuffer.
11111
11112 2007-03-09  Wim Taymans  <wim@fluendo.com>
11113
11114         * ext/taglib/gstid3v2mux.cc:
11115         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
11116         Fixes #414496.
11117         
11118         Patch by: Alex Lancaster <alexl at users sourceforge net>
11119
11120 2007-03-09  Wim Taymans  <wim@fluendo.com>
11121
11122         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11123         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
11124         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11125         (gst_avi_demux_chain):
11126         Fix stream position reporting after a seek. Fixes #416445.
11127
11128 2007-03-08  Wim Taymans  <wim@fluendo.com>
11129
11130         Patch by: René Stadler <mail at renestadler dot de>
11131
11132         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
11133         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
11134         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
11135         Make avidemux accept optional header chunks in any order.
11136         Fixes #415446.
11137
11138 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
11139
11140         * tests/check/Makefile.am:
11141         Disable the states check until the remaining Valgrind errors
11142         are fixed or suppressed.
11143
11144 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11145
11146         * tests/check/elements/.cvsignore:
11147           Add audiodynamic check to .cvsignore
11148
11149 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
11150
11151         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11152
11153         * gst/audiofx/Makefile.am:
11154         * gst/audiofx/audiodynamic.c:
11155         (gst_audio_dynamic_characteristics_get_type),
11156         (gst_audio_dynamic_mode_get_type),
11157         (gst_audio_dynamic_set_process_function),
11158         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
11159         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
11160         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
11161         (gst_audio_dynamic_transform_hard_knee_compressor_int),
11162         (gst_audio_dynamic_transform_hard_knee_compressor_float),
11163         (gst_audio_dynamic_transform_soft_knee_compressor_int),
11164         (gst_audio_dynamic_transform_soft_knee_compressor_float),
11165         (gst_audio_dynamic_transform_hard_knee_expander_int),
11166         (gst_audio_dynamic_transform_hard_knee_expander_float),
11167         (gst_audio_dynamic_transform_soft_knee_expander_int),
11168         (gst_audio_dynamic_transform_soft_knee_expander_float),
11169         (gst_audio_dynamic_transform_ip):
11170         * gst/audiofx/audiodynamic.h:
11171         * gst/audiofx/audiofx.c: (plugin_init):
11172         Add new audiodynamic element which can act as a compressor or
11173         expander. Supported are hard-knee and soft-knee operation modes with
11174         user-specified ratio and threshold.
11175         Attack and release parameters are not yet implemented but will follow.
11176         * docs/plugins/Makefile.am:
11177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11179         * docs/plugins/gst-plugins-good-plugins.args:
11180         * docs/plugins/inspect/plugin-audiofx.xml:
11181         Integrate audiodynamic into the docs.
11182         * tests/check/Makefile.am:
11183         * tests/check/elements/audiodynamic.c: (setup_dynamic),
11184         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
11185         Add unit test for audiodynamic.
11186
11187 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
11188
11189         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
11190         Free handles that we allocated when exiting via the error paths.
11191
11192 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * gst/level/gstlevel.c: (gst_level_class_init),
11195         (gst_level_set_caps), (gst_level_start), (gst_level_event),
11196         (gst_level_transform_ip):
11197         * gst/level/gstlevel.h:
11198           Resolve message timestamps against the playback segment.
11199
11200 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11201
11202         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
11203         (gst_id3demux_sink_activate):
11204           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
11205           caps passed to it (previously one code path assumed it took ownership
11206           while another one assumed it didn't, while in fact it sometimes did and
11207           sometimes didn't ...).
11208
11209         * configure.ac:
11210         * tests/files/Makefile.am:
11211         * tests/files/id3-407349-1.tag:
11212         * tests/files/id3-407349-2.tag:
11213           Add directory where data for unit tests can be stored.
11214
11215         * tests/Makefile.am:
11216         * tests/check/Makefile.am:
11217         * tests/check/elements/.cvsignore:
11218         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
11219         (read_tags_from_file), (run_check_for_file),
11220         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
11221           Add unit test for id3demux, and in particular for bug #407349. Only
11222           testing pull-mode for now; push mode doesn't work yet because the test
11223           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
11224
11225 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11226
11227         * tests/check/Makefile.am:
11228           Add missing backslash at end of line.
11229
11230 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11231
11232         Trigger rebuild.
11233
11234 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
11237         * gst/id3demux/id3tags.h:
11238         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
11239         (parse_obsolete_tdat_frame):
11240           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
11241           the four-digit number will be interpreted as a year, whereas it is
11242           month and day in DDMM format. Instead, parse TDAT frames and fix up
11243           the date in the GST_TAG_DATE tag later if we also extracted a year.
11244           Fixes #407349.
11245
11246 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
11247
11248         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11249         (gst_switch_commit_new_kid):
11250         Fix up the dispose logic so it doesn't leak, and fix setting of 
11251         the child state so that we don't set a child to our current state 
11252         just as we are changing it to something else.
11253
11254 2007-03-06  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
11257         (gst_goom_chain):
11258         * gst/goom/gstgoom.h:
11259         Document, fix and improve goom adapter behaviour.
11260         Fixes #407006.
11261
11262 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11263
11264         * ext/esd/esdsink.c: (gst_esdsink_open):
11265         Unref static pad template after using it.
11266
11267 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11268
11269         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
11270         (gst_switch_commit_new_kid):
11271         Fix up the reference counting of the child elements.
11272
11273 2007-03-05  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
11276         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
11277         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
11278         Fix encoding-name case.
11279
11280 2007-03-05  Wim Taymans  <wim@fluendo.com>
11281
11282         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
11283         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
11284         (gst_rtp_speex_depay_process):
11285         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
11286         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
11287         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
11288         (gst_rtp_speex_pay_change_state):
11289         * gst/rtp/gstrtpspeexpay.h:
11290         Fix speex (de)payloader. Fixes #358040.
11291
11292 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
11293
11294         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
11295         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
11296         Install fakesink in NULL by fixing some broken logic. This obviates
11297         the need to manually set _IS_SINK.
11298         Add some comments and remove a little cruft while I'm at it.
11299
11300 2007-03-05  Wim Taymans  <wim@fluendo.com>
11301
11302         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
11303         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
11304
11305 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * po/POTFILES.in:
11308           Update.
11309
11310 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11311
11312         * tests/check/Makefile.am:
11313         Gah! Also disable gconfvideosink from the tests, otherwise
11314         it will instantiate autovideosink, and dfbvideosink and
11315         leak on the buildbots.
11316
11317 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11318
11319         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11320         (gst_cdio_cdda_src_finalize):
11321         Make sure we always destroy our libcdio handle.
11322
11323 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11324
11325         * tests/check/Makefile.am:
11326         Disable autovideosink so the buildbots don't barf over memory
11327         leaked in the directfb sink.
11328
11329 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11330
11331         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11332         Chain up in dispose
11333
11334 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11335
11336         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11337         (gst_multipart_find_pad_by_mime):
11338         Use gst_pad_new_from_static_template instead of
11339         static_pad_template_get+pad_new.
11340
11341 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11342
11343         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11344         Catch the case where no clock has been set.
11345
11346 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11347
11348         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11349         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11350         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11351         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11352         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11353         (gst_gconf_audio_src_finalize), (do_toggle_element):
11354         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11355         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11356         (do_toggle_element):
11357         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11358         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11359         (gst_gconf_video_src_finalize), (do_toggle_element):
11360         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11361         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11362         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11363         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11364         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11365         (gst_shout2send_init), (gst_shout2send_finalize):
11366         * gst/debug/testplugin.c: (gst_test_class_init),
11367         (gst_test_finalize):
11368         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11369         (gst_flxdec_dispose):
11370         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11371         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11373         (gst_rtspsrc_finalize):
11374         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11375         * gst/rtsp/rtspextwms.h:
11376         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11377         (gst_smpte_finalize):
11378         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11379         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11380         (gst_udpsink_finalize):
11381         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11382         (gst_wavparse_sink_activate):
11383         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11384         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11385         (gst_oss_src_finalize):
11386         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11387         * sys/v4l2/gstv4l2object.h:
11388         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11389         (gst_v4l2src_finalize):
11390         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11391
11392         Fix a bunch of leaks shown by the newly-added states test.
11393
11394 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11395
11396         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11397         Use gst_pad_new_from_static_template instead of 
11398         static_pad_template_get+pad_new.
11399
11400 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11401
11402         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11403
11404         * ext/libcaca/Makefile.am:
11405         * gst/debug/Makefile.am:
11406           Don't mix tabs and spaces (#414168).
11407
11408 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11409
11410         * tests/check/generic/.cvsignore:
11411           Ignore files to please buildbot.
11412
11413 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11414
11415         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11416         (gst_wavparse_stream_data):
11417           Unbreak my previous commit (swapped nominator & denominator). Tim,
11418           thanks for spotting.
11419
11420 2007-03-02  Wim Taymans  <wim@fluendo.com>
11421
11422         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11423         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11424         (gst_cdio_cdda_src_finalize):
11425         Small code cleanups.
11426         Don't use pad_alloc as the base class cannot deal with the error codes.
11427
11428 2007-03-02  Wim Taymans  <wim@fluendo.com>
11429
11430         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11431         (gst_udpsrc_create):
11432         Fix doc.
11433
11434 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11435
11436         Patch by: René Stadler <mail@renestadler.de>
11437
11438         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11439         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11440         (gst_wavparse_stream_data):
11441           Handle rounding better to not drop last sample frame. Fixes #356692
11442
11443 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11444
11445         * tests/check/Makefile.am:
11446         Disable cacasink from the states check too - it also calls exit(1)
11447         on us when it can't find a terminal to talk to.
11448
11449 2007-03-02  Wim Taymans  <wim@fluendo.com>
11450
11451         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11452
11453         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11454         (gst_udpsrc_create), (gst_udpsrc_set_property),
11455         (gst_udpsrc_get_property):
11456         * gst/udp/gstudpsrc.h:
11457         Add support to strip proprietary headers. Fixes #350296.
11458
11459 2007-03-02  Wim Taymans  <wim@fluendo.com>
11460
11461         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11462         Fix compilation.
11463
11464 2007-03-02  Wim Taymans  <wim@fluendo.com>
11465
11466         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11467
11468         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11469         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11470         (gst_rtp_mp2t_depay_set_property),
11471         (gst_rtp_mp2t_depay_get_property):
11472         * gst/rtp/gstrtpmp2tdepay.h:
11473         Add support to strip off proprietary headers. Fixes #350278.
11474
11475 2007-03-02  Wim Taymans  <wim@fluendo.com>
11476
11477         * ext/hal/hal.c:
11478         Fix compilation.
11479
11480 2007-03-02  Wim Taymans  <wim@fluendo.com>
11481
11482         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11483         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11484         (gst_sunaudiosrc_open):
11485         * sys/sunaudio/gstsunaudiosrc.h:
11486         Remove device-name from GstSunAudioSrc. Fixes #412597.
11487
11488 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11489
11490         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11491         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11492         Having NULL as UDI previously selected the default sink/src. Change
11493         this back but mention it in the debug output.
11494         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11495         (gst_hal_get_oss_element), (gst_hal_get_string),
11496         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11497         (gst_hal_get_audio_src):
11498         * ext/hal/hal.h:
11499         Refactor a bit, check all error conditions, greatly improve debugging
11500         and fix some possible memory leaks. Also implement OSS support
11501         and allow specifying an UDI that points to a real device. For this the
11502         child device which supports ALSA (preferred) or OSS is used.
11503         As a side effect this makes it impossible now to get a alsasink in
11504         halaudiosrc and a alsasrc in halaudiosink.
11505
11506 2007-03-01  Wim Taymans  <wim@fluendo.com>
11507
11508         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11509         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11510         Errors from the udp sources are not fatal unless all of them are in
11511         error.
11512
11513 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11514
11515         * tests/check/Makefile.am:
11516         Disable aasink in the states test. I suspect this is the element that
11517         is calling exit(1) when it can't proceed.
11518
11519 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11520
11521         * tests/check/Makefile.am:
11522         Draw plugins in from the build tree sys/ dir, rather than picking
11523         up the already installed versions.
11524
11525 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11526
11527         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11528         Error out correctly when getting xcontext fails.
11529
11530 2007-03-01  Wim Taymans  <wim@fluendo.com>
11531
11532         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11533         Make state change to PAUSED NO_PREROLL because that's what it will be in
11534         the future and rtspsrc relies on it.
11535
11536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11537         (gst_rtspsrc_change_state):
11538         Don't error out when we don't get an error from the state change
11539         function.
11540
11541 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11542
11543         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11544         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11545           Check if the device UDI is set before trying to query HAL
11546           about it and give a useful error message if it wasn't set.
11547         * ext/hal/hal.c: (gst_hal_get_string):
11548           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11549           gives an assertion failure in D-Bus when running with
11550           DBUS_FATAL_WARNINGS=1.
11551
11552 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11553
11554         * configure.ac:
11555           Convert to new AG_GST style.
11556
11557 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11558
11559         * tests/check/Makefile.am:
11560         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11561           add test for states
11562
11563 2007-02-28  Wim Taymans  <wim@fluendo.com>
11564
11565         * tests/check/elements/.cvsignore:
11566         Add new videofilter check to .cvsignore.
11567
11568 2007-02-28  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11571         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11572         (gst_avi_demux_loop), (gst_avi_demux_chain):
11573         Fix combined flow return. Fixes #412608.
11574
11575 2007-02-28  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/videofilter/Makefile.am:
11578         Dist header..
11579
11580 2007-02-28  Wim Taymans  <wim@fluendo.com>
11581
11582         * gst/videofilter/gstgamma.h:
11583         Add header too.
11584
11585 2007-02-28  Wim Taymans  <wim@fluendo.com>
11586
11587         Patch by: Mark Nauwelaerts <manauw at skynet be>
11588
11589         * gst/videofilter/Makefile.am:
11590         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11591         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11592         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11593         (oil_tablelookup_u8), (gst_gamma_set_caps),
11594         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11595         Port gamma filter to 0.10. Fixes #412704.
11596
11597         * tests/check/Makefile.am:
11598         * tests/check/elements/videofilter.c: (setup_filter),
11599         (cleanup_filter), (check_filter), (GST_START_TEST),
11600         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11601         Add unit tests for videofilters.
11602
11603 2007-02-28  Wim Taymans  <wim@fluendo.com>
11604
11605         * gst/rtsp/URLS:
11606         Add another interesting test url.
11607
11608         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11609         Don't allow getting header fields from data packets.
11610
11611 2007-02-28  Michael Smith  <msmith@fluendo.com>
11612
11613         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11614         (gst_shout2send_init), (gst_shout2send_start),
11615         (gst_shout2send_set_property), (gst_shout2send_get_property):
11616         * ext/shout2/gstshout2.h:
11617           Add a property for username.
11618
11619 2007-02-27  Christian Schallerr <christian@fluendo.com>
11620
11621         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11622
11623 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11624
11625         * gst/rtsp/Makefile.am:
11626         Fix make check too.
11627
11628 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11629
11630         * gst/rtsp/base64.c: (util_base64_encode):
11631         * gst/rtsp/base64.h:
11632         Commit missing files for base64 encoding.
11633
11634 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11637
11638         * configure.ac:
11639         * ext/annodex/Makefile.am:
11640         * ext/jpeg/Makefile.am:
11641         * ext/speex/Makefile.am:
11642         * gst/alpha/Makefile.am:
11643         * gst/cutter/Makefile.am:
11644         * gst/debug/Makefile.am:
11645         * gst/effectv/Makefile.am:
11646         * gst/goom/Makefile.am:
11647         * gst/level/Makefile.am:
11648         * gst/smpte/Makefile.am:
11649         * gst/videofilter/Makefile.am:
11650           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11651
11652 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11653
11654         * gst/rtsp/Makefile.am:
11655         * gst/rtsp/rtspconnection.c: (append_auth_header),
11656         (rtsp_connection_send), (rtsp_connection_set_auth):
11657         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11658         from icecast to replace it. Relicensed from GPL courtesy of Mike
11659         Smith.
11660
11661 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11662
11663         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11664         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11665         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11666         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11667         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11668         (gst_rtspsrc_uri_set_uri):
11669         * gst/rtsp/gstrtspsrc.h:
11670         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11671         (append_auth_header), (rtsp_connection_send),
11672         (rtsp_connection_free), (rtsp_connection_set_auth):
11673         * gst/rtsp/rtspconnection.h:
11674         * gst/rtsp/rtspdefs.h:
11675         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11676         * gst/rtsp/rtspurl.h:
11677
11678         Implement simple Basic Authentication support so that urls like
11679         rtsp://user:pass@hostname/rtspstream work on hosts that require
11680         authentication.
11681
11682 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11683
11684         * sys/v4l2/gstv4l2object.c:
11685         * sys/v4l2/gstv4l2tuner.c:
11686         * sys/v4l2/v4l2_calls.c:
11687         Fix segfault when oppening a radio device.
11688         
11689 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11690
11691         * gst/level/gstlevel.c: (gst_level_set_caps),
11692         (gst_level_transform_ip):
11693         * sys/v4l2/README:
11694         * tests/check/elements/level.c: (GST_START_TEST):
11695           Fix level for multi-channel case.
11696
11697 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11698
11699         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11700         (gst_level_transform_ip):
11701         * gst/level/gstlevel.h:
11702           Use function pointer for process function and add process functions
11703           for float audio.
11704
11705 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11706
11707         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11708         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11709         (gst_v4l2src_capture_init):
11710           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11711           fixes #407369
11712
11713 2007-02-18  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/rtp/Makefile.am:
11716         * gst/rtp/gstrtp.c: (plugin_init):
11717         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11718         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11719         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11720         (gst_rtp_mp2t_pay_plugin_init):
11721         * gst/rtp/gstrtpmp2tpay.h:
11722         Added simple mpeg transport stream payloader.
11723
11724 2007-02-16  Wim Taymans  <wim@fluendo.com>
11725
11726         * gst/rtsp/URLS:
11727         Add example H264 rtsp url.
11728
11729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11730         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11731         Don't convert values to lowercase or we might mess up base64 encoded
11732         properties.
11733
11734 2007-02-16  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst/rtp/README:
11737         Fix case of string params.
11738
11739         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11740         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11741         Fix depayloader, support more packet types.
11742         Add sync codes to make sure the packetizer can do its job.
11743
11744         * gst/rtp/gstrtpmp4gdepay.c:
11745         * gst/rtp/gstrtpmp4gpay.c:
11746         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11747         Fix caps case again.
11748
11749 2007-02-15  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11752         Set right caps on output buffers.
11753
11754 2007-02-14  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11757         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11758         Clear stack allocated SDPMedia struct before calling _init() on it.
11759         Clarify this in the docs as well.
11760
11761 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11762
11763         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11764         (do_change_child):
11765         Don't reset the profile when going switching states, as it makes
11766         the element non-reusable.
11767
11768 2007-02-14  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11771         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11772         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11773         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11774         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11775         (sdp_parse_line):
11776         * gst/rtsp/sdpmessage.h:
11777         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11778         Fix memory management of SDP messages. Fixes #407793.
11779
11780 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11781
11782         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11783
11784         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11785         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11786
11787 2007-02-14  Wim Taymans  <wim@fluendo.com>
11788
11789         Patch by: jp.liu <jp_liu at astrocom dot cn>
11790
11791         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11792         Fix parsing of password field in url. Fixes #407797.
11793
11794 2007-02-14  Wim Taymans  <wim@fluendo.com>
11795
11796         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11797         (gst_wavparse_reset), (gst_wavparse_init),
11798         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11799         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11800         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11801         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11802         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11803         (gst_wavparse_loop), (gst_wavparse_chain),
11804         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11805         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11806         (plugin_init):
11807         * gst/wavparse/gstwavparse.h:
11808         Update docs.
11809         Use boilerplate.
11810         Various code cleanups.
11811         When the bitrate is not known (bps == 0 or compressed formats) let
11812         downstream element guestimate the duration and position and don't
11813         generate timestamps or durations. Fixes #405213.
11814         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11815         error flowreturn upstream.
11816
11817 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11818
11819         * ext/gconf/Makefile.am:
11820         * ext/gconf/gconf.c: (gst_gconf_get_string),
11821         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11822         (gst_gconf_render_bin_with_default):
11823         * ext/gconf/gconf.h:
11824         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11825         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11826         (gst_gconf_audio_sink_dispose), (do_change_child),
11827         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11828         (cb_change_child), (gst_gconf_audio_sink_change_state):
11829         * ext/gconf/gstgconfaudiosink.h:
11830         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11831         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11832         (gst_switch_sink_init), (gst_switch_sink_dispose),
11833         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11834         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11835         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11836         * ext/gconf/gstswitchsink.h:
11837         * gst/autodetect/gstautoaudiosink.c:
11838         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11839         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11840         (gst_auto_audio_sink_detect):
11841         * gst/autodetect/gstautovideosink.c:
11842         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11843         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11844         (gst_auto_video_sink_detect):
11845         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11846         and a child that implements the GConf key monitoring. The end goal of
11847         this is an audio sink that can be changed on the fly, but at the 
11848         moment it still only changes on the next READY transition.
11849
11850 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11851
11852         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11853         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11854         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11855         (gst_avi_demux_calculate_durations_from_index),
11856         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11857         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11858         (gst_avi_demux_loop):
11859           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11860
11861 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11862
11863         * configure.ac:
11864         * docs/plugins/Makefile.am:
11865           Add crossreferences to glib/gobject/gstream docs.
11866
11867 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11868
11869         * gst/monoscope/Makefile.am:
11870         * gst/monoscope/gstmonoscope.c:
11871           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11872           (but no LIBS, since we only use defines from the headers).
11873
11874 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11875
11876         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11877
11878         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11879         (gst_wavparse_stream_data):
11880           Fix massive memory leak when operating in streaming mode due to
11881           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11882           Fixes #407057.
11883
11884 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11885
11886         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11887         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11888         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11889         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11890         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11891         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11892         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11893         (gst_avi_demux_calculate_durations_from_index),
11894         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11895         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11896         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11897         * gst/avi/gstavidemux.h:
11898           Save some memory (8%) by repacking the index entry structure (more to
11899           come). Add more FIXMEs to questionable parts.
11900
11901 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11902
11903         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11904         (gst_v4l2src_get_caps):
11905         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11906         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11907         (gst_v4l2src_capture_init):
11908           More FIXME comments and messaging changes.
11909
11910 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11911
11912         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11913         (gst_goom_change_state):
11914         * gst/goom/gstgoom.h:
11915           Improved docs and use GST_DEBUG_FUNCPTR.
11916
11917         * gst/level/gstlevel.c: (gst_level_class_init):
11918           Use GST_DEBUG_FUNCPTR.
11919
11920         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11921         (gst_monoscope_chain), (gst_monoscope_change_state):
11922           Improved docs source cleanups.
11923
11924 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11925
11926         * gst/debug/Makefile.am:
11927         * gst/debug/gstdebug.c: (plugin_init):
11928         * gst/debug/gstpushfilesrc.c:
11929         * gst/debug/gstpushfilesrc.h:
11930           Add code for a pushfilesrc element that implements a pushfile:// URI
11931           handler, to make debugging push-mode operation of demuxer/decoders
11932           that support both easier in connection with seek/playbin/etc.
11933           The element isn't registered at the moment.
11934
11935 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11936
11937         * gst/avi/gstavimux.c:
11938           Comment a #if 0 in caps template definition as VS6 seems to 
11939         do not support it.
11940         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11941           Use gst_guint64_to_gdouble for conversion.
11942         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11943           Move variables declaration before the first instruction.
11944         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11945           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11946           And don't include netdb.h for G_OS_WIN32
11947         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11948           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11949           by VS6 then use an other way to initialize SDPMedia structure.
11950         * gst/udp/gstdynudpsink.h:
11951         * gst/udp/gstdynudpnetutils.h:
11952           Do not include <sys/time.h> for G_OS_WIN32
11953         * gst/udp/gstudpsrc.c:
11954           Define socklen_t as int for G_OS_WIN32
11955         * win/common/config.h.in:
11956           Undef HAVE_NETINET_IN_H
11957         * win32/vs6/gst_plugins_good.dsw:
11958         * win32/vs6/libgstrtp.dsp:
11959         * win32/vs6/libgstrtsp.dsp:
11960         * win32/vs6/libgstautogen.dsp:
11961         * win32/vs6/libgstaudiofx.dsp:
11962         * win32/vs6/libgstudp.dsp:
11963           Add and update project files.
11964         * win32/common/gstudp-enumtypes.c:
11965         * win32/common/gstudp-enumtypes.h:
11966           Add a copy of udp enumtypes to win32/common as in core 
11967           and base.
11968         
11969 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11970
11971         * configure.ac:
11972           Activate monoscope when building with --enable-experimental. Fix
11973           --enable-external configure switch description.
11974
11975         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11976         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11977           Help gst-indent.
11978
11979 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11980
11981         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11982           Explicitly cast result of pointer arithmetic to integer in order to
11983           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11984
11985 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11986
11987         * gst/debug/progressreport.c:
11988           Some more docs.
11989
11990 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * docs/plugins/inspect/plugin-rtp.xml:
11993           Update for new elements.
11994
11995         * gst/debug/progressreport.h:
11996           Commit newly-created header file as well.
11997
11998 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11999
12000         * docs/plugins/Makefile.am:
12001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12003         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12004         * gst/debug/Makefile.am:
12005         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
12006         (gst_progress_report_do_query), (gst_progress_report_report):
12007           Make progressreport element post messages with the current progress
12008           on the bus. Also add some basic docs for it.
12009
12010 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * ext/hal/hal.c: (gst_hal_get_string):
12013         * ext/hal/hal.h:
12014           Some small cleanups; deal with errors when parsing the HAL ALSA
12015           capabilities a bit better.
12016
12017 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12020           Let's try this again and use the right cast this time.
12021
12022 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12023
12024         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
12025           Add cast to avoid compiler warnings with older GLib versions
12026           where the nick/name members in GEnumValue are not declared as
12027           constant strings.
12028
12029 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
12030
12031         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
12032         (gst_gconf_render_bin_from_key),
12033         (gst_gconf_get_default_audio_sink):
12034         * ext/gconf/gconf.h:
12035         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
12036         (do_toggle_element), (gst_gconf_audio_sink_set_property),
12037         (gst_gconf_audio_sink_get_property):
12038           In gconfaudiosink, get the right key as the old key in do_toggle
12039           (ie. one dependent on the profile selected). Log some more stuff so
12040           we can see what's actually going on.
12041
12042 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
12043
12044         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
12045         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
12046         (gst_audio_amplify_set_process_function),
12047         (gst_audio_amplify_setup):
12048         * gst/audiofx/audioamplify.h:
12049         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12050         (gst_audio_invert_class_init), (gst_audio_invert_setup):
12051         * gst/audiofx/audioinvert.h:
12052         Some small cleanups and port both elements to the new GstAudioFilter
12053         base class to save a few lines of common code.
12054         * gst/audiofx/Makefile.am:
12055         Link against libgstaudio for the above changes
12056
12057 2007-01-29  Wim Taymans  <wim@fluendo.com>
12058
12059         * tests/check/elements/.cvsignore:
12060         Some more ignores.
12061
12062 2007-01-26  Wim Taymans  <wim@fluendo.com>
12063
12064         Patch by: charles <charlesg3 at gmail dot com>
12065
12066         * ext/shout2/gstshout2.c: (gst_shout2send_init),
12067         (set_shout_metadata), (gst_shout2send_event):
12068         * ext/shout2/gstshout2.h:
12069         Properly handle tags in shout2send. Fixes #399825.
12070
12071 2007-01-25  Wim Taymans  <wim@fluendo.com>
12072
12073         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
12074         (gst_rtspsrc_activate_streams):
12075         Convert SDP fields to upper/lowercase following the rules in the SDP to
12076         caps document. 
12077
12078 2007-01-25  Wim Taymans  <wim@fluendo.com>
12079
12080         * gst/rtp/README:
12081         * gst/rtp/gstrtpilbcdepay.c:
12082         * gst/rtp/gstrtpilbcpay.c:
12083         * gst/rtp/gstrtpmp4gdepay.c:
12084         * gst/rtp/gstrtpmp4gpay.c:
12085         * gst/rtp/gstrtpspeexdepay.c:
12086         * gst/rtp/gstrtpspeexpay.c:
12087         * gst/rtp/gstrtpsv3vdepay.c:
12088         * gst/rtp/gstrtptheoradepay.c:
12089         * gst/rtp/gstrtptheorapay.c:
12090         * gst/rtp/gstrtpvorbisdepay.c:
12091         * gst/rtp/gstrtpvorbispay.c:
12092         Fix case of encoding-name and key/value pairs to match the document.
12093         This is to make interoperation with SDP case-insensitive as required by
12094         the relevant RFCs.
12095
12096 2007-01-25  Wim Taymans  <wim@fluendo.com>
12097
12098         * configure.ac:
12099         Bump required -core/-base to CVS
12100
12101 2007-01-25  Wim Taymans  <wim@fluendo.com>
12102
12103         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
12104         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
12105         * gst/rtp/gstrtpL16pay.h:
12106         Fill up to MTU using adapter.
12107         Timestamp rtp packets.
12108
12109 2007-01-25  Edward Hervey  <edward@fluendo.com>
12110
12111         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12112         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
12113         Use G_GSIZE_FORMAT in print statements for portability.
12114         Fixes build on macosx.
12115
12116 2007-01-24  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/rtp/Makefile.am:
12119         * gst/rtp/gstrtp.c: (plugin_init):
12120         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
12121         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
12122         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
12123         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
12124         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
12125         (gst_rtp_L16_depay_plugin_init):
12126         * gst/rtp/gstrtpL16depay.h:
12127         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
12128         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
12129         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
12130         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
12131         (gst_rtp_L16_pay_plugin_init):
12132         * gst/rtp/gstrtpL16pay.h:
12133         Port and enable raw audio payloader/depayloader. Needs a bit more work
12134         on the payloader side.
12135
12136 2007-01-24  Wim Taymans  <wim@fluendo.com>
12137
12138         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
12139         (gst_rtspsrc_stream_configure_transport),
12140         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
12141         * gst/rtsp/gstrtspsrc.h:
12142         Only unblock the udp pads when we linked and activated them all.
12143         Fixes #395688.
12144
12145 2007-01-24  Wim Taymans  <wim@fluendo.com>
12146
12147         * gst/rtp/Makefile.am:
12148         * gst/rtp/gstrtp.c: (plugin_init):
12149         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
12150         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
12151         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
12152         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
12153         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
12154         * gst/rtp/gstrtpac3depay.h:
12155         Added simple AC3 depayloader (RFC 4184).
12156
12157         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
12158         Fix a leak.
12159
12160 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
12161
12162         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12163
12164         * gst/audiofx/Makefile.am:
12165         * gst/audiofx/audioamplify.c:
12166         (gst_audio_amplify_clipping_method_get_type),
12167         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
12168         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
12169         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
12170         (gst_audio_amplify_set_caps),
12171         (gst_audio_amplify_transform_int_clip),
12172         (gst_audio_amplify_transform_int_wrap_negative),
12173         (gst_audio_amplify_transform_int_wrap_positive),
12174         (gst_audio_amplify_transform_float_clip),
12175         (gst_audio_amplify_transform_float_wrap_negative),
12176         (gst_audio_amplify_transform_float_wrap_positive),
12177         (gst_audio_amplify_transform_ip):
12178         * gst/audiofx/audioamplify.h:
12179         * gst/audiofx/audiofx.c: (plugin_init):
12180         Add new element "audioamplify". This allows scaling of raw audio
12181         samples, similar to the "volume" element, but provides different modes
12182         for clipping and allows unlimited amplification. It's mainly targeted
12183         for creative sound design and not as a replacement of the "volume"
12184         element. Fixes #397162
12185         * docs/plugins/Makefile.am:
12186         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12187         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12188         * docs/plugins/gst-plugins-good-plugins.args:
12189         * docs/plugins/inspect/plugin-audiofx.xml:
12190         Add docs for audioamplify and integrate them into the build system
12191         * tests/check/Makefile.am:
12192         * tests/check/elements/audioamplify.c: (setup_amplify),
12193         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
12194         Add fairly extensive unit test suite for audioamplify
12195
12196 2007-01-24  Wim Taymans  <wim@fluendo.com>
12197
12198         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
12199         Unblock pads after adding the pads to the element so that autopluggers
12200         get a change to link something. Possibly fixes #395688.
12201
12202 2007-01-24  Wim Taymans  <wim@fluendo.com>
12203
12204         * gst/rtp/gstrtpamrdepay.c:
12205         * gst/rtp/gstrtpgsmdepay.c:
12206         * gst/rtp/gstrtph263pdepay.c:
12207         * gst/rtp/gstrtph263ppay.c:
12208         * gst/rtp/gstrtph264depay.c:
12209         * gst/rtp/gstrtpilbcdepay.c:
12210         * gst/rtp/gstrtpmp2tdepay.c:
12211         * gst/rtp/gstrtpmp4gdepay.c:
12212         * gst/rtp/gstrtpmp4gpay.c:
12213         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
12214         * gst/rtp/gstrtpmp4vpay.c:
12215         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
12216         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
12217         (gst_rtp_mpa_depay_process):
12218         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
12219         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
12220         * gst/rtp/gstrtppcmadepay.c:
12221         * gst/rtp/gstrtppcmudepay.c:
12222         * gst/rtp/gstrtpspeexdepay.c:
12223         * gst/rtp/gstrtpspeexpay.c:
12224         * gst/rtp/gstrtpsv3vdepay.c:
12225         * gst/rtp/gstrtptheoradepay.c:
12226         * gst/rtp/gstrtptheorapay.c:
12227         * gst/rtp/gstrtpvorbisdepay.c:
12228         * gst/rtp/gstrtpvorbispay.c:
12229         Fix caps with payload numbers.
12230         Add some fixed payload numbers to caps when possible.
12231
12232 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
12233
12234         reviewed by: Stefan Kost  <ensonic@users.sf.net>
12235
12236         * gst/audiofx/Makefile.am:
12237         * gst/audiofx/audiofx.c: (plugin_init):
12238         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
12239         (gst_audio_invert_class_init), (gst_audio_invert_init),
12240         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
12241         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
12242         (gst_audio_invert_transform_float),
12243         (gst_audio_invert_transform_ip):
12244         * gst/audiofx/audioinvert.h:
12245         Add new audiofx element "audioinvert". This element swaps the upper
12246         and lower half of samples and can be used for example for a
12247         wide-stereo effect. Fixes #396057
12248         * docs/plugins/Makefile.am:
12249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
12251         * docs/plugins/gst-plugins-good-plugins.args:
12252         * docs/plugins/inspect/plugin-audiofx.xml:
12253         Add docs for the audioinvert element and add them to the build system.
12254         * tests/check/Makefile.am:
12255         * tests/check/elements/audioinvert.c: (setup_invert),
12256         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
12257         Add unit test suite for the audioinvert element.
12258
12259 2007-01-23  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
12262         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
12263         Parse config params as string and int.
12264         Parse and use AU header length
12265
12266 2007-01-23  Wim Taymans  <wim@fluendo.com>
12267
12268         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
12269         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
12270         * gst/smpte/gstmask.c: (_gst_mask_register):
12271         * gst/smpte/gstmask.h:
12272         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
12273         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
12274         (gst_smpte_paint_triangle_clock):
12275         constify some static structs.
12276         Don't update the mask if nothing changed to the params.
12277         Make sure we never draw outside of the picture. Fixes #398325.
12278
12279 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
12282           Error out properly when pull_range fails while we're reading the
12283           headers, instead of just pausing the task silently. Fixes #399338.
12284
12285 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
12286
12287         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12288           Some more sanity checks to make sure the input formats match and the
12289           input pads are actually negotiated, in case someone tries to feed
12290           buffers from fakesrc or filesrc. Fixes #398299.
12291           Also const-ify an array, just because we can.
12292
12293 2007-01-19  Edward Hervey  <edward@fluendo.com>
12294
12295         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
12296         Ignore previous commit, that was only valid for widths and heights
12297         that are multiples of 4.
12298         Copy over size/stride macros from jpegdec. This allows the element
12299         to work with any width,height...
12300         ... but puts in evidence that the actual transformations only work
12301         with width/height that are multiples of 4.
12302
12303 2007-01-19  Edward Hervey  <edward@fluendo.com>
12304
12305         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
12306         Allocate buffers of the right size.
12307         The proper size of a I420 buffer in bytes is:
12308         
12309             width * height * 3
12310             ------------------
12311                     2
12312
12313 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12314
12315         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12316           Proxy getcaps on sink pads too, so that we either end up with the
12317           same dimensions on all pads or error out if that's not possible
12318           (seems to work even!). Fixes #398086, I think.
12319
12320 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12323         * docs/plugins/gst-plugins-good-plugins.args:
12324         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12325           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12326           fix integer properties with -1 as minimum value.
12327
12328         * docs/plugins/inspect/plugin-1394.xml:
12329         * docs/plugins/inspect/plugin-aasink.xml:
12330         * docs/plugins/inspect/plugin-alaw.xml:
12331         * docs/plugins/inspect/plugin-alpha.xml:
12332         * docs/plugins/inspect/plugin-alphacolor.xml:
12333         * docs/plugins/inspect/plugin-annodex.xml:
12334         * docs/plugins/inspect/plugin-apetag.xml:
12335         * docs/plugins/inspect/plugin-audiofx.xml:
12336         * docs/plugins/inspect/plugin-auparse.xml:
12337         * docs/plugins/inspect/plugin-autodetect.xml:
12338         * docs/plugins/inspect/plugin-avi.xml:
12339         * docs/plugins/inspect/plugin-cacasink.xml:
12340         * docs/plugins/inspect/plugin-cairo.xml:
12341         * docs/plugins/inspect/plugin-cdio.xml:
12342         * docs/plugins/inspect/plugin-cutter.xml:
12343         * docs/plugins/inspect/plugin-debug.xml:
12344         * docs/plugins/inspect/plugin-dv.xml:
12345         * docs/plugins/inspect/plugin-efence.xml:
12346         * docs/plugins/inspect/plugin-effectv.xml:
12347         * docs/plugins/inspect/plugin-esdsink.xml:
12348         * docs/plugins/inspect/plugin-flac.xml:
12349         * docs/plugins/inspect/plugin-flxdec.xml:
12350         * docs/plugins/inspect/plugin-gconfelements.xml:
12351         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12352         * docs/plugins/inspect/plugin-goom.xml:
12353         * docs/plugins/inspect/plugin-halelements.xml:
12354         * docs/plugins/inspect/plugin-icydemux.xml:
12355         * docs/plugins/inspect/plugin-id3demux.xml:
12356         * docs/plugins/inspect/plugin-jpeg.xml:
12357         * docs/plugins/inspect/plugin-level.xml:
12358         * docs/plugins/inspect/plugin-matroska.xml:
12359         * docs/plugins/inspect/plugin-mulaw.xml:
12360         * docs/plugins/inspect/plugin-multipart.xml:
12361         * docs/plugins/inspect/plugin-navigationtest.xml:
12362         * docs/plugins/inspect/plugin-ossaudio.xml:
12363         * docs/plugins/inspect/plugin-png.xml:
12364         * docs/plugins/inspect/plugin-rtp.xml:
12365         * docs/plugins/inspect/plugin-rtsp.xml:
12366         * docs/plugins/inspect/plugin-shout2send.xml:
12367         * docs/plugins/inspect/plugin-smpte.xml:
12368         * docs/plugins/inspect/plugin-speex.xml:
12369         * docs/plugins/inspect/plugin-taglib.xml:
12370         * docs/plugins/inspect/plugin-udp.xml:
12371         * docs/plugins/inspect/plugin-videobalance.xml:
12372         * docs/plugins/inspect/plugin-videobox.xml:
12373         * docs/plugins/inspect/plugin-videoflip.xml:
12374         * docs/plugins/inspect/plugin-videomixer.xml:
12375         * docs/plugins/inspect/plugin-wavenc.xml:
12376         * docs/plugins/inspect/plugin-wavparse.xml:
12377         * docs/plugins/inspect/plugin-ximagesrc.xml:
12378           Update to CVS.
12379
12380 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12381
12382         Patch by: Sebastian Dröge <slomo circular-chaos org>
12383
12384         * gst/audiofx/audiopanorama.c:
12385           Fix doc section name (Fixes #397946)
12386
12387 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12388
12389         * sys/v4l2/gstv4l2object.c:
12390         (gst_v4l2_object_install_properties_helper),
12391         (gst_v4l2_object_set_property_helper),
12392         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12393         * sys/v4l2/gstv4l2object.h:
12394         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12395         (gst_v4l2src_init), (gst_v4l2src_set_property),
12396         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12398         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12399         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12400         (gst_v4l2src_capture_deinit):
12401           Fix EIO handing when capturing. Add new property to specify the number of
12402           buffers to enque (and remove the borked num-buffers usage).
12403
12404 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12405
12406         Patch by: Sebastian Dröge <slomo circular-chaos org>
12407
12408         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12409         (gst_audio_panorama_set_process_function):
12410           Use a function array for process methods, add more docs and define the
12411           startindex of enums.
12412
12413 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12414
12415         Patch by: Mark Nauwelaerts <manauw at skynet be>
12416
12417         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12418         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12419         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12420         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12421         (gst_avi_mux_riff_get_avi_header),
12422         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12423         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12424         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12425         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12426         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12427         (gst_avi_mux_change_state):
12428         * gst/avi/gstavimux.h:
12429         * tests/check/elements/avimux.c: (teardown_src_pad):
12430           Add support for more than one audio stream; write better AVIX
12431           header; refactor code a bit; don't announce vorbis caps on our audio
12432           sink pads since we don't support it anyway. Closes #379298.
12433
12434 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         Patch by: Sebastian Dröge <slomo circular-chaos org>
12437
12438         * gst/audiofx/audiopanorama.c:
12439         (gst_audio_panorama_method_get_type),
12440         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12441         (gst_audio_panorama_set_process_function),
12442         (gst_audio_panorama_set_property),
12443         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12444         (gst_audio_panorama_transform_m2s_int_simple),
12445         (gst_audio_panorama_transform_s2s_int_simple),
12446         (gst_audio_panorama_transform_m2s_float_simple),
12447         (gst_audio_panorama_transform_s2s_float_simple):
12448         * gst/audiofx/audiopanorama.h:
12449           Add 'method' property and provide a simple (non-psychoacustic)
12450           processing method (#394859).
12451
12452         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12453         (panorama_suite):
12454           Tests for new method.
12455
12456 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12459         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12460           Set correct caps on outgoing pulled buffers, or things blow up
12461           after recent core changes.
12462
12463 2007-01-11  Wim Taymans  <wim@fluendo.com>
12464
12465         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12466
12467         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12468         (gst_multipart_mux_request_new_pad),
12469         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12470         (gst_multipart_mux_change_state):
12471         Return FLOW errors ASAP. Fixes #394977.
12472         Misc cleanups.
12473
12474 2007-01-11  Wim Taymans  <wim@fluendo.com>
12475
12476         Patch by: Lutz Mueller <lutz at topfrose dot de>
12477
12478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12479         Check for stream pad before activating. 
12480
12481 2007-01-10  Wim Taymans  <wim@fluendo.com>
12482
12483         Patch by: Peter Kjellerstedt  <pkj at axis com>
12484
12485         * gst/rtsp/COPYING.MIT:
12486         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12487         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12488         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12489         (gst_rtspsrc_stream_configure_transport),
12490         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12491         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12492         (gst_rtspsrc_parse_methods),
12493         (gst_rtspsrc_create_transports_string),
12494         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12495         (gst_rtspsrc_open), (gst_rtspsrc_close):
12496         * gst/rtsp/gstrtspsrc.h:
12497         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12498         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12499         (parse_request_line), (parse_line), (rtsp_connection_read),
12500         (rtsp_connection_close):
12501         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12502         (rtsp_method_as_text), (rtsp_header_as_text),
12503         (rtsp_status_as_text), (rtsp_find_header_field),
12504         (rtsp_find_method):
12505         * gst/rtsp/rtspdefs.h:
12506         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12507         (rtsp_ext_wms_configure_stream):
12508         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12509         (rtsp_message_new_request), (rtsp_message_init_request),
12510         (rtsp_message_new_response), (rtsp_message_init_response),
12511         (rtsp_message_init_data), (rtsp_message_unset),
12512         (rtsp_message_free), (rtsp_message_add_header),
12513         (rtsp_message_get_header), (rtsp_message_set_body),
12514         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12515         * gst/rtsp/rtspmessage.h:
12516         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12517         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12518         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12519         (sdp_message_dump):
12520         Allow url to be NULL to be able to use it for server connections.
12521         Can now send responses as well as requests.
12522         No longer hangs in an endless loop if EOF is received.
12523         Can now convert a status code to a text string.
12524         Return RTSP_HDR_INVALID for unknown headers.
12525         Return RTSP_INVALID for unknown methods.
12526         Copy CSeq and Session headers from the request.
12527         Only free memory corresponding to the currently set message type.
12528         Added const to function arguments as appropriate.
12529         Avoid a compiler warning when initializing nmedia.
12530         Use guint rather than gint to avoid compiler warnings.
12531         Fix crasher in wms extension.
12532         Factor out stream setup from open_connection.
12533         Delay activation of streams when actual data is received from the
12534         server, this prepares us to do proper protocol switching.
12535         Added new license.
12536         Fixes #380895.
12537
12538
12539 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12540
12541         Patch by: Sebastian Dröge <slomo ubuntu com>
12542
12543         * docs/plugins/Makefile.am:
12544         * gst/audiofx/audiopanorama.c:
12545           Some small docs fixes (#394851).
12546
12547 2007-01-09  Wim Taymans  <wim@fluendo.com>
12548
12549         * gst/avi/gstavidemux.c:
12550         Fix docs.
12551
12552 2007-01-09  Wim Taymans  <wim@fluendo.com>
12553
12554         * gst/rtp/Makefile.am:
12555         * gst/rtp/gstrtp.c: (plugin_init):
12556         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12557         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12558         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12559         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12560         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12561         * gst/rtp/gstrtpmpvdepay.h:
12562           Added RFC 2250 MPEG Video Depayloader.
12563
12564         * gst/rtp/gstrtpL16depay.h:
12565         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12566         (gst_rtp_h263p_depay_process):
12567         Fix Header file. Small cleanups.
12568
12569         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12570         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12571         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12572         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12573         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12574         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12575         (gst_rtp_mp4v_depay_change_state):
12576         Remove usused code. Remove Adapter from state Change. Added debug.
12577
12578         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12579         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12580         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12581         * gst/rtp/gstrtpmpadepay.h:
12582         Subclass base depayloader.
12583         Added debug.
12584         Support static payload type assignment as well.
12585
12586         * gst/rtp/gstrtpmpapay.c:
12587         Fix caps.
12588
12589 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12590
12591         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12592
12593         * ext/jpeg/gstjpegdec.c:
12594         * ext/jpeg/gstjpegenc.c:
12595         * ext/jpeg/smokecodec.c:
12596           These libjpeg callbacks should return a 'boolean' (unsigned char
12597           apparently) and not a 'gboolean' (which maps to gint). Fixes
12598           warnings when compiling with MingW (#393427).
12599
12600         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12601           Use ioctlsocket on win32.
12602
12603         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12604           Some printf format fixes for win32.
12605
12606 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12607
12608         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12609           Use gst_guint64_to_gdouble for conversion.
12610         * win32/vs6/libgstmatroska.dsp:
12611           Add zlib to the link.
12612         * win32/vs6/libgstvideobox.dsp:
12613           Update liboil library name (project is linked to 
12614           liboil-0.3-0.lib now).
12615           
12616 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12617
12618         * gst/matroska/Makefile.am:
12619           If zlib is available and used, we must link it explicitly for
12620           things to work on MingW (fixes #392855).
12621
12622 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         * ext/esd/esdsink.c: (gst_esdsink_delay):
12625           Don't return bogus values when esd_get_delay() fails for some
12626           reason (#392189).
12627
12628 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * sys/ximage/gstximagesrc.c: (composite_pixel):
12631           Fix presumably copy'n'pasto for 16bpp depth.
12632
12633 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12634
12635         * gst/matroska/matroska-mux.c:
12636         (gst_matroska_mux_audio_pad_setcaps):
12637           The "signed" field in audio caps is of boolean type, trying to use
12638           gst_structure_get_int() to extract it will fail. Fixing this makes
12639           matroskamux accept raw audio input (#387121) (use at your own risk
12640           though, due to the matroska spec being not entirely useful in this
12641           respect).
12642           Also fix up raw audio structures in template caps so that they
12643           represent what our setcaps function will actually accept, so that
12644           converters know what to convert to.
12645           Finally, don't fail if there isn't an "endianness" field in 8-bit
12646           PCM caps.
12647
12648 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12649
12650         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12651         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12652         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12653         (teardown_cmmldec):
12654         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12655         (teardown_cmmlenc):
12656         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12657           reapply consistent pad (de)activation
12658
12659 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12660
12661         * configure.ac:
12662         Back to CVS
12663
12664         * gst-plugins-good.doap:
12665         Add 0.10.5 doap entry
12666
12667 === release 0.10.5 ===
12668
12669 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12670
12671         * configure.ac:
12672           releasing 0.10.5, "The Path of Thorns"
12673
12674 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12675
12676         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12677         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12678         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12679         (teardown_cmmldec):
12680         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12681         (teardown_cmmlenc):
12682         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12683           revert my freeze breakage
12684
12685 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12686
12687         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12688         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12689         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12690         (teardown_cmmldec):
12691         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12692         (teardown_cmmlenc):
12693         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12694           consistent pad (de)activation
12695
12696 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12697
12698         * configure.ac:
12699         * ext/Makefile.am:
12700         Disable LADPSA, as it has moved to the -bad module for the duration.
12701
12702 2006-12-18  Wim Taymans  <wim@fluendo.com>
12703
12704         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12705         (gst_signal_processor_event):
12706         Reset flow_state back to _OK after a flush stop so that we exit our
12707         error state after the flush. Fixes #374213
12708
12709 2006-12-16  David Schleef  <ds@schleef.org>
12710
12711         * sys/osxvideo/osxvideosink.h:
12712         * sys/osxvideo/osxvideosink.m:
12713           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12714
12715 2006-12-16  David Schleef  <ds@schleef.org>
12716
12717         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12718
12719         * sys/osxvideo/Makefile.am:
12720         * sys/osxvideo/osxvideosink.h:
12721         * sys/osxvideo/osxvideosink.m:
12722           Preliminary patch for porting osxvideosink
12723
12724 2006-12-16  Wim Taymans  <wim@fluendo.com>
12725
12726         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12727
12728         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12729         (gst_videomixer_set_master_geometry),
12730         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12731         (gst_videomixer_reset), (gst_videomixer_init),
12732         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12733         (gst_videomixer_release_pad), (gst_videomixer_collected),
12734         (gst_videomixer_change_state):
12735         Introduce some locking around the videomixer state so that it does not
12736         crash when adding/removing pads. Fixes #383043.
12737
12738 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         * configure.ac:
12741           Make sure libcaca can actually be used instead of just checking for
12742           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12743           cross-compiling (fixes #384587).
12744
12745 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12746
12747         * Makefile.am:
12748         * gst-plugins-good.doap:
12749         * gst-plugins-good.spec.in:
12750           adding doap file
12751
12752 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * configure.ac:
12755           libflac-1.1.3 changed API again, but we can't build against it yet,
12756           so make sure our check doesn't use libflac-1.1.3 and add a comment
12757           to this effect.
12758
12759 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12760
12761         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12762         (gst_quarktv_planetable_clear):
12763           Add some NULL pointer checks (possibly related to #385623).
12764
12765 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12766
12767         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12768         (gst_tag_demux_chain):
12769         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12770           In streaming mode, if the first buffer we get doesn't have an
12771           offset, fix it up to be 0, otherwise trimming won't work later on
12772           and we'll be typefinding application/x-id3, which may result in
12773           decodebin plugging an endless number of id3demux elements as a
12774           consequence. Fixes #385031.
12775           
12776 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12777
12778         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12779           Ignore the buffer_time the sound device reports. Turns out it is 
12780           sometimes completely bogus and we're better off without it.
12781
12782 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12783
12784         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12785         (gst_matroska_demux_video_caps):
12786         * gst/matroska/matroska-ids.c:
12787         (gst_matroska_track_init_video_context):
12788         * gst/matroska/matroska-ids.h:
12789           Try harder to extract the framerate for video tracks correctly and
12790           save it directly instead of converting it back and forth a few
12791           times. Mostly makes a difference for very small framerates (<1).
12792           Fixes #380199.
12793
12794 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12797         (gst_gconf_audio_src_dispose), (do_toggle_element):
12798         * ext/gconf/gstgconfaudiosrc.h:
12799           Remove gconf notify hook when the gconfaudiosrc element is
12800           destroyed, otherwise the callback may be called on an
12801           already-destroyed instance and bad things happen. Should fix
12802           #378184.
12803           Also ignore gconf key changes when the source is already running.
12804
12805 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12806
12807         Patch by: Sebastian Dröge  <mail at slomosnail de>
12808
12809         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12810           We need to be able to read and parse any possible floating point string
12811           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12812           will parse the former only in certain locales though, so we really need
12813           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12814           make sure we can parse either version at all times.
12815           Fixes #382982 for real.
12816
12817 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12818
12819         * sys/sunaudio/gstsunaudiomixerctrl.c:
12820         * sys/sunaudio/gstsunaudiosrc.c:
12821
12822         Use the sunaudio debug category.
12823
12824         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12825         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12826         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12827         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12828         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12829         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12830         (gst_sunaudiosink_reset):
12831         * sys/sunaudio/gstsunaudiosink.h:
12832
12833         Uses the sunaudio debug category for all debug output
12834         Implements the _delay() callback to synchronise video playback better
12835         Change the segtotal and segsize values back to the parent class 
12836           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12837           respectively)
12838         Measure the samples written to the device vs. played.
12839         Keep track of segments in the device by writing empty eof frames, and
12840         sleep using a GCond when we get too far ahead and risk overrunning the
12841         sink's ringbuffer.
12842
12843         Fixes: #360673
12844
12845 2006-12-08  Wim Taymans  <wim@fluendo.com>
12846
12847         Patch by: Sebastian Dröge  <mail at slomosnail de >
12848
12849         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12850         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12851         * gst/audiofx/audiopanorama.h:
12852         Fix audiopanorame with float samples. Fixes #383726.
12853
12854 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12855
12856         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12857         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12858         (gst_sunaudiosrc_reset):
12859
12860         Implement reset functions to unblock the src/sink more quickly on 
12861         state change requests.
12862         Patch by: Brian Cameron <brian dot cameron at sun com>
12863
12864 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12865
12866         * sys/sunaudio/gstsunaudiomixer.c:
12867         (gst_sunaudiomixer_change_state):
12868         Construct the correct mixer device name when the AUDIODEV env var
12869         is set.
12870
12871         Patch by: Jerry Tan <jerry.tan at sun dot com>
12872         Fixes: #383596
12873
12874 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12875
12876         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12877         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12878         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12879         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12880         Patch by: Jerry Tan <jerry.tan at sun dot com>
12881         Fixes: #349015
12882
12883 2006-12-07  Wim Taymans  <wim@fluendo.com>
12884
12885         * gst/smpte/gstmask.h:
12886         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12887         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12888         (gst_smpte_collected), (gst_smpte_set_property),
12889         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12890         * gst/smpte/gstsmpte.h:
12891         Port to 0.10 some more. 
12892         Added duration property to specify the duration of the transition.
12893         Make framerate a fraction.
12894         Deprecate fps property, we only use negotiated fps.
12895         Added docs.
12896         Fix collectpad usage.
12897         Reset state in READY.
12898         Send NEWSEGMENT event.
12899         Fix racy updates of object properties.
12900         Added debug category.
12901         Fixes #383323.
12902
12903 2006-12-06  Wim Taymans  <wim@fluendo.com>
12904
12905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12906
12907         * gst/videomixer/videomixer.c:
12908         (gst_videomixer_set_master_geometry),
12909         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12910         Don't reset xpos and ypos in the setcaps function because causes
12911         unexpected behaviour.
12912         Fixes #382179.
12913
12914 2006-12-06  Wim Taymans  <wim@fluendo.com>
12915
12916         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12917         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12918         Keep track of the buffer timestamp in the collectdata member instead
12919         of modifying the buffer without making the metadata writable first.
12920         Fixes #382277.
12921
12922 2006-12-06  Wim Taymans  <wim@fluendo.com>
12923
12924         Patch by: Rob Taylor <robtaylor at floopily dot org>
12925
12926         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12927         If using multicast in udpsrc, bind to the multicast address rather than
12928         IN_ADDR_ANY.
12929         This allows the simultanous use of multiple udpsrcs listening on
12930         different multicat addresses. Without this all udpsrcs will receive all
12931         packets from all subscribed multicast addresses.
12932         Fixes #383001.
12933
12934 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12935
12936         * ext/taglib/gstid3v2mux.cc:
12937         Don't attempt to write a NULL frame into the ID3 tag set when the 
12938         createFrame method returned NULL.
12939         Fixes: #381857
12940         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12941
12942 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12943
12944         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12945         Use g_strtod() instead of sscanf to parse doubles, so that it will
12946         try parsing in the C locale if the current locale fails.
12947         Fixes: #382982
12948         Patch by: Sebastian Dröge  <mail at slomosnail de >
12949
12950 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * win32/MANIFEST:
12953         Fix compilation on win32 under VS8
12954         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12955         Partially fixes #381175
12956
12957 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12958
12959         * gst/avi/gstavimux.c:
12960           accept all mpegversions,fixes #380825
12961           spotted by: Jerome Alet  
12962
12963 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12964
12965         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12966         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12967         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12968         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12969           cleanup the error message a bit more
12970
12971 2006-11-28  Wim Taymans  <wim@fluendo.com>
12972
12973         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12974         Fix width and height properties.
12975
12976         * ext/libcaca/gstcacasink.h:
12977         Fix compilation on newer libcaca that require us to include a new
12978         header. Fixes #379918.
12979
12980 2006-11-28  Wim Taymans  <wim@fluendo.com>
12981
12982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12983         * gst/rtsp/gstrtspsrc.h:
12984         * gst/rtsp/rtspext.h:
12985         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12986         (rtsp_ext_wms_get_context):
12987         Add method so that extensions can choose to disable the setup of
12988         a stream.
12989         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12990
12991 2006-11-27  Wim Taymans  <wim@fluendo.com>
12992
12993         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12994
12995         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12996         Push header in a separate buffer instead of memcpy:ing all data.
12997         Change LF => CRLF in headers.
12998         Move trailing LF to header. Fixes #379792.
12999
13000 2006-11-27  Wim Taymans  <wim@fluendo.com>
13001
13002         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
13003         Small buffer overflow fix and improve debugging.
13004
13005 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13006
13007         * ext/esd/esdmon.h:
13008         * ext/esd/esdsink.h:
13009           remove obsolete _factory_init protos
13010
13011 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
13012
13013         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
13014         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13015         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
13016         (gst_avi_demux_read_subindexes_push),
13017         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
13018         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
13019         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
13020         (gst_avi_demux_massage_index),
13021         (gst_avi_demux_calculate_durations_from_index),
13022         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
13023         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13024         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13025           remove dead code, tweak debugs statements, add comments, use
13026           _uint64_scale instead _uint64_scale_int when using guint64 values,
13027           small optimizations, reflow some error handling
13028
13029 2006-11-22  Edward Hervey  <edward@fluendo.com>
13030
13031         * po/.cvsignore:
13032         We never put .pot files in cvs. Let's ignore them all.
13033
13034 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13035
13036         * po/POTFILES.in:
13037           ... but better exclude files that aren't disted.
13038
13039 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13040
13041         * po/POTFILES.in:
13042           Add v4l2 source files to list of files with translations, so the
13043           strings are actually extracted (however bad they still may be).
13044
13045 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
13046
13047         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
13048           Minor clean-ups: const-ify static array, remove trailing comma from
13049           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
13050
13051 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
13052
13053         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13054         Make sure that g_free always gets called on the same pointer that was 
13055         returned by g_malloc.  Fixes #376594.
13056         Do not leak memory if decompressed size is wrong.
13057         Remove unneeded check of return value of g_malloc.
13058         Patch by: René Stadler <mail@renestadler.de>
13059
13060 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
13061
13062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
13063           Add missing curly brackets.
13064
13065 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
13066
13067         * sys/v4l2/v4l2src_calls.c:
13068         Fix capture_deinit.
13069
13070 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
13073         (gst_matroska_mux_request_new_pad):
13074           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
13075
13076         * tests/check/elements/matroskamux.c: (setup_src_pad),
13077         (setup_sink_pad), (GST_START_TEST):
13078         Activate pads before using them.
13079
13080 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
13081
13082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
13083           Initialise variable to get rid of bogus compiler warning.
13084
13085 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
13086
13087         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
13088
13089         * gst/rtp/gstrtph263pay.c:
13090         * gst/rtp/gstrtph263pdepay.c:
13091         * gst/rtp/gstrtph263ppay.c:
13092           Specify H.263 variant and version in the caps (fixes #361637)
13093
13094 2006-11-15  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst/rtsp/rtspconnection.c: (read_body):
13097         Don't set a data pointer to NULL and a size > 0 when we deal
13098         with empty packets.
13099
13100         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13101         (rtsp_message_init_response), (rtsp_message_init_data),
13102         (rtsp_message_unset), (rtsp_message_free),
13103         (rtsp_message_take_body):
13104         Check that we can't create invalid empty packets. 
13105
13106 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13109
13110         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
13111         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
13112         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
13113         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
13114         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
13115         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
13116         * gst/matroska/matroska-mux.h:
13117           Add basic tag writing support; implement releasing pads (#374658).
13118
13119 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
13120
13121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
13122         (gst_matroska_demux_audio_caps):
13123           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
13124
13125 2006-11-14  David Schleef  <ds@schleef.org>
13126
13127         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
13128
13129 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13132
13133         * win32/vs8/gst-plugins-good.sln:
13134         * win32/vs8/libgst1394.vcproj:
13135         * win32/vs8/libgstaasink.vcproj:
13136         * win32/vs8/libgstalaw.vcproj:
13137         * win32/vs8/libgstalpha.vcproj:
13138         * win32/vs8/libgstalphacolor.vcproj:
13139         * win32/vs8/libgstannodex.vcproj:
13140         * win32/vs8/libgstapetag.vcproj:
13141         * win32/vs8/libgstaudiofx.vcproj:
13142         * win32/vs8/libgstauparse.vcproj:
13143         * win32/vs8/libgstautodetect.vcproj:
13144         * win32/vs8/libgstavi.vcproj:
13145         * win32/vs8/libgstcacasink.vcproj:
13146         * win32/vs8/libgstcdio.vcproj:
13147         * win32/vs8/libgstcutter.vcproj:
13148         * win32/vs8/libgstdv.vcproj:
13149         * win32/vs8/libgsteffectv.vcproj:
13150         * win32/vs8/libgstflac.vcproj:
13151         * win32/vs8/libgstflxdec.vcproj:
13152         * win32/vs8/libgstgoom.vcproj:
13153         * win32/vs8/libgsticydemux.vcproj:
13154         * win32/vs8/libgstid3demux.vcproj:
13155         * win32/vs8/libgstjpeg.vcproj:
13156         * win32/vs8/libgstladspa.vcproj:
13157         * win32/vs8/libgstlevel.vcproj:
13158         * win32/vs8/libgstmatroska.vcproj:
13159         * win32/vs8/libgstmikmod.vcproj:
13160         * win32/vs8/libgstmng.vcproj:
13161         * win32/vs8/libgstmonoscope.vcproj:
13162         * win32/vs8/libgstmulaw.vcproj:
13163         * win32/vs8/libgstmultipart.vcproj:
13164         * win32/vs8/libgstpng.vcproj:
13165         * win32/vs8/libgstrtp.vcproj:
13166         * win32/vs8/libgstrtsp.vcproj:
13167         * win32/vs8/libgstshout2.vcproj:
13168         * win32/vs8/libgstsmpte.vcproj:
13169         * win32/vs8/libgstspeex.vcproj:
13170         * win32/vs8/libgsttaglib.vcproj:
13171         * win32/vs8/libgstudp.vcproj:
13172         * win32/vs8/libgstvideobalance.vcproj:
13173         * win32/vs8/libgstvideobox.vcproj:
13174         * win32/vs8/libgstvideoflip.vcproj:
13175         * win32/vs8/libgstvideomixer.vcproj:
13176         * win32/vs8/libgstwavenc.vcproj:
13177         * win32/vs8/libgstwavparse.vcproj:
13178           Make end-of-line returns unixy, so that when the files are checked
13179           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
13180           Hopefully fixes #366492.
13181
13182 2006-11-14  Wim Taymans  <wim@fluendo.com>
13183
13184         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13185         Disable init_frames delay timestamp adjustment, it does not
13186         seem to be needed at all. Fixes #369621.
13187
13188 2006-11-13  Wim Taymans  <wim@fluendo.com>
13189
13190         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13191
13192         * gst/videomixer/videomixer.c:
13193         (gst_videomixer_set_master_geometry),
13194         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
13195         (gst_videomixer_collect_free), (gst_videomixer_reset),
13196         (gst_videomixer_init), (gst_videomixer_finalize),
13197         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
13198         (gst_videomixer_collected), (gst_videomixer_change_state):
13199         Fix memleak by unref'ing collectpads instance (when finalizing)
13200         Implement releasing a request pad. Fixes #374479.
13201
13202 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
13203
13204         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
13205
13206         * win32/vs8/gst-plugins-good.sln:
13207         * win32/vs8/libgst1394.vcproj:
13208         * win32/vs8/libgstaasink.vcproj:
13209         * win32/vs8/libgstalaw.vcproj:
13210         * win32/vs8/libgstalpha.vcproj:
13211         * win32/vs8/libgstalphacolor.vcproj:
13212         * win32/vs8/libgstannodex.vcproj:
13213         * win32/vs8/libgstapetag.vcproj:
13214         * win32/vs8/libgstaudiofx.vcproj:
13215         * win32/vs8/libgstauparse.vcproj:
13216         * win32/vs8/libgstautodetect.vcproj:
13217         * win32/vs8/libgstavi.vcproj:
13218         * win32/vs8/libgstcacasink.vcproj:
13219         * win32/vs8/libgstcdio.vcproj:
13220         * win32/vs8/libgstcutter.vcproj:
13221         * win32/vs8/libgstdv.vcproj:
13222         * win32/vs8/libgsteffectv.vcproj:
13223         * win32/vs8/libgstflac.vcproj:
13224         * win32/vs8/libgstflxdec.vcproj:
13225         * win32/vs8/libgstgoom.vcproj:
13226         * win32/vs8/libgsticydemux.vcproj:
13227         * win32/vs8/libgstid3demux.vcproj:
13228         * win32/vs8/libgstjpeg.vcproj:
13229         * win32/vs8/libgstladspa.vcproj:
13230         * win32/vs8/libgstlevel.vcproj:
13231         * win32/vs8/libgstmatroska.vcproj:
13232         * win32/vs8/libgstmikmod.vcproj:
13233         * win32/vs8/libgstmng.vcproj:
13234         * win32/vs8/libgstmonoscope.vcproj:
13235         * win32/vs8/libgstmulaw.vcproj:
13236         * win32/vs8/libgstmultipart.vcproj:
13237         * win32/vs8/libgstpng.vcproj:
13238         * win32/vs8/libgstrtp.vcproj:
13239         * win32/vs8/libgstrtsp.vcproj:
13240         * win32/vs8/libgstshout2.vcproj:
13241         * win32/vs8/libgstsmpte.vcproj:
13242         * win32/vs8/libgstspeex.vcproj:
13243         * win32/vs8/libgsttaglib.vcproj:
13244         * win32/vs8/libgstudp.vcproj:
13245         * win32/vs8/libgstvideobalance.vcproj:
13246         * win32/vs8/libgstvideobox.vcproj:
13247         * win32/vs8/libgstvideoflip.vcproj:
13248         * win32/vs8/libgstvideomixer.vcproj:
13249         * win32/vs8/libgstwavenc.vcproj:
13250         * win32/vs8/libgstwavparse.vcproj:
13251           Add VS8 project files (note that many of the plugins in ext are
13252           disabled by default). Fixes #366492.
13253
13254 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
13255
13256         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
13257           we do not translate debug messages
13258
13259 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
13260
13261         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
13262           fix categorisation, make short desc more explicit, remove unused code
13263           Fixes #372021
13264
13265 2006-11-08  Wim Taymans  <wim@fluendo.com>
13266
13267         * gst/rtp/gstrtpL16depay.c:
13268         * gst/rtp/gstrtpamrdepay.c:
13269         * gst/rtp/gstrtpamrpay.c:
13270         * gst/rtp/gstrtpgsmdepay.c:
13271         * gst/rtp/gstrtph263pay.c:
13272         * gst/rtp/gstrtph263pdepay.c:
13273         * gst/rtp/gstrtph263ppay.c:
13274         * gst/rtp/gstrtph264depay.c:
13275         * gst/rtp/gstrtpmp2tdepay.c:
13276         * gst/rtp/gstrtpmp4gdepay.c:
13277         * gst/rtp/gstrtpmp4gpay.c:
13278         * gst/rtp/gstrtpmp4vdepay.c:
13279         * gst/rtp/gstrtpmp4vpay.c:
13280         * gst/rtp/gstrtpmpadepay.c:
13281         * gst/rtp/gstrtpmpapay.c:
13282         * gst/rtp/gstrtppcmadepay.c:
13283         * gst/rtp/gstrtppcmapay.c:
13284         * gst/rtp/gstrtppcmudepay.c:
13285         * gst/rtp/gstrtppcmupay.c:
13286         * gst/rtp/gstrtpspeexdepay.c:
13287         * gst/rtp/gstrtpspeexpay.c:
13288         * gst/rtp/gstrtpsv3vdepay.c:
13289         Fix element descriptions.
13290
13291 2006-11-08  Wim Taymans  <wim@fluendo.com>
13292
13293         * gst/rtp/gstrtpvorbisdepay.c:
13294         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
13295         Fix description.
13296         Small cleanup in the payloader.
13297
13298 2006-11-08  Wim Taymans  <wim@fluendo.com>
13299
13300         * gst/rtp/Makefile.am:
13301         * gst/rtp/gstrtp.c: (plugin_init):
13302         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
13303         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
13304         (gst_rtp_theora_depay_finalize),
13305         (gst_rtp_theora_depay_parse_configuration),
13306         (gst_rtp_theora_depay_setcaps),
13307         (gst_rtp_theora_depay_switch_codebook),
13308         (gst_rtp_theora_depay_process),
13309         (gst_rtp_theora_depay_set_property),
13310         (gst_rtp_theora_depay_get_property),
13311         (gst_rtp_theora_depay_change_state),
13312         (gst_rtp_theora_depay_plugin_init):
13313         * gst/rtp/gstrtptheoradepay.h:
13314         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13315         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13316         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13317         (gst_rtp_theora_pay_init_packet),
13318         (gst_rtp_theora_pay_flush_packet),
13319         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13320         (gst_rtp_theora_pay_handle_buffer),
13321         (gst_rtp_theora_pay_plugin_init):
13322         * gst/rtp/gstrtptheorapay.h:
13323         Add theora pay/depayloaders.
13324
13325 2006-11-06  Wim Taymans  <wim@fluendo.com>
13326
13327         * gst/rtp/Makefile.am:
13328         We depend on gsttag to generate the vorbis comments.
13329
13330         * gst/rtp/gstrtpvorbisdepay.c:
13331         (gst_rtp_vorbis_depay_parse_configuration),
13332         (gst_rtp_vorbis_depay_setcaps),
13333         (gst_rtp_vorbis_depay_switch_codebook),
13334         (gst_rtp_vorbis_depay_process):
13335         * gst/rtp/gstrtpvorbisdepay.h:
13336         Parse configuration string in the depayloader.
13337         Implement selecting and switching to a new codebook.
13338         Receiving vorbis over RTP now works.
13339
13340         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13341         (gst_rtp_vorbis_pay_init_packet),
13342         (gst_rtp_vorbis_pay_finish_headers),
13343         (gst_rtp_vorbis_pay_handle_buffer):
13344         * gst/rtp/gstrtpvorbispay.h:
13345         Set timestamps on outgoing buffers and RTP packets.
13346         Fix configuration string, prepend number of Packet headers.
13347         Fix encoding of ident string.
13348         Add delivery-method to caps.
13349         Streaming vorbis over RTP now works.
13350
13351 2006-11-06  Wim Taymans  <wim@fluendo.com>
13352
13353         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13354         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13355         (gst_rtp_vorbis_pay_handle_buffer):
13356         * gst/rtp/gstrtpvorbispay.h:
13357         Generate a valid configuration string in the caps based on the
13358         vorbis headers.
13359
13360 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13361
13362         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13363         * ext/cdio/gstcdio.h:
13364         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13365           Move CD-TEXT utility function into common file so it can also be
13366           used by a future cdioparanoiasrc.
13367
13368 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13369         
13370         * sys/v4l2/Makefile.am:
13371         * sys/v4l2/gstv4l2object.c:
13372         * sys/v4l2/gstv4l2src.c:
13373         * sys/v4l2/gstv4l2xoverlay.c:
13374         * sys/v4l2/v4l2_calls.c:
13375         * sys/v4l2/v4l2src_calls.c:
13376         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13377         xoverlay code that is still not implemented.
13378
13379 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13380
13381         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13382           We require a -base more recent than 0.10.9, so it's safe to use
13383           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13384
13385         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13386         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13387           Use _newsegment_full() now that we depend on a recent enough core.
13388
13389         * gst/wavparse/gstwavparse.c:
13390           Remove cruft that we don't need any longer now that we depend on
13391           a recent enough -base.
13392
13393 2006-10-31  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst/rtp/Makefile.am:
13396         * gst/rtp/gstrtp.c: (plugin_init):
13397         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13398         (gst_rtpilbcpay_setcaps):
13399         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13400
13401 2006-10-31  Wim Taymans  <wim@fluendo.com>
13402
13403         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13404         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13405         Some small cleanups, use _scale.
13406
13407 2006-10-31  Wim Taymans  <wim@fluendo.com>
13408
13409         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13410         Use higher precision scale function.
13411
13412 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13413
13414         Patch by: Michal Benes  <michal dot benes at itonis tv>
13415
13416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13417         (gst_matroska_demux_read_track_encodings),
13418         (gst_matroska_decode_buffer):
13419           Fix several issues with encoded/compressed/encrypted/signed tracks;
13420           also, remove superfluous newline characters from some debug
13421           statements. (#366155)
13422
13423 2006-10-30  Wim Taymans  <wim@fluendo.com>
13424
13425         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13426         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13427         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13428         (gst_smokedec_change_state):
13429         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13430         (gst_smokeenc_init), (gst_smokeenc_finalize),
13431         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13432         (gst_smokeenc_resync), (gst_smokeenc_chain),
13433         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13434         (gst_smokeenc_change_state):
13435         Various cleanups, capsnego and leak fixes.
13436
13437 2006-10-30  Wim Taymans  <wim@fluendo.com>
13438
13439         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13440
13441         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13442         Fix videomixer so that it can handle any combination of framerates.
13443         Fixes #367221.
13444
13445 2006-10-28  Wim Taymans  <wim@fluendo.com>
13446
13447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13448         (gst_avi_demux_parse_file_header),
13449         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13450         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13451         (gst_avi_demux_chain):
13452         Fix position query for audio. also fixes timestamps in streaming
13453         mode and bug #364958.
13454         Small cleanups.
13455
13456 2006-10-27  Wim Taymans  <wim@fluendo.com>
13457
13458         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13459         * ext/libpng/gstpngenc.h:
13460         Fix strides. Fixes #364856.
13461         Cleanup capsnego.
13462         Set caps on outgoing buffers.
13463
13464 2006-10-18  Wim Taymans  <wim@fluendo.com>
13465
13466         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13467
13468         * gst/rtp/gstrtpgsmpay.c:
13469         * gst/rtp/gstrtph263pay.c:
13470         * gst/rtp/gstrtpmpapay.c:
13471         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13472         (gst_rtp_pcma_pay_handle_buffer):
13473         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13474         Add static payload numbers in addition to the dynamic ones.
13475         Fixes #361639.
13476
13477 2006-10-18  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13480         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13481         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13482         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13483         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13484         * gst/rtsp/rtspdefs.h:
13485         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13486         * gst/rtsp/rtspurl.h:
13487         Reuse already existing enum for lower transport.
13488         Add rtspt and rtspu protocols.
13489         Send redirect to rtspt when udp times out.
13490
13491 2006-10-18  Wim Taymans  <wim@fluendo.com>
13492
13493         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13494         (gst_wavparse_stream_data):
13495         Fix seeking some more, mostly for speed changes.
13496
13497 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13498
13499         Patch by: Fredrik Persson  <frepe at bredband net>
13500
13501         * sys/v4l2/gstv4l2tuner.c:
13502         * sys/v4l2/gstv4l2tuner.h:
13503           Fix _set_channel(): remove useless g_object_notify() for "channel"
13504           property that doesn't exist any longer and therefore now also
13505           useless redirect (#338818).
13506
13507 2006-10-17  Wim Taymans  <wim@fluendo.com>
13508
13509         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13510         Some drivers do not support unsetting the non-blocking flag once the
13511         device is opened. In those cases, close/open the device in
13512         non-blocking mode. Fixes #362673.
13513
13514 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13515
13516         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13517         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13518         (gst_v4l2src_get_fps):
13519           dear stefan, framespersecond is not frameperiod, reverting but adding
13520           comment
13521
13522 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13523
13524         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13525         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13526         (gst_v4l2src_get_fps):
13527           Numerator is numerator and denominator is denominator. Say that aloud
13528           5 times and retry after next beer.
13529
13530 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         Patch by: Josep Torra Valles  <josep at fluendo com>
13533
13534         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13535         * ext/esd/esdsink.c: (gst_esdsink_write):
13536         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13537         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13538         (gst_flac_dec_send_newsegment):
13539         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13540         (gst_flac_enc_tell_callback):
13541         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13542         (smokecodec_parse_header), (smokecodec_decode):
13543         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13544         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13545         * gst/goom/Makefile.am:
13546         * gst/goom/gstgoom.c:
13547         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13548         * gst/rtsp/gstrtspsrc.c:
13549         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13550         * gst/udp/gstudpsink.c:
13551         * gst/udp/gstudpsrc.c:
13552         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13553         * sys/sunaudio/gstsunaudiomixertrack.h:
13554           Fix a bunch of problems discovered by the Forte compiler, mostly type
13555           mixups and pointer arithmetics with void pointers. Fixes #362603.
13556
13557 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * ext/speex/gstspeex.c: (plugin_init):
13560         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13561         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13562         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13563         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13564         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13565         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13566         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13567         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13568         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13569         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13570         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13571         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13572         * ext/speex/gstspeexenc.h:
13573           Miscellaneous clean-ups, among other things: speexenc => enc to
13574           enhance code readability; change speexenc => speex_enc; in chain
13575           function unref input buffer in case of error; take reference in
13576           event function; use boilerplate macro; use gst_pad_query_peer_*
13577           convenience functions.
13578
13579 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13580
13581         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13582         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13583         (gst_speexenc_set_header_on_caps):
13584           Fix some mem leaks.
13585
13586 2006-10-11  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/rtsp/URLS:
13589         Added some other URL.
13590
13591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13592         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13593         (gst_rtspsrc_open), (gst_rtspsrc_play),
13594         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13595         * gst/rtsp/gstrtspsrc.h:
13596         Work on fallback to TCP connection when the UDP socket times out.
13597         Handler server requests, just reply with OK for now.
13598
13599         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13600         * gst/rtsp/rtspdefs.h:
13601         Added some more Real extension headers.
13602
13603         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13604         Fix parsing of urls with a ':' that is not part of the hostname:port
13605         part of the url.
13606
13607 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13608
13609         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13610         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13611         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13612           Activate pad before adding it to the already-running element.
13613
13614         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13615           Activate newly-created pad too.
13616
13617 2006-10-11  Wim Taymans  <wim@fluendo.com>
13618
13619         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13620
13621         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13622         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13623         (gst_udpsrc_start):
13624         Fix some leaks in caps and uris. Fixes #361252.
13625
13626 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13627
13628         * gst/wavparse/Makefile.am:
13629           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13630
13631 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13632
13633         * sys/v4l2/gstv4l2xoverlay.c:
13634         * sys/v4l2/gstv4l2xoverlay.h:
13635         Fix build as per the patch in #338818 comment 36.
13636
13637 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13638
13639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13640           Activate pads before adding them to the source.
13641
13642 2006-10-06  Wim Taymans  <wim@fluendo.com>
13643
13644         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13645         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13646         Activate pads before adding.
13647
13648 2006-10-06  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13651         (gst_multipart_find_pad_by_mime):
13652         Activate pads before adding.
13653
13654         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13655         BOILERPLATE sets parent_class for us.
13656
13657 2006-10-06  Wim Taymans  <wim@fluendo.com>
13658
13659         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13660         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13661         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13662         (gst_rtspsrc_alloc_udp_ports),
13663         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13664         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13665         (gst_rtspsrc_create_transports_string),
13666         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13667         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13668         * gst/rtsp/gstrtspsrc.h:
13669         Rework how the transport string is constructed, try to share channels
13670         and udp ports.
13671         Make most of the stuff less dependant on RTP as we are also going to use
13672         it for RDT.
13673         Add support for transport specific session managers.
13674
13675         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13676         Implement _flush().
13677
13678         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13679         * gst/rtsp/rtspdefs.h:
13680         Add generic error return code.
13681
13682         * gst/rtsp/rtspext.h:
13683         Add support for pluggable tranport strings.
13684
13685         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13686         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13687         (rtsp_ext_wms_get_context):
13688         Detect WMServer and activate the extension.
13689
13690         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13691         (rtsp_transport_get_manager), (rtsp_transport_parse):
13692         * gst/rtsp/rtsptransport.h:
13693         Added methods to get mime/manager for certain transports.
13694
13695 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13696
13697         * ext/cairo/gsttimeoverlay.c:
13698         (gst_cairo_time_overlay_update_font_height):
13699         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13700         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13701         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13702         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13703         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13704         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13705         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13706         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13707         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13708         (gst_avi_demux_stream_data):
13709         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13710         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13711         (gst_fenced_buffer_copy):
13712         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13716         (gst_rtspsrc_handle_message):
13717         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13718         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13719           Printf format fixes.
13720
13721 2006-10-04  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst/rtsp/Makefile.am:
13724         Dist new .h file too.
13725
13726 2006-10-04  Wim Taymans  <wim@fluendo.com>
13727
13728         * gst/rtsp/Makefile.am:
13729         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13730         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13731         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13732         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13733         (gst_rtspsrc_parse_rtpmap),
13734         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13735         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13736         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13737         * gst/rtsp/gstrtspsrc.h:
13738         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13739         * gst/rtsp/rtspdefs.h:
13740         * gst/rtsp/rtspext.h:
13741         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13742         (rtsp_ext_wms_get_context):
13743         * gst/rtsp/rtspextwms.h:
13744         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13745         (rtsp_transport_parse):
13746         * gst/rtsp/rtsptransport.h:
13747         Factor out extension in separate module.
13748         Fix getcaps to filter against the padtemplate.
13749         Use Content-Base if the server gives one.
13750         Rework the transport parsing a bit for future extensions.
13751         Added some Real Header field definitions.
13752
13753 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * docs/plugins/Makefile.am:
13756         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13757         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13758           added v4l2 stubs
13759         * gst-plugins-good.spec.in:
13760           add v4l2
13761
13762 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13763
13764         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13765           Extract disc/album/medium number and count and try harder
13766           to extract track number/count.
13767
13768 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13769
13770         * configure.ac:
13771         * sys/Makefile.am:
13772           add build stuff for v4l2, needs --enable-experimental until
13773           the last bits are resolved
13774
13775 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13776
13777         * tests/check/Makefile.am:
13778           Disable autodetect test temporarily, so that the build bots
13779           update -bad and the ranks of unreliable video sinks in there.
13780
13781         * tests/check/elements/autodetect.c: (GST_START_TEST):
13782           Skip test if no usable videosink is found.
13783
13784 2006-09-29  Wim Taymans  <wim@fluendo.com>
13785
13786         * gst/rtsp/URLS:
13787         Add some more URLs.
13788
13789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13790         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13791         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13792         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13793         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13794         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13795         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13796         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13797         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13798         * gst/rtsp/gstrtspsrc.h:
13799         Add timeout property to control UDP timeouts.
13800         Fix error messages.
13801         Also start a loop function when operating in UDP mode so that we can
13802         do some more stuff async.
13803         Handle element messages from udpsrc to detect timeouts. If a timeout
13804         happens we currently generate an error.
13805         API: rtspsrc::timeout property.
13806
13807         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13808         (gst_udpsrc_create):
13809         Really implement the timeout in microseconds and not milliseconds.
13810
13811 2006-09-29  Wim Taymans  <wim@fluendo.com>
13812
13813         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13814         (gst_udpsrc_create), (gst_udpsrc_set_property),
13815         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13816         * gst/udp/gstudpsrc.h:
13817         Added property to post a message on timeout.
13818         Updated docs.
13819         When restarting the select, initialize the fdsets again.
13820         Init control sockets so we don't accidentally close a random socket.
13821         API: GstUDPSrc::timeout property
13822
13823 2006-09-29  Wim Taymans  <wim@fluendo.com>
13824
13825         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13826         Fix flag registration.
13827
13828         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13829         Reading 0 also means 'no more commands'
13830
13831 2006-09-29  Wim Taymans  <wim@fluendo.com>
13832
13833         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13834
13835         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13836         Fix possible infinite loop when shutting down, a read can also return
13837         0 to indicate no more messages are available. Fixes #358156.
13838
13839 2006-09-25  Wim Taymans  <wim@fluendo.com>
13840
13841         * gst/autodetect/gstautoaudiosink.c:
13842         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13843         (gst_auto_audio_sink_find_best):
13844         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13845         Small cleanups.
13846         don't try to set "sync" property when it is not available.
13847
13848 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13849
13850         Patch by: Peter Kjellerstedt  <pkj at axis com>
13851
13852         * gst/alpha/gstalpha.c:
13853         * gst/rtp/gstrtpamrdepay.c:
13854         * gst/rtsp/gstrtspsrc.c:
13855         * gst/udp/gstudpsrc.c:
13856         * gst/videomixer/videomixer.c:
13857           Include stdlib.h in some more places, makes things compile
13858           with uClibc and -Werror (#357592).
13859
13860 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13861
13862         * ext/jpeg/gstjpegdec.c:
13863           Set minimum height to 8 (from 16), our code should handle
13864           that fine. Some of the buttons on the apple trailer site
13865           are apparently only 15 pixels high (see #357470).
13866
13867 2006-09-23  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13870         (gst_rtspsrc_open):
13871         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13872         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13873         (rtsp_connection_receive):
13874         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13875         * gst/rtsp/rtspdefs.h:
13876         Improve error reporting.
13877
13878 2006-09-23  Wim Taymans  <wim@fluendo.com>
13879
13880         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13881         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13882         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13883         * gst/rtp/gstrtpdepay.c:
13884         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13885         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13886         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13887         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13888         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13889         (gst_rtp_mp2t_depay_plugin_init):
13890         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13891         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13892         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13893         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13894         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13895         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13896         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13897         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13898         Fix klass typos.
13899         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13900
13901 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         * configure.ac:
13904           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13905
13906 2006-09-22  Wim Taymans  <wim@fluendo.com>
13907
13908         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13909         Don't check for a tag that is never there and check if we read the
13910         correct tag. Fixes seeking again.
13911         We must post an error when all pads are unlinked.
13912
13913 2006-09-22  Wim Taymans  <wim@fluendo.com>
13914
13915         * gst/rtp/Makefile.am:
13916         * gst/rtp/gstrtp.c: (plugin_init):
13917         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13918         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13919         (gst_rtp_vorbis_pay_reset_packet),
13920         (gst_rtp_vorbis_pay_init_packet),
13921         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13922         (gst_rtp_vorbis_pay_handle_buffer):
13923         More fixage, set endoder-params correctly in the payloader.
13924
13925 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13926
13927         * gst/autodetect/gstautoaudiosink.c:
13928         (gst_auto_audio_sink_base_init):
13929         * gst/autodetect/gstautovideosink.c:
13930         (gst_auto_video_sink_base_init):
13931           Make static pad templates static to appease valgrind's leak
13932           detector.
13933
13934         * tests/check/Makefile.am:
13935         * tests/check/elements/.cvsignore:
13936         * tests/check/elements/autodetect.c: (GST_START_TEST),
13937         (autodetect_suite):
13938           Add simple test for the ghostpad lockup on shutdown fixed in core
13939           CVS (audio bit disabled because it would need dozens of alsa
13940           suppressions and I'm too lazy to add those now).
13941
13942 2006-09-22  Wim Taymans  <wim@fluendo.com>
13943
13944         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13945         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13946         Small cleanups.
13947
13948         * gst/rtp/Makefile.am:
13949         * gst/rtp/gstrtp.c: (plugin_init):
13950         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13951         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13952         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13953         (gst_rtp_vorbis_depay_process),
13954         (gst_rtp_vorbis_depay_set_property),
13955         (gst_rtp_vorbis_depay_get_property),
13956         (gst_rtp_vorbis_depay_change_state),
13957         (gst_rtp_vorbis_depay_plugin_init):
13958         * gst/rtp/gstrtpvorbisdepay.h:
13959         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13960         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13961         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13962         (gst_rtp_vorbis_pay_flush_packet),
13963         (gst_rtp_vorbis_pay_append_buffer),
13964         (gst_rtp_vorbis_pay_handle_buffer),
13965         (gst_rtp_vorbis_pay_plugin_init):
13966         * gst/rtp/gstrtpvorbispay.h:
13967         Add experimental vorbis pay and depayloaders.
13968
13969 2006-09-21  Wim Taymans  <wim@fluendo.com>
13970
13971         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13972         Fix profile-level-id parsing and setup.
13973
13974 2006-09-21  Wim Taymans  <wim@fluendo.com>
13975
13976         * gst/udp/README:
13977         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13978         Update README, simple cleanup.
13979
13980 2006-09-21  Wim Taymans  <wim@fluendo.com>
13981
13982         * gst/rtp/README:
13983         Update README with some examples.
13984
13985         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13986         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13987         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13988         (gst_rtp_mp4g_pay_setcaps):
13989         * gst/rtp/gstrtpmp4gpay.h:
13990         Make optional RTP parameters of type STRING, as required by the
13991         application/x-rtp caps specification.
13992
13993 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13994
13995         * gst/rtp/gstrtph263pdepay.c:
13996         * gst/rtp/gstrtph263ppay.c:
13997         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13998         RTP header.
13999
14000 2006-09-20  Wim Taymans  <wim@fluendo.com>
14001
14002         * gst/rtp/Makefile.am:
14003         And makefile too.
14004
14005 2006-09-20  Wim Taymans  <wim@fluendo.com>
14006
14007         * gst/rtp/gstrtp.c: (plugin_init):
14008         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
14009         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
14010         (decode_base64), (gst_rtp_asf_depay_setcaps),
14011         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
14012         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
14013         (gst_rtp_asf_depay_plugin_init):
14014         * gst/rtp/gstrtpasfdepay.h:
14015         Added preliminary ASF depayloader.
14016
14017         * gst/rtp/gstrtph264depay.c: (decode_base64):
14018         Fix base64 decoding.
14019
14020 2006-09-20  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/rtsp/URLS:
14023         Added some test URLS.
14024
14025         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
14026         (gst_rtspsrc_loop), (gst_rtspsrc_open):
14027         * gst/rtsp/gstrtspsrc.h:
14028         When creating streams, give access to the complete SDP.
14029         Fix some leaks.
14030         Collect and merge global stream properties in stream caps.
14031         Preliminary support for WMServer.
14032
14033         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
14034         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
14035         (rtsp_connection_receive):
14036         * gst/rtsp/rtspconnection.h:
14037         Make connection interruptable.
14038         Refactor to make it reconnectable.
14039         Don't fail on short reads when reading data packets.
14040
14041         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
14042         (rtsp_url_get_port):
14043         * gst/rtsp/rtspurl.h:
14044         Add methods for getting/setting the port.
14045
14046         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
14047         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
14048         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
14049         (sdp_media_get_format), (sdp_parse_line),
14050         (sdp_message_parse_buffer):
14051         Fix headers. 
14052         Add methods for getting multiple attributes with the same name.
14053         Increase buffer size when parsing.
14054         Fix parsing of a=foo fields.
14055
14056         * gst/rtsp/test.c: (main):
14057         Update to new connection API.
14058
14059         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
14060         (rtsp_message_init_response), (rtsp_message_init_data),
14061         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
14062         * gst/rtsp/rtspmessage.h:
14063         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
14064         * gst/rtsp/rtsptransport.h:
14065         * gst/rtsp/sdp.h:
14066         * gst/rtsp/sdpmessage.h:
14067         * gst/rtsp/gstrtsp.c:
14068         * gst/rtsp/gstrtsp.h:
14069         * gst/rtsp/gstrtpdec.c:
14070         * gst/rtsp/gstrtpdec.h:
14071         * gst/rtsp/rtsp.h:
14072         * gst/rtsp/rtspdefs.c:
14073         * gst/rtsp/rtspdefs.h:
14074         Dual licensed under MIT and LGPL now.
14075
14076 2006-09-19  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
14079         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
14080         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14081         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
14082         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
14083         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
14084         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
14085         * gst/rtsp/gstrtspsrc.h:
14086         Reorganize stream parsing and creation.
14087         Detect container formats in interleaved mode.
14088         Keep more state about the streams.
14089         Assume a server also supports PLAY if it does not say.
14090         Add unicast and interleaved properties to TCP transport requests to make
14091         some servers happy (WMServer).
14092
14093         * gst/rtsp/sdpmessage.h:
14094         Add some defines for the standard Bandwidth types.
14095
14096 2006-09-19  Wim Taymans  <wim@fluendo.com>
14097
14098         * gst/rtsp/test.c: (main):
14099         Fix build.
14100
14101 2006-09-19  Wim Taymans  <wim@fluendo.com>
14102
14103         * gst/wavparse/gstwavparse.c:
14104         Add ms-gsm to the src template.
14105
14106 2006-09-18  Wim Taymans  <wim@fluendo.com>
14107
14108         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14109         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
14110         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14111         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
14112         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14113         * gst/rtsp/gstrtspsrc.h:
14114         Small cleanups, added documentation.
14115         Try to clean up the requests and responses.
14116         Refactor parsing the supported methods.
14117
14118         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
14119         (rtsp_connection_create), (rtsp_connection_send),
14120         (parse_response_status), (parse_request_line),
14121         (rtsp_connection_receive), (rtsp_connection_close),
14122         (rtsp_connection_free):
14123         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
14124         (rtsp_transport_init), (rtsp_transport_parse),
14125         (rtsp_transport_free):
14126         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
14127         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
14128         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
14129         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
14130         Use g_return_val some more.
14131
14132         * gst/rtsp/rtspdefs.h:
14133         Add more enum values to track initial states.
14134
14135         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
14136         (rtsp_message_init_request), (rtsp_message_new_response),
14137         (rtsp_message_init_response), (rtsp_message_init_data),
14138         (rtsp_message_unset), (rtsp_message_free),
14139         (rtsp_message_add_header), (rtsp_message_remove_header),
14140         (rtsp_message_get_header), (rtsp_message_set_body),
14141         (rtsp_message_take_body), (rtsp_message_get_body),
14142         (rtsp_message_steal_body), (rtsp_message_dump):
14143         * gst/rtsp/rtspmessage.h:
14144         Reorder arguments, object goes as the first one.
14145         Use g_return_val some more.
14146
14147 2006-09-18  Wim Taymans  <wim@fluendo.com>
14148
14149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
14150         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
14151         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
14152         * gst/rtsp/gstrtspsrc.h:
14153         Export sometimes source pad with correct caps on the template, create
14154         the ghostpad from the template.
14155         Remove RTCP template as we never expose RTCP.
14156         Protect against invalid body size.
14157         Avoid memcpy when creating the output buffer.
14158         Properly post an error and send EOS when the loop function is shut down.
14159
14160 2006-09-18  Wim Taymans  <wim@fluendo.com>
14161
14162         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14163
14164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14165         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
14166         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
14167         * gst/rtsp/gstrtspsrc.h:
14168         Make sure we can never set an invalid location.
14169
14170         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
14171         * gst/rtsp/rtspmessage.h:
14172         Added _steal_body method for future use.
14173
14174         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
14175         Make freeing of NULL url return immediatly.
14176
14177 2006-09-18  Wim Taymans  <wim@fluendo.com>
14178
14179         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
14180
14181         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
14182         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
14183         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
14184         (gst_rtspsrc_change_state):
14185         * gst/rtsp/gstrtspsrc.h:
14186         Use boilerplate.
14187         Make rtspsrc subclass GstBin to make state changes easier.
14188         Add Range header field on the PLAY request.
14189
14190 2006-09-18  Wim Taymans  <wim@fluendo.com>
14191
14192         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14193
14194         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
14195         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
14196         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
14197         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
14198         * gst/rtsp/rtspconnection.c: (inet_aton):
14199         Small cleanups.
14200         when multicast is selected as the transport, create UDP sources and
14201         connect to the multicast group.
14202         Move parsing and setting of caps to a common place.
14203         Fixes #349894.
14204
14205 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
14206
14207         * ext/flac/gstflactag.c:
14208         * gst/alpha/gstalpha.c:
14209         * gst/debug/breakmydata.c:
14210         * gst/debug/negotiation.c:
14211         * gst/debug/testplugin.c:
14212         * gst/effectv/gstaging.c:
14213         * gst/effectv/gstdice.c:
14214         * gst/effectv/gstedge.c:
14215         * gst/effectv/gstquark.c:
14216         * gst/effectv/gstrev.c:
14217         * gst/effectv/gstshagadelic.c:
14218         * gst/effectv/gstvertigo.c:
14219         * gst/effectv/gstwarp.c:
14220         * gst/multipart/multipartdemux.c:
14221         * gst/multipart/multipartmux.c:
14222         * gst/videobox/gstvideobox.c:
14223         * gst/videofilter/gstgamma.c:
14224         * gst/videofilter/gstvideotemplate.c:
14225         * gst/videomixer/videomixer.c:
14226         * sys/sunaudio/gstsunaudiosrc.h:
14227         More G_OBJECT macro fixing.
14228
14229 2006-09-16  Wim Taymans  <wim@fluendo.com>
14230
14231         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
14232
14233         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
14234         Correctly set the dwLength in strh.
14235         With this patch, the file duration is now displayed correctly in window
14236         media player and the AVI plays completely. Fixes #356147
14237
14238 2006-09-15  Wim Taymans  <wim@fluendo.com>
14239
14240         Patch by: Darren Kenny <darren dot kenny at sun dot com>
14241
14242         * sys/sunaudio/gstsunaudiomixerctrl.c:
14243         (gst_sunaudiomixer_ctrl_build_list):
14244         Set the output track as the MASTER so that the gnome-settings-daemon
14245         keybindings for changing the volume using the keyboard works.
14246         Fixes #356142.
14247
14248 2006-09-15  Wim Taymans  <wim@fluendo.com>
14249
14250         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
14251         Fix documentation, it is not possible to control the framerate of jpegdec
14252         using filtered caps yet. Fixes #355210.
14253         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
14254         stop when there is an error.
14255
14256 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14257
14258         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
14259         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
14260           Don't interpret a first buffer with an offset of NONE as
14261           'from the middle of the stream', but only a first buffer
14262           that has a valid buffer offset that's non-zero (see #345449).
14263
14264 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
14267         (gst_icydemux_typefind_or_forward):
14268         * gst/icydemux/gsticydemux.h:
14269           When we merge/collect multiple incoming buffers for typefinding
14270           purposes, keep an initial 0 offset on the first outgoing buffer
14271           as well (otherwise id3demux won't work right). Fixes #345449.
14272           Also Make buffer metadata writable before setting buffer caps.
14273
14274         * tests/check/elements/icydemux.c: (typefind_succeed),
14275         (cleanup_icydemux), (push_data), (GST_START_TEST),
14276         (icydemux_suite):
14277           Small test case for the above.
14278
14279 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
14280
14281         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
14282         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
14283         (gst_avi_demux_stream_header_push),
14284         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14285         (gst_avi_demux_loop):
14286           More code reuse and better logging in _peek_chunk(). Reintroduce check
14287           for chunk sizes before reading them (avoid oom). Better handling for 
14288           invalid chunksizes when streaming.
14289
14290 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
14291
14292         * gst/level/gstlevel.c: (gst_level_set_property):
14293         * gst/level/gstlevel.h:
14294           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
14295           René Stadler
14296
14297 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
14298
14299         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14300         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14301         (gst_avi_demux_stream_data):
14302           Revert one change to fix streaming avi (adapter size != data size).
14303
14304 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14305
14306         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
14307
14308         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
14309         (gst_matroska_demux_reset),
14310         (gst_matroska_demux_read_track_encodings),
14311         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14312         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14313         (gst_matroska_demux_subtitle_caps):
14314         * gst/matroska/matroska-ids.h:
14315           Add support for VOBSUB subtitle tracks and zlib-compressed
14316           tracks. Make sure we start on a keyframe after a seek. (#343348)
14317
14318 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14319
14320         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14321         (gst_matroska_demux_push_flac_codec_priv_data),
14322         (gst_matroska_demux_push_xiph_codec_priv_data),
14323         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14324         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14325         * gst/matroska/matroska-ids.h:
14326           Add basic FLAC support (#311586), not perfect yet though, needs some
14327           tweaking in flacdec; also, seeking could be better.
14328           Do better bounds checking when deserialising vorbis stream headers
14329           to make sure we don't read beyond the end of the buffer on bad input.
14330
14331 2006-09-04  Wim Taymans  <wim@fluendo.com>
14332
14333         Patch by: Alessandro Decina <alessandro at nnva dot org>
14334
14335         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14336         Seeking back in a file containing a CMML stream errors out if the seek
14337         goes back up to the CMML headers. This is because after the seek the xml
14338         processing instruction <?xml ...?> is submitted to the xml parser again, 
14339         which results in an error. The attached patch fixes the problem. 
14340         Fixes #353908.
14341
14342         * ext/annodex/gstcmmlenc.h:
14343         Fix authors name.
14344
14345
14346 2006-08-28  Andy Wingo  <wingo@pobox.com>
14347
14348         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14349         New helper function to lessen the ifdefs.
14350         (GST_INFO_OBJECT): 
14351         (gst_dv1394src_iso_receive): Use it.
14352         (gst_dv1394src_create): Also use the control sockets in iec61883
14353         mode.
14354         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14355         handle for AVC operations; fixes #348233.
14356
14357 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14358
14359         * configure.ac:
14360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14361         * docs/plugins/inspect/plugin-audiofx.xml:
14362         * docs/plugins/inspect/plugin-audiofxgood.xml:
14363         * gst/audiofx/Makefile.am:
14364         * gst/audiofx/audiofx.c:
14365         * gst/audiofxgood/.cvsignore:
14366         * gst/audiofxgood/Makefile.am:
14367         * gst/audiofxgood/audiofx.c:
14368         * gst/audiofxgood/audiopanorama.c:
14369         * gst/audiofxgood/audiopanorama.h:
14370           Rename again (audiofxgood -> audiofx).
14371
14372 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14373
14374         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14375         (gst_avi_demux_stream_scan):
14376           Initialze variables.
14377
14378 2006-08-25  Wim Taymans  <wim@fluendo.com>
14379
14380         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14381         (gst_avi_demux_init), (gst_avi_demux_finalize),
14382         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14383         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14384         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14385         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14386         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14387         (gst_avi_demux_massage_index),
14388         (gst_avi_demux_calculate_durations_from_index),
14389         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14390         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14391         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14392         (gst_avi_demux_change_state):
14393         * gst/avi/gstavidemux.h:
14394         More attempts to turn this into readable code.
14395         Don't leak adapters.
14396         Calculate duration according to index more efficiently.
14397         Don't try to act like we drive the pipeline in chain mode.
14398
14399 2006-08-25  Wim Taymans  <wim@fluendo.com>
14400
14401         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14402         Fix build.
14403
14404 2006-08-25  Wim Taymans  <wim@fluendo.com>
14405
14406         Patch by: Alessandro Decina <alessandro at nnva dot org>
14407
14408         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14409         Do some extra sanity checks.
14410         Fixes #350340.
14411
14412         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14413         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14414         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14415         Check if clip->start_time is valid before adding the clip to the
14416         track list.
14417         Reset enc->preamble going from PAUSED to READY.
14418         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14419         only used for EOS.
14420         Only post an error message if we were the one that created the fatal
14421         GstFlowReturn value.
14422
14423         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14424         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14425         Parse the seconds field of the npt-sec time format using %llu rather than
14426         %d and check that the value scaled by GST_SECOND doesn't overflow.
14427         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14428         Lookup a clip's track with clip->track rather than clip->id which
14429         makes no sense.
14430         Identify a clip by its track and start time and not its xml id.
14431         do some more input checking and make sure we don't do undefined shifts.
14432
14433         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14434         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14435         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14436         (push_clip), (push_empty_clip), (check_output_clip),
14437         (GST_START_TEST), (cmmldec_suite):
14438         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14439         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14440         (check_headers), (push_clip), (check_clip_times), (check_clip),
14441         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14442         Added some more checks.
14443
14444 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14445
14446         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14447         (gst_audio_panorama_set_property),
14448         (gst_audio_panorama_get_property),
14449         (gst_audio_panorama_transform_m2s_int),
14450         (gst_audio_panorama_transform_s2s_int),
14451         (gst_audio_panorama_transform_m2s_float),
14452         (gst_audio_panorama_transform_s2s_float):
14453         * gst/audiofxgood/audiopanorama.h:
14454         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14455           Make also the pan-property float (saves scaling and yields better
14456           resolution)
14457
14458 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14459
14460         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14461         (gst_audio_panorama_transform_m2s_float),
14462         (gst_audio_panorama_transform_s2s_float):
14463           ChangeLog surgery to add cymax's real name
14464
14465
14466 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14467
14468         Patch by: René Stadler <mail@renestadler.de>
14469
14470         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14471         (gst_audio_panorama_transform_m2s_int),
14472         (gst_audio_panorama_transform_s2s_int),
14473         (gst_audio_panorama_transform_m2s_float),
14474         (gst_audio_panorama_transform_s2s_float),
14475         (gst_audio_panorama_transform):
14476         * gst/audiofxgood/audiopanorama.h:
14477           Added float support
14478
14479 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14480
14481         * gst/audiofxgood/audiopanorama.c:
14482         (gst_audio_panorama_transform_m2s):
14483           Fix docs & debug category. Add Fixme for volume pan levels.
14484
14485 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14486
14487         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14488         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14489         (gst_avi_demux_stream_header_pull),
14490         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14491         (gst_avi_demux_chain):
14492           unbreak AVI index handling, some more debug, remove an obsolete
14493           adapter_flush that caused streaming to wander off in the wild
14494
14495 2006-08-24  Wim Taymans  <wim@fluendo.com>
14496
14497         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14498         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14499         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14500         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14501         (gst_avi_demux_calculate_durations_from_index),
14502         (gst_avi_demux_stream_header_push),
14503         (gst_avi_demux_stream_header_pull):
14504         * gst/avi/gstavidemux.h:
14505         Some more cleanups. 
14506         Fix totalFrames parsing in ODML.
14507         Disable use of index for length calculation in case of ODML as this is
14508         broken now.
14509
14510 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14511
14512         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14513           Use libgsttag helper function here too.
14514
14515 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14516
14517         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14518         (gst_avi_demux_init), (gst_avi_demux_dispose),
14519         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14520         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14521         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14522         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14523         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14524         (gst_avi_demux_parse_subindex),
14525         (gst_avi_demux_read_subindexes_push),
14526         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14527         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14528         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14529         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14530         (gst_avi_demux_stream_header_pull),
14531         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14532         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14533         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14534         (gst_avi_demux_change_state):
14535         * gst/avi/gstavidemux.h:
14536           Initial streaming support for avidemux (fixes #336465)
14537
14538 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14539
14540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14541           There is no taglibmux element ...
14542
14543         * gst/rtsp/gstrtspsrc.c:
14544           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14545           was complaining about unknown entity here.
14546
14547 2006-08-22  Wim Taymans  <wim@fluendo.com>
14548
14549         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14550         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14551         (gst_avi_demux_process_next_entry):
14552         * gst/avi/gstavidemux.h:
14553         Mark DISCONT.
14554         Remove old unused fields and reorder the struct a bit.
14555
14556 2006-08-22  Wim Taymans  <wim@fluendo.com>
14557
14558         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14559         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14560         (gst_rtspsrc_pause):
14561         * gst/rtsp/gstrtspsrc.h:
14562         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14563         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14564         Small documentation updates.
14565
14566 2006-08-22  Wim Taymans  <wim@fluendo.com>
14567
14568         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14569         (gst_avi_demux_index_entry_for_time),
14570         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14571         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14572         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14573         (gst_avi_demux_next_data_buffer),
14574         (gst_avi_demux_calculate_durations_from_index),
14575         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14576         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14577         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14578         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14579         * gst/avi/gstavidemux.h:
14580         Precalc most of the duration query for each stream.
14581         Make seeking more correct.
14582         Use GstSegment to track position and duration.
14583         Code cleanups and leak fixes.
14584         Calculate correct total duration based on index length.
14585
14586 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14587
14588         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14589         (parse_insert_string_field):
14590           If strings in text fields are marked ISO8859-1, but contain
14591           valid UTF-8 already, then handle them as UTF-8 and ignore
14592           the encoding. (#351794)
14593
14594 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14595
14596         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14597         (gst_flac_dec_write), (gst_flac_dec_loop),
14598         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14599         (gst_flac_dec_src_query):
14600         * ext/flac/gstflacdec.h:
14601           Make flac-in-ogg work (#352100).
14602
14603 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14606           Don't unref buffers of which we've already given away
14607           ownership to the adapter.
14608
14609 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14610
14611         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14612           Make metadata extraction actually work.
14613
14614         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14615         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14616         (gst_speexenc_chain):
14617           Fix metadata writing: replace old code which wrote completely
14618           broken tags with libgsttag-based code. Plus miscellaneous
14619           code cleanups (use static pad templates etc.) and a bunch
14620           of leak fixes.
14621
14622 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14623
14624         * gst/audiopanorama/.cvsignore:
14625         * gst/audiopanorama/Makefile.am:
14626         * gst/audiopanorama/audiofx.c:
14627         * gst/audiopanorama/audiopanorama.c:
14628         * gst/audiopanorama/audiopanorama.h:
14629           die! die! die! you should never have been there
14630
14631 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14632
14633         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14634         Fix invalid memory access in audiopanorama test suite.
14635
14636 2006-08-21  Edward Hervey  <edward@fluendo.com>
14637
14638         * tests/check/elements/.cvsignore:
14639         ignore built file
14640
14641 2006-08-21  Wim Taymans  <wim@fluendo.com>
14642
14643         * gst/rtp/Makefile.am:
14644         Fix the build again.
14645
14646 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14647
14648         * gst/audiofxgood/.cvsignore:
14649         * gst/audiofxgood/Makefile.am:
14650         * gst/audiofxgood/audiofx.c: (plugin_init):
14651         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14652         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14653         (gst_audio_panorama_set_property),
14654         (gst_audio_panorama_get_property),
14655         (gst_audio_panorama_get_unit_size),
14656         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14657         (gst_audio_panorama_transform_m2s),
14658         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14659         * gst/audiofxgood/audiopanorama.h:
14660           resubmit with the desired name *again*
14661
14662 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14663
14664         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14665         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14666           use g_assert in _get_unit_size
14667
14668 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14669
14670         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14671         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14672         * docs/plugins/inspect/plugin-audiofxgood.xml:
14673           cleanup -unused.txt to make it useful, add previously missing docs
14674
14675         * ext/Makefile.am:
14676           Quietly (accidentally) enable LADSPA for building by default, 
14677           despite the fact that it doesn't meet the plugin checklist.
14678             -- Added by Jan Schmidt 18 Dec 2006
14679
14680         * ext/esd/esdmon.c:
14681         * ext/esd/esdsink.c:
14682         * ext/esd/gstesd.c: (plugin_init):
14683           reflow to get rid of two external symbols
14684
14685         * gst/audiofxgood/audiofx.c: (plugin_init):
14686           re-add
14687
14688 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14689
14690         * configure.ac:
14691         * gst/audiofxgood/.cvsignore:
14692         * gst/audiofxgood/Makefile.am:
14693         * gst/audiofxgood/audiofx.c
14694         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14695         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14696         (gst_audio_panorama_set_property),
14697         (gst_audio_panorama_get_property),
14698         (gst_audio_panorama_get_unit_size),
14699         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14700         (gst_audio_panorama_transform_m2s),
14701         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14702         * gst/audiofxgood/audiopanorama.h:
14703         * tests/check/Makefile.am:
14704         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14705         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14706         (panorama_suite), (main):
14707         Add audiofxgood plugin with audiopanorama element
14708
14709 2006-08-18  Wim Taymans  <wim@fluendo.com>
14710
14711         * docs/plugins/Makefile.am:
14712         More Oss docs fixage. 
14713
14714 2006-08-18  Wim Taymans  <wim@fluendo.com>
14715
14716         * gst/rtp/Makefile.am:
14717         * gst/rtp/gstrtp.c: (plugin_init):
14718         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14719         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14720         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14721         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14722         (gst_rtp_sv3v_depay_get_property),
14723         (gst_rtp_sv3v_depay_change_state),
14724         (gst_rtp_sv3v_depay_plugin_init):
14725         * gst/rtp/gstrtpsv3vdepay.h:
14726         Added experimental SVQ3 depayloader.
14727
14728 2006-08-18  Edward Hervey  <edward@fluendo.com>
14729
14730         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14731         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14732         * ext/dv/gstdvdemux.h:
14733         When handling seek requests, don't send the newsegment event from the
14734         calling thread. Instead save it so it can be sent from the streaming
14735         thread.
14736
14737 2006-08-17  Wim Taymans  <wim@fluendo.com>
14738
14739         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14740
14741         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14742         Accept leading whitespace before the boundary
14743         This patch makes the demuxer allow some whitespace before the actual
14744         boundary. This makes the demuxer work with the ``old'' gstreamer
14745         multipartmuxer again (which placed an extra \n before the start
14746         of the stream) Fixes #349068.
14747
14748 2006-08-17  Wim Taymans  <wim@fluendo.com>
14749
14750         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14751         Error out on non-implemented stuff.
14752
14753 2006-08-16  Wim Taymans  <wim@fluendo.com>
14754
14755         Patch by: Andy Wingo <wingo at pobox dot com>
14756
14757         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14758         (gst_signal_processor_start), (gst_signal_processor_stop),
14759         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14760         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14761         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14762         (gst_signal_processor_change_state):
14763         Make ladspa elements reusable. Fixes #350006.
14764
14765 2006-08-16  Wim Taymans  <wim@fluendo.com>
14766
14767         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14768         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14769         names as possible. Fixes #349901.
14770
14771 2006-08-16  Wim Taymans  <wim@fluendo.com>
14772
14773         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14774         (gst_signal_processor_do_pushes):
14775         A push() gives away our refcount so we should not use the buffer on the
14776         pen anymore.
14777
14778 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14779
14780         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14781         (gst_oss_mixer_element_finalize):
14782           Don't leak device string.
14783
14784 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14785
14786         * configure.ac:
14787           Require CVS of GStreamer core and -base (for
14788           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14789
14790         * ext/taglib/gstid3v2mux.cc:
14791           Write extended comment tags properly (#348762).
14792
14793         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14794         (parse_comment_frame):
14795           Extract COMM frames into extended comments, which makes it
14796           easier to properly retain the description bit of the tag
14797           and maintain this information when re-tagging (#348762).
14798
14799 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * tests/check/Makefile.am:
14802           Don't try to run annodex unit tests if the annodex
14803           plugin has not been built (Fixes #351116).
14804
14805 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * gst/autodetect/gstautoaudiosink.c:
14808         (gst_auto_audio_sink_find_best):
14809           When we can't find a usable audiosink, don't error out,
14810           but use a fake sink instead and post a warning message
14811           on the bus (#341278).
14812
14813 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14816         * sys/oss/gstosssink.c:
14817         * sys/oss/gstosssrc.c:
14818           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14819           ossmixer's new device property.
14820
14821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14823           Add docs for OSS elements.
14824
14825         * docs/plugins/inspect/plugin-aasink.xml:
14826         * docs/plugins/inspect/plugin-alaw.xml:
14827         * docs/plugins/inspect/plugin-alpha.xml:
14828         * docs/plugins/inspect/plugin-alphacolor.xml:
14829         * docs/plugins/inspect/plugin-annodex.xml:
14830         * docs/plugins/inspect/plugin-apetag.xml:
14831         * docs/plugins/inspect/plugin-auparse.xml:
14832         * docs/plugins/inspect/plugin-autodetect.xml:
14833         * docs/plugins/inspect/plugin-avi.xml:
14834         * docs/plugins/inspect/plugin-cacasink.xml:
14835         * docs/plugins/inspect/plugin-cairo.xml:
14836         * docs/plugins/inspect/plugin-cdio.xml:
14837         * docs/plugins/inspect/plugin-cutter.xml:
14838         * docs/plugins/inspect/plugin-debug.xml:
14839         * docs/plugins/inspect/plugin-dv.xml:
14840         * docs/plugins/inspect/plugin-efence.xml:
14841         * docs/plugins/inspect/plugin-effectv.xml:
14842         * docs/plugins/inspect/plugin-esdsink.xml:
14843         * docs/plugins/inspect/plugin-flac.xml:
14844         * docs/plugins/inspect/plugin-flxdec.xml:
14845         * docs/plugins/inspect/plugin-gconfelements.xml:
14846         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14847         * docs/plugins/inspect/plugin-goom.xml:
14848         * docs/plugins/inspect/plugin-halelements.xml:
14849         * docs/plugins/inspect/plugin-icydemux.xml:
14850         * docs/plugins/inspect/plugin-id3demux.xml:
14851         * docs/plugins/inspect/plugin-jpeg.xml:
14852         * docs/plugins/inspect/plugin-level.xml:
14853         * docs/plugins/inspect/plugin-matroska.xml:
14854         * docs/plugins/inspect/plugin-mulaw.xml:
14855         * docs/plugins/inspect/plugin-multipart.xml:
14856         * docs/plugins/inspect/plugin-navigationtest.xml:
14857         * docs/plugins/inspect/plugin-ossaudio.xml:
14858         * docs/plugins/inspect/plugin-png.xml:
14859         * docs/plugins/inspect/plugin-rtp.xml:
14860         * docs/plugins/inspect/plugin-rtsp.xml:
14861         * docs/plugins/inspect/plugin-shout2send.xml:
14862         * docs/plugins/inspect/plugin-smpte.xml:
14863         * docs/plugins/inspect/plugin-speex.xml:
14864         * docs/plugins/inspect/plugin-taglib.xml:
14865         * docs/plugins/inspect/plugin-udp.xml:
14866         * docs/plugins/inspect/plugin-videobalance.xml:
14867         * docs/plugins/inspect/plugin-videobox.xml:
14868         * docs/plugins/inspect/plugin-videoflip.xml:
14869         * docs/plugins/inspect/plugin-videomixer.xml:
14870         * docs/plugins/inspect/plugin-wavenc.xml:
14871         * docs/plugins/inspect/plugin-wavparse.xml:
14872         * docs/plugins/inspect/plugin-ximagesrc.xml:
14873           Update to CVS version.
14874           
14875 2006-08-16  Wim Taymans  <wim@fluendo.com>
14876
14877         * gst/rtp/gstrtpamrdepay.c:
14878         * gst/rtp/gstrtpmp4gdepay.c:
14879         Caps extra properties must be defined as strings for
14880         depayloaders because they are generated from an SDP.
14881
14882         * gst/rtp/Makefile.am:
14883         * gst/rtp/gstrtp.c: (plugin_init):
14884         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14885         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14886         (gst_rtp_h264_depay_finalize), (decode_base64),
14887         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14888         (gst_rtp_h264_depay_set_property),
14889         (gst_rtp_h264_depay_get_property),
14890         (gst_rtp_h264_depay_change_state),
14891         (gst_rtp_h264_depay_plugin_init):
14892         * gst/rtp/gstrtph264depay.h:
14893         Added basic, not completely functional RFC 3984 H264 depayloader.
14894
14895 2006-08-16  Wim Taymans  <wim@fluendo.com>
14896
14897         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14898         Add pads after setting them up.
14899
14900         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14901         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14902         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14903         (gst_rtspsrc_stream_setup_rtp),
14904         (gst_rtspsrc_stream_configure_transport),
14905         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14906         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14907         (gst_rtspsrc_pause):
14908         * gst/rtsp/gstrtspsrc.h:
14909         Fix interleaved mode.
14910          - Protect streaming with lock.
14911          - Combine flows
14912          - set caps on outgoing buffers.
14913          - strip trailing \0 from data packets.
14914          - Configure RTP/RTCP in stream.
14915         Use DEBUG_OBJECT more.
14916
14917 2006-08-16  Wim Taymans  <wim@fluendo.com>
14918
14919         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14920         Turn a g_print into a DEBUG line.
14921
14922 2006-08-13  Wim Taymans  <wim@fluendo.com>
14923
14924         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14925         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14926         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14927         (gst_oss_mixer_element_get_property),
14928         (gst_oss_mixer_element_change_state):
14929         * sys/oss/gstossmixerelement.h:
14930         Small cleanups. Better error reporting.
14931         Add device property for the mixer instead of the hardcoded
14932         /dev/mixer. Fixes #350785.
14933         API: GstOssMixerElement::device property
14934
14935 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14936
14937         Patch by: Jens Granseuer <jensgr at gmx net>
14938
14939         * gconf/Makefile.am:
14940           Make --disable-schemas work right (they still need
14941           to be copied to the installation directory, just not
14942           applied). Fixes #351347 (also #344100).
14943           
14944 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14945
14946         * configure.ac: back to HEAD
14947
14948 === release 0.10.4 ===
14949
14950 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14951
14952         * configure.ac:
14953           releasing 0.10.4, "Dear Leader"
14954
14955 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14956
14957         Patch by: Edward Hervey <edward@fluendo.com>
14958
14959         * configure.ac:
14960         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14961         (gst_wavparse_stream_data):
14962         Send the newsegment event in the streaming thread.
14963         Fixes #347529
14964
14965 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14966
14967         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14968         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14969         (gst_smokeenc_resync), (gst_smokeenc_chain):
14970           Refuse sink caps in the encoder if width or height is not a
14971           multiple of 16, the encoder does not support that yet (#349939);
14972           along the same lines, check the return value of the encoder
14973           setup function; also remove some debug log clutter.
14974
14975 2006-08-04  Andy Wingo  <wingo@pobox.com>
14976
14977         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14978         whether a processor can work in place or not, and for keeping
14979         track of its state. Change the FlowReturn instance variable from
14980         "state" to "flow_state", all callers changed.
14981
14982         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14983         (gst_signal_processor_start, gst_signal_processor_stop)
14984         (gst_signal_processor_cleanup): New functions to manage the
14985         processor's state.
14986         (gst_signal_processor_setcaps): start() as well as setup() here.
14987         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14988         (gst_signal_processor_change_state): Stop and cleanup the
14989         processor as we go to NULL.
14990
14991         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14992         INPLACE_BROKEN is not set.
14993
14994         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14995         Do the alloc_buffer in bytes, not frames.
14996         
14997 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14998
14999         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
15000         Fix rgb masks when recording in < 24bpp.
15001
15002 2006-08-04  Andy Wingo  <wingo@pobox.com>
15003
15004         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
15005         (gst_signal_processor_prepare)
15006         (gst_signal_processor_update_inputs)
15007         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
15008         (gst_signal_processor_flush)
15009         (gst_signal_processor_sink_activate_push)
15010         (gst_signal_processor_src_activate_pull)
15011         (gst_signal_processor_change_state): Remove the last of the code
15012         that assumes that we process whole buffers at a time. Fix some
15013         debugging. Seems to work now in some cases.
15014         (gst_signal_processor_src_activate_pull): BPB
15015
15016 2006-08-01  Andy Wingo  <wingo@pobox.com>
15017
15018         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
15019         Fix nframes-choosing.
15020         (gst_signal_processor_init): Init pending_in and pending_out.
15021
15022         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
15023         more default sample rate, although we never check that the sample
15024         rate actually gets set. Something for the future.
15025         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
15026         (gst_signal_processor_event): Refcount fixen.
15027         (gst_signal_processor_process): Pull the number of frames to
15028         process from the sizes of the buffers in the input pens.
15029         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
15030         (gst_signal_processor_do_pulls): Add an nframes argument, and use
15031         it instead of buffer_frames.
15032         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
15033         to do_pulls.
15034         (gst_signal_processor_chain)
15035         (gst_signal_processor_sink_activate_push)
15036         (gst_signal_processor_src_activate_pull):  Refcount fixen.
15037
15038         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
15039
15040 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
15041
15042         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
15043         (gst_signal_processor_process):
15044           don't query buffer-frames from caps, add lots of debug-log,
15045           try fix for assert (#349189)
15046
15047 2006-07-31  Wim Taymans  <wim@fluendo.com>
15048
15049         * gst/udp/gstudpsrc.c:
15050         Fix docs.
15051
15052 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
15053
15054         * ext/ladspa/gstsignalprocessor.c:
15055         (gst_signal_processor_add_pad_from_template),
15056         (gst_signal_processor_init), (gst_signal_processor_setcaps),
15057         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
15058         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
15059         (gst_signal_processor_sink_activate_push),
15060         (gst_signal_processor_src_activate_pull),
15061         (gst_signal_processor_change_state):
15062          Add debugs logs here and there, add more error handling, add some
15063          FIXME comments, filed #349189
15064
15065 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15066
15067         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
15068         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
15069         Set caps on buffer correctly.  Fixes bug #349155.
15070
15071 2006-07-28  Wim Taymans  <wim@fluendo.com>
15072
15073         Patch by: Sjoerd Simons <sjoerd at luon dot net>
15074
15075         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
15076         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
15077         (gst_multipart_demux_finalize), (get_line_end),
15078         (multipart_parse_header), (multipart_find_boundary),
15079         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
15080         (gst_multipart_set_property), (gst_multipart_get_property):
15081         Uses GstAdapter instead of own buffering.
15082         Actually parses the mime-type correctly (In tests the mime-type was
15083         always "" with the old version).
15084         Uses the Content-length header if available to speed up things.
15085         Reliably autoscans the boundary name by default.
15086         Fixes #349068.
15087
15088         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
15089         Don't start the stream with a \n.
15090
15091 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
15092
15093         Patch by: Brian Cameron <brian dot cameron at sun com>
15094
15095         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
15096           Open source with O_NONBLOCK (#349015).
15097
15098 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
15099
15100         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
15101         (gst_avi_demux_massage_index):
15102         * gst/avi/gstavidemux.h:
15103           Whitespace fixes and more debug
15104
15105 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * gst/autodetect/gstautoaudiosink.c:
15108         (gst_auto_audio_sink_create_element_with_pretty_name),
15109         (gst_auto_audio_sink_find_best),
15110         (gst_auto_audio_sink_change_state):
15111           Get rid of old and unused magic sound-server properties stuff.
15112           Add suffix to child sink's name that makes it easy to see from
15113           the name alone which type it actually is (alsa, oss, esd, etc.).
15114
15115 2006-07-27  Wim Taymans  <wim@fluendo.com>
15116
15117         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15118         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
15119         (gst_udpsrc_start):
15120         * gst/udp/gstudpsrc.h:
15121         Rename "buffer" to "buffer-size" to make clear it is a size we set and
15122         not some sort of feature we enable.
15123
15124 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
15125
15126         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
15127           Use CLOSE_SOCKET() here instead of close() to maintain
15128           win32 workiness.
15129
15130 2006-07-27  Wim Taymans  <wim@fluendo.com>
15131
15132         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
15133
15134         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
15135         (gst_udpsrc_create), (gst_udpsrc_set_property),
15136         (gst_udpsrc_get_property), (gst_udpsrc_start):
15137         * gst/udp/gstudpsrc.h:
15138         Added "buffer-size" property to control the kernel receive buffer size.
15139         Update documentation.
15140         Small cleanups. Fixes #348752.
15141         API: buffer-size property
15142
15143 2006-07-26  Wim Taymans  <wim@fluendo.com>
15144
15145         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
15146
15147         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
15148         (gst_rtp_pcma_pay_handle_buffer):
15149         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
15150         (gst_rtp_pcmu_pay_handle_buffer):
15151         Fix timestamp calculation on outgoing RTP packets.
15152         Fixes #348675.
15153
15154 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15155
15156         * ext/taglib/gstid3v2mux.cc:
15157           Fix writing of comment frames (should be COMM not TCOM),
15158           is still sub-optimal though, since we don't retain or
15159           extract the comment descriptions properly (#334375,
15160           also see #334375).
15161
15162 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * gst/wavparse/gstwavparse.c:
15165           #define 'fact' RIFF chunk if we are not compiling against
15166           -base CVS (we don't want to depend on -base CVS for this
15167           one define only, and also not for release order reasons).
15168
15169 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * ext/taglib/gstid3v2mux.cc:
15172           Handle multiple tags of the same type properly. Re-inject
15173           unparsed ID3v2 frames that we get as binary blobs from
15174           id3demux into the tag again so we don't lose information
15175           when retagging (#334375).
15176
15177 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15178
15179         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
15180           Document newly-added properties properly, so that there is a
15181           'Since: 0.10.4' in the plugin docs. Convert some property
15182           names into canonical GObject style (GObject will do that
15183           internally anyway).
15184
15185 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
15186
15187         * gst/id3demux/id3tags.c:
15188         (id3demux_add_id3v2_frame_blob_to_taglist):
15189           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
15190           well, and add the version to the blob's buffer caps, since that
15191           information will be needed for deserialisation later on (#348644).
15192
15193 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
15194
15195         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
15196         (gst_avi_demux_parse_stream):
15197          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
15198          indentation and spacing.
15199
15200 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * docs/plugins/Makefile.am:
15203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15204         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15205         * docs/plugins/gst-plugins-good-plugins.args:
15206         * docs/plugins/inspect/plugin-1394.xml:
15207         * docs/plugins/inspect/plugin-aasink.xml:
15208         * docs/plugins/inspect/plugin-alaw.xml:
15209         * docs/plugins/inspect/plugin-alpha.xml:
15210         * docs/plugins/inspect/plugin-alphacolor.xml:
15211         * docs/plugins/inspect/plugin-annodex.xml:
15212         * docs/plugins/inspect/plugin-apetag.xml:
15213         * docs/plugins/inspect/plugin-auparse.xml:
15214         * docs/plugins/inspect/plugin-autodetect.xml:
15215         * docs/plugins/inspect/plugin-avi.xml:
15216         * docs/plugins/inspect/plugin-cacasink.xml:
15217         * docs/plugins/inspect/plugin-cairo.xml:
15218         * docs/plugins/inspect/plugin-cdio.xml:
15219         * docs/plugins/inspect/plugin-cutter.xml:
15220         * docs/plugins/inspect/plugin-debug.xml:
15221         * docs/plugins/inspect/plugin-dv.xml:
15222         * docs/plugins/inspect/plugin-efence.xml:
15223         * docs/plugins/inspect/plugin-effectv.xml:
15224         * docs/plugins/inspect/plugin-esdsink.xml:
15225         * docs/plugins/inspect/plugin-flac.xml:
15226         * docs/plugins/inspect/plugin-flxdec.xml:
15227         * docs/plugins/inspect/plugin-gconfelements.xml:
15228         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
15229         * docs/plugins/inspect/plugin-goom.xml:
15230         * docs/plugins/inspect/plugin-halelements.xml:
15231         * docs/plugins/inspect/plugin-icydemux.xml:
15232         * docs/plugins/inspect/plugin-id3demux.xml:
15233         * docs/plugins/inspect/plugin-jpeg.xml:
15234         * docs/plugins/inspect/plugin-level.xml:
15235         * docs/plugins/inspect/plugin-matroska.xml:
15236         * docs/plugins/inspect/plugin-mulaw.xml:
15237         * docs/plugins/inspect/plugin-multipart.xml:
15238         * docs/plugins/inspect/plugin-navigationtest.xml:
15239         * docs/plugins/inspect/plugin-ossaudio.xml:
15240         * docs/plugins/inspect/plugin-png.xml:
15241         * docs/plugins/inspect/plugin-rtp.xml:
15242         * docs/plugins/inspect/plugin-rtsp.xml:
15243         * docs/plugins/inspect/plugin-shout2send.xml:
15244         * docs/plugins/inspect/plugin-smpte.xml:
15245         * docs/plugins/inspect/plugin-speex.xml:
15246         * docs/plugins/inspect/plugin-udp.xml:
15247         * docs/plugins/inspect/plugin-videobalance.xml:
15248         * docs/plugins/inspect/plugin-videobox.xml:
15249         * docs/plugins/inspect/plugin-videoflip.xml:
15250         * docs/plugins/inspect/plugin-videomixer.xml:
15251         * docs/plugins/inspect/plugin-wavenc.xml:
15252         * docs/plugins/inspect/plugin-wavparse.xml:
15253         * docs/plugins/inspect/plugin-ximagesrc.xml:
15254           Update files to CVS/Prerelease version, add esdsink docs.
15255
15256         * ext/esd/esdsink.c:
15257           Add gtk-doc blurb.
15258
15259         * gst/rtp/gstrtpmp4vpay.c:
15260           Fix typo in element description.
15261
15262 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         * ext/esd/esdsink.c: (gst_esdsink_open),
15265         (gst_esdsink_factory_init):
15266           Prevent libesd from auto-spawning a sound daemon if it
15267           is not already running. Now that we don't do evil stuff
15268           like that any longer we can give esdsink a rank so that
15269           autoaudiosink will try it as well if all other audio
15270           sinks fail (#343051).
15271
15272 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         * ext/esd/Makefile.am:
15275           Oops, need to remove README from EXTRA_DIST as well.
15276
15277 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * ext/esd/README:
15280           Remove, it contains nothing useful anyway.
15281
15282         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
15283         (gst_esdsink_delay):
15284           Some small clean-ups; use GST_BOILERPLATE etc.
15285
15286 2006-07-24  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/law/alaw-decode.c: (alawdec_getcaps):
15289         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
15290         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
15291         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
15292         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
15293
15294 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
15295
15296         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
15297         (gst_wavparse_other), (gst_wavparse_perform_seek),
15298         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
15299         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
15300         (gst_wavparse_pad_query):
15301         * gst/wavparse/gstwavparse.h:
15302           Use information from 'fact' chunk for length calculation of compressed
15303           samples. Calculate bps if bogus value is found in wav header (embeded
15304           mp2/mp3).
15305           
15306
15307 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
15310
15311         * configure.ac:
15312         * gst/udp/Makefile.am:
15313         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15314         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15315         * gst/udp/gstdynudpsink.h:
15316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15317         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15318         * gst/udp/gstmultiudpsink.h:
15319         * gst/udp/gstudp.c: (plugin_init):
15320         * gst/udp/gstudpsink.h:
15321         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15322         (gst_udpsrc_start), (gst_udpsrc_stop):
15323         * gst/udp/gstudpsrc.h:
15324         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15325         (gst_udp_net_utils_win32_wsa_startup):
15326         * gst/udp/gstudpnetutils.h:
15327           Port udp plugin to win32 (#345288).
15328
15329 2006-07-24  Wim Taymans  <wim@fluendo.com>
15330
15331         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15332         Remove unwanted DEBUG line.
15333
15334 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15335
15336         * gst/id3demux/gstid3demux.c: (plugin_init):
15337         * gst/id3demux/id3tags.c:
15338         (id3demux_add_id3v2_frame_blob_to_taglist):
15339         * gst/id3demux/id3tags.h:
15340           On second thought, it might be wiser and more efficient
15341           not to do tag registration from a streaming thread.
15342
15343 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15344
15345         * gst/id3demux/id3tags.c:
15346         (id3demux_add_id3v2_frame_blob_to_taglist),
15347         (id3demux_id3v2_frames_to_tag_list):
15348           Put ID3v2 frames we can't parse as binary blobs into private
15349           tags, so that they are not lost when retagging, at least once
15350           id3v2mux has been taught to re-inject those frames again.
15351           See bug #334375.
15352
15353 2006-07-21  Wim Taymans  <wim@fluendo.com>
15354
15355         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15356         (gst_avi_demux_process_next_entry):
15357         Fix some leaks.
15358
15359         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15360         Don't use \n in debug lines.
15361
15362 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15363
15364         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15365         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15366           Add annodex and icydemux, cleanup the sections a bit
15367
15368 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15369
15370         Patch by: Alex Lancaster <alexl at users sourceforge net>
15371
15372         * ext/taglib/gstid3v2mux.cc:
15373           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15374           ID3v2 TSSE frames (#347898).
15375
15376 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15377
15378         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15379           Respect mpegversion for "video/mpeg" and give message in case of
15380           unhandled versions.
15381
15382 2006-07-17  Wim Taymans  <wim@fluendo.com>
15383
15384         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15385         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15386         (gst_pngdec_chain), (gst_pngdec_sink_event),
15387         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15388         (gst_pngdec_sink_activate_push):
15389         * ext/libpng/gstpngdec.h:
15390         Use statically allocated segment instead of leaking.
15391         Various cleanups.
15392         Fix flush and seek handling.
15393
15394 2006-07-16  Wim Taymans  <wim@fluendo.com>
15395
15396         * gst/rtp/Makefile.am:
15397         * gst/rtp/gstrtp.c: (plugin_init):
15398         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15399         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15400         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15401         (gst_rtp_mp4g_depay_set_property),
15402         (gst_rtp_mp4g_depay_get_property),
15403         (gst_rtp_mp4g_depay_change_state),
15404         (gst_rtp_mp4g_depay_plugin_init):
15405         * gst/rtp/gstrtpmp4gdepay.h:
15406         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15407         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15408         (gst_rtp_mp4g_pay_flush):
15409         Added simple generic mpeg4 depayloader.
15410         Fix generic mpeg4 payloader.
15411
15412 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15413
15414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15415           Don't try doing state changes on a NULL pointer.
15416
15417 2006-07-14  Wim Taymans  <wim@fluendo.com>
15418
15419         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15420
15421         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15422         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15423         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15424         * gst/rtp/gstrtpamrdepay.h:
15425         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15426         Fixes #321191
15427
15428 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15429
15430         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15431         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15432         Fix segfault when moving mouse pointer to the bottom right corner.
15433
15434 2006-07-12  Wim Taymans  <wim@fluendo.com>
15435
15436         * gst/rtp/Makefile.am:
15437         * gst/rtp/gstrtp.c: (plugin_init):
15438         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15439         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15440         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15441         (gst_rtp_mp2t_depay_set_property),
15442         (gst_rtp_mp2t_depay_get_property),
15443         (gst_rtp_mp2t_depay_change_state),
15444         (gst_rtp_mp2t_depay_plugin_init):
15445         * gst/rtp/gstrtpmp2tdepay.h:
15446         Added mpeg2 TS depayloader. Closing #347234.
15447
15448 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15449
15450         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15451           Remove g_assert that shouldn't be there and was triggered
15452           after trying to open a device that doesn't exist or can't
15453           be opened for some other reason (#347972).
15454
15455 2006-07-10  Edward Hervey  <edward@fluendo.com>
15456
15457         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15458         (gst_avi_demux_stream_header), (push_tag_lists):
15459         * gst/avi/gstavidemux.h:
15460         Don't push tag events found by gst_riff_parse_info() before outputting
15461         GST_EVENT_NEWSEGMENT.
15462
15463 2006-07-10  Wim Taymans  <wim@fluendo.com>
15464
15465         * gst/rtsp/Makefile.am:
15466         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15467         (rtsp_connection_close):
15468         * gst/rtsp/rtspdefs.h:
15469         replaced closesocket and close in code with one CLOSE_SOCKET. 
15470         Some more cleanups. Fixes #345301.
15471
15472 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15473
15474         * gst/autodetect/gstautoaudiosink.c:
15475           Fix example pipeline in docs.
15476
15477 2006-07-10  Wim Taymans  <wim@fluendo.com>
15478
15479         Patch by: Rob Taylor <robtaylor at floopily dot org>
15480
15481         * gst/udp/gstmultiudpsink.c: (join_multicast),
15482         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15483         If a destination is added before the stream is set to PAUSED, the
15484         multicast group is not joined as the socket is not created yet. 
15485         Also TTL and LOOP should also be set. Fixes #346921.
15486
15487 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15488
15489         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15490         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15491         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15492         (gst_ximage_src_init):
15493         * sys/ximage/gstximagesrc.h:
15494         Fix use-damage property to actually work :)
15495         Add startx, starty, endx, endy properties so screencasts other than full
15496         screen ones can work.
15497
15498 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15499
15500         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15501         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15502         (gst_ximage_src_class_init), (gst_ximage_src_init):
15503         * sys/ximage/gstximagesrc.h:
15504         Add use_damage property to offer ability to choose whether to use
15505         XDamage or not.
15506
15507 2006-07-07  Wim Taymans  <wim@fluendo.com>
15508
15509         * gst/goom/filters.c: (zoomFilterSetResolution):
15510         Avoid goom coredumping by clearing memory. 
15511         Fixes 345679.
15512
15513 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15514
15515         * win32/vs6/libgstid3demux.dsp:
15516         Add a link to libgsttag-0.10.lib.
15517
15518 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15519
15520         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15521         (gst_tag_demux_read_range):
15522         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15523         (gst_id3demux_read_range):
15524           Don't return FLOW_UNEXPECTED when a buffer is before
15525           the start of the stream (which might happen with
15526           large ID3v2 tags if the tag reading was done pullrange
15527           based and we then switched to push mode later on).
15528           Fixes regression introduced by commit from June 29th.
15529
15530 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15531
15532         * ext/taglib/gstid3v2mux.cc:
15533           Make UTF-8 the default encoding when writing string
15534           tags (before, our UTF-8 strings would automatically
15535           be converted to ISO-8859-1 by taglib and written as
15536           ISO-8859-1 fields if that was possible).
15537
15538         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15539         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15540         (test_taglib_id3mux_with_tags):
15541           Add test case that makes sure our UTF-8 strings have
15542           actually been written into the tag as UTF-8.
15543
15544 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15545
15546         * configure.ac:
15547           Let's try that again.
15548
15549 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         * configure.ac:
15552           Disable monoscope plugin for now until it fulfills
15553           all the requirements.
15554
15555 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * configure.ac:
15558         * gst/monoscope/Makefile.am:
15559         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15560         (gst_monoscope_class_init), (gst_monoscope_init),
15561         (gst_monoscope_finalize), (gst_monoscope_reset),
15562         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15563         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15564         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15565         (gst_monoscope_change_state), (plugin_init):
15566         * gst/monoscope/gstmonoscope.h:
15567           Port monoscope visualisation to 0.10.
15568
15569 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15570
15571         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15572         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15573           Return FLOW_UNEXPECTED when at the end of the file, not
15574           FLOW_ERROR. Fixes 'internal stream error' errors that
15575           would sometimes occur in totem when scrubbing to the
15576           end of an ID3v1 tagged mp3 file.
15577
15578 2006-07-03  Edward Hervey  <edward@fluendo.com>
15579
15580         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15581         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15582         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15583         * ext/libpng/gstpngdec.h:
15584         Implement buffer clipping/dropping using GstSegment.
15585         This provides accurate seeking.
15586
15587 2006-07-03  Edward Hervey  <edward@fluendo.com>
15588
15589         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15590         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15591         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15592         (gst_avi_demux_process_next_entry), (push_tag_lists),
15593         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15594         * gst/avi/gstavidemux.h:
15595         Proper aggregation of each stream's GstFlowReturn in order to figure out
15596         whether the task should stop or not.
15597         Don't send inline events before pushing out a NEW_SEGMENT, more
15598         specifically for GST_TAG_EVENT.
15599         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15600         sub-indexes.
15601
15602 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15603
15604         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15605
15606         * sys/sunaudio/gstsunaudiomixerctrl.c:
15607         (gst_sunaudiomixer_ctrl_build_list):
15608           Move "Monitor" slider to input tab so it works more like
15609           sdtaudiocontrol, which is what people on Solaris are used
15610           to using for their mixer program (#346259).
15611
15612 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15613
15614         * tests/check/elements/level.c: (GST_START_TEST):
15615           fix a leak, clean up at the end
15616
15617 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15618
15619         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15620         (gst_matroska_demux_send_event),
15621         (gst_matroska_demux_loop_stream_parse_id):
15622         * gst/matroska/matroska-ids.h:
15623           Send tag event after newsegment event.
15624
15625 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15628         (gst_id3demux_read_range):
15629           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15630           certain cases where a read beyond the end of the file is
15631           requested. Fixes #345930.
15632
15633         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15634         (gst_tag_demux_read_range):
15635           Fix same issue here as well.
15636
15637 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15638
15639         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15640         
15641         Fix hypothetical crash.
15642
15643 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15646
15647         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15648           Do not modify the ports value. If the user has turned off the
15649           built-in speakers, then we should not reset it in the prepare
15650           function, since this causes the built-in speakers to turn
15651           back on anytime the user changes a track in totem, rhythmbox,
15652           etc. (#346066).
15653
15654 2006-06-23  Wim Taymans  <wim@fluendo.com>
15655
15656         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15657         Fix double caps unref when negotiation fails.
15658
15659 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15660
15661         * ext/annodex/gstcmmldec.c:
15662         * ext/annodex/gstcmmlenc.c:
15663         * ext/annodex/gstcmmlparser.c:
15664         * ext/dv/gstdvdec.c:
15665         * ext/dv/gstdvdemux.c:
15666         * ext/gdk_pixbuf/pixbufscale.c:
15667         * ext/jpeg/gstjpegenc.c:
15668         * ext/jpeg/gstsmokedec.c:
15669         * ext/jpeg/gstsmokeenc.c:
15670         * ext/libpng/gstpngdec.c:
15671         * ext/libpng/gstpngenc.c:
15672         * ext/speex/gstspeexenc.c:
15673         * gst/alpha/gstalphacolor.c:
15674         * gst/cutter/gstcutter.c:
15675         * gst/debug/gstnavigationtest.c:
15676         * gst/icydemux/gsticydemux.c:
15677         * gst/level/gstlevel.c:
15678         * gst/multipart/multipart.c:
15679         * gst/rtp/gstrtpamrpay.c:
15680         * gst/rtp/gstrtpdepay.c:
15681         * gst/rtp/gstrtpilbcpay.c:
15682         * gst/rtp/gstrtpmp4gpay.c:
15683         * gst/rtp/gstrtpmp4vpay.c:
15684         * gst/rtsp/gstrtpdec.c:
15685         * gst/rtsp/gstrtspsrc.c:
15686         * gst/udp/gstdynudpsink.c:
15687         * gst/udp/gstmultiudpsink.c:
15688         * gst/udp/gstudpsrc.c:
15689         * gst/videobox/gstvideobox.c:
15690         * gst/videofilter/gstvideoflip.c:
15691           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15692           plus two minor macro fixes.
15693
15694 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15695
15696         * gst/matroska/matroska-demux.c:
15697         (gst_matroska_demux_check_subtitle_buffer),
15698         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15699         (gst_matroska_demux_subtitle_caps):
15700         * gst/matroska/matroska-ids.c:
15701         (gst_matroska_track_init_subtitle_context):
15702         * gst/matroska/matroska-ids.h:
15703           Try to fix up broken matroska files containing subtitle
15704           streams with non-UTF8 character encodings (courtesy of
15705           mkvmerge) using either the encoding specified in the
15706           GST_SUBTITLE_ENCODING environment variable or the
15707           current locale's character set if it is non-UTF8.
15708           Fixes #337076.
15709
15710 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15711
15712         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15713           Set image type from APIC frame as "image-type" field
15714           of GST_TAG_IMAGE buffer caps (#344605).
15715
15716 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15717
15718         * ext/flac/Makefile.am:
15719         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15720         (gst_flac_dec_reset_decoders),
15721         (gst_flac_dec_setup_seekable_decoder),
15722         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15723         (gst_flac_dec_metadata_callback),
15724         (gst_flac_dec_metadata_callback_seekable),
15725         (gst_flac_dec_metadata_callback_stream),
15726         (gst_flac_dec_error_callback),
15727         (gst_flac_dec_error_callback_seekable),
15728         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15729         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15730         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15731         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15732         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15733         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15734         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15735         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15736         (gst_flac_dec_sink_activate_push),
15737         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15738         * ext/flac/gstflacdec.h:
15739           Support chain-based operation, should make flac-over-DAAP
15740           work (#340492).
15741
15742 2006-06-20  Wim Taymans  <wim@fluendo.com>
15743
15744         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15745         Doc updates, merge some unused symbols.
15746
15747 2006-06-20  Wim Taymans  <wim@fluendo.com>
15748
15749         * docs/plugins/Makefile.am:
15750         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15751         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15752         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15753         * gst/rtsp/gstrtspsrc.c:
15754         * gst/rtsp/gstrtspsrc.h:
15755         Added documentation for the rtsp plugin. Fixes #345393.
15756
15757 2006-06-20  Wim Taymans  <wim@fluendo.com>
15758
15759         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15760         (rtsp_connection_close), (rtsp_connection_free):
15761         Use better G_OS_* macros. Fixes #345301 some more.
15762
15763 2006-06-20  Wim Taymans  <wim@fluendo.com>
15764
15765         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15766
15767         * sys/sunaudio/Makefile.am:
15768         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15769         * sys/sunaudio/gstsunaudiomixerctrl.c:
15770         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15771         (gst_sunaudiomixer_ctrl_list_tracks),
15772         (gst_sunaudiomixer_ctrl_get_volume),
15773         (gst_sunaudiomixer_ctrl_set_volume),
15774         (gst_sunaudiomixer_ctrl_set_mute),
15775         (gst_sunaudiomixer_ctrl_set_record):
15776         * sys/sunaudio/gstsunaudiomixerctrl.h:
15777         * sys/sunaudio/gstsunaudiomixertrack.c:
15778         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15779         * sys/sunaudio/gstsunaudiomixertrack.h:
15780         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15781         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15782         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15783         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15784         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15785         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15786         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15787         (gst_sunaudiosrc_reset):
15788         * sys/sunaudio/gstsunaudiosrc.h:
15789         Add a SunAudio source plugin.
15790         Support stereo and right/left channel gain in the mixer plugin.
15791         Support the RECORD flag so that you can switch between line-input and
15792         microphone in gnome-volume-control.
15793         Code cleanups like using an enumerator for track number instead of an 
15794         integer. Fixes #344923.
15795
15796 2006-06-20  Wim Taymans  <wim@fluendo.com>
15797
15798         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15799
15800         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15801         (rtsp_connection_close):
15802         Make RTSP plugin compile on windows. Fixes #345301.
15803         Some changes to original patch to catch errors better.
15804         use ifdef WIN32 instead of ifndef.
15805
15806 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15807
15808         * configure.ac:
15809         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15810
15811 2006-06-18  Edward Hervey  <edward@fluendo.com>
15812
15813         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15814         After a failed buffer alloc, we need to abort the jpeg decoding (it
15815         started when parsing headers to figure out how many bytes we need
15816         to request downstream).
15817
15818 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15819
15820         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15821
15822         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15823           Make sure we don't read beyond the end of the file (#345232).
15824
15825 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15826
15827         * configure.ac:
15828           Fix --disable-external (can't set conditionals conditionally,
15829           #343602).
15830
15831 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15832
15833         * autogen.sh:
15834         * configure.ac:
15835         * docs/Makefile.am:
15836           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15837
15838         * docs/plugins/Makefile.am:
15839         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15840         * docs/plugins/inspect/plugin-taglib.xml:
15841           Add/fix apev2mux docs.
15842
15843 2006-06-14  Wim Taymans  <wim@fluendo.com>
15844
15845         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15846         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15847         (gst_dvdec_change_state):
15848         Reset segment info on flush.
15849         Alloc segment in _init, free in _finalize.
15850
15851         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15852         Don't send segments twice.
15853
15854 2006-06-14  Wim Taymans  <wim@fluendo.com>
15855
15856         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15857         Respect segment.stop. Fixes #342592.
15858
15859 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15860
15861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15862           No language specified means the implied language is English
15863           according to the matroska spec (partially fixes #344708);
15864           add some more debug output.
15865
15866 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15867
15868         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15869         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15870         (gst_wavparse_chain):
15871           When operating chain-based, don't make any assumptions about the
15872           chunking of the incoming data and make streaming work on days other
15873           than the second Thursday after a full moon. Also fix up debug
15874           messages here and there and make use of the most excellent new
15875           gst_pad_query_peer_duration() utility function.
15876           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15877
15878         * gst/wavparse/gstwavparse.h:
15879           Remove trailing comma after last enum value, some compilers don't
15880           like that.
15881
15882 2006-06-13  Wim Taymans  <wim@fluendo.com>
15883
15884         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15885         Handle premature EOS gracefully.
15886
15887 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15890           Prevent out of bounds array access when scrubbing towards
15891           the end of the file between the last index entry and the
15892           end. Fixes occasional 'start <= stop' newsegment event
15893           assertions when scrubbing in MJPEG files.
15894
15895 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15896
15897         * tests/check/elements/.cvsignore:
15898           And another one.
15899
15900 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15901
15902         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15903         (scan_encoded_string), (parse_picture_frame):
15904           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15905
15906         * configure.ac:
15907           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15908           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15909
15910 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15911
15912         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15913           gratuitous comment changes
15914         * tests/check/elements/level.c: (GST_START_TEST):
15915           fix level test leaks
15916
15917 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15918
15919         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15920         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15921           Use gst_pad_query_peer_duration() utility function here.
15922
15923 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * autogen.sh:
15926           require am17
15927         * configure.ac:
15928         * ext/annodex/Makefile.am:
15929         * ext/cdio/Makefile.am:
15930         * ext/dv/Makefile.am:
15931         * ext/esd/Makefile.am:
15932         * ext/flac/Makefile.am:
15933         * ext/gdk_pixbuf/Makefile.am:
15934         * ext/ladspa/Makefile.am:
15935         * ext/libcaca/Makefile.am:
15936         * ext/speex/Makefile.am:
15937         * ext/taglib/Makefile.am:
15938         * sys/oss/Makefile.am:
15939         * sys/sunaudio/Makefile.am:
15940         * sys/ximage/Makefile.am:
15941           clean up build further
15942
15943 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15944
15945         * gconf/Makefile.am:
15946           Honour --disable-schemas-install configure option. Fixes #344100.
15947
15948 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15949
15950         * tests/examples/level/Makefile.am:
15951           Add -lm to LIBS for pow() function, don't assume one of our
15952           dependencies (such as libxml-2.0) drags it in automatically
15953           (#343603).
15954
15955 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15956
15957         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15958
15959         * configure.ac:
15960           We should use $SED and not $(SED) in configure.ac (#343678).
15961
15962 2006-06-09  Wim Taymans  <wim@fluendo.com>
15963
15964         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15965
15966         * sys/sunaudio/gstsunaudiomixerctrl.c:
15967         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15968         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15969         (gst_sunaudiomixer_ctrl_set_mute):
15970         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15971         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15972         (gst_sunaudiosink_write):
15973         Attached find a patch that fixes a number of bugs with the SunAudio
15974         mixer plugin and fixes #344101:
15975         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15976            tracks onto the tracklist causing gnome-volume-control's preferences
15977            dialog to be messed up and would core dump if you checked/unchecked
15978            any item.
15979         2. We weren't previously setting the MUTE flag properly.  Fixing this
15980            makes gnome-volume-control work better.
15981         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15982            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15983            gnome-volume-control look better.
15984         Also some minor cleanup in gstsunaudiosink.c.
15985
15986 2006-06-09  Wim Taymans  <wim@fluendo.com>
15987
15988         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15989         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15990         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15991         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15992         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15993         * ext/jpeg/gstjpegdec.h:
15994         API: Added IDCT method property
15995         Small cleanups.
15996         Avoid dynamic allocation of trivial fixed structure.
15997         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15998
15999 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16000
16001         * configure.ac:
16002         We now require libraw1394 >= 1.1.0 and that version onwards all
16003         have .pc files.
16004
16005 2006-06-02  Edward Hervey  <edward@fluendo.com>
16006
16007         * gst/law/alaw-decode.c: (alawdec_getcaps): 
16008         Trying to get items from an ANY or EMPTY caps is ... stupid.
16009
16010 2006-06-02  Edward Hervey  <edward@fluendo.com>
16011
16012         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
16013         (gst_dvdec_chain), (gst_dvdec_change_state):
16014         * ext/dv/gstdvdec.h:
16015         Added GstSegment handling, now implements dropping/clipping.
16016
16017 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
16018
16019         * ext/aalib/gstaasink.h:
16020         * ext/annodex/gstcmmldec.h:
16021         * ext/cairo/gsttimeoverlay.h:
16022         * ext/dv/gstdvdec.h:
16023         * ext/dv/gstdvdemux.h:
16024         * ext/esd/esdmon.h:
16025         * ext/esd/esdsink.h:
16026         * ext/flac/gstflacenc.h:
16027         * ext/gconf/gstgconfaudiosink.h:
16028         * ext/gconf/gstgconfaudiosrc.h:
16029         * ext/gconf/gstgconfvideosink.h:
16030         * ext/gconf/gstgconfvideosrc.h:
16031         * ext/gdk_pixbuf/gstgdkanimation.h:
16032         * ext/gdk_pixbuf/pixbufscale.h:
16033         * ext/hal/gsthalaudiosink.h:
16034         * ext/hal/gsthalaudiosrc.h:
16035         * ext/jpeg/gstjpegenc.h:
16036         * ext/jpeg/gstsmokedec.h:
16037         * ext/jpeg/gstsmokeenc.h:
16038         * ext/libcaca/gstcacasink.h:
16039         * ext/libmng/gstmngdec.h:
16040         * ext/libmng/gstmngenc.h:
16041         * ext/libpng/gstpngdec.h:
16042         * ext/libpng/gstpngenc.h:
16043         * ext/raw1394/gstdv1394src.h:
16044         * ext/speex/gstspeexenc.h:
16045         * gst/autodetect/gstautoaudiosink.h:
16046         * gst/autodetect/gstautovideosink.h:
16047         * gst/avi/gstavidemux.h:
16048         * gst/cutter/gstcutter.h:
16049         * gst/debug/efence.h:
16050         * gst/debug/gstnavigationtest.h:
16051         * gst/debug/gstnavseek.h:
16052         * gst/flx/gstflxdec.h:
16053         * gst/goom/gstgoom.h:
16054         * gst/icydemux/gsticydemux.h:
16055         * gst/id3demux/gstid3demux.h:
16056         * gst/law/alaw-decode.h:
16057         * gst/law/alaw-encode.h:
16058         * gst/law/mulaw-decode.h:
16059         * gst/law/mulaw-encode.h:
16060         * gst/matroska/matroska-mux.h:
16061         * gst/median/gstmedian.h:
16062         * gst/oldcore/gstaggregator.h:
16063         * gst/oldcore/gstfdsink.h:
16064         * gst/oldcore/gstmd5sink.h:
16065         * gst/oldcore/gstmultifilesrc.h:
16066         * gst/oldcore/gstpipefilter.h:
16067         * gst/oldcore/gstshaper.h:
16068         * gst/oldcore/gststatistics.h:
16069         * gst/rtp/gstasteriskh263.h:
16070         * gst/rtp/gstrtpL16depay.h:
16071         * gst/rtp/gstrtpL16pay.h:
16072         * gst/rtp/gstrtpamrdepay.h:
16073         * gst/rtp/gstrtpamrpay.h:
16074         * gst/rtp/gstrtpdepay.h:
16075         * gst/rtp/gstrtpgsmdepay.h:
16076         * gst/rtp/gstrtpgsmpay.h:
16077         * gst/rtp/gstrtph263pay.h:
16078         * gst/rtp/gstrtph263pdepay.h:
16079         * gst/rtp/gstrtph263ppay.h:
16080         * gst/rtp/gstrtpmp4gpay.h:
16081         * gst/rtp/gstrtpmp4vdepay.h:
16082         * gst/rtp/gstrtpmp4vpay.h:
16083         * gst/rtp/gstrtpmpadepay.h:
16084         * gst/rtp/gstrtpmpapay.h:
16085         * gst/rtp/gstrtppcmadepay.h:
16086         * gst/rtp/gstrtppcmapay.h:
16087         * gst/rtp/gstrtppcmudepay.h:
16088         * gst/rtp/gstrtppcmupay.h:
16089         * gst/rtp/gstrtpspeexdepay.h:
16090         * gst/rtp/gstrtpspeexpay.h:
16091         * gst/rtsp/gstrtpdec.h:
16092         * gst/rtsp/gstrtspsrc.h:
16093         * gst/smpte/gstsmpte.h:
16094         * gst/udp/gstdynudpsink.h:
16095         * gst/udp/gstmultiudpsink.h:
16096         * gst/udp/gstudpsink.h:
16097         * gst/udp/gstudpsrc.h:
16098         * gst/videofilter/gstvideobalance.h:
16099         * gst/videofilter/gstvideoflip.h:
16100         * sys/oss/gstossdmabuffer.h:
16101         * sys/oss/gstossmixerelement.h:
16102         * sys/oss/gstosssink.h:
16103         * sys/oss/gstosssrc.h:
16104         * sys/osxvideo/osxvideosink.h:
16105         * sys/sunaudio/gstsunaudiomixer.h:
16106         * sys/sunaudio/gstsunaudiosink.h:
16107         * sys/ximage/gstximagesrc.h:
16108         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
16109
16110 2006-05-31  Wim Taymans  <wim@fluendo.com>
16111
16112         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
16113         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
16114         (gst_goom_src_setcaps), (gst_goom_src_event),
16115         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
16116         (gst_goom_change_state):
16117         * gst/goom/gstgoom.h:
16118         Handle QoS.
16119         Handle flushing, discont and events.
16120         Fix timestamps and various other cleanups.
16121
16122 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16123
16124         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
16125         Fix bus reset when using libiec61883
16126
16127 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16128
16129         * configure.ac:
16130         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
16131         * ext/raw1394/Makefile.am:
16132         Add CFLAGS.
16133         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
16134         New method, to receive using libiec61883.
16135         (gst_dv1394src_iso_receive),
16136         #ifdef'd out if libiec61883 is present.
16137         (gst_dv1394src_bus_reset),
16138         Get userdata correctly if using libiec61883. 
16139         (gst_dv1394src_create),
16140         When using libiec61883, only poll one fd and no need to read.
16141         (gst_dv1394src_discover_avc_node),
16142         Replace g_warnings.
16143         (gst_dv1394src_start),
16144         Create new handle when we know which dv port.  More reliable
16145         than setting port on an existing handle.  Initialise libiec61883.
16146         (gst_dv1394src_stop):
16147         If using libiec61883, then cleanup its handle properly.
16148         * ext/raw1394/gstdv1394src.h:
16149         Add libiec61883 handle.
16150
16151 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
16152
16153         * gst/avi/gstavidemux.c:
16154           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
16155         * win32/MANIFEST:
16156           sort file listing
16157         * win32/vs6/libgstavi.dsp:
16158           add gstavimux.c to the project
16159         * win32/vs6/libgstid3demux.dsp:
16160           add link to zlib library
16161         * win32/vs6/libgstmatroska.dsp:
16162           add matroska-ids.c to the project
16163
16164 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
16165
16166         Patch by: Sebastian Dröge  <mail at slomosnail de >
16167
16168         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16170         * ext/taglib/Makefile.am:
16171         * ext/taglib/gstapev2mux.cc:
16172         * ext/taglib/gstapev2mux.h:
16173         * ext/taglib/gstid3v2mux.cc:
16174         * ext/taglib/gsttaglibmux.c: (plugin_init):
16175         * ext/taglib/gsttaglibmux.h:
16176           Add apev2mux element (#343122).
16177         
16178         * tests/check/Makefile.am:
16179         * tests/check/elements/apev2mux.c:
16180         (test_taglib_apev2mux_create_tags),
16181         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
16182         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
16183         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
16184         (apev2mux_suite), (main):
16185           Add unit test for apev2mux element.
16186
16187 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16188
16189         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16190         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16191         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16192           GST_PTR_FORMAT should be used to print caps in debug statements.
16193
16194 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16195
16196         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
16197
16198         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
16199         (ape_demux_parse_tags):
16200           Some clean-ups and additions: map APE 'file' tag to
16201           GST_TAG_LOCATION (#343123); add support for extracting
16202           the track count and clean up parsing a bit (#343127).
16203
16204 2006-05-28  Edward Hervey  <edward@fluendo.com>
16205
16206         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
16207         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
16208
16209 2006-05-28  Edward Hervey  <edward@fluendo.com>
16210
16211         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
16212         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
16213         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
16214         * ext/jpeg/gstjpegdec.h:
16215         Clip outgoing buffers according to currently configured segment.
16216
16217 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16218
16219         * ext/taglib/gstid3v2mux.cc:
16220           Handle  writing of track-count or album-volume-count without
16221           track-number or albume-volume-number (in this case the number
16222           will just be set to 0).
16223
16224         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
16225           It would be nice if we actually checked the values received for
16226           track/album-volume number/count in  _check_tags(), rather than
16227           setting them again ...
16228
16229 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
16230
16231         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16232           A track/volume number or count of 0 does not make sense,
16233           just ignore it along with negative numbers (a tag might
16234           only contain a track count without a track number).
16235
16236 2006-05-27  Edward Hervey  <edward@fluendo.com>
16237
16238         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
16239         (gst_jpeg_dec_sink_event):
16240         Abort decompression when receiving FLUSH_STOP. This should avoid
16241         issues when interrupting decoding with flushes.
16242
16243 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16244
16245         * ext/flac/gstflac.c:
16246           Don't #include file we don't dist any longer.
16247
16248 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
16249
16250         * README:
16251           Replace current README (containing the release notes from
16252           some 0.9.x version) with a proper README taken from the core.
16253
16254 2006-05-24  Wim Taymans  <wim@fluendo.com>
16255
16256         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
16257         Implement EOS correctly by either posting
16258         SEGMENT_DONE or pushing an EOS message depending
16259         on the seek type. Fixes #342592
16260
16261 2006-05-24  Wim Taymans  <wim@fluendo.com>
16262
16263         * gst/law/alaw-decode.c: (gst_alawdec_chain):
16264         * gst/law/alaw-decode.h:
16265         * gst/law/alaw-encode.c: (gst_alawenc_chain):
16266         * gst/law/alaw-encode.h:
16267         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
16268         * gst/law/mulaw-decode.h:
16269         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
16270         * gst/law/mulaw-encode.h:
16271         Some cleanups in the chain functions.
16272         Remove some GStreamer 0.0.2 bits.
16273
16274 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16277
16278         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
16279           gst_collect_pads_stop() needs to be called before chaining up
16280           to the parent class (#342734).
16281
16282 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16283
16284         * ext/flac/Makefile.am:
16285         * ext/flac/flac_compat.h:
16286         * ext/flac/gstflac.c:
16287         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
16288         * ext/flac/gstflacenc.c:
16289           Remove backwards compatibility cruft for dealing with FLAC API
16290           changes in the 1.0.x series - we require 1.1.1 or newer these days.
16291
16292 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
16293
16294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16295         (gst_matroska_demux_push_xiph_codec_priv_data),
16296         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
16297         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
16298         * gst/matroska/matroska-ids.h:
16299         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
16300         (gst_matroska_mux_video_pad_setcaps),
16301         (xiph3_streamheader_to_codecdata),
16302         (vorbis_streamheader_to_codecdata),
16303         (theora_streamheader_to_codecdata),
16304         (gst_matroska_mux_audio_pad_setcaps),
16305         (gst_matroska_mux_write_data):
16306           Add support for muxing/demuxing theora video (#342448; too bad
16307           none of the usual linux players can actually play this). Playback
16308           in GStreamer will require additional changes to theoradec in -base.
16309           Refactor streamheaders <=> CodecPrivateData code a bit; some small
16310           cleanups.
16311
16312 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16315         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16316           Fix crashes when the horizontal subsampling is 1.
16317           Fixes #342097.
16318
16319 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16320
16321         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16322
16323         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16324         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16325         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16326         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16327         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16328         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16329         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16330         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16331         (gst_avi_mux_change_state):
16332         * gst/avi/gstavimux.h:
16333           Some enhancements for avimux (#342526):
16334            - add odml (large file) index support
16335            - store codec init data (e.g. huffyuv)
16336            - miscellaneous other fixes/cleanups
16337
16338 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16339
16340         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16341         Don't output any tag when we encounter a negative track number - the
16342         tag type is uint, so we end up outputting huge positive numbers
16343         instead. (Fixes: #342029)
16344
16345 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16346
16347         * configure.ac:
16348           update for new GSTPB_PLUGINS_DIR
16349
16350 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16351
16352         * rtp/gst/gstrtph263pay.c:
16353         Properly set static caps for H263 at 34.
16354
16355 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16358
16359         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16360           Merge event tags and tag setter tags correctly (#339918). Also,
16361           don't leak taglist in case of an error.
16362           
16363 2006-05-17  Edward Hervey  <edward@fluendo.com>
16364
16365         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16366         We can only do caps intersection if the othercaps are non-empty and not
16367         ANY. Else we return the pad template (base_caps).
16368
16369 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16370
16371         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16372           Fix crash when outputting debugging information for certain
16373           pictures (always good to use the right struct member for
16374           the number of records in an array).
16375
16376 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16377
16378         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16379
16380         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16381         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16382         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16383         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16384         (gst_ebml_read_float), (gst_ebml_read_ascii),
16385         (gst_ebml_read_binary):
16386           Don't create unnecessary sub-buffers all the time. Dramatically
16387           improves performance with multiple concurrently running
16388           matroskademux instances (#341818) (and avoids doing
16389           unnecessarily inefficient things in the general case).
16390
16391 2006-05-16  Edward Hervey  <edward@fluendo.com>
16392
16393         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16394         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16395         return value of gst_pad_push_event().
16396
16397 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16398
16399         * gst/autodetect/gstautoaudiosink.c:
16400         (gst_auto_audio_sink_find_best):
16401         * gst/autodetect/gstautovideosink.c:
16402         (gst_auto_video_sink_find_best):
16403         Make the name of the child element be based on the name of the
16404         parent, so that debug output is more useful.
16405         
16406         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16407         (parse_insert_string_field), (parse_split_strings):
16408         Rework string parsing to always walk over BOM markers in UTF16
16409         strings, using the endianness indicated by the innermost one,
16410         then trying the opposite endianness if that fails to convert
16411         to valid UTF-8. Fixes #341774
16412
16413 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16414
16415         Patch from: Matthieu <matthieu at fluendo dot com>
16416
16417         * ext/libpng/Makefile.am:
16418         Add LIBPNG_CFLAGS.
16419
16420 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * ext/taglib/gstid3v2mux.cc:
16423           Add support for writing images (APIC frames) into ID3v2
16424           tags (picture type always set to 'other' for now though).
16425
16426 2006-05-14  Michael Smith  <msmith@fluendo.com>
16427
16428         * gst/wavparse/gstwavparse.c:
16429           Update docs; wavparse implements push and pull modes.
16430
16431 2006-05-12  Wim Taymans  <wim@fluendo.com>
16432
16433         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16434         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16435         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16436         Ooops, bitten by the copy-and-paste design paradigm, fixes
16437         seek again.
16438
16439 2006-05-12  Wim Taymans  <wim@fluendo.com>
16440
16441         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16442         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16443         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16444         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16445         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16446         (gst_avi_demux_massage_index),
16447         (gst_avi_demux_calculate_durations_from_index),
16448         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16449         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16450         (gst_avi_demux_loop):
16451         * gst/avi/gstavidemux.h:
16452         Some cleanups, prepare to use GstSegment.
16453         Fix error in entry walking code.
16454         Fix VBR detection.
16455         Smarter timestamp calculation code.
16456         Uniform error/eos handling.
16457
16458 2006-05-12  Michael Smith  <msmith@fluendo.com>
16459
16460         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16461         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16462           Fix use of uninitialised values if we're NOT seeking in ready.
16463           Fix typos.
16464
16465 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * gst/wavparse/Makefile.am:
16468           Add CFLAGS and LIBS for libgstbase, fixes build on
16469           Cygwin (#341489).
16470
16471 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16474           Some more debug info. No need to check whether the string
16475           returned by g_convert() is really UTF-8 - either it is or
16476           we get NULL returned.
16477
16478 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16479
16480         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16481           Fix parsing of numeric genre strings some more, by ensuring that
16482           we only try and parse strings that a) Start with '(' and b) Consist
16483           only of digits.
16484           Also, when finding an escaping '((' sequence, bust it back to '(' by
16485           swallowing the first parenthesis
16486
16487 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16490         (gst_esdsink_open), (gst_esdsink_close):
16491         * ext/esd/esdsink.h:
16492           Move the esd_get_server_info() into gst_esdsink_open() and fail
16493           with a decent error message on errors.
16494
16495 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16496
16497         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16498         (gst_esdmon_channels_get_type):
16499         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16500         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16501         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16502         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16503         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16504         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16505         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16506         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16507         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16508         * gst/videomixer/videomixer.c:
16509         (gst_video_mixer_background_get_type):
16510           Const-ify GEnumValue arrays.
16511
16512 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16513
16514         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16515
16516         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16517         (gst_avi_mux_do_video_buffer):
16518           Work around gst_buffer_make_metadata_writable() bug that
16519           results in avimux marking all frames in the index as
16520           keyframes (#340859).
16521           
16522 2006-05-08  Wim Taymans  <wim@fluendo.com>
16523
16524         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16525         Make parsing of urls suck slightly less.
16526
16527 2006-05-08  Edward Hervey  <edward@fluendo.com>
16528
16529         * autogen.sh: (CONFIGURE_DEF_OPT): 
16530         libtoolize on Darwin/MacOSX is called glibtoolize.
16531
16532 2006-05-08  Wim Taymans  <wim@fluendo.com>
16533
16534         Patch by: Jens Granseuer <jensgr at gmx dot net>
16535
16536         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16537         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16538         C89 compliance fixes. Fixes #340980
16539
16540 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16543         * ext/flac/gstflacdec.h:
16544           Handle segment seeks that include the end of the file as stop point
16545           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16546           message instead of an EOS event in case we're in segment seek
16547           mode (fixes #340699).
16548           
16549 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16550
16551         * ext/cairo/gsttextoverlay.c:
16552         * ext/flac/gstflacdec.c:
16553         * ext/gdk_pixbuf/pixbufscale.c:
16554         * gst/apetag/gstapedemux.c:
16555         * gst/debug/breakmydata.c:
16556         * gst/debug/testplugin.c:
16557         * gst/matroska/ebml-write.c:
16558         * gst/multipart/multipartdemux.c:
16559         * sys/osxaudio/gstosxaudiosink.c:
16560         * sys/osxaudio/gstosxaudiosrc.c:
16561         Add semicolons after GST_BOILERPLATE[_FULL] so that
16562         indent doesn't mess up following lines.
16563
16564 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16565
16566         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16567
16568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16569           Don't leak caps when freeing the stream context (#340623).
16570
16571 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16572
16573         * configure.ac:
16574           Back to CVS
16575
16576 === release 0.10.3 ===
16577
16578 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16579
16580         * configure.ac:
16581           releasing 0.10.3, "Desplazado"
16582
16583 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16584
16585         * gst/matroska/matroska-mux.c:
16586         (gst_matroska_mux_stream_is_vorbis_header),
16587         (gst_matroska_mux_write_data):
16588           Don't strcmp() NULL strings.
16589           Only start new clusters on video keyframes, not on any
16590           random audio buffer that doesn't have the DELTA_UNIT
16591           flag set (fixes 'make check' again).
16592
16593 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16594
16595         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16596
16597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16598         (gst_matroska_mux_stream_is_vorbis_header),
16599         (gst_matroska_mux_write_data):
16600           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16601           value and then dead-lock when muxing vorbis audio streams
16602           (the three vorbis header buffers carry no timestamp, and it
16603           would try to mux these after all video buffers). Fixes #340346.
16604
16605           Improve clustering: start a new cluster also whenever we get
16606           a keyframe.     
16607
16608 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16609
16610         * win32/common/config.h:
16611         * win32/MANIFEST
16612           add the generated file as well
16613
16614 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16615
16616         * Makefile.am:
16617         * configure.ac:
16618         * win32/common/config.h.in:
16619           add win32 stuff
16620
16621 2006-05-03  Michael Smith  <msmith@fluendo.com>
16622
16623         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16624           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16625           SUCKS.
16626
16627 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16628
16629         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16630         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16631         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16632           don't leak caps-string
16633
16634 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16635
16636         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16637         (gst_id3demux_sink_activate):
16638           Let core insert default error message for TYPE_NOT_FOUND
16639           errors, it's just as good as our own and has the added
16640           bonus of being translated.
16641
16642 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16643
16644         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16645         (gst_tag_demux_sink_event):
16646         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16647         (gst_id3demux_sink_event):
16648           Post an error message when we get an EOS event and were not
16649           able to find out the type of stream.
16650
16651         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16652         (test_taglib_id3mux_with_tags):
16653           Decrease num-buffers to 16 per iteration again, otherwise the
16654           many memcpy()s and reallocations in the test will hammer slow
16655           CPUs completely and make the test timeout.
16656
16657 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16658
16659         * configure.ac:
16660           figure out where plugins-base plugins are
16661         * tests/check/Makefile.am:
16662           use plugins-base plugins, so we have typefind functions
16663         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16664           increase num-buffers, this makes sure the test errors out instead
16665           of timing out when no typefind functions are present
16666
16667 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16668
16669         * docs/plugins/Makefile.am:
16670           also check .cc files for gtk-doc markup
16671         * configure.ac:
16672         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16674         * tests/check/Makefile.am:
16675         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16676         * ext/Makefile.am:
16677         * ext/taglib/Makefile.am:
16678         * ext/taglib/gstid3v2mux.h:
16679         * ext/taglib/gsttaglibmux.c:
16680         * ext/taglib/gsttaglibmux.h:
16681           move taglib-based id3v2muxer to -good.  Fixes #336110.
16682
16683 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16684
16685         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16686           ... and fix multichannel/WAVFORMATEX support again.
16687
16688 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16689
16690         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16691         (gst_wavparse_class_init), (gst_wavparse_dispose),
16692         (gst_wavparse_reset), (gst_wavparse_init),
16693         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16694         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16695         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16696         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16697         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16698         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16699         (gst_wavparse_stream_data), (gst_wavparse_loop),
16700         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16701         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16702         (gst_wavparse_change_state), (plugin_init):
16703         * gst/wavparse/gstwavparse.h:
16704           Add push (streaming) mode to wavparse (fixes #337625)
16705
16706 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16707
16708         * configure.ac:
16709         * tests/Makefile.am:
16710           add ximagesrc icles test
16711
16712 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16713
16714         * configure.ac:
16715         * docs/plugins/Makefile.am:
16716         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16717         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16718         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16719         (gst_cmml_enc_push_clip):
16720         * sys/Makefile.am:
16721         * sys/ximage/Makefile.am:
16722         * sys/ximage/gstximagesrc.c:
16723           Move ximagesrc plug-in to good after review.  Fixes #336756.
16724
16725 2006-04-28  Michael Smith  <msmith@fluendo.com>
16726
16727         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16728         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16729         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16730         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16731         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16732         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16733         * gst/icydemux/gsticydemux.h:
16734           Fix event handling: cache events when typefinding and forward later.
16735
16736 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16737
16738         * sys/osxaudio/gstosxaudiosink.c:
16739         (plugin_init):
16740          Register osxaudiosrc to the plugin.
16741         * sys/osxaudio/gstosxaudiosrc.c:
16742         (gst_osx_audio_src_osxelement_do_init),
16743         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16744         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16745         (gst_osx_audio_src_get_property),
16746         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16747         (gst_osx_audio_src_osxelement_init):
16748         * sys/osxaudio/gstosxaudiosrc.h:
16749           Port of osxaudiosrc to 0.10.
16750         * sys/osxaudio/Makefile.am:
16751           Add osxaudiosrc
16752
16753 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16754
16755         * sys/osxaudio/gstosxringbuffer.c:
16756         * sys/osxaudio/gstosxringbuffer.h:
16757           Forgot to commit earlier, part of the OSX audio plugin port
16758
16759 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16760
16761         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16762         (parse_split_strings):
16763           Recognise and skip any byte order marker (BOM) in
16764           UTF-16 strings.
16765
16766 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16767
16768         * docs/plugins/Makefile.am:
16769         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16770         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16771         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16772         * docs/plugins/inspect/plugin-avi.xml:
16773         * gst/avi/gstavidemux.c:
16774         * gst/avi/gstavimux.c:
16775           Add docs for both avidemux and avimux.
16776
16777 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16778
16779         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16780
16781         * gst/avi/Makefile.am:
16782         * gst/avi/gstavi.c: (plugin_init):
16783         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16784         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16785         (gst_avi_mux_class_init), (gst_avi_mux_init),
16786         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16787         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16788         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16789         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16790         (gst_avi_mux_riff_get_avix_header),
16791         (gst_avi_mux_riff_get_video_header),
16792         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16793         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16794         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16795         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16796         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16797         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16798         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16799         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16800         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16801         (gst_avi_mux_change_state):
16802         * gst/avi/gstavimux.h:
16803           Port AVI muxer to GStreamer-0.10 (#332031).
16804
16805         * tests/check/Makefile.am:
16806         * tests/check/elements/avimux.c:
16807         * tests/check/elements/.cvsignore:
16808           Add unit test for AVI muxer.
16809
16810 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16811
16812         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16813         (gst_wavparse_class_init), (gst_wavparse_reset),
16814         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16815         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16816         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16817         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16818         (gst_wavparse_stream_data), (gst_wavparse_loop),
16819         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16820         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16821         (plugin_init):
16822         * gst/wavparse/gstwavparse.h:
16823           reverted patch #337625 for the price of 1 hour sleep
16824
16825 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16826
16827         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16828         (gst_wavparse_class_init), (gst_wavparse_reset),
16829         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16830         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16831         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16832         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16833         (gst_wavparse_stream_data), (gst_wavparse_loop),
16834         (gst_wavparse_chain), (plugin_init):
16835         * gst/wavparse/gstwavparse.h:
16836           correct partial implementation of push mode
16837           (from my last commit)
16838
16839 2006-04-26  Wim Taymans  <wim@fluendo.com>
16840
16841         * ext/esd/esdsink.c:
16842         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16843         it is not in esd.h
16844
16845 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16848         (gst_au_parse_class_init), (gst_au_parse_init),
16849         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16850         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16851         (gst_au_parse_chain), (gst_au_parse_src_convert),
16852         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16853         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16854         (gst_au_parse_change_state):
16855         * gst/auparse/gstauparse.h:
16856           Rewrite auparse to suck a little bit less: make source pad
16857           dynamic, so decodebin/playbin work with non-raw formats
16858           like alaw/mulaw; add query function for duration/position
16859           queries; check whether we have enough data before attempting
16860           to parse the header (instead of crashing when that is not the
16861           case); work around audioconvert sucking by swapping endianness
16862           to the native endianness ourselves for float formats; send
16863           initial newsegment event. Fixes #161712.
16864
16865 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16866
16867         * sys/osxaudio/Makefile.am:
16868         * sys/osxaudio/gstosxaudioelement.c:
16869         (gst_osx_audio_element_get_type),
16870         (gst_osx_audio_element_class_init):
16871         * sys/osxaudio/gstosxaudioelement.h:
16872         * sys/osxaudio/gstosxaudiosink.c:
16873         (gst_osx_audio_sink_osxelement_do_init),
16874         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16875         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16876         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16877         (gst_osx_audio_sink_create_ringbuffer),
16878         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16879         (plugin_init):
16880         * sys/osxaudio/gstosxaudiosink.h:
16881         Port of osxaudiosink to 0.10
16882
16883 2006-04-26  Wim Taymans  <wim@fluendo.com>
16884
16885         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16886         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16887         the size of the ringbuffer. This should fix hangs with older 
16888         esd sound servers.
16889
16890 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16891
16892         * ext/aalib/gstaasink.c:
16893         * ext/annodex/gstcmmldec.c:
16894         * ext/annodex/gstcmmlenc.c:
16895         * ext/cairo/gsttextoverlay.c:
16896         * ext/cairo/gsttimeoverlay.c:
16897         * ext/cdio/gstcdiocddasrc.c:
16898         * ext/dv/gstdvdec.c:
16899         * ext/dv/gstdvdemux.c:
16900         * ext/esd/esdmon.c:
16901         * ext/esd/esdsink.c:
16902         * ext/flac/gstflacenc.c:
16903         * ext/flac/gstflactag.c:
16904         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16905         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16906         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16907         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16908         * ext/gdk_pixbuf/pixbufscale.c:
16909         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16910         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16911         * ext/jpeg/gstjpegdec.c:
16912         * ext/jpeg/gstjpegenc.c:
16913         * ext/jpeg/gstsmokedec.c:
16914         * ext/jpeg/gstsmokeenc.c:
16915         * ext/libcaca/gstcacasink.c:
16916         * ext/libmng/gstmngdec.c:
16917         * ext/libmng/gstmngenc.c:
16918         * ext/libpng/gstpngdec.c:
16919         * ext/libpng/gstpngenc.c:
16920         * ext/mikmod/gstmikmod.c:
16921         * ext/raw1394/gstdv1394src.c:
16922         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16923         * ext/shout2/gstshout2.h:
16924         * ext/speex/gstspeexdec.c:
16925         * ext/speex/gstspeexenc.c:
16926         * gst/alpha/gstalpha.c:
16927         * gst/alpha/gstalphacolor.c:
16928         * gst/apetag/gstapedemux.c:
16929         * gst/auparse/gstauparse.c:
16930         * gst/autodetect/gstautoaudiosink.c:
16931         (gst_auto_audio_sink_base_init):
16932         * gst/autodetect/gstautovideosink.c:
16933         (gst_auto_video_sink_base_init):
16934         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16935         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16936         * gst/cutter/gstcutter.c:
16937         * gst/debug/breakmydata.c:
16938         * gst/debug/efence.c:
16939         * gst/debug/gstnavigationtest.c:
16940         * gst/debug/gstnavseek.c:
16941         * gst/debug/negotiation.c:
16942         * gst/debug/progressreport.c:
16943         * gst/debug/testplugin.c:
16944         * gst/effectv/gstaging.c:
16945         * gst/effectv/gstdice.c:
16946         * gst/effectv/gstedge.c:
16947         * gst/effectv/gstquark.c:
16948         * gst/effectv/gstrev.c:
16949         * gst/effectv/gstshagadelic.c:
16950         * gst/effectv/gstvertigo.c:
16951         * gst/effectv/gstwarp.c:
16952         * gst/flx/gstflxdec.c:
16953         * gst/goom/gstgoom.c:
16954         * gst/icydemux/gsticydemux.c:
16955         * gst/id3demux/gstid3demux.c:
16956         * gst/interleave/deinterleave.c:
16957         * gst/interleave/interleave.c:
16958         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16959         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16960         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16961         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16962         * gst/level/gstlevel.c:
16963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16964         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16965         * gst/median/gstmedian.c:
16966         * gst/monoscope/gstmonoscope.c:
16967         * gst/multipart/multipartdemux.c:
16968         * gst/multipart/multipartmux.c:
16969         * gst/oldcore/gstaggregator.c:
16970         * gst/oldcore/gstfdsink.c:
16971         * gst/oldcore/gstmd5sink.c:
16972         * gst/oldcore/gstmultifilesrc.c:
16973         * gst/oldcore/gstpipefilter.c:
16974         * gst/oldcore/gstshaper.c:
16975         * gst/oldcore/gststatistics.c:
16976         * gst/rtp/gstasteriskh263.c:
16977         * gst/rtp/gstrtpL16depay.c:
16978         * gst/rtp/gstrtpL16pay.c:
16979         * gst/rtp/gstrtpamrdepay.c:
16980         * gst/rtp/gstrtpamrpay.c:
16981         * gst/rtp/gstrtpdepay.c:
16982         * gst/rtp/gstrtpgsmpay.c:
16983         * gst/rtp/gstrtph263pay.c:
16984         * gst/rtp/gstrtph263pdepay.c:
16985         * gst/rtp/gstrtph263ppay.c:
16986         * gst/rtp/gstrtpilbcdepay.c:
16987         * gst/rtp/gstrtpmp4gpay.c:
16988         * gst/rtp/gstrtpmp4vdepay.c:
16989         * gst/rtp/gstrtpmp4vpay.c:
16990         * gst/rtp/gstrtpmpadepay.c:
16991         * gst/rtp/gstrtpmpapay.c:
16992         * gst/rtp/gstrtppcmadepay.c:
16993         * gst/rtp/gstrtppcmapay.c:
16994         * gst/rtp/gstrtppcmudepay.c:
16995         * gst/rtp/gstrtppcmupay.c:
16996         * gst/rtp/gstrtpspeexdepay.c:
16997         * gst/rtp/gstrtpspeexpay.c:
16998         * gst/rtsp/gstrtpdec.c:
16999         * gst/rtsp/gstrtspsrc.c:
17000         * gst/smpte/gstsmpte.c:
17001         * gst/udp/gstdynudpsink.c:
17002         * gst/udp/gstmultiudpsink.c:
17003         * gst/udp/gstudpsink.c:
17004         * gst/udp/gstudpsrc.c:
17005         * gst/videobox/gstvideobox.c:
17006         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17007         * gst/videofilter/gstvideobalance.c:
17008         * gst/videofilter/gstvideoflip.c:
17009         * gst/videofilter/gstvideotemplate.c:
17010         (gst_videotemplate_base_init):
17011         * gst/videomixer/videomixer.c:
17012         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
17013         (gst_wavparse_class_init), (gst_wavparse_dispose),
17014         (gst_wavparse_reset), (gst_wavparse_init),
17015         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
17016         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
17017         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
17018         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
17019         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
17020         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
17021         (gst_wavparse_change_state):
17022         * gst/wavparse/gstwavparse.h:
17023         * sys/oss/gstossmixerelement.c:
17024         * sys/oss/gstosssink.c:
17025         * sys/oss/gstosssrc.c:
17026         * sys/osxaudio/gstosxaudioelement.c:
17027         * sys/osxaudio/gstosxaudiosink.c:
17028         * sys/osxaudio/gstosxaudiosrc.c:
17029         * sys/sunaudio/gstsunaudiomixer.c:
17030         * sys/sunaudio/gstsunaudiosink.c:
17031           Define GstElementDetails as const and also static (when defined as
17032           global)
17033
17034 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17037           Source pad has fixed caps. If we don't set this, bad
17038           things happen when the window is resized.
17039
17040 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * gst/matroska/Makefile.am:
17043         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17044         (gst_matroska_demux_handle_src_event):
17045         * gst/matroska/matroska-ids.c:
17046         (gst_matroska_track_init_video_context),
17047         (gst_matroska_track_init_audio_context),
17048         (gst_matroska_track_init_subtitle_context),
17049         (gst_matroska_track_init_complex_context):
17050         * gst/matroska/matroska-ids.h:
17051           Handle case where the TrackType ebml chunk does not come before the
17052           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
17053           events.
17054
17055 2006-04-25  Wim Taymans  <wim@fluendo.com>
17056
17057         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
17058         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
17059         It's codec_data, not codec_info.
17060
17061 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17062
17063         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17064
17065         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
17066           Handle codec_data for VfW compatibility codec IDs (#339451)
17067
17068         * gst/matroska/matroska-mux.c:
17069         (gst_matroska_mux_video_pad_setcaps):
17070           Same here, handle codec_data and add additional caps we can handle
17071           now to the pad template (huffyuv, dv and h263 video) (#339451)
17072
17073 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
17074
17075         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
17076
17077         * gst/matroska/matroska-mux.c:
17078         (gst_matroska_mux_create_buffer_header),
17079         (gst_matroska_mux_write_data):
17080           Fix timestamping of B-frames, use signed integers, do
17081           some rounding (#339678).
17082
17083 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
17084
17085         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
17086         just make it compile with --disable-gst-debug.
17087
17088 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
17089
17090         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17091         Fix a bad conversion using gst_guint64_to_gdouble.
17092         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
17093         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
17094         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
17095     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
17096         mistake.
17097
17098 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
17099
17100         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
17101         Use gst_guint64_to_gdouble for conversions
17102         * win32/vs6/gst_plugins_good.dsw:
17103         * win32/vs6/libgsticydemux.dsp:
17104         Add a project file for icydemux
17105
17106 2006-04-21  Wim Taymans  <wim@fluendo.com>
17107
17108         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
17109
17110         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
17111         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
17112         When splitting audio chunks, the block alignment is not taken in
17113         consideration, so the smaller chunks could be of size which is 
17114         not a multiple of the block alignment. Fixes #336904
17115
17116 2006-04-21  Wim Taymans  <wim@fluendo.com>
17117
17118         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
17119         Use scale functions
17120
17121 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17122
17123         * ext/dv/gstdv.c: (plugin_init):
17124           Fix build.
17125
17126 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
17127
17128         * gst/debug/progressreport.c: (gst_progress_report_finalize),
17129         (gst_progress_report_class_init), (gst_progress_report_init),
17130         (gst_progress_report_do_query), (gst_progress_report_report),
17131         (gst_progress_report_set_property),
17132         (gst_progress_report_get_property):
17133           Add 'format' property to force querying to a particular format.
17134
17135 2006-04-21  Andy Wingo  <wingo@pobox.com>
17136
17137         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
17138         best, on big endian systems. Drop its rank in that case. OTOH on
17139         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
17140
17141 2006-04-21  Michael Smith  <msmith@fluendo.com>
17142
17143         * configure.ac:
17144         * gst/icydemux/Makefile.am:
17145         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
17146         (gst_icydemux_base_init), (gst_icydemux_class_init),
17147         (gst_icydemux_reset), (gst_icydemux_init),
17148         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
17149         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
17150         (unicodify), (gst_icydemux_unicodify),
17151         (gst_icydemux_parse_and_send_tags),
17152         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
17153         (gst_icydemux_chain), (gst_icydemux_change_state),
17154         (gst_icydemux_send_tag_event), (plugin_init):
17155         * gst/icydemux/gsticydemux.h:
17156         * tests/check/Makefile.am:
17157         * tests/check/elements/icydemux.c: (typefind_succeed),
17158         (plugin_init), (icydemux_found_pad), (create_icydemux),
17159         (cleanup_icydemux), (push_data), (GST_START_TEST),
17160         (icydemux_suite), (main):
17161           Add icydemux, and tests.
17162
17163 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17164
17165         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
17166           Post SEGMENT_DONE message in TIME format.
17167
17168 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17169
17170         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
17171
17172         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
17173         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
17174           Fix index creation when we have to scan the file to create
17175           an index. There may be other types of RIFF 'LIST' chunks than
17176           'movi' and we need to skip them properly as well or we'll end up
17177           reading garbage (#336889). Some other cosmetic changes.
17178           
17179 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
17182         (gst_flac_dec_handle_seek_event):
17183           Add support for segment seeks (fixes #338290). Also demote
17184           some recurring debug message from DEBUG to LOG level.
17185
17186 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17187
17188         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17189         (gst_matroskademux_do_index_seek),
17190         (gst_matroska_demux_handle_seek_event),
17191         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17192         * gst/matroska/matroska-ids.h:
17193           Set DISCONT flag on first buffer after a discontinuity.
17194           Fix newsegment events sent when seeking and honour KEY_UNIT
17195           seek flag. Create pad with bogus caps if we don't recognise
17196           the stream codec id.
17197
17198         * gst/matroska/matroska-demux.h:
17199           Fix GObject macros.
17200
17201 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17202
17203         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
17204
17205         * gst/matroska/matroska-demux.c:
17206         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
17207           Handle end of segment properly when set; don't dead-lock when
17208           posting start of segment message when doing a segment seek.
17209           Fixes #338810.
17210
17211 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
17212
17213         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
17214         (gst_matroska_demux_plugin_init):
17215           Make mpeg2 aac audio work: create artificial private codec data
17216           chunk which faad2 seems to require, just as we do for mpeg4 aac.
17217           Also call gst_riff_init(). Partially fixes #338767.
17218
17219 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
17222         (gst_wavenc_class_init), (gst_wavenc_init),
17223         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
17224         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
17225         (gst_wavenc_chain), (gst_wavenc_change_state):
17226         * gst/wavenc/gstwavenc.h:
17227           Set caps on first outgoing buffer, so that it doesn't error out
17228           immediately with a non-negotiated error (#338716). Rewrite and
17229           clean up a bit; fix setcaps function to parse things properly;
17230           fix sink caps (8bit audio is unsigned and doesn't have depth);
17231           use boilerplate macros; remove unused properties stuff.
17232
17233 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17234
17235         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17236           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
17237           handle MJPEG streams and might be autoplugged for those if the
17238           user doesn't have jpegdec installed (resulting in a cryptic error
17239           message about huffman tables). Better to disable JPEG decoding here
17240           and let the user figure out that she needs to install jpegdec.
17241
17242 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17243
17244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17245         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17246         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
17247         * ext/gdk_pixbuf/gstgdkpixbuf.h:
17248           Make work with packetised/framed input (e.g. png-in-quicktime). Use
17249           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
17250           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
17251           debug messages. Fix boilerplate macros.
17252
17253 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17254
17255         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
17256         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
17257           No need to special-case for Gdk-2.0 any longer, we require
17258           Gdk 2.2 or newer; minor clean-ups.
17259
17260 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17261
17262         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
17263         (gst_shout2send_class_init), (gst_shout2send_init),
17264         (set_shout_metadata), (gst_shout2send_set_metadata),
17265         (gst_shout2send_event), (gst_shout2send_start),
17266         (gst_shout2send_connect), (gst_shout2send_stop),
17267         (gst_shout2send_render), (gst_shout2send_set_property),
17268         (gst_shout2send_get_property), (gst_shout2send_setcaps),
17269         (plugin_init):
17270         * ext/shout2/gstshout2.h:
17271         * po/POTFILES.in:
17272           Rewrite a bit: use GstBaseSink::start and stop instead of a state
17273           change function; use GST_ELEMENT_ERROR for error reporting, not
17274           g_error() or GST_ERROR(); don't unref caps in setcaps function,
17275           will cause crashes or assertion failures; remove (unused) "sync"
17276           property, basesink already has such a property; misc. other
17277           minor fixes and cleanups.
17278
17279 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
17282         * ext/esd/gstesd.c: (plugin_init):
17283         * po/POTFILES.in:
17284           Add translatable error message for when we cannot
17285           connect to the sound server, as "Cannot open resource
17286           for writing" isn't really an acceptable message to show
17287           to the user in this case.
17288
17289 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
17290
17291         * sys/oss/gst-i18n-plugin.h:
17292           Remove bogus file that doesn't belong here.
17293
17294 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         Patch by: Philippe Valembois
17297
17298         * ext/shout2/gstshout2.c: (gst_shout2send_init),
17299         (gst_shout2send_set_metadata), (gst_shout2send_event),
17300         (gst_shout2send_render), (gst_shout2send_change_state):
17301         * ext/shout2/gstshout2.h:
17302           Handle tags being received before the connection to
17303           the server is established properly (see #338636).
17304
17305 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
17306
17307         * ext/shout2/gstshout2.c: (gst_shout2send_render):
17308           Don't crash in case the connection to the server fails:
17309           don't set pointer to NULL by assigning FALSE; error out
17310           properly by using GST_ELEMENT_ERROR and returning
17311           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17312           before resetting the pointer.
17313
17314 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17315
17316         * gst/id3demux/id3tags.c:
17317         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17318         (Fixes #338713)
17319
17320 2006-04-12  Wim Taymans  <wim@fluendo.com>
17321
17322         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17323         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17324         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17325         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17326         (gst_gdk_pixbuf_chain):
17327         Some cleanups.
17328         Added RGBA as a possible output format.
17329         Correctly free the supported mimetypes.
17330         deprecate silent arg, it's not used.
17331         Return result from _alloc_buffer to peer.
17332
17333 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17336           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17337           overwriting GST_BUFFER_MALLOCDATA.
17338
17339 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17342         (user_endrow_callback), (user_end_callback),
17343         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17344         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17345         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17346         * ext/libpng/gstpngdec.h:
17347           Handle more than one frame if the content is framed,
17348           like with png-in-quicktime (#331917).
17349
17350 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17351
17352         * sys/oss/Makefile.am:
17353         * sys/oss/common.h:
17354         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17355         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17356         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17357         (gst_oss_src_unprepare):
17358           - the user-visible error strings were in the wrong category
17359           - and the messages were not marked for translation
17360           - which is actually a good thing, because they were exactly
17361             the kind of message you would never want anyone to see
17362           - the macros were using variables that didn't exist in the macro
17363             arguments
17364           - and they were obviously copied from each other and then modified
17365           - so a common header makes sense
17366
17367 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17368
17369         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17370           Don't try to modify read-only data.
17371
17372         * gst/matroska/matroska-demux.c:
17373         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17374           Fix comment (won't crash any longer now).
17375
17376 2006-04-10  Michael Smith  <msmith@fluendo.com>
17377
17378         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17379           Use copies of header buffers for caps to avoid circular refcounting
17380           problems (as in theoradec, vorbisdec).
17381
17382         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17383           Fix a typo in test that meant it was testing the wrong thing.
17384
17385         * tests/check/elements/cmmlenc.c: (check_headers):
17386           Fix refcount checks now that we use buffer-copies for caps.
17387
17388 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17389
17390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17391         (gst_matroska_demux_handle_seek_event),
17392         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17393         (gst_matroska_demux_subtitle_caps),
17394         (gst_matroska_demux_plugin_init):
17395           Use static pad templates with ANY caps for audio and video
17396           source pads and get rid of a lot of unnecessary (and partially
17397           broken) code for the template caps. Clean up caps finding
17398           functions. Fixes playback of audio files/streams that do not
17399           contain the sample rate and/or number of channels in the audio
17400           context (happens a lot with vorbis/mp3 .mka files it seems).
17401           Fixes #337183.
17402           Also add myself to copyright holders.
17403
17404 2006-04-10  Michael Smith  <msmith@fluendo.com>
17405
17406         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17407           Use g_list_delete_link () instead of g_list_remove_link () so that
17408           we free the link as well as the contained data.
17409
17410 2006-04-10  Wim Taymans  <wim@fluendo.com>
17411
17412         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17413
17414         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17415         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17416         (gst_avi_demux_stream_header):
17417         Fix some crashers with empty chunks. (Fixes #337749)
17418
17419 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17420
17421         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17422           use G_GINT64_CONSTANT for INT64 constants
17423         * gst/videofilter/gstvideobalance.c:
17424           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17425         * win32/vs6/libgstavi.dsp:
17426          add missing libraries for the link and remove avimux.c from
17427          the project as it isn't ported to 0.10 yet
17428         
17429 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17430
17431         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17432           Even better would be if we actually did the right thing
17433           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17434
17435 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17438           Can't just replace 1LL with 1L here just because MSVC doesn't
17439           support it, as it might lead to incorrect results when doing the
17440           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17441           force a 64-bit constant in a way that all compilers are happy with.
17442
17443 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17444
17445         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17446         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17447         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17449         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17450         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17451         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17452         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17453         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17454         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17455         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17456         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17457         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17458         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17459         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17460         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17461         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17462         * gst/debug/efence.c: (gst_efence_class_init):
17463         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17464         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17465         * gst/goom/gstgoom.c: (gst_goom_class_init):
17466         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17467         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17468         * gst/interleave/interleave.c: (interleave_class_init):
17469         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17470         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17471         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17472         * gst/median/gstmedian.c: (gst_median_class_init):
17473         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17474         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17475         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17476         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17477         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17478         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17479         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17480         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17481         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17482         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17483         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17484         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17485         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17486         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17487         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17488         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17489         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17490         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17491         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17492         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17493         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17494         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17495         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17496         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17497         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17499         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17500         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17501         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17502         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17503         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17504         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17505         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17506         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17507         * sys/osxaudio/gstosxaudioelement.c:
17508         (gst_osxaudioelement_class_init):
17509         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17510         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17511         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17512         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17513
17514 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17515
17516         * ext/mikmod/gstmikmod.h:
17517         * gst/level/gstlevel.h:
17518         Fix more broken GObject macros
17519
17520 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17521
17522         * ext/annodex/gstcmmldec.h:
17523         * ext/annodex/gstcmmlenc.h:
17524         * ext/annodex/gstcmmltag.h:
17525         * ext/cairo/gsttextoverlay.h:
17526         * ext/ladspa/gstsignalprocessor.h:
17527         * gst/matroska/ebml-read.h:
17528         * gst/matroska/ebml-write.h:
17529         * sys/osxaudio/gstosxaudioelement.h:
17530         Fix broken GObject macros
17531
17532 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17533
17534         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17535           Don't try to seek beyond the end of the file (would
17536           occasionally display error dialogs in totem when seeking
17537           to the end) (#335869). Will still throw an error though
17538           if the file is truncated and the total_samples value in
17539           the stream header is wrong.
17540
17541 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17542
17543         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17544         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17545         (gst_flac_dec_metadata_callback):
17546         * ext/flac/gstflacdec.h:
17547           If the stream header doesn't contain the total number of samples,
17548           search for the last flac frame at the end of the file and calculate
17549           the total duration from that frame's offset (fixes #337609).
17550
17551 2006-04-07  Edward Hervey  <edward@fluendo.com>
17552
17553         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17554         Don't unref the GstPadTemplate returned by
17555         gst_element_class_get_pad_template().
17556
17557 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17558
17559         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17560
17561         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17562         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17563         * sys/sunaudio/gstsunaudiosink.h:
17564           Use spec->segsize and spec->segtotal in the prepare function
17565           to initialise the ring buffer instead of using the buffer-time
17566           property (#337421).
17567
17568 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17569
17570         * configure.ac:
17571           Bump core requirements to CVS for gst_pad_query_peer_duration()
17572           which is used by speexdec.
17573
17574 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * ext/speex/gstspeex.c: (plugin_init):
17577         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17578         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17579         (speex_get_sink_query_types), (speex_dec_sink_query),
17580         (speex_get_src_query_types), (speex_dec_src_query),
17581         (speex_dec_src_event), (speex_dec_sink_event),
17582         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17583         (speex_dec_chain_parse_data), (speex_dec_chain),
17584         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17585         (speex_dec_change_state):
17586         * ext/speex/gstspeexdec.h:
17587           Fix seeking and duration queries (#337033); clean up and
17588           refactor a bit.
17589
17590 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * ext/raw1394/gstdv1394src.c:
17593           distinguish between device not found and could not open for
17594           reading
17595
17596 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * Makefile.am:
17599         * configure.ac:
17600         * pkgconfig/.cvsignore:
17601         * pkgconfig/Makefile.am:
17602         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17603           add a .pc file so other modules can use good plugins in tests
17604
17605 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17606
17607         * configure.ac:
17608           clean up, use AS_VERSION and AS_NANO
17609         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17610           use PACKAGE_VERSION define
17611         * po/af.po:
17612         * po/az.po:
17613         * po/cs.po:
17614         * po/en_GB.po:
17615         * po/hu.po:
17616         * po/it.po:
17617         * po/nb.po:
17618         * po/nl.po:
17619         * po/or.po:
17620         * po/sq.po:
17621         * po/sr.po:
17622         * po/sv.po:
17623         * po/uk.po:
17624         * po/vi.po:
17625           updated
17626
17627 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17628
17629         * ext\jpeg\smokecodec.c:
17630           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17631         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17632           move first instruction after all variables declarations
17633         * gst\alpha\gstalpha.c:
17634         * gst\effectv\gstshagadelic.c:
17635         * gst\smpte\paint.c:
17636         * gst\videofilter\gstvideobalance.c:
17637           define M_PI if it's not defined (it's not defined on WIN32)
17638         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17639         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17640         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17641         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17642         (gst_matroska_demux_video_caps):
17643         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17644         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17645           use gst_guint64_to_gdouble for conversions
17646         * gst\goom\filters.c: (setPixelRGB_):
17647           fix a debug which was using undefined variable
17648         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17649         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17650           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17651         * win32/vs6:
17652           add vs6 projects files for most of plugins-good
17653         
17654 2006-03-30  j^  <j@bootlab.org>
17655
17656         * ext/aalib/gstaasink.c:
17657         * ext/annodex/gstcmmldec.c:
17658         * ext/annodex/gstcmmlenc.c:
17659         * ext/cairo/gsttextoverlay.c:
17660         * ext/cairo/gsttimeoverlay.c:
17661         * ext/cdio/gstcdiocddasrc.c:
17662         * ext/dv/gstdvdec.c:
17663         * ext/esd/esdmon.c:
17664         * ext/esd/esdsink.c:
17665         * ext/flac/gstflacdec.c:
17666         * ext/flac/gstflacenc.c:
17667         * ext/flac/gstflactag.c:
17668         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17669         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17670         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17671         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17672         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17673         * ext/gdk_pixbuf/pixbufscale.c:
17674         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17675         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17676         * ext/jpeg/gstjpegdec.c:
17677         * ext/jpeg/gstjpegenc.c:
17678         * ext/jpeg/gstsmokedec.c:
17679         * ext/jpeg/gstsmokeenc.c:
17680         * ext/libcaca/gstcacasink.c:
17681         * ext/libmng/gstmngdec.c:
17682         * ext/libmng/gstmngenc.c:
17683         * ext/libpng/gstpngdec.c:
17684         * ext/libpng/gstpngenc.c:
17685         * ext/mikmod/gstmikmod.c:
17686         * ext/raw1394/gstdv1394src.c:
17687         * ext/shout2/gstshout2.c:
17688         * ext/speex/gstspeexdec.c:
17689         * ext/speex/gstspeexenc.c:
17690         * gst/alpha/gstalpha.c:
17691         * gst/alpha/gstalphacolor.c:
17692         * gst/auparse/gstauparse.c:
17693         * gst/autodetect/gstautoaudiosink.c:
17694         (gst_auto_audio_sink_base_init):
17695         * gst/autodetect/gstautovideosink.c:
17696         (gst_auto_video_sink_base_init):
17697         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17698         * gst/cutter/gstcutter.c:
17699         * gst/debug/breakmydata.c:
17700         * gst/debug/efence.c:
17701         * gst/debug/gstnavigationtest.c:
17702         * gst/debug/negotiation.c:
17703         * gst/debug/progressreport.c:
17704         * gst/debug/testplugin.c:
17705         * gst/effectv/gstaging.c:
17706         * gst/effectv/gstdice.c:
17707         * gst/effectv/gstedge.c:
17708         * gst/effectv/gstquark.c:
17709         * gst/effectv/gstrev.c:
17710         * gst/effectv/gstvertigo.c:
17711         * gst/effectv/gstwarp.c:
17712         * gst/flx/gstflxdec.c:
17713         * gst/goom/gstgoom.c:
17714         * gst/interleave/deinterleave.c:
17715         * gst/interleave/interleave.c:
17716         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17717         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17718         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17719         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17720         * gst/level/gstlevel.c:
17721         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17723         * gst/median/gstmedian.c:
17724         * gst/monoscope/gstmonoscope.c:
17725         * gst/multipart/multipartdemux.c:
17726         * gst/multipart/multipartmux.c:
17727         * gst/oldcore/gstmd5sink.c:
17728         * gst/oldcore/gstmultifilesrc.c:
17729         * gst/oldcore/gstpipefilter.c:
17730         * gst/oldcore/gstshaper.c:
17731         * gst/oldcore/gststatistics.c:
17732         * gst/rtp/gstasteriskh263.c:
17733         * gst/rtp/gstrtpL16depay.c:
17734         * gst/rtp/gstrtpL16pay.c:
17735         * gst/rtp/gstrtpamrdepay.c:
17736         * gst/rtp/gstrtpamrpay.c:
17737         * gst/rtp/gstrtpdepay.c:
17738         * gst/rtp/gstrtpgsmpay.c:
17739         * gst/rtp/gstrtph263pay.c:
17740         * gst/rtp/gstrtph263pdepay.c:
17741         * gst/rtp/gstrtph263ppay.c:
17742         * gst/rtp/gstrtpmp4gpay.c:
17743         * gst/rtp/gstrtpmp4vdepay.c:
17744         * gst/rtp/gstrtpmp4vpay.c:
17745         * gst/rtp/gstrtpmpadepay.c:
17746         * gst/rtp/gstrtpmpapay.c:
17747         * gst/rtp/gstrtppcmadepay.c:
17748         * gst/rtp/gstrtppcmapay.c:
17749         * gst/rtp/gstrtppcmudepay.c:
17750         * gst/rtp/gstrtppcmupay.c:
17751         * gst/rtp/gstrtpspeexdepay.c:
17752         * gst/rtp/gstrtpspeexpay.c:
17753         * gst/rtsp/gstrtpdec.c:
17754         * gst/smpte/gstsmpte.c:
17755         * gst/videobox/gstvideobox.c:
17756         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17757         * gst/videofilter/gstvideobalance.c:
17758         * gst/videofilter/gstvideoflip.c:
17759         * gst/videofilter/gstvideotemplate.c:
17760         (gst_videotemplate_base_init):
17761         * gst/videomixer/videomixer.c:
17762         * gst/wavenc/gstwavenc.c:
17763         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17764          better/unified long descriptions
17765          Fixed #336602
17766          Some cleanups to auparse, don't send multiple newsegments.
17767
17768 2006-03-29  Wim Taymans  <wim@fluendo.com>
17769
17770         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17771
17772         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17773         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17774         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17775         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17776         * ext/dv/gstdvdemux.h:
17777         Seek in READY patch. Only works for pull based mode.
17778         Fixes #323880
17779
17780 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17781
17782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17783         (gst_gdk_pixbuf_event):
17784           Fix two crashers: don't unref the same caps twice, and
17785           set pixbuf loader to NULL after freeing it.
17786
17787 2006-03-27  Wim Taymans  <wim@fluendo.com>
17788
17789         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17790         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17791         (gst_speexenc_chain):
17792         * ext/speex/gstspeexenc.h:
17793         Don't leak adapter.
17794         A push *always* takes ownership of the buffer, even on
17795         errors.
17796         Small cleanups.
17797
17798 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17799
17800         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17801           Create source pad without leaking.
17802
17803 2006-03-24  Wim Taymans  <wim@fluendo.com>
17804
17805         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17806         * ext/flac/gstflacdec.h:
17807         * ext/flac/gstflacenc.h:
17808         Spifify a bit.
17809         Fix deadly lock order error in seeking code, STREAM_LOCK
17810         cannot be taken within LOCK and the streaming variables are
17811         protected with the STREAM_LOCK anyway.
17812
17813 2006-03-24  Wim Taymans  <wim@fluendo.com>
17814
17815         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17816         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17817         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17818         this patch combines the global init_frames with the stream
17819         init_frames. Rationale being that the global delay should 
17820         be subtracted from any stream delay.
17821         Fixes #335858.
17822
17823 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17824
17825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17826         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17827         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17828         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17829         use DEBUG_FUNCPTR for collectpads
17830
17831 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17832
17833         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17834           Don't crash when encoding images where the number of rows isn't
17835           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17836
17837 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17838
17839         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17840         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17841         * gst/interleave/interleave.c: (interleave_change_state):
17842         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17843           More state change function fixes.
17844
17845 2006-03-23  Wim Taymans  <wim@fluendo.com>
17846
17847         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17848         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17849         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17850         (gst_esdsink_delay), (gst_esdsink_reset):
17851         * ext/esd/esdsink.h:
17852         Fix esd choppy playback by configuring audiosink
17853         correctly. Fixes #325191
17854
17855 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17856
17857         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17858           Make state change function thread-safe.
17859
17860 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17861
17862         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17863         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17864           Don't try to read beyond the end of the file just because
17865           the header claims a bigger size (like with truncated files).
17866
17867 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17868
17869         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17870         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17871         (gst_wavparse_stream_data), (gst_wavparse_loop):
17872         * gst/wavparse/gstwavparse.h:
17873           Delay source pad creation until we have the first chunk of
17874           media data, so the we can examine the data and adjust the
17875           caps accordingly if required. This makes playback of .wav
17876           files with DTS-declared-as-PCM content work (#313266).
17877
17878 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17879
17880         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17881         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17882         Don't attempt typefinding on too-short buffers that have been
17883         completely trimmed away. (Fixes #330239)
17884
17885         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17886         Improve the debug output
17887
17888 2006-03-21  Wim Taymans  <wim@fluendo.com>
17889
17890         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17891         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17892         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17893         (gst_esdsink_set_property), (gst_esdsink_get_property):
17894         Some cleanups.
17895         Reset fd to -1 when we close them.
17896
17897 2006-03-21  Wim Taymans  <wim@fluendo.com>
17898
17899         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17900         the OPTIONS request result is optional so don't
17901         fail on it.
17902
17903 2006-03-21  Edward Hervey  <edward@fluendo.com>
17904
17905         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17906         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17907         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17908         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17909         (gst_wavparse_change_state):
17910         gcc 4.1 unreferenced pointer fixes.
17911
17912 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17913
17914         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17915
17916         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17917           Fix block alignment calculation. Alignment should be done before
17918           adding the byte offset where the data starts (#335231).
17919
17920 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17921
17922         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17923           Ensure that we set correct caps on buffers that are transferred
17924           direct from the input.
17925
17926 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17927
17928         * gst/goom/filters.c: (zoomFilterDestroy):
17929         * gst/goom/goom_core.c: (goom_close):
17930           Free filter data when cleaning up. (Fixes: #334995)
17931
17932 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17933
17934         * configure.ac:
17935           Don't compile udp and rtsp plugins on win32 (mingw) or other
17936           systems that don't have <sys/socket.h> for some reason (#316203).
17937
17938 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17939
17940         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17941         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17942         * ext/raw1394/gstdv1394src.h:
17943           Change bus reset handler so it reports useful information such as
17944           whether the device being used connected or disconnected
17945
17946 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17947
17948         * gst/id3demux/id3v2frames.c:
17949         (parse_relative_volume_adjustment_two):
17950           We only care about gain and peak data for the master volume.
17951
17952 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17955         (parse_id_string), (parse_unique_file_identifier),
17956         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17957           Read replay gain tags (#323721).
17958
17959 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17960
17961         * configure.ac:
17962           Bump requirements to gst-plugins-base CVS because
17963           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17964
17965 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17966
17967         * rtp/gst/gstrtppcmadepay.c:
17968         Fixed one of the caps in the code from mulaw to alaw.
17969
17970 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17971
17972         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17973           Ensure that we set caps on the buffers we pass.
17974
17975         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17976         (gst_id3demux_sink_activate):
17977           Ensure that we set caps on the buffers we pass.
17978
17979           Use STREAM, TYPE_NOT_FOUND as the error class when
17980           typefinding fails.
17981
17982 2006-03-15  Edward Hervey  <edward@fluendo.com>
17983
17984         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17985         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17986         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17987         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17988         (gst_jpeg_dec_setcaps):
17989         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17990         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17991         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17992         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17993         (gst_mngdec_src_getcaps):
17994         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17995         (gst_pngdec_caps_create_and_set):
17996         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17997         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17998         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17999         * gst/alpha/gstalpha.c: (gst_alpha_init):
18000         * gst/auparse/gstauparse.c: (gst_au_parse_init):
18001         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
18002         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
18003         * gst/cutter/gstcutter.c: (gst_cutter_init):
18004         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
18005         (gst_efence_checkgetrange):
18006         * gst/debug/negotiation.c: (gst_negotiation_init):
18007         * gst/flx/gstflxdec.c: (gst_flxdec_init):
18008         * gst/goom/gstgoom.c: (gst_goom_init):
18009         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
18010         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
18011         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
18012         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
18013         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
18014         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
18015         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
18016         * gst/smpte/gstsmpte.c: (gst_smpte_init):
18017         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18018         (gst_wavparse_create_sourcepad):
18019         Fix memleak with gst_static_pad_template_get().
18020         This uses gst_pad_new_from_static_template() instead.
18021         Fixes #333512
18022
18023 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18024
18025         * configure.ac:
18026           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
18027           used by id3demux.
18028
18029         * gst/id3demux/gstid3demux.c: (plugin_init):
18030         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18031         (parse_user_text_identification_frame),
18032         (parse_unique_file_identifier):
18033           Add support for UFID and TXXX frames and extract musicbrainz tags.
18034
18035 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18036
18037         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18038           Catch short reads, like they might happen with truncated
18039           files (see #305279); remove unnecessary indentation.
18040
18041 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18044           Fix DIB image inversion for pictures with a
18045           depth != 8 (#305279).
18046
18047 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
18048
18049         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
18050         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
18051         * ext/jpeg/gstjpegdec.h:
18052           Fix durations on outgoing buffers after seeking
18053           in MJPEG files (#334083); some minor clean-ups.
18054
18055 2006-03-13  Wim Taymans  <wim@fluendo.com>
18056
18057         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
18058         (gst_wavparse_change_state):
18059         Implement seek in READY (re-fixes #327658)
18060
18061 2006-03-13  Wim Taymans  <wim@fluendo.com>
18062
18063         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
18064         * ext/esd/esdmon.c: (gst_esdmon_get):
18065         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
18067         (gst_gdk_pixbuf_sink_getcaps):
18068         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
18069         (gst_jpegenc_setcaps):
18070         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
18072         (gst_smokeenc_setcaps):
18073         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
18074         (gst_mngdec_src_getcaps):
18075         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
18076         (gst_mngenc_chain):
18077         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
18078         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
18079         * ext/speex/gstspeexdec.c: (speex_dec_convert),
18080         (speex_dec_src_event), (speex_dec_chain):
18081         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
18082         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
18083         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
18084         (gst_negotiation_pad_link), (gst_negotiation_chain):
18085         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18086         (gst_flxdec_chain):
18087         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
18088         (deinterleave_chain):
18089         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
18090         * gst/median/gstmedian.c: (gst_median_link):
18091         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
18092         (gst_monoscope_chain):
18093         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
18094         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
18095         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
18096         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
18097         close #333784 unref the result of gst_pad_get_parent()
18098         by: Christophe Fergeau.
18099
18100 2006-03-09  Wim Taymans  <wim@fluendo.com>
18101
18102         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
18103         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
18104         Handle events in push mode better, can now do non-flushing
18105         seeks in push mode as well.
18106
18107 2006-03-07  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
18110         Applied patch from Kai Vehmanen, fixes #333624.
18111
18112 2006-03-06  Julien MOUTTE  <julien@moutte.net>
18113
18114         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
18115         Implement paletted and grayscale png files handling.
18116         (#150363).
18117
18118 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18119
18120         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
18121         (gst_speexenc_chain):
18122           fix a tag list assert
18123           follow gst-plugins-base/ext/ogg/README; set OFFSET
18124           and OFFSET_END.  Muxes correctly with gst-plugins-base
18125           > 0.9.3
18126
18127 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18128
18129         * gst/id3demux/Makefile.am:
18130         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
18131         (gst_id3demux_chain), (gst_id3demux_sink_activate):
18132           Use new typefind helper functions here as well, and
18133           do typefinding in pull-mode if upstream supports that.
18134
18135 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
18136
18137         * sys/sunaudio/gstsunaudiomixerctrl.c:
18138         (gst_sunaudiomixer_ctrl_get_volume),
18139         (gst_sunaudiomixer_ctrl_set_volume):
18140         * sys/sunaudio/gstsunaudiomixertrack.c:
18141         (gst_sunaudiomixer_track_new):
18142           Remove unused variables, breaks build from CVS
18143           with -Werror (#333392, patch by: Benjamin Pineau)
18144
18145 2006-03-03  Wim Taymans  <wim@fluendo.com>
18146
18147         * docs/plugins/Makefile.am:
18148         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18149         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18150         Added wavparse docs.
18151
18152         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
18153         (gst_wavparse_reset), (gst_wavparse_init),
18154         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
18155         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
18156         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
18157         (gst_wavparse_stream_data), (gst_wavparse_loop),
18158         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
18159         (gst_wavparse_change_state):
18160         * gst/wavparse/gstwavparse.h:
18161         Implement seek in READY (fixes #327658)
18162         Added docs and did some cleanups.
18163
18164 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
18165
18166         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
18167         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
18168         (gst_avi_demux_calculate_durations_from_index),
18169         (gst_avi_demux_stream_header):
18170         * gst/avi/gstavidemux.h:
18171           If we have an index, use a duration based on the index instead
18172           of blindly trusting the information in the stream headers
18173           (fixes #331817).
18174
18175 2006-03-03  Wim Taymans  <wim@fluendo.com>
18176
18177         * docs/plugins/Makefile.am:
18178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18180         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18181         Added smoke and jpeg to the docs.
18182
18183         * ext/jpeg/Makefile.am:
18184         * ext/jpeg/gstjpeg.c: (plugin_init):
18185         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
18186         * ext/jpeg/gstjpegenc.h:
18187         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
18188         (gst_smokedec_chain):
18189         * ext/jpeg/gstsmokedec.h:
18190         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18191         * ext/jpeg/gstsmokeenc.h:
18192         * ext/jpeg/smokecodec.h:
18193         Port smokedec (fixes #331905).
18194         Added some docs.
18195         Some cleanups.
18196
18197 2006-03-03  Wim Taymans  <wim@fluendo.com>
18198
18199         * docs/plugins/Makefile.am:
18200         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18201         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18202         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18203         Added videobalance and videoflip to the docs.
18204
18205         * gst/videofilter/Makefile.am:
18206         * gst/videofilter/gstvideobalance.c:
18207         (gst_video_balance_update_tables_planar411),
18208         (gst_video_balance_is_passthrough),
18209         (gst_video_balance_update_properties), (oil_tablelookup_u8),
18210         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
18211         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
18212         (gst_video_balance_finalize), (gst_video_balance_class_init),
18213         (gst_video_balance_init), (gst_video_balance_interface_supported),
18214         (gst_video_balance_interface_init),
18215         (gst_video_balance_colorbalance_list_channels),
18216         (gst_video_balance_colorbalance_set_value),
18217         (gst_video_balance_colorbalance_get_value),
18218         (gst_video_balance_colorbalance_init),
18219         (gst_video_balance_set_property), (gst_video_balance_get_property),
18220         (gst_video_balance_get_type), (plugin_init):
18221         * gst/videofilter/gstvideobalance.h:
18222         Ported to 0.10. (Fixes #326160)
18223         Added docs.
18224
18225         * gst/videofilter/gstvideoflip.c:
18226         * gst/videofilter/gstvideoflip.h:
18227         Added docs.
18228
18229 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
18230
18231         * configure.ac:
18232           Bump requirements to current core and -base CVS
18233           (core for new typefind helper API, and -base for the
18234           WAVFORMATEX support that was added to libgstriff and
18235           is needed by wavparse).
18236         
18237         * gst/apetag/Makefile.am:
18238         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
18239         (gst_tag_demux_sink_activate):
18240           Use new typefind helpers for typefinding instead of our
18241           home-grown stuff; also, do typefinding in pull-mode if
18242           upstream supports that.
18243
18244 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
18245
18246         Reviewed by: Christian Schaller <christian@fluendo.com>
18247
18248         This patch fixes bug: 329107
18249
18250         This Changelog entry is for a commit done on February 17
18251
18252         * ext/gconf/gconf.c
18253         * ext/gconf/gconf.h
18254         * ext/gconf/gstgconfaudiosink.c
18255         * ext/gconf/gstgconfaudiosink.h
18256         * gconf/gstreamer.schemas.in
18257
18258 2006-02-28  Wim Taymans  <wim@fluendo.com>
18259
18260         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
18261         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
18262         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
18263         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
18264         Use DEBUG_OBJECT more.
18265
18266 2006-02-28  Wim Taymans  <wim@fluendo.com>
18267
18268         * docs/plugins/Makefile.am:
18269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18271         Added dvdec and dvdemux to docs.
18272
18273         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
18274         Added docs.
18275         Check frame sizes so we don't crash when don't have enough
18276         data.
18277         Send nice error messages on error.
18278
18279         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
18280         (gst_dvdemux_class_init), (gst_dvdemux_init),
18281         (gst_dvdemux_finalize), (gst_dvdemux_reset),
18282         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18283         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18284         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
18285         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
18286         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
18287         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
18288         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
18289         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
18290         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
18291         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
18292         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
18293         * ext/dv/gstdvdemux.h:
18294         Added docs.
18295         Implement pull mode.
18296         Fix memleaks.
18297         Reduce memcpy for the video demuxing.
18298
18299 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
18300
18301         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
18302         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
18303         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
18304         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
18305           Add a little extra debug. Make the decoder not return NOT_LINKED,
18306           as we want to continue decoding all CMML and emitting tags.
18307
18308 2006-02-27  Michael Smith  <msmith@fluendo.com>
18309
18310         * ext/annodex/gstskeltag.c:
18311         * ext/annodex/gstskeltag.h:
18312           Deleted; these files aren't used any more either.
18313
18314 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18315
18316         * ext/Makefile.am: Fix dist-check.
18317
18318 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18319
18320         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18321         memleak.
18322
18323 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18324
18325         * ext/annodex/Makefile.am:
18326         * ext/annodex/gstannodex.c:
18327         * ext/annodex/gstcmmldec.c:
18328         * ext/annodex/gstcmmlenc.c:
18329         * ext/annodex/gstcmmlparser.c:
18330         * ext/annodex/gstcmmlparser.h:
18331         * ext/annodex/gstcmmlutils.c:
18332         * tests/check/elements/cmmldec.c:
18333         * tests/check/elements/cmmlenc.c:
18334           Fix a memleak in gst_cmml_track_list_add_clip.
18335           Handle overflows in clip's start and end times.
18336           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18337           Do not parse junk at the end of a CMML preamble buffer.
18338           Register a libxml error handler to not print stuff on stderr.
18339           Check for bad clip start and end times in the testsuites.
18340
18341 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18342
18343         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18344         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18345         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18346         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18347         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18348         possible memleaks.
18349
18350 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18351
18352         * tests/check/Makefile.am:
18353         * tests/check/elements/cmmldec.c:
18354         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18355         the plugins-base tags.
18356
18357 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18358
18359         * ext/Makefile.am: Re-enable module.
18360
18361 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18362
18363         * tests/check/Makefile.am: Forgot to remove that test.
18364
18365 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18366
18367         * ext/annodex/Makefile.am:
18368         * ext/annodex/gstannodex.c: (plugin_init):
18369         * ext/annodex/gstcmmldec.c:
18370         * ext/annodex/gstskeldec.c:
18371         * ext/annodex/gstskeldec.h:
18372         * tests/check/Makefile.am:
18373         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18374
18375 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18376
18377         * tests/check/Makefile.am: Disable those checks as well.
18378
18379 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18380
18381         * ext/Makefile.am: Disable annodex for now until we figure out
18382         how to make it build.
18383         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18384         Add a rule to your checklist : "please try to at least build 
18385         what you are going to commit into -good, or if you are too lazy
18386         to do that, please check that the buildbots are not crying because
18387         of your commit."
18388
18389 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18390
18391         * configure.ac:
18392         * ext/Makefile.am:
18393         * ext/gdk_pixbuf/Makefile.am:
18394         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18395         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18396         * ext/gdk_pixbuf/pixbufscale.c:
18397         * ext/gdk_pixbuf/pixbufscale.h:
18398           Gdkpixbuf ported from 0.8 to 0.10 by
18399           Renato Filho <renato.filho@indt.org.br>.
18400           gst_loader and gdkpixbufanimation still need port.
18401
18402 2006-02-24  Michael Smith  <msmith@fluendo.com>
18403
18404         * configure.ac:
18405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18406         * ext/Makefile.am:
18407         * ext/annodex/Makefile.am:
18408         * ext/annodex/gstannodex.c:
18409         * ext/annodex/gstannodex.h:
18410         * ext/annodex/gstcmmldec.c:
18411         * ext/annodex/gstcmmldec.h:
18412         * ext/annodex/gstcmmlenc.c:
18413         * ext/annodex/gstcmmlenc.h:
18414         * ext/annodex/gstcmmlparser.c:
18415         * ext/annodex/gstcmmlparser.h:
18416         * ext/annodex/gstcmmltag.c:
18417         * ext/annodex/gstcmmltag.h:
18418         * ext/annodex/gstcmmlutils.c:
18419         * ext/annodex/gstcmmlutils.h:
18420         * ext/annodex/gstskeldec.c:
18421         * ext/annodex/gstskeldec.h:
18422         * ext/annodex/gstskeltag.c:
18423         * ext/annodex/gstskeltag.h:
18424         * tests/check/Makefile.am:
18425         * tests/check/elements/cmmldec.c:
18426         * tests/check/elements/cmmlenc.c:
18427         * tests/check/elements/skeldec.c:
18428           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18429           Includes tests & docs, oh my! Passes Thomas's -good checklist
18430           entirely. Wow.
18431
18432 2006-02-24  Michael Smith  <msmith@fluendo.com>
18433
18434         * autogen.sh:
18435           Check for automake 1.9 as well.
18436
18437 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18438
18439         * ext/flac/gstflacenc.c:
18440           Change min. sample rate to 8kHz to match flacdec's.
18441           
18442 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18443
18444         * ext/cdio/Makefile.am:
18445           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18446           required for Cygwin, see #317048)
18447
18448         * gst/rtp/gstasteriskh263.c:
18449           Cygwin has includes for both the unix network socket API
18450           and the windows API, but only one can be included, so fix
18451           includes to only use one or the other, prefering the unxi
18452           one (#317048).
18453
18454 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18455
18456         * rtp/gst/gstrtppcmadepay.c:
18457         * rtp/gst/gstrtppcmadepay.h:
18458         * rtp/gst/gstgstrtppcmapay.c:
18459         * rtp/gst/gstgstrtppcmapay.h:
18460         * rtp/gst/gstrtppcmudepay.c:
18461         * rtp/gst/gstrtppcmudepay.h:
18462         * rtp/gst/gstrtppcmupay.c:
18463         * rtp/gst/gstrtppcmupay.h:
18464         * rtp/gst/Makefile.am:
18465         * rtp/gst/gstrtp.c:
18466         * rtp/gst/README:
18467         Separated the G711 payloaders/depayloaders into separate elements for
18468         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18469
18470 2006-02-22  Wim Taymans  <wim@fluendo.com>
18471
18472         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18473         (gst_dvdec_change_state):
18474         * ext/dv/gstdvdec.h:
18475         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18476         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18477         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18478         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18479         (gst_dvdemux_flush), (gst_dvdemux_chain),
18480         (gst_dvdemux_change_state):
18481         * ext/dv/gstdvdemux.h:
18482         Ueber spiffify some more, added debug category.
18483         Use _scale.
18484         Use segments, respect playback rate from newsegment.
18485         Fix refcount issue.
18486
18487 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18488
18489         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18490         (gst_signal_processor_process):
18491         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18492         enabled for the build, but it helps me win the feature-count
18493         competitions ooh yeah.
18494
18495 2006-02-19  Wim Taymans  <wim@fluendo.com>
18496
18497         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18498         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18499         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18500         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18501         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18502         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18503         Use scaling code for added precission and more correct stop
18504         position in case scale==0.
18505
18506 2006-02-19  Wim Taymans  <wim@fluendo.com>
18507
18508         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18509         (gst_flxdec_chain):
18510         * gst/flx/gstflxdec.h:
18511         Implement DURATION query.
18512
18513 2006-02-19  Wim Taymans  <wim@fluendo.com>
18514
18515         * gst/flx/flx_color.h:
18516         * gst/flx/flx_fmt.h:
18517         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18518         (gst_flxdec_src_query_handler), (flx_decode_color),
18519         (gst_flxdec_chain):
18520         * gst/flx/gstflxdec.h:
18521         Set MALLOCDATA for the temp buffers so we don't leak.
18522         Some debug cleanups.
18523         Consume all data in the adapter before leaving the chain
18524         function. Fixes #330678.
18525
18526 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18527
18528         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18529         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18530          Handle 0 data size in otherwise valid frames.
18531          Handle numeric strings in 2.4.0 even when not in parentheses 
18532
18533 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18534
18535         * gst/matroska/matroska-demux.c:
18536         (gst_matroska_demux_subtitle_caps),
18537         (gst_matroska_demux_plugin_init):
18538         * gst/matroska/matroska-ids.h:
18539           Recognise SSA/ASS and USF subtitle formats and
18540           set proper caps when they are found.
18541
18542 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18545         (gst_jpeg_dec_chain):
18546           Fix invalid memory access for some odd-sized images
18547           (see image contained in quicktime stream in #327083);
18548           use g_malloc() instead of g_alloca().
18549
18550 2006-02-17  Wim Taymans  <wim@fluendo.com>
18551
18552         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18553         Patch from Sebastien Cote, fixes #319884
18554
18555 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18556
18557         * ext/cdio/gstcdio.c: (plugin_init):
18558           Init debug category (#331253).
18559
18560 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18563           Pass extra_data to gst_riff_create_audio_caps(), so that
18564           WAVEFORMATEX stuff works. Post audio codec name and post
18565           it as taglist on the bus. Allow up to 8 channesl for raw
18566           PCM in the source pad template caps.
18567
18568 2006-02-16  Wim Taymans  <wim@fluendo.com>
18569
18570         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18571         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18572         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18573         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18574         (gst_multipart_set_property), (gst_multipart_get_property):
18575         Applied #318663. Gives quite a few false positives in
18576         autoscan mode, but it's better than nothing. Not closing yet.
18577
18578 2006-02-16  Wim Taymans  <wim@fluendo.com>
18579
18580         * docs/plugins/Makefile.am:
18581         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18582         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18583         * docs/plugins/gst-plugins-good-plugins.args:
18584         * docs/plugins/inspect/plugin-udp.xml:
18585         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18586         (gst_udpsrc_start):
18587         Update documentation.
18588         Fix args.
18589
18590 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18591
18592         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18593         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18594         frame size. (Fixes #331368)
18595
18596 2006-02-16  Wim Taymans  <wim@fluendo.com>
18597
18598         * gst/rtsp/README:
18599         Updated README.
18600
18601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18602         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18603         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18604         * gst/rtsp/gstrtspsrc.h:
18605         Make sure the RTP port is an even port an try to allocate 
18606         another if not.
18607         Added retry property to control max retries for port allocation.
18608         Make sure RTCP port is RTP port+1.
18609         Cleanup when port allocation fails.
18610         Fixes #319183.
18611         
18612 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18613
18614         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18615           Don't ignore return value of the parent class's state
18616           change function (#331385, patch by: Wouter Paesen).
18617
18618 2006-02-15  Wim Taymans  <wim@fluendo.com>
18619
18620         * configure.ac:
18621         * docs/plugins/Makefile.am:
18622         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18623         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18624         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18625         * ext/Makefile.am:
18626         * ext/hal/Makefile.am:
18627         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18628         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18629         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18630         (do_toggle_element), (gst_hal_audio_sink_set_property),
18631         (gst_hal_audio_sink_get_property),
18632         (gst_hal_audio_sink_change_state):
18633         * ext/hal/gsthalaudiosink.h:
18634         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18635         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18636         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18637         (do_toggle_element), (gst_hal_audio_src_set_property),
18638         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18639         * ext/hal/gsthalaudiosrc.h:
18640         * ext/hal/gsthalelements.c: (plugin_init):
18641         * ext/hal/gsthalelements.h:
18642         * ext/hal/hal.c: (gst_hal_get_string),
18643         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18644         (gst_hal_get_audio_src):
18645         * ext/hal/hal.h:
18646         Add HAL sound device wrapper plugins. Closes #329106
18647
18648 2006-02-15  Wim Taymans  <wim@fluendo.com>
18649
18650         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18651         Add comment in a fultile attempt to stop the copy-and-paste 
18652         paradigm leading to duplication of bad code.
18653
18654         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18655         Mime parameters have to be checked case insensitive
18656
18657 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18658
18659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18660           Advance stream time for lagging subtitle streams by sending
18661           newsegment events with the update flag set.
18662
18663 2006-02-14  Edward Hervey  <edward@fluendo.com>
18664
18665         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18666         There can be bogus data before the hdrl LIST tag in the RIFF header.
18667         It's hard to say if it's not respecting the AVI specifications or not,
18668         but since Google Video is producing AVIs like that and the other player
18669         don't seem to complain, I guess we should do the same.
18670
18671 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18674         (parse_split_strings):
18675         Add more validation to ensure that a char encoding conversion
18676         produced a valid UTF-8 string.
18677
18678 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18679
18680         Reviewed by: Edward Hervey  <edward@fluendo.com>
18681
18682         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18683         Properly handle end of segment. Closes #330885.
18684
18685 2006-02-13  Wim Taymans  <wim@fluendo.com>
18686
18687         * gst/rtp/gstrtpmp4gpay.h:
18688         For got to commit this one.
18689
18690 2006-02-12  Wim Taymans  <wim@fluendo.com>
18691
18692         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18693         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18694         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18695         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18696         * gst/rtp/gstrtpmp4gpay.h:
18697         Make more things work.
18698         Handle ACC config strings.
18699
18700 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18701
18702         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18703           set timestamps if no incoming timestamps set
18704
18705 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18708         (gst_tag_demux_do_typefind):
18709           ... and fix the very same leaks in GstTagDemux.
18710
18711 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18712
18713         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18714         (gst_id3demux_do_typefind):
18715         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18716         <jonathan at kaolin dot wh9 dot net>)
18717
18718 2006-02-10  Wim Taymans  <wim@fluendo.com>
18719
18720         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18721         First set options, then set caps or else the baseclass
18722         will not know about the options, duh.
18723
18724 2006-02-10  Wim Taymans  <wim@fluendo.com>
18725
18726         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18727         (gst_rtp_mp4v_pay_setcaps):
18728         Don't waste time looking for a config string if we have codec_info
18729         on the incomming caps.
18730
18731 2006-02-10  Wim Taymans  <wim@fluendo.com>
18732
18733         * gst/rtp/README:
18734         Say something about case-sensitivity of caps vs mime-attributes.
18735
18736         * gst/rtp/Makefile.am:
18737         * gst/rtp/gstrtp.c: (plugin_init):
18738         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18739         (gst_rtp_amr_pay_handle_buffer):
18740         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18741         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18742         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18743         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18744         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18745         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18746         (gst_rtp_mp4g_pay_plugin_init):
18747         * gst/rtp/gstrtpmp4gpay.h:
18748         Added beginnings of mpeg4-generic payloader (RFC 3640)
18749
18750 2006-02-09  Wim Taymans  <wim@fluendo.com>
18751
18752         * gst/rtsp/Makefile.am:
18753         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18754         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18755         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18756         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18757         (gst_rtpdec_change_state):
18758         * gst/rtsp/gstrtpdec.h:
18759         * gst/rtsp/gstrtsp.c: (plugin_init):
18760         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18761         * gst/rtsp/rtspconnection.c: (read_body),
18762         (rtsp_connection_receive):
18763         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18764         Resurected rtpdec to make rtspsrc happy again.
18765         Skip attributes from the session id.
18766         Don't crash when dumping a message with an empty body.
18767
18768
18769 2006-02-09  Wim Taymans  <wim@fluendo.com>
18770
18771         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18772         Added more meaningfull warnings when something goes wrong.
18773         Clear F bit on outgoing AMR packets.
18774
18775         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18776         (gst_rtp_amr_pay_handle_buffer):
18777         Added debugging category
18778         Support payloading of multiple AMR frames.
18779
18780         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18781         Added some debugging.
18782
18783 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18784
18785         * configure.ac:
18786           Back to CVS
18787
18788 === release 0.10.2 ===
18789
18790 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18791
18792         * configure.ac:
18793           releasing 0.10.2, "Papa was a rolling stone"
18794
18795 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18796
18797         * configure.ac:
18798           Bump core and plugins-base requirement to 0.10.2.2
18799           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18800
18801 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * ext/flac/gstflac.c: (plugin_init):
18804         * ext/speex/gstspeex.c: (plugin_init):
18805           Register musicbrainz tags.
18806
18807 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * ext/gconf/gconf.h:
18810           Remove declaration of function that no longer exists.
18811
18812 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18813
18814         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18815         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18816         Make shout2 work for non ogg streams
18817
18818 2006-02-06  Wim Taymans  <wim@fluendo.com>
18819
18820         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18821         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18822         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18823         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18824         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18825         * gst/udp/gstmultiudpsink.h:
18826         Updated docs.
18827         Added properties bytes-served, bytes_to_serve.
18828         Post proper error messages,
18829         Emit client added signal too.
18830
18831 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18832
18833         * docs/plugins/Makefile.am:
18834         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18835         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18836         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18837         (gst_multiudpsink_get_stats):
18838           adding docs for multiudpsink
18839
18840 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18841
18842         * gst/level/gstlevel.c: (gst_level_transform_ip):
18843           peak below decay is not necessarily an error, so don't ERROR log
18844
18845 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18846
18847         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18848         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18849         (gst_ebml_write_seek):
18850         * gst/matroska/ebml-write.h:
18851           Make sure we send a newsegment event in BYTES format
18852           before sending buffers (#328531).
18853
18854 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18857         (gst_dvdemux_sink_query):
18858         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18859         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18860         (speex_dec_src_query):
18861         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18862         (gst_speexenc_sink_query):
18863         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18864         * gst/matroska/matroska-demux.c:
18865         (gst_matroska_demux_get_src_query_types),
18866         (gst_matroska_demux_handle_src_query):
18867         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18868         (gst_wavparse_pad_query):
18869           Pass unhandled queries upstream instead of just dropping
18870           them (#326446). Update query type arrays here and there.
18871
18872 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18873
18874         * tests/check/elements/matroskamux.c: (setup_src_pad):
18875           Collectpads in core got changed and now also holds a
18876           reference to any pad that is part of it. Fix refcount
18877           checks in test case accordingly.
18878
18879 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18880
18881         * gst/apetag/gstapedemux.h:
18882           Fix include, for now GstTagDemux is in the apetag dir.
18883
18884 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18885
18886         * docs/plugins/Makefile.am:
18887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18889         * docs/plugins/inspect/plugin-cdio.xml:
18890           Add cdio plugin to docs.
18891
18892         * ext/cdio/gstcdiocddasrc.c:
18893           Add gtk-doc blurb.
18894
18895         * ext/cdio/gstcdio.c:
18896           The plugin is called 'cdio' not 'cddio'.
18897
18898 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18899
18900         * configure.ac:
18901         * docs/plugins/Makefile.am:
18902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18904         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18905         * docs/plugins/inspect/plugin-apetag.xml:
18906         * gst/apetag/Makefile.am:
18907         * gst/apetag/gstapedemux.c:
18908         * gst/apetag/gstapedemux.h:
18909         * gst/apetag/gsttagdemux.c:
18910         * gst/apetag/gsttagdemux.h:
18911           Add APE tag demuxer (#325649).
18912
18913 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18914
18915         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18916         (gst_gconf_get_default_video_sink),
18917         (gst_gconf_get_default_audio_src),
18918         (gst_gconf_get_default_video_src):
18919         * ext/gconf/gconf.h:
18920         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18921         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18922         (do_toggle_element):
18923         * ext/gconf/gstgconfaudiosink.h:
18924         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18925         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18926         (do_toggle_element):
18927         * ext/gconf/gstgconfaudiosrc.h:
18928         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18929         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18930         (do_toggle_element):
18931         * ext/gconf/gstgconfvideosink.h:
18932         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18933         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18934         (do_toggle_element):
18935         * ext/gconf/gstgconfvideosrc.h:
18936           Ignore changing the GConf key to "". Ignore GConf key updates
18937           that don't actually change the string.
18938           For now, ignore the GConf key when the state is > READY, as
18939           it breaks streaming. Sometime it will be nice to bring the
18940           new sink online even mid-stream, by sending NEWSEGMENT info
18941           and possibly prerolling.
18942           (Fixes #326736)
18943
18944 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18945
18946         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18947         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18948         (zoomFilterSetResolution), (zoomFilterDestroy),
18949         (zoomFilterFastRGB), (pointFilter):
18950         * gst/goom/filters.h:
18951         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18952         (goom_update), (goom_close):
18953         * gst/goom/goom_core.h:
18954         * gst/goom/goom_tools.h:
18955         * gst/goom/graphic.c:
18956         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18957         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18958         * gst/goom/gstgoom.h:
18959         * gst/goom/lines.c: (goom_lines):
18960         * gst/goom/lines.h:
18961           Make goom reentrant by moving all important static variables
18962           into instance structures.
18963           (Fixes #329181)
18964
18965 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18966
18967         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18968         (gst_avi_demux_all_source_pads_unlinked),
18969         (gst_avi_demux_process_next_entry):
18970         * gst/avi/gstavidemux.h:
18971           Third attempt, use gst_pad_is_linked() this time.
18972
18973 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18974
18975         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18976         (parse_split_strings):
18977         Adjust for data length indicators when parsing (Fixes #329810)
18978         Fix stupid bug parsing UTF-8 tag text.
18979         Output tag strings with multiple fields as multiple tags, so the
18980         app gets all the data.
18981
18982 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18983
18984         * ext/flac/gstflacenc.c:
18985         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18986         show me.
18987         
18988 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18989
18990         * ext/flac/gstflacenc.c:
18991         * gst/matroska/ebml-read.c:
18992         Just make it compile with --disable-gst-debug.
18993
18994 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18995
18996         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18997         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18998         (id3v2_genre_fields_to_taglist):
18999           Never output a tag with a null contents string.
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           Only pause if all pads are unlinked AND we've tried to send data
19005           on all of them at least once.
19006
19007 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19008
19009         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
19010         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
19011           Make loop function/task pause itself when all source pads are
19012           unlinked.
19013
19014 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
19015
19016         * configure.ac:
19017         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
19018           Use new functions from core to render a bin from a
19019           string. Fixes build. Up requirements to core CVS.
19020
19021 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
19022
19023         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
19024           Don't push buffers into the adapter that we are going to
19025           push downstream again without framing anyway. Also, the
19026           adaptor takes ownership of buffers put into it (fixes
19027           auparse pushing invalid buffers for .au files with
19028           ADPCM contents). Finally, set caps on all outgoing buffers.
19029
19030 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
19031
19032         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
19033         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
19034         (gst_id3demux_send_tag_event):
19035         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
19036         Someone should kick my butt. Remove ID3v1 tags from the end of the
19037         file.
19038
19039         Improve error messages. Send the TAG message as soon as we complete
19040         typefinding, instead of waiting until we send the first buffer.
19041         Downstream tag event is still sent before the first buffer.
19042
19043 2006-01-27  Jan Gerber  <j@bootlab.org>
19044
19045         Reviewed by: Andy Wingo <wingo@pobox.com>
19046
19047         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
19048         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
19049         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
19050         to not have warings flooding stderr. this is the suggested way
19051         also used in dvgrab and kino. (#328336)
19052
19053 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
19054
19055         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
19056         (gst_oss_sink_init), (gst_oss_sink_finalise):
19057           Free the device name string when finalised.
19058
19059 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
19060
19061         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
19062           Don't put function calls in g_return_if_fail() statements,
19063           or they'll be replaced with NOOPs if someone compiles with
19064           G_DISABLE_CHECKS defined.
19065           
19066 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
19067
19068         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19069         Never trust ANY information encoded in a media file, especially
19070         when it's giving you sizes. (Fixes #328452)
19071
19072 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
19073
19074         * gst/rtp/gstrtpg711pay.c:
19075         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
19076         bug #325148.
19077
19078 2006-01-23  Edward Hervey  <edward@fluendo.com>
19079
19080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
19081         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
19082         * gst/matroska/matroska-ids.h:
19083         Added recognition of Real Audio and Video streams in matroska demuxer.
19084
19085 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19086
19087         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
19088           Remove errant break statement, and fix compilation with
19089           older GCC.
19090
19091 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
19092
19093         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19094
19095         * sys/sunaudio/gstsunaudiomixerctrl.c:
19096         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
19097           Export functions that are needed in other parts of the code,
19098           makes the mixer actually work; adjust magic minimum buffer-time
19099           value from 3ms to 5ms to work around stuttering during mp3
19100           playback (#327765).
19101
19102 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
19103
19104         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19105
19106         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
19107         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
19108           Fix possible deadlock in matroska muxer (#327825).
19109
19110 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
19111
19112         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
19113         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
19114         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
19115         * gst/rtsp/sdpmessage.h:
19116         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
19117         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
19118           C89 fixes: declare variables at the beginning of a block and
19119           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
19120           <jensgr at gmx dot net>).
19121
19122 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
19123
19124         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19125         * gst/id3demux/id3tags.h:
19126         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19127         (parse_comment_frame), (parse_text_identification_frame),
19128         (id3v2_tag_to_taglist), (id3v2_are_digits),
19129         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
19130         (parse_split_strings), (free_tag_strings):
19131           Rewrite parsing of text tags to handle multiple NULL terminated
19132           strings. Parse numeric genre strings and ID3v2 type
19133           "(3)(6)Alternative" style genre strings.
19134           Parse dates that are only YYYY or YYYY-mm format.
19135           (Fixes #328241 and #322154)
19136
19137 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
19140           Don't forget to initialize liboil, otherwise our oil functions
19141           will crash (fixes #327871; patch by: Christoph Burghardt
19142           <hawkes at web dot de>).
19143
19144 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19145
19146         * configure.ac:
19147           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
19148           like in the core and gst-plugins-base. Fixes #324367 and #326683;
19149           patch by: Brian Cameron <brian dot cameron at sun dot com>
19150
19151 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
19154         * ext/cdio/gstcdio.h:
19155         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
19156           Fix build for libcdio versions >= 76; give slightly lower rank
19157           than cdparanoia.
19158
19159 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19160
19161         * configure.ac:
19162         * ext/Makefile.am:
19163         * ext/cdio/Makefile.am:
19164         * ext/cdio/gstcdio.c:
19165         * ext/cdio/gstcdio.h:
19166         * ext/cdio/gstcdiocddasrc.c:
19167         * ext/cdio/gstcdiocddasrc.h:
19168           Port libcdio cdda source, formerly known as cddasrc, now known as
19169           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
19170           but that's not tested (fixes #317658).
19171
19172 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
19173
19174         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
19175           Fix conversion from TIME to BYTES format (fixes #326864;
19176           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
19177
19178 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
19179
19180         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
19181           Fix compilation of id3demux when zlib is not present.
19182           (Fixes #326602; patch by: Sergey Scobich)
19183
19184 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
19185
19186         * ext/esd/Makefile.am:
19187           Add $(ESD_CFLAGS), otherwise build will fail for folks
19188           with libesd in a non-standard prefix (#327009).
19189
19190 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19191
19192         * configure.ac:
19193           back to HEAD
19194
19195 === release 0.10.1 ===
19196
19197 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
19198
19199         * configure.ac:
19200           releasing 0.10.1, "Li"
19201
19202 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19203
19204           patch by: Wim Taymans
19205
19206         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19207           fix memleak.  Fixes #326618
19208
19209 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19210
19211           patch by: Mike Smith
19212
19213         * gst/level/gstlevel.c: (gst_level_message_new),
19214         (gst_level_message_append_channel):
19215           Fix memleak.  Fixes #326612
19216
19217 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19218
19219         * configure.ac:
19220           prereleasing
19221         * po/af.po:
19222         * po/az.po:
19223         * po/cs.po:
19224         * po/en_GB.po:
19225         * po/hu.po:
19226         * po/it.po:
19227         * po/nb.po:
19228         * po/nl.po:
19229         * po/or.po:
19230         * po/sq.po:
19231         * po/sr.po:
19232         * po/sv.po:
19233         * po/uk.po:
19234         * po/vi.po:
19235           update translations
19236
19237 2006-01-10  Michael Smith  <msmith@fluendo.com>
19238
19239         * gst/level/gstlevel.c: (gst_level_class_init),
19240         (gst_level_dispose):
19241           Don't leak filter arrays.
19242
19243 2006-01-09 Brian Cameron <brian.cameron@sun.com>
19244
19245         reviewed by: Christian Schaller <uraeus@gnome.org>
19246         
19247         * configure.ac:
19248         * gst-plugins-good.spec.in:
19249         * sys/Makefile.am:
19250         * sys/sunaudio/Makefile.am:
19251         * sys/sunaudio/gstsunaudio.c: (plugin_init):
19252         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
19253         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
19254         (gst_sunaudiomixer_change_state):
19255         * sys/sunaudio/gstsunaudiomixer.h:
19256         * sys/sunaudio/gstsunaudiomixerctrl.c:
19257         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
19258         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
19259         (gst_sunaudiomixer_ctrl_list_tracks),
19260         (gst_sunaudiomixer_ctrl_get_volume),
19261         (gst_sunaudiomixer_ctrl_set_volume),
19262         (gst_sunaudiomixer_ctrl_set_mute),
19263         (gst_sunaudiomixer_ctrl_set_record):
19264         * sys/sunaudio/gstsunaudiomixerctrl.h:
19265         * sys/sunaudio/gstsunaudiomixertrack.c:
19266         (gst_sunaudiomixer_track_class_init),
19267         (gst_sunaudiomixer_track_init), (fill_labels),
19268         (gst_sunaudiomixer_track_new):
19269         * sys/sunaudio/gstsunaudiomixertrack.h:
19270         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
19271         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
19272         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
19273         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
19274         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
19275         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
19276         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
19277         * sys/sunaudio/gstsunaudiosink.h:
19278
19279         Add SunAudio plugin - tested to make sure it doesn't break
19280         the build under GNU/Linux.      
19281
19282 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
19283
19284         * gst-plugins-good/gst/udp/gstdynudpsink.c:
19285         * gst-plugins-good/gst/udp/gstudpsrc.c:
19286         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
19287         overrides the port or multicast parameters. Fixes bugs #323021.
19288         API addition: adds GstUDPSrc::sockfd property   
19289
19290 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
19291
19292         * ext/gconf/Makefile.am:
19293         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
19294         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
19295         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
19296         (do_toggle_element), (cb_toggle_element),
19297         (gst_gconf_audio_src_change_state):
19298         * ext/gconf/gstgconfaudiosrc.h:
19299         * ext/gconf/gstgconfelements.c: (plugin_init):
19300         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
19301         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
19302         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
19303         (do_toggle_element), (cb_toggle_element),
19304         (gst_gconf_video_src_change_state):
19305         * ext/gconf/gstgconfvideosrc.h:
19306           Add new gconfaudiosrc and gconfvideosrc elements
19307           (needed for gnome-sound-recorder).
19308
19309 2006-01-06  Edward Hervey  <edward@fluendo.com>
19310
19311         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19312         Add gst_element_no_more_pads() for proper decodebin behaviour.
19313         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19314         (parse_text_identification_frame), (parse_split_strings):
19315         Failure to decode some tags is not a GST_ERROR() but a
19316         GST_WARNING()
19317         When iterating over a chunk of text, check that we haven't gone too
19318         far.
19319
19320 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19321
19322         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19323         (plugin_init):
19324           call oil_init() when using liboil
19325
19326 2006-01-04  Wim Taymans  <wim@fluendo.com>
19327
19328         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19329         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19330         Fix leaks.
19331
19332 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19333
19334         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19335
19336         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19337         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19338         (gst_flac_dec_change_state):
19339           Don't g_assert() where we should just return FALSE; remove
19340           unnecessary g_assert(); initialize some fields properly in
19341           state change function (fixes #325504). Also, use
19342           GST_DEBUG_OBJECT in two more places.
19343
19344 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19345
19346         * configure.ac:
19347           also remove smoothwave's Makefile.am
19348         * docs/plugins/Makefile.am:
19349           fix plugin docs
19350
19351 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19352
19353         * tests/examples/Makefile.am:
19354           added missing Makefile.am
19355
19356 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19357
19358         * configure.ac:
19359         * gst/level/Makefile.am:
19360         * gst/level/level-example.c:
19361         * tests/Makefile.am:
19362         * tests/examples/level/Makefile.am:
19363         * tests/examples/level/level-example.c: (message_handler), (main):
19364           moved level-example to tests/examples/level-example
19365         * tests/old/examples/level/demo.c: (main):
19366         * tests/old/examples/level/plot.c: (main):
19367           some initial fixes
19368
19369 2005-12-29  Michael Smith  <msmith@fluendo.com>
19370
19371         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19372         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19373         * gst/udp/gstmultiudpsink.h:
19374           Track packets sent per client in addition to bytes sent; provide
19375           this info through get-stats signal
19376
19377 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19378
19379         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19380           Can't use gst_object_unref() on a GstAdapter (#325191).
19381
19382 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19383
19384         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19385         If a broken tag has 0 bytes payload, at least still skip
19386         the 10 byte header
19387
19388 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19389
19390         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19391         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19392         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19393         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19394           Making these depayloaders (H263+ and mpeg4 video) inherit from
19395           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19396
19397 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19398
19399         * docs/plugins/gst-plugins-good-plugins.args:
19400         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19401         Regenerate the plugin hiearchy.
19402
19403 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19404
19405         * docs/plugins/Makefile.am:
19406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19408         * docs/plugins/gst-plugins-good-plugins.args:
19409         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19410         (gst_id3demux_base_init), (gst_id3demux_class_init),
19411         (gst_id3demux_chain):
19412         * gst/id3demux/gstid3demux.h:
19413           Add documentation for id3demux.
19414           Don't fail if the first buffer is not at offset 0, just
19415           attempt to typefind and do pass through
19416           Rename the gst_type function from gst_gst_id3demux..
19417
19418 2005-12-20  Michael Smith  <msmith@fluendo.com>
19419
19420         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19421         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19422         (gst_multiudpsink_get_stats):
19423         * gst/udp/gstmultiudpsink.h:
19424           Collect statistics; return them from get_stats.
19425
19426 2005-12-19  Edward Hervey  <edward@fluendo.com>
19427
19428         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19429         Stupid signedness issue...
19430
19431 2005-12-19  Edward Hervey  <edward@fluendo.com>
19432
19433         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19434         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19435         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19436         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19437         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19438         Construct index for indexless files.
19439         Make sure pad/buffers are correctly reset to NULL once we don't need
19440         them anymore, else we get lovely segfaults/assertions.
19441         * gst/wavparse/gstwavparse.c:
19442         Yes, you can have 96KHz audio and wma in wav :(
19443
19444 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19445
19446         * configure.ac:
19447           Check for optional dependency on zlib for id3demux
19448
19449         * gst/id3demux/Makefile.am:
19450         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19451         (gst_id3demux_base_init), (gst_id3demux_class_init),
19452         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19453         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19454         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19455         (gst_id3demux_set_property), (gst_id3demux_get_property),
19456         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19457         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19458         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19459         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19460         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19461         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19462         (simple_find_peek), (simple_find_suggest),
19463         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19464         (plugin_init):
19465         * gst/id3demux/gstid3demux.h:
19466         * gst/id3demux/id3tags.c: (read_synch_uint),
19467         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19468         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19469         (id3demux_id3v2_frames_to_tag_list):
19470         * gst/id3demux/id3tags.h:
19471         * gst/id3demux/id3v2.4.0-frames.txt:
19472         * gst/id3demux/id3v2.4.0-structure.txt:
19473         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19474         (parse_comment_frame), (parse_text_identification_frame),
19475         (id3v2_tag_to_taglist), (parse_split_strings):
19476           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19477           otherwise it discards them. Works on my test files. 
19478
19479         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19480           Don't send EOS to a non-existing srcpad
19481           The debug category can be static
19482
19483 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19484
19485         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19486         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19487         * gst/multipart/multipartdemux.c:
19488           change some char* into char[]
19489
19490 2005-12-16  Wim Taymans  <wim@fluendo.com>
19491
19492         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19493         (gst_wavparse_other), (gst_wavparse_perform_seek),
19494         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19495         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19496         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19497         * gst/wavparse/gstwavparse.h:
19498         Use GstSegment to implement more seeking features.
19499
19500 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19501
19502         * gst/rtsp/rtspconnection.c:
19503           Add <netinet/in.h> include and move <arpa/inet.h> include
19504           to make things work on OpenBSD as well (fixes #323717;
19505           patch by: Benjamin Pineau)
19506
19507 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19508
19509         * gst/rtp/gstrtpspeexdepay.c:
19510         * gst/rtp/gstrtpspeexpay.c:
19511         Set clock rate to be fixed in 8000. It fixes bug #324012.
19512
19513 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19514
19515         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19516         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19517         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19518         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19519         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19520         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19521         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19522         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19523         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19524         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19525         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19526         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19527         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19528         * gst-plugins-good/gst/rtp/README:
19529         Fixed payload range in payloder caps. Removed payload range completely
19530         from depayloaders as they don't require payload type in their caps.
19531         In effect, there isn't any specific payload type for any given codec,
19532         only suggestions.
19533         Fixes bug #324011.
19534
19535 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19536
19537         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19538         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19539         (gst_videomixer_collected): Code cleanup and re-enabling 
19540         queued time validity check for correct EOS handling.
19541
19542 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19543
19544         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19545         (gst_oss_mixer_element_get_property),
19546         (gst_oss_mixer_element_change_state):
19547         Add 'device-name' property and fix state change function.
19548
19549 2005-12-13  Edward Hervey  <edward@fluendo.com>
19550
19551         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19552         If the speed of the file is null in the header, set the frame_time to
19553         the default setting of GST_SECOND / 70. Which is the default
19554         frame_delay for .fli files as stated in this document :
19555         http://www.compuphase.com/flic.htm
19556         Would be nice to have the time conversion done properly too (duration =
19557         flxh->frames * flxdec->frame_time)
19558
19559 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19560
19561         * docs/plugins/Makefile.am:
19562         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19563         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19564         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19565         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19566         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19567         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19568         documentation for videomixer on my way with a funny sample
19569         pipeline.
19570
19571 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19572
19573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19574         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19575         (gst_videomixer_update_queues), (gst_videomixer_collected):
19576         Fix caps negotiation. (#323896)
19577
19578 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19579
19580         * gst/matroska/matroska-demux.c:
19581         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19582           Set correct timestamps on audio laces, fixes playback of mp3 from
19583                 matroska.
19584
19585 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19586
19587         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19588         (gst_au_parse_class_init), (gst_au_parse_init),
19589         (gst_au_parse_dispose), (gst_au_parse_chain),
19590         (gst_au_parse_change_state), (plugin_init):
19591         * gst/auparse/gstauparse.h:
19592           Use gst_object_unref() for GstObjects instead of
19593           g_object_unref() and fix a mem leak in a debug
19594           statement; while we're at it, also borgify, use
19595           boilerplate macros and clean up a little bit.
19596
19597 2005-12-11  Edward Hervey  <edward@fluendo.com>
19598
19599         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19600         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19601         Added pull mode.
19602
19603 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19604
19605         * gst/goom/gstgoom.c:
19606         * gst/level/level-example.c: (main):
19607         * gst/smoothwave/demo-osssrc.c: (main):
19608           Use audiotestsrc instead of sinesrc (#323798).
19609
19610 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19611
19612         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19613           more debug-func-ptr usage
19614
19615 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19616
19617         * gst/flx/flx_color.c: (flx_colorspace_convert):
19618         * gst/flx/flx_color.h:
19619         * gst/flx/flx_fmt.h:
19620         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19621         * gst/flx/gstflxdec.h:
19622           Now flxdec works on big-endian machines as well.
19623
19624 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19625
19626         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19627         (gst_fenced_buffer_copy):
19628           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19629           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19630           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19631           and use GST_DEBUG_FUNCPTR for pad functions.
19632
19633 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19634
19635         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19636         (gst_flac_dec_class_init), (gst_flac_dec_init),
19637         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19638         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19639         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19640         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19641         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19642         (gst_flac_dec_change_state):
19643         * ext/flac/gstflacdec.h:
19644           Rewrite flacdec a bit, so that even seeking might work now. Most
19645           importantly, don't act upon any flow return values we get, just tell
19646           the decoder everything's dandy and act on the flow return values
19647           later on in the loop function. We don't want to mess up the internal
19648           decoder state for non-fatal things like flushing pads etc. Other
19649           than that, use GstSegment (segment seeks don't work yet though, but
19650           should be easy to add), use boilerplate macros, drop the superfluous
19651           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19652           lots of other things.
19653
19654 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19655
19656         * configure.ac:
19657           Update comment in OSS includes check.
19658
19659         * sys/oss/gstossdmabuffer.c:
19660         * sys/oss/gstosshelper.c:
19661         * sys/oss/gstossmixer.c:
19662         * sys/oss/gstossmixertrack.c:
19663         * sys/oss/gstosssink.c:
19664         * sys/oss/gstosssrc.c:
19665         * sys/oss/oss_probe.c:
19666           Don't assume the OSS soundcard.h include is always in
19667           the sys/ directory. Instead, use the existing defines
19668           from config.h to include the right file. Fixes
19669           compilation on OpenBSD 3.8 (#323718).
19670
19671 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19672
19673         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19674         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19675         * docs/plugins/inspect/plugin-1394.xml:
19676         * docs/plugins/inspect/plugin-aasink.xml:
19677         * docs/plugins/inspect/plugin-alaw.xml:
19678         * docs/plugins/inspect/plugin-alpha.xml:
19679         * docs/plugins/inspect/plugin-alphacolor.xml:
19680         * docs/plugins/inspect/plugin-auparse.xml:
19681         * docs/plugins/inspect/plugin-autodetect.xml:
19682         * docs/plugins/inspect/plugin-avi.xml:
19683         * docs/plugins/inspect/plugin-cacasink.xml:
19684         * docs/plugins/inspect/plugin-cairo.xml:
19685         * docs/plugins/inspect/plugin-cutter.xml:
19686         * docs/plugins/inspect/plugin-debug.xml:
19687         * docs/plugins/inspect/plugin-dv.xml:
19688         * docs/plugins/inspect/plugin-efence.xml:
19689         * docs/plugins/inspect/plugin-effectv.xml:
19690         * docs/plugins/inspect/plugin-esdsink.xml:
19691         * docs/plugins/inspect/plugin-flac.xml:
19692         * docs/plugins/inspect/plugin-flxdec.xml:
19693         * docs/plugins/inspect/plugin-gconfelements.xml:
19694         * docs/plugins/inspect/plugin-goom.xml:
19695         * docs/plugins/inspect/plugin-jpeg.xml:
19696         * docs/plugins/inspect/plugin-level.xml:
19697         * docs/plugins/inspect/plugin-matroska.xml:
19698         * docs/plugins/inspect/plugin-mulaw.xml:
19699         * docs/plugins/inspect/plugin-multipart.xml:
19700         * docs/plugins/inspect/plugin-navigationtest.xml:
19701         * docs/plugins/inspect/plugin-ossaudio.xml:
19702         * docs/plugins/inspect/plugin-png.xml:
19703         * docs/plugins/inspect/plugin-rtp.xml:
19704         * docs/plugins/inspect/plugin-rtsp.xml:
19705         * docs/plugins/inspect/plugin-shout2send.xml:
19706         * docs/plugins/inspect/plugin-smpte.xml:
19707         * docs/plugins/inspect/plugin-speex.xml:
19708         * docs/plugins/inspect/plugin-udp.xml:
19709         * docs/plugins/inspect/plugin-videobox.xml:
19710         * docs/plugins/inspect/plugin-videoflip.xml:
19711         * docs/plugins/inspect/plugin-videomixer.xml:
19712         * docs/plugins/inspect/plugin-wavenc.xml:
19713         * docs/plugins/inspect/plugin-wavparse.xml:
19714         * ext/flac/gstflac.c: (plugin_init):
19715         * ext/flac/gstflacdec.c: (flacdec_get_type),
19716         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19717         (gst_flac_dec_init), (gst_flac_dec_finalize),
19718         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19719         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19720         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19721         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19722         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19723         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19724         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19725         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19726         * ext/flac/gstflacdec.h:
19727         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19728         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19729         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19730         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19731         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19732         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19733         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19734         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19735         (gst_flac_enc_change_state):
19736         * ext/flac/gstflacenc.h:
19737           borgify and fix up documentation
19738
19739 2005-12-09  Michael Smith  <msmith@fluendo.com>
19740
19741         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19742           Accept a wider range of flac files, more closely matching flac spec.
19743
19744 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19745
19746         * docs/plugins/Makefile.am: Add multipart elements.
19747         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19748         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19749         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19750         * gst/multipart/multipartdemux.c:
19751         * gst/multipart/multipartmux.c: Add docs.
19752
19753 2005-12-07  Edward Hervey  <edward@fluendo.com>
19754
19755         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19756         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19757         (gst_avi_demux_invert):
19758         Memleak and crasher fixes.
19759         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19760         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19761         Memleak fixes
19762
19763 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19764
19765         * ext/aalib/gstaasink.h:
19766         * ext/cairo/gsttextoverlay.h:
19767         * ext/dv/gstdvdec.h:
19768         * ext/dv/gstdvdemux.c:
19769         * ext/dv/gstdvdemux.h:
19770         * ext/esd/esdsink.h:
19771         * ext/flac/flac_compat.h:
19772         * ext/flac/gstflacdec.h:
19773         * ext/flac/gstflacenc.h:
19774         * ext/gconf/gconf.h:
19775         * ext/gconf/gstgconfaudiosink.h:
19776         * ext/gconf/gstgconfvideosink.h:
19777         * ext/gdk_pixbuf/gstgdkanimation.h:
19778         * ext/jpeg/gstjpegdec.h:
19779         * ext/jpeg/smokecodec.h:
19780         * ext/jpeg/smokeformat.h:
19781         * ext/ladspa/gstsignalprocessor.h:
19782         * ext/ladspa/search.c: (LADSPAPluginSearch):
19783         * ext/ladspa/utils.h:
19784         * ext/libmng/gstmng.c:
19785         * ext/libmng/gstmngdec.h:
19786         * ext/libmng/gstmngenc.c:
19787         * ext/libmng/gstmngenc.h:
19788         * ext/libpng/gstpng.c:
19789         * ext/libpng/gstpngenc.c:
19790         * ext/libpng/gstpngenc.h:
19791         * ext/shout2/gstshout2.h:
19792         * ext/speex/gstspeexdec.h:
19793         * ext/speex/gstspeexenc.c:
19794         * ext/speex/gstspeexenc.h:
19795         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19796         * gst/autodetect/gstautoaudiosink.h:
19797         * gst/autodetect/gstautovideosink.h:
19798         * gst/avi/gstavidemux.h:
19799         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19800         (gst_cutter_set_property), (gst_cutter_get_caps):
19801         * gst/cutter/gstcutter.h:
19802         * gst/debug/tests.c: (md5_process_block):
19803         * gst/debug/tests.h:
19804         * gst/effectv/gstwarp.c:
19805         * gst/flx/flx_fmt.h:
19806         * gst/flx/gstflxdec.h:
19807         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19808         (zoomFilterFastRGB):
19809         * gst/goom/filters.h:
19810         * gst/goom/goom_tools.h:
19811         * gst/law/alaw-encode.c:
19812         * gst/level/gstlevel.c:
19813         * gst/level/gstlevel.h:
19814         * gst/matroska/ebml-write.h:
19815         * gst/matroska/matroska-demux.h:
19816         * gst/matroska/matroska-ids.h:
19817         * gst/matroska/matroska-mux.h:
19818         * gst/monoscope/convolve.c: (convolve_match):
19819         * gst/monoscope/convolve.h:
19820         * gst/multipart/multipartmux.c:
19821         * gst/oldcore/gstaggregator.c:
19822         * gst/oldcore/gstaggregator.h:
19823         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19824         * gst/oldcore/gstmd5sink.h:
19825         * gst/oldcore/gstmultifilesrc.c:
19826         * gst/oldcore/gstmultifilesrc.h:
19827         * gst/oldcore/gstpipefilter.h:
19828         * gst/oldcore/gstshaper.h:
19829         * gst/rtp/gstrtpL16depay.h:
19830         * gst/rtp/gstrtpL16pay.h:
19831         * gst/rtp/gstrtpdepay.h:
19832         * gst/rtp/gstrtpmp4vpay.c:
19833         * gst/rtp/gstrtpmp4vpay.h:
19834         * gst/rtsp/gstrtspsrc.c:
19835         * gst/rtsp/gstrtspsrc.h:
19836         * gst/rtsp/rtspconnection.h:
19837         * gst/rtsp/rtspdefs.h:
19838         * gst/rtsp/rtspmessage.h:
19839         * gst/rtsp/rtsptransport.h:
19840         * gst/rtsp/rtspurl.c:
19841         * gst/rtsp/rtspurl.h:
19842         * gst/rtsp/sdpmessage.c:
19843         * gst/rtsp/sdpmessage.h:
19844         * gst/smpte/barboxwipes.c:
19845         * gst/smpte/gstmask.h:
19846         * gst/smpte/gstsmpte.h:
19847         * gst/smpte/paint.c:
19848         * gst/smpte/paint.h:
19849         * gst/udp/gstdynudpsink.h:
19850         * gst/udp/gstmultiudpsink.h:
19851         * gst/udp/gstudpsink.c:
19852         * gst/udp/gstudpsink.h:
19853         * gst/udp/gstudpsrc.c:
19854         * gst/videomixer/videomixer.c:
19855         * gst/wavenc/riff.h:
19856         * gst/wavparse/gstwavparse.h:
19857         * sys/oss/gstossdmabuffer.h:
19858         * sys/oss/gstossmixer.h:
19859         * sys/oss/gstossmixerelement.h:
19860         * sys/oss/gstossmixertrack.h:
19861         * sys/oss/gstosssink.c:
19862         * sys/oss/gstosssink.h:
19863         * sys/oss/gstosssrc.c:
19864         * sys/oss/gstosssrc.h:
19865         * sys/osxaudio/gstosxaudioelement.h:
19866         * sys/osxaudio/gstosxaudiosink.h:
19867         * sys/osxaudio/gstosxaudiosrc.h:
19868           expand tabs
19869
19870 === release 0.10.0 ===
19871
19872 2005-12-05   <thomas (at) apestaart (dot) org>
19873
19874         * configure.ac:
19875           releasing 0.10.0, "Abondance"
19876
19877 2005-12-05  Andy Wingo  <wingo@pobox.com>
19878
19879         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19880         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19881         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19882         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19883         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19884         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19885         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19886         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19887         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19888         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19889         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19890         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19891         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19892         * gst/goom/gstgoom.c: (gst_goom_chain):
19893         * gst/matroska/matroska-demux.c:
19894         (gst_matroska_demux_push_vorbis_codec_priv_data),
19895         (gst_matroska_demux_add_wvpk_header):
19896         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19897         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19898         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19899         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19900         alloc_buffer changes.
19901
19902 2005-12-05  Michael Smith  <msmith@fluendo.com>
19903
19904         * docs/plugins/gst-plugins-good-plugins.args:
19905           Remove args for plugins that aren't in -good.
19906
19907 === release 0.9.7 ===
19908
19909 2005-12-01   <thomas (at) apestaart (dot) org>
19910
19911         * configure.ac:
19912           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19913
19914 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19915
19916         * docs/plugins/.cvsignore:
19917         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19918         * docs/plugins/inspect/plugin-multipart.xml:
19919         * docs/plugins/inspect/plugin-rtp.xml:
19920           add multipart plugin to docs
19921
19922 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19923
19924         * configure.ac:
19925         * ext/Makefile.am:
19926         * ext/pango/Makefile.am:
19927         * ext/pango/gstclockoverlay.c:
19928         * ext/pango/gstclockoverlay.h:
19929         * ext/pango/gsttextoverlay.c:
19930         * ext/pango/gsttextoverlay.h:
19931         * ext/pango/gsttextrender.c:
19932         * ext/pango/gsttextrender.h:
19933         * ext/pango/gsttimeoverlay.c:
19934         * ext/pango/gsttimeoverlay.h:
19935           move pango to base
19936
19937 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19938
19939         * gst/rtp/Makefile.am:
19940         * gst/rtp/gstrtpL16depay.c:
19941         * gst/rtp/gstrtpL16depay.h:
19942         * gst/rtp/gstrtpL16parse.c:
19943         * gst/rtp/gstrtpL16parse.h:
19944         * gst/rtp/gstrtpgsmdepay.c:
19945         * gst/rtp/gstrtpgsmdepay.h:
19946         * gst/rtp/gstrtpgsmparse.c:
19947         * gst/rtp/gstrtpgsmparse.h:
19948           parsers are depayers
19949
19950 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19951
19952         * gst/rtp/Makefile.am:
19953         * gst/rtp/gstasteriskh263.c:
19954         * gst/rtp/gstrtp.c:
19955         * gst/rtp/gstrtpL16enc.c:
19956         * gst/rtp/gstrtpL16enc.h:
19957         * gst/rtp/gstrtpL16parse.c:
19958         * gst/rtp/gstrtpL16parse.h:
19959         * gst/rtp/gstrtpL16pay.c:
19960         * gst/rtp/gstrtpL16pay.h:
19961         * gst/rtp/gstrtpamrdec.c:
19962         * gst/rtp/gstrtpamrdec.h:
19963         * gst/rtp/gstrtpamrdepay.c:
19964         * gst/rtp/gstrtpamrdepay.h:
19965         * gst/rtp/gstrtpamrenc.c:
19966         * gst/rtp/gstrtpamrenc.h:
19967         * gst/rtp/gstrtpamrpay.c:
19968         * gst/rtp/gstrtpamrpay.h:
19969         * gst/rtp/gstrtpdec.c:
19970         * gst/rtp/gstrtpdec.h:
19971         * gst/rtp/gstrtpdepay.c:
19972         * gst/rtp/gstrtpdepay.h:
19973         * gst/rtp/gstrtpg711dec.c:
19974         * gst/rtp/gstrtpg711dec.h:
19975         * gst/rtp/gstrtpg711depay.c:
19976         * gst/rtp/gstrtpg711depay.h:
19977         * gst/rtp/gstrtpg711enc.c:
19978         * gst/rtp/gstrtpg711enc.h:
19979         * gst/rtp/gstrtpg711pay.c:
19980         * gst/rtp/gstrtpg711pay.h:
19981         * gst/rtp/gstrtpgsmenc.c:
19982         * gst/rtp/gstrtpgsmenc.h:
19983         * gst/rtp/gstrtpgsmparse.c:
19984         * gst/rtp/gstrtpgsmparse.h:
19985         * gst/rtp/gstrtpgsmpay.c:
19986         * gst/rtp/gstrtpgsmpay.h:
19987         * gst/rtp/gstrtph263enc.c:
19988         * gst/rtp/gstrtph263enc.h:
19989         * gst/rtp/gstrtph263pay.c:
19990         * gst/rtp/gstrtph263pay.h:
19991         * gst/rtp/gstrtph263pdec.c:
19992         * gst/rtp/gstrtph263pdec.h:
19993         * gst/rtp/gstrtph263pdepay.c:
19994         * gst/rtp/gstrtph263pdepay.h:
19995         * gst/rtp/gstrtph263penc.c:
19996         * gst/rtp/gstrtph263penc.h:
19997         * gst/rtp/gstrtph263ppay.c:
19998         * gst/rtp/gstrtph263ppay.h:
19999         * gst/rtp/gstrtpmp4vdec.c:
20000         * gst/rtp/gstrtpmp4vdec.h:
20001         * gst/rtp/gstrtpmp4vdepay.c:
20002         * gst/rtp/gstrtpmp4vdepay.h:
20003         * gst/rtp/gstrtpmp4venc.c:
20004         * gst/rtp/gstrtpmp4venc.h:
20005         * gst/rtp/gstrtpmp4vpay.c:
20006         * gst/rtp/gstrtpmp4vpay.h:
20007         * gst/rtp/gstrtpmpadec.c:
20008         * gst/rtp/gstrtpmpadec.h:
20009         * gst/rtp/gstrtpmpadepay.c:
20010         * gst/rtp/gstrtpmpadepay.h:
20011         * gst/rtp/gstrtpmpaenc.c:
20012         * gst/rtp/gstrtpmpaenc.h:
20013         * gst/rtp/gstrtpmpapay.c:
20014         * gst/rtp/gstrtpmpapay.h:
20015         * gst/rtp/gstrtpspeexdec.c:
20016         * gst/rtp/gstrtpspeexdec.h:
20017         * gst/rtp/gstrtpspeexdepay.c:
20018         * gst/rtp/gstrtpspeexdepay.h:
20019         * gst/rtp/gstrtpspeexenc.c:
20020         * gst/rtp/gstrtpspeexenc.h:
20021         * gst/rtp/gstrtpspeexpay.c:
20022         * gst/rtp/gstrtpspeexpay.h:
20023           Do burger's rename for rtp payloaders and depayloaders
20024
20025 2005-11-30  Wim Taymans  <wim@fluendo.com>
20026
20027         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
20028         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20029         * ext/dv/gstdvdemux.h:
20030         Fix seeking in dvdemux again, add some more debug info.
20031
20032 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20033
20034         * configure.ac:
20035           fix tests
20036
20037 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20038
20039         * PORTED_09:
20040         * docs/random/PORTED_09:
20041           move
20042         * tests/Makefile.am:
20043           add
20044         * win32/gst.sln:
20045           remove
20046
20047 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20048
20049         * Makefile.am:
20050         * check/.cvsignore:
20051         * check/Makefile.am:
20052         * check/elements/.cvsignore:
20053         * check/elements/level.c:
20054         * check/elements/matroskamux.c:
20055         * configure.ac:
20056         * examples/Makefile.am:
20057         * examples/capsfilter/Makefile.am:
20058         * examples/capsfilter/capsfilter1.c:
20059         * examples/gob/Makefile.am:
20060         * examples/gob/gst-identity2.gob:
20061         * examples/gstplay/.cvsignore:
20062         * examples/gstplay/Makefile.am:
20063         * examples/gstplay/player.c:
20064         * examples/indexing/.cvsignore:
20065         * examples/indexing/Makefile.am:
20066         * examples/indexing/indexmpeg.c:
20067         * examples/level/Makefile.am:
20068         * examples/level/README:
20069         * examples/level/demo.c:
20070         * examples/level/plot.c:
20071         * examples/stats/Makefile.am:
20072         * examples/stats/mp2ogg.c:
20073         * examples/switch/.cvsignore:
20074         * examples/switch/Makefile.am:
20075         * examples/switch/switcher.c:
20076           move under tests/
20077
20078 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20079
20080         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
20081         (gst_text_render_class_init), (resize_bitmap),
20082         (gst_text_render_render_text), (gst_text_render_setcaps),
20083         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
20084         (gst_text_render_chain), (gst_text_render_finalize),
20085         (gst_text_render_init), (gst_text_render_set_property):
20086         * ext/pango/gsttextrender.h:
20087           Add missing files.
20088
20089 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
20090
20091         * configure.ac:
20092         * ext/Makefile.am:
20093         * ext/pango/Makefile.am:
20094         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
20095         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
20096         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
20097         * ext/pango/gstclockoverlay.h:
20098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
20099         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
20100         (gst_text_overlay_finalize), (gst_text_overlay_init),
20101         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
20102         (gst_text_overlay_text_pad_linked),
20103         (gst_text_overlay_text_pad_unlinked),
20104         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
20105         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
20106         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
20107         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20108         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20109         (gst_text_overlay_change_state), (plugin_init):
20110         * ext/pango/gsttextoverlay.h:
20111         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
20112         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
20113         (gst_time_overlay_class_init), (gst_time_overlay_init):
20114         * ext/pango/gsttimeoverlay.h:
20115           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
20116           and add background shading and text wrapping modes. Make 
20117           timoverlay derive from textoverlay. Also add new clockoverlay
20118           element.
20119
20120 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20121
20122         * gst/udp/Makefile.am: Moved to netbuffer.
20123
20124 2005-11-30  Julien MOUTTE  <julien@moutte.net>
20125
20126         * configure.ac:
20127         * PORTED_O9:
20128         * gst/multipart/Makefile.am:
20129         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
20130         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
20131         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
20132         (gst_multipart_demux_change_state),
20133         (gst_multipart_demux_plugin_init):
20134         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
20135         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
20136         (gst_multipart_mux_sinkconnect),
20137         (gst_multipart_mux_request_new_pad),
20138         (gst_multipart_mux_handle_src_event),
20139         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
20140         (gst_multipart_mux_change_state): Ported multipart mux/demux to
20141         0.9.
20142
20143 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
20144
20145         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
20146         * gst/debug/gstnavigationtest.h:
20147         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
20148         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
20149         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
20150         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
20151         * gst/effectv/gstrev.c: (gst_revtv_get_type):
20152         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
20153         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
20154         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
20155         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
20156         (gst_video_flip_get_type):
20157         * gst/videofilter/gstvideoflip.h:
20158           update for symbols change
20159
20160 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20161
20162         * gst/udp/gstdynudpsink.c:
20163         * gst/udp/gstudpsrc.c:
20164           the old gstnet lib was renamed gstnetbuffer (#322257)
20165
20166 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
20167
20168         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
20169         (gst_text_overlay_collected):
20170           Actually render the text from the text pad.
20171
20172 2005-11-29  Edward Hervey  <edward@fluendo.com>
20173
20174         * gst/debug/gstnavseek.c: (gst_navseek_event):
20175         * gst/debug/progressreport.c: (gst_progress_report_event):
20176         Update for GstBaseTransform event virtual method
20177
20178 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * ext/cairo/Makefile.am:
20181           no need to link to videofilter
20182
20183 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20184
20185         * gst/debug/Makefile.am:
20186         * gst/debug/gstnavigationtest.h:
20187         * gst/effectv/Makefile.am:
20188         * gst/effectv/gstaging.c:
20189         * gst/effectv/gstdice.c:
20190         * gst/effectv/gstedge.c:
20191         * gst/effectv/gstquark.c:
20192         * gst/effectv/gstrev.c:
20193         * gst/effectv/gstshagadelic.c:
20194         * gst/effectv/gstvertigo.c:
20195         * gst/effectv/gstwarp.c:
20196         * gst/videofilter/Makefile.am:
20197         * gst/videofilter/gstvideofilter.c:
20198         * gst/videofilter/gstvideofilter.h:
20199         * gst/videofilter/gstvideoflip.h:
20200           remove the videofilter library and link to the one in base
20201
20202 2005-11-28  Edward Hervey  <edward@fluendo.com>
20203
20204         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
20205         Useless check now we're setting the current entry correctly.
20206
20207 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
20208
20209         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
20210         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
20211         (gst_jpegenc_change_state):
20212           Don't leak input buffer in chain function (fixes #322667); make 
20213           state change function thread-safe; don't repeat the current function
20214           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
20215           gst_pad_alloc_buffer(); misc. minor cleanups.
20216
20217 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20218
20219         * gst/matroska/matroska-mux.c:
20220         (gst_matroska_mux_video_pad_setcaps):
20221         Look for pixel-aspect-ratio in caps, not pixel_width and
20222         pixel_height (Fixes: #322645)
20223
20224 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
20225
20226         * gst/matroska/matroska-mux.c:
20227         (gst_matroska_mux_video_pad_setcaps):
20228         From Michal Benes:
20229         frame duration should be GST_SECOND / framerate, not
20230         GST_SECOND * framerate. (Fixes: #322643)
20231
20232 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20233
20234         * configure.ac:
20235           fix up GST_PLUGIN_LDFLAGS
20236         * gst/rtsp/rtspconnection.c:
20237           fix includes (see #317043)
20238         * gst/videofilter/Makefile.am:
20239           stop installing this library
20240
20241 2005-11-26  Edward Hervey  <edward@fluendo.com>
20242
20243         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
20244         Handle the case where the incoming Video dv stream doesn't have
20245         a pixel aspect ratio set.
20246
20247 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20248
20249         * docs/plugins/Makefile.am:
20250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20252         * ext/flac/gstflacdec.c:
20253           document flacdec
20254
20255 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20256
20257         * docs/plugins/Makefile.am:
20258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20260         * docs/plugins/inspect/plugin-autodetect.xml:
20261         * ext/cairo/gstcairo.c: (plugin_init):
20262         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20263         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20264         (gst_text_overlay_init), (gst_text_overlay_font_init),
20265         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20266         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20267         (gst_text_overlay_text_pad_linked),
20268         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20269         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20270         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20271         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20272         (gst_text_overlay_change_state):
20273         * ext/cairo/gsttextoverlay.h:
20274         * ext/cairo/gsttimeoverlay.c:
20275         (gst_cairo_time_overlay_update_font_height),
20276         (gst_cairo_time_overlay_set_caps),
20277         (gst_cairo_time_overlay_get_unit_size),
20278         (gst_cairo_time_overlay_print_smpte_time),
20279         (gst_cairo_time_overlay_transform),
20280         (gst_cairo_time_overlay_base_init),
20281         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
20282         (gst_cairo_time_overlay_get_type):
20283         * ext/cairo/gsttimeoverlay.h:
20284           do some name borgifying
20285           document
20286
20287 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * docs/plugins/Makefile.am:
20290         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
20291         * docs/plugins/gst-plugins-good-plugins-sections.txt:
20292         * gst/autodetect/gstautoaudiosink.c:
20293         (gst_auto_audio_sink_base_init):
20294         * gst/autodetect/gstautovideosink.c:
20295         (gst_auto_video_sink_base_init),
20296         (gst_auto_video_sink_factory_filter):
20297           documenting auto*sink
20298           using strstr for the video sink lookup, class field is not ordered
20299         * docs/plugins/inspect/plugin-1394.xml:
20300         * docs/plugins/inspect/plugin-aasink.xml:
20301         * docs/plugins/inspect/plugin-alaw.xml:
20302         * docs/plugins/inspect/plugin-alpha.xml:
20303         * docs/plugins/inspect/plugin-alphacolor.xml:
20304         * docs/plugins/inspect/plugin-auparse.xml:
20305         * docs/plugins/inspect/plugin-autodetect.xml:
20306         * docs/plugins/inspect/plugin-avi.xml:
20307         * docs/plugins/inspect/plugin-cacasink.xml:
20308         * docs/plugins/inspect/plugin-cairo.xml:
20309         * docs/plugins/inspect/plugin-cutter.xml:
20310         * docs/plugins/inspect/plugin-debug.xml:
20311         * docs/plugins/inspect/plugin-dv.xml:
20312         * docs/plugins/inspect/plugin-efence.xml:
20313         * docs/plugins/inspect/plugin-effectv.xml:
20314         * docs/plugins/inspect/plugin-esdsink.xml:
20315         * docs/plugins/inspect/plugin-flac.xml:
20316         * docs/plugins/inspect/plugin-flxdec.xml:
20317         * docs/plugins/inspect/plugin-gconfelements.xml:
20318         * docs/plugins/inspect/plugin-goom.xml:
20319         * docs/plugins/inspect/plugin-jpeg.xml:
20320         * docs/plugins/inspect/plugin-level.xml:
20321         * docs/plugins/inspect/plugin-matroska.xml:
20322         * docs/plugins/inspect/plugin-mulaw.xml:
20323         * docs/plugins/inspect/plugin-navigationtest.xml:
20324         * docs/plugins/inspect/plugin-ossaudio.xml:
20325         * docs/plugins/inspect/plugin-png.xml:
20326         * docs/plugins/inspect/plugin-rtp.xml:
20327         * docs/plugins/inspect/plugin-rtsp.xml:
20328         * docs/plugins/inspect/plugin-shout2send.xml:
20329         * docs/plugins/inspect/plugin-smpte.xml:
20330         * docs/plugins/inspect/plugin-speex.xml:
20331         * docs/plugins/inspect/plugin-udp.xml:
20332         * docs/plugins/inspect/plugin-videobox.xml:
20333         * docs/plugins/inspect/plugin-videoflip.xml:
20334         * docs/plugins/inspect/plugin-videomixer.xml:
20335         * docs/plugins/inspect/plugin-wavenc.xml:
20336         * docs/plugins/inspect/plugin-wavparse.xml:
20337           update for HEAD version
20338
20339 2005-11-25  Michael Smith  <msmith@fluendo.com>
20340
20341         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20342           Patch from Sebastien Cote to close control sockets in udpsrc.
20343
20344 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20345
20346         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20347         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20348         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20349         (gst_quarktv_base_init), (gst_quarktv_class_init),
20350         (gst_quarktv_init): Flush the planes list on reverse caps
20351         negotiation. This was crashing because of differently sized
20352         buffers.
20353
20354 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20355
20356         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20357         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20358         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20359         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20360         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20361         (gst_videoflip_set_property), (gst_videoflip_base_init),
20362         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20363         correctly, fix identity flipping, convert navigation event 
20364         correctly again.
20365
20366 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20367
20368         * configure.ac: back to HEAD
20369
20370 === release 0.9.6 ===
20371
20372 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20373
20374         * configure.ac:
20375           releasing 0.9.6, "Everything's Not Lost"
20376
20377 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20378
20379         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20380         Oops, initialise the framerate GValue
20381
20382 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20383
20384         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20385         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20386         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20387         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20388         (gst_timeoverlay_get_type):
20389         * ext/cairo/gsttimeoverlay.h:
20390         * gst/debug/Makefile.am:
20391         * gst/debug/gstnavigationtest.c:
20392         (gst_navigationtest_handle_src_event),
20393         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20394         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20395         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20396         (gst_navigationtest_init), (gst_navigationtest_get_type),
20397         (plugin_init):
20398         * gst/debug/gstnavigationtest.h:
20399         * gst/effectv/Makefile.am:
20400         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20401         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20402         (gst_agingtv_base_init), (gst_agingtv_class_init),
20403         (gst_agingtv_init), (gst_agingtv_get_type):
20404         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20405         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20406         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20407         (gst_dicetv_get_type):
20408         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20409         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20410         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20411         (gst_edgetv_get_type):
20412         * gst/effectv/gsteffectv.c:
20413         * gst/effectv/gsteffectv.h:
20414         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20415         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20416         (gst_quarktv_change_state), (gst_quarktv_base_init),
20417         (gst_quarktv_class_init), (gst_quarktv_init),
20418         (gst_quarktv_get_type):
20419         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20420         (gst_revtv_get_unit_size), (gst_revtv_transform),
20421         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20422         (gst_revtv_get_type):
20423         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20424         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20425         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20426         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20427         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20428         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20429         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20430         (gst_vertigotv_init), (gst_vertigotv_get_type):
20431         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20432         (gst_warptv_get_unit_size), (gst_warptv_transform),
20433         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20434         (gst_warptv_get_type):
20435         * gst/videofilter/Makefile.am:
20436         * gst/videofilter/gstvideobalance.c:
20437         * gst/videofilter/gstvideobalance.h:
20438         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20439         (gst_videofilter_class_init), (gst_videofilter_init):
20440         * gst/videofilter/gstvideofilter.h:
20441         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20442         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20443         (gst_videoflip_flip), (gst_videoflip_transform),
20444         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20445         (gst_videoflip_base_init), (gst_videoflip_class_init),
20446         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20447         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20448         BaseTransform, it's just a place holder for now and every video
20449         effect plugin has been ported to use BaseTransform features 
20450         directly. QuarkTV was fixed too (was broken), navigationtest works
20451         and best for the end, videoflip converts navigation events depending
20452         on flip method ! Fixes #320953
20453
20454 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20455
20456         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20457         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20458         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20459         (gst_goom_src_negotiate), (gst_goom_chain):
20460         * gst/matroska/matroska-mux.c:
20461         (gst_matroska_mux_video_pad_setcaps):
20462         * sys/osxvideo/osxvideosink.m:
20463           Fixes for API changes
20464
20465 2005-11-23  Michael Smith <msmith@fluendo.com>
20466
20467         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20468         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20469         * ext/jpeg/gstjpegdec.h:
20470         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20471         * ext/jpeg/gstjpegenc.h:
20472         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20473         (gst_smokeenc_resync):
20474         * ext/jpeg/gstsmokeenc.h:
20475           JPEG fractiony goodness.
20476
20477 2005-11-22  Michael Smith <msmith@fluendo.com>
20478
20479         * gst/goom/filters.c:
20480         * gst/goom/graphic.h:
20481           Fix compilation by making some functions static inline instead of
20482           extern inline, matching the way they're used.
20483
20484 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20485
20486         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20487         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20488         * ext/cairo/gsttextoverlay.h:
20489         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20490         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20491         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20492         (gst_pngdec_caps_create_and_set):
20493         * ext/libpng/gstpngdec.h:
20494         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20495         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20496         * gst/avi/gstavimux.c: (gst_avimux_init),
20497         (gst_avimux_vidsinkconnect):
20498         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20499         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20500         (gst_goom_src_negotiate), (gst_goom_chain):
20501         * gst/goom/gstgoom.h:
20502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20503         * gst/matroska/matroska-mux.c:
20504         (gst_matroska_mux_video_pad_setcaps):
20505         * sys/osxvideo/osxvideosink.h:
20506         * sys/osxvideo/osxvideosink.m:
20507           More fractional framerate conversions 
20508
20509 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20510
20511         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20512         * gst/debug/gstnavigationtest.c:
20513         (gst_navigationtest_handle_src_event):
20514         * gst/videofilter/gstvideofilter.c:
20515         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20516         (gst_videofilter_init):
20517         * gst/videofilter/gstvideofilter.h:
20518           Convert to fractional framerates.
20519
20520 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * ext/aalib/gstaasink.c:
20523         * ext/dv/gstdvdec.c:
20524         * ext/esd/esdmon.c:
20525         * ext/flac/gstflacenc.c:
20526         * ext/gdk_pixbuf/pixbufscale.c:
20527         * ext/libcaca/gstcacasink.c:
20528         * ext/shout2/gstshout2.c:
20529         * gst/alpha/gstalpha.c:
20530         * gst/oldcore/gstaggregator.c:
20531         * gst/oldcore/gstshaper.c:
20532         * gst/smpte/barboxwipes.c:
20533         * gst/smpte/gstsmpte.c:
20534         * gst/videobox/gstvideobox.c:
20535         * gst/videofilter/gstvideoflip.c:
20536         * gst/videomixer/videomixer.c:
20537           fix up more enums
20538
20539 2005-11-22  Michael Smith <msmith@fluendo.com>
20540
20541         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20542         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20543         (gst_videomixer_update_queues):
20544           Fractional framerates, videomixer.
20545
20546 2005-11-22  Michael Smith <msmith@fluendo.com>
20547
20548         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20549         * ext/dv/gstdvdec.h:
20550         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20551         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20552         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20553         (gst_dvdemux_flush):
20554         * ext/dv/gstdvdemux.h:
20555           Fractional framerates for DV. 
20556
20557 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20558
20559         * gst/autodetect/gstautoaudiosink.c:
20560         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20561         * gst/autodetect/gstautovideosink.c:
20562         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20563           Use gst_plugin_feature_list_free() to free feature list and
20564           in the case of autovideosink free the list at all. Also
20565           miscellaneous cosmetic fixes.
20566
20567 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20568
20569         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20570         (gst_cutter_set_property), (gst_cutter_get_caps):
20571           copy calculation code from level; remove use of some audio
20572           functions
20573
20574 2005-11-22  Andy Wingo  <wingo@pobox.com>
20575
20576         * Update for gst_tag_setter API changes.
20577
20578 2005-11-22  Andy Wingo  <wingo@pobox.com>
20579
20580         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20581         (gst_dvdemux_demux_frame)
20582         * ext/flac/gstflacdec.c (gst_flacdec_write)
20583         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20584         (gst_flacenc_sink_event)
20585         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20586         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20587         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20588         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20589         * gst/auparse/gstauparse.c (gst_auparse_chain)
20590         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20591         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20592         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20593         (gst_avi_demux_handle_seek)
20594         * gst/goom/gstgoom.c (gst_goom_event)
20595         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20596         * gst/matroska/matroska-demux.c
20597         (gst_matroska_demux_handle_seek_event)
20598         (gst_matroska_demux_loop_stream_parse_id)
20599         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20600         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20601         (gst_wavparse_stream_headers): Run update-funcnames.
20602
20603 2005-11-22  Edward Hervey  <edward@fluendo.com>
20604
20605         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20606         (gst_dv1394src_init), (gst_dv1394src_dispose),
20607         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20608         (gst_dv1394src_uri_set_uri):
20609         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20610         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20611         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20612         URIHandler interface and element properties are now properly
20613         synchronized for DV1394src and UDPSrc
20614
20615 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20616
20617         * ext/flac/Makefile.am:
20618         * ext/speex/Makefile.am:
20619           libgsttagedit has been renamed to libgsttag.
20620
20621 2005-11-21  Wim Taymans  <wim@fluendo.com>
20622
20623         * gst/rtsp/rtspconnection.c: (read_body):
20624         Apply patch from Sebastien Cote to fix #319184.
20625
20626 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20627
20628         * configure.ac:
20629         * gst/cutter/Makefile.am:
20630         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20631         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20632         (gst_cutter_set_property), (gst_cutter_get_property),
20633         (plugin_init), (gst_cutter_get_caps):
20634           port cutter
20635         * gst/level/gstlevel.c:
20636           fix up plugin details
20637
20638 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20639
20640         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20641         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20642         (gst_flacdec_src_event):
20643         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20644         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20645         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20646         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20647         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20648         (gst_flxdec_sink_event_handler):
20649         * gst/matroska/matroska-demux.c:
20650         (gst_matroska_demux_handle_seek_event):
20651         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20652           Update for stream lock API changes: don't take stream log
20653           in sink event handlers any longer and change GST_STREAM_LOCK
20654           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20655           functions.
20656
20657 2005-11-21  Michael Smith <msmith@fluendo.com>
20658
20659         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20660           gst_object_unref, not g_object_unref
20661
20662 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20663
20664         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20665         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20666           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20667
20668 2005-11-21  Michael Smith <msmith@fluendo.com>
20669
20670         * gst/auparse/Makefile.am:
20671         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20672         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20673         (gst_auparse_change_state):
20674         * gst/auparse/gstauparse.h:
20675           Partially fix #161712. playbin still doesn't work on these files,
20676           (on the bug report, Andy says we aren't typefinding it for some
20677           reason?) but at least auparse isn't totally busted like it was before.
20678
20679 2005-11-21  Andy Wingo  <wingo@pobox.com>
20680
20681         * *.h:
20682         * *.c: Ran scripts/update-macros. Oh yes.
20683
20684 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20685
20686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20687           Filler events are gone for now, comment out section generating
20688           them.
20689
20690 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20691
20692         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20693         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20694         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20695         * sys/osxvideo/osxvideosink.m:
20696           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20697           (#322027)
20698
20699 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20700
20701         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20702         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20703         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20704         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20705         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20706         (gst_avi_demux_stream_data):
20707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20708         * gst/wavenc/gstwavenc.c: (write_metadata):
20709         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20710         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20711         Fixes for GST_FOURCC_FORMAT API change.
20712
20713 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20714
20715         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20716         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20717         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20718         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20719         (gst_text_overlay_change_state):
20720         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20721         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20722         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20723         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20724         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20725         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20726         (gst_videomixer_change_state):
20727           Fix for collect pads API change. Also fix textoverlay state
20728           change function.
20729
20730 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20731
20732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20733         GST_PAD_IS_USABLE by something approaching it.
20734
20735 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20736
20737         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20738         API changes.
20739         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20740         but also fix the code that was not checking return values from
20741         pad_push neither using pad_alloc_buffer.
20742
20743 2005-11-18  Edward Hervey  <edward@fluendo.com>
20744
20745         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20746         (gst_pngenc_chain):
20747         Added debug category
20748         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20749         goes to EOS.
20750
20751 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20752
20753         * gst/rtp/Makefile.am
20754         * gst/rtp/gstrtp.c
20755         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20756         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20757         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20758         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20759         * gst/rtp/gstrtpg711enc.h:
20760         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20761         * gst/rtp/gstrtpspeexenc.c:
20762         * gst/rtp/gstrtpspeexenc.h:
20763         * gst/rtp/gstrtpspeexdec.c:
20764         * gst/rtp/gstrtpspeexdec.h:
20765         Created Speex payloader and depayloader; Optimize G711 payloader to
20766         use adapter and send packets until MTU size.
20767
20768 2005-11-16  Wim Taymans  <wim@fluendo.com>
20769
20770         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20771         Fix leak in check.
20772
20773 2005-11-16  Wim Taymans  <wim@fluendo.com>
20774
20775         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20776         Fix state change.
20777
20778 2005-11-16  Andy Wingo  <wingo@pobox.com>
20779
20780         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20781         (gst_udpsrc_create): Move comment.
20782
20783 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20784
20785         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20786
20787         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20788           When seeking, seek to closest index entry at or before the requested
20789           seek position, not just the closest one (#321001).
20790
20791 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20792
20793         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20794         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20795           Invert DIB images again (see #132341).
20796
20797 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20798
20799         * configure.ac:
20800           rework configure.ac file
20801         * ext/aalib/gstaasink.c:
20802         * ext/cairo/gstcairo.c:
20803         * ext/dv/gstdv.c:
20804         * ext/esd/gstesd.c:
20805         * ext/flac/gstflac.c:
20806         * ext/gconf/gstgconfelements.c:
20807         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20808         * ext/jpeg/gstjpeg.c:
20809         * ext/ladspa/gstladspa.c:
20810         * ext/libcaca/gstcacasink.c:
20811         * ext/libmng/gstmng.c:
20812         * ext/libpng/gstpng.c:
20813         * ext/mikmod/gstmikmod.c:
20814         * ext/pango/gsttextoverlay.c:
20815         * ext/pango/gsttimeoverlay.c:
20816         * ext/raw1394/gst1394.c:
20817         * ext/speex/gstspeex.c:
20818         * gst/alpha/Makefile.am:
20819         * gst/alpha/gstalpha.c:
20820         * gst/alpha/gstalphacolor.c:
20821         * gst/auparse/gstauparse.c:
20822         * gst/autodetect/gstautoaudiosink.c:
20823         (gst_auto_audio_sink_factory_filter),
20824         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20825         * gst/autodetect/gstautodetect.c:
20826         * gst/avi/gstavi.c:
20827         * gst/cutter/gstcutter.c:
20828         * gst/debug/efence.c:
20829         * gst/debug/gstdebug.c:
20830         * gst/debug/gstnavigationtest.c:
20831         * gst/effectv/gsteffectv.c:
20832         * gst/flx/gstflxdec.c:
20833         * gst/goom/gstgoom.c:
20834         * gst/interleave/plugin.c:
20835         * gst/law/alaw.c:
20836         * gst/law/mulaw.c:
20837         * gst/level/gstlevel.c:
20838         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20839         * gst/matroska/matroska.c:
20840         * gst/median/gstmedian.c:
20841         * gst/monoscope/gstmonoscope.c:
20842         * gst/multipart/multipart.c:
20843         * gst/oldcore/gstelements.c:
20844         * gst/rtp/gstrtp.c:
20845         * gst/rtsp/gstrtsp.c:
20846         * gst/smoothwave/gstsmoothwave.c:
20847         * gst/smpte/gstsmpte.c:
20848         * gst/udp/gstudp.c:
20849         * gst/videobox/gstvideobox.c:
20850         * gst/videofilter/gstgamma.c:
20851         * gst/videofilter/gstvideobalance.c:
20852         * gst/videofilter/gstvideoflip.c:
20853         * gst/videofilter/gstvideotemplate.c:
20854         * gst/videomixer/videomixer.c:
20855         * gst/wavenc/gstwavenc.c:
20856         * gst/wavparse/gstwavparse.c:
20857         * sys/oss/gstossaudio.c:
20858         * sys/osxaudio/gstosxaudio.c:
20859           update GST_PLUGIN_DEFINE
20860         * gst/rtp/Makefile.am:
20861         * gst/rtp/gstasteriskh263.c:
20862           check for htons/htonl headers and possibly link to winsock2 lib
20863
20864 2005-11-12  Edward Hervey  <edward@fluendo.com>
20865
20866         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20867         Only GST_DEBUG() information on the valid components.
20868
20869 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20870
20871         * configure.ac: back to HEAD
20872
20873 === release 0.9.5 ===
20874
20875 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20876
20877         * configure.ac:
20878           releasing 0.9.5, "Phone Alarm"
20879
20880 2005-11-11  Edward Hervey  <edward@fluendo.com>
20881
20882         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20883         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20884         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20885         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20886         (gst_avi_demux_loop):
20887         * gst/avi/gstavidemux.h:
20888         Yeah, implement proper seeking. Exact seeking and segment seeking.
20889         Still need to do some checks for segment_stop.
20890
20891 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20892
20893         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20894
20895         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20896           Don't try to ready buffer duration from buffer that we don't
20897           own any  longer and that might already have been unreffed.
20898           (#321136)
20899
20900 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20901
20902         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20903         (flx_decode_delta_flc), (gst_flxdec_chain):
20904         Attempting to optimize the code for embedded systems.
20905
20906 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20907
20908         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20911           Don't re-use already closed file descriptor. (#320920)
20912
20913 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20914
20915         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20916         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20917         (gst_oss_sink_prepare):
20918         * sys/oss/gstosssink.h:
20919           Cache probed caps; fix debug output for SET_PARAM macros.
20920
20921 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20922
20923         * ext/cairo/Makefile.am:
20924         * ext/cairo/gstcairo.c: (plugin_init):
20925         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20926         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20927         (gst_text_overlay_init), (gst_text_overlay_font_init),
20928         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20929         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20930         (gst_text_overlay_text_pad_linked),
20931         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20932         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20933         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20934         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20935         (gst_text_overlay_change_state):
20936         * ext/cairo/gsttextoverlay.h:
20937           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20938           property and redo positioning. Doesn't handle upstream renegotiation
20939           yet though.
20940
20941 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20942
20943         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20944         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20945         (gst_avi_demux_loop):
20946           No need to take the STREAM_LOCK in the loop function. Improve
20947           some debug messages. Don't leak pad names in debug messages.
20948
20949 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20950
20951         * gst/matroska/matroska-demux.c:
20952         (gst_matroska_demux_push_vorbis_codec_priv_data),
20953         (gst_matroska_demux_add_wvpk_header):
20954           Don't error out when the source pad isn't linked.
20955
20956 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20957
20958         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20959         (gst_gconf_audio_sink_change_state):
20960         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20961         (gst_gconf_video_sink_change_state):
20962           Fix state change functions here as well and set kid
20963           to NULL state before removing it.
20964
20965 2005-11-01  Edward Hervey  <edward@fluendo.com>
20966
20967         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20968         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20969         Added proper event handlind, 
20970         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20971         ignored),
20972         and don't set a duration of 0 for buffers otherwise they are discarded
20973         by GstBaseSink.
20974
20975         GstWavEnc needs some serious loving, after going through the code I'm
20976         really wondering how this can stay in -good ...
20977
20978 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20979
20980         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20981         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20983         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20984         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20985         (gst_matroska_mux_collected):
20986           Fix leaks and invalid memory access as reported by valgrind
20987
20988 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20989
20990         Patch by: Michal Benes <michal.benes@xeris.cz>
20991
20992         * check/Makefile.am:
20993         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20995         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20996           add a unit test for matroskamux
20997           fix the bugs that the unit test exposed
20998
20999 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
21000
21001         * gst/autodetect/gstautoaudiosink.c:
21002         (gst_auto_audio_sink_class_init),
21003         (gst_auto_audio_sink_change_state):
21004         * gst/autodetect/gstautovideosink.c:
21005         (gst_auto_video_sink_class_init),
21006         (gst_auto_video_sink_change_state):
21007           Fix state change function and use GST_DEBUG_FUNCPTR in
21008           class_init.
21009
21010 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
21011
21012         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21013
21014         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
21015         (gst_ebml_write_reset), (gst_ebml_write_element_new):
21016         * gst/matroska/ebml-write.h:
21017         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
21018           Set timestamps on outgoing ebml headers as well, so that the
21019           element after matroskamux can get the timestamp already when
21020           reading the first ebml element and doesn't have to wait for
21021           the actual data buffer for that (#320308).
21022           
21023 2005-10-31  Andy Wingo  <wingo@pobox.com>
21024
21025         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
21026         (gst_videomixer_pad_link): Kill some memleaks.
21027         (gst_videomixer_pad_get_property): Style fix.
21028         (gst_videomixer_pad_set_property): Style fix.
21029         (gst_videomixer_pad_init): Style fix.
21030         (gst_videomixer_update_queues): Kill memleak.
21031         (gst_videomixer_loop): Kill memleak.
21032         (gst_videomixer_collected): Kill memleak.
21033
21034 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21035
21036         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
21037         gst_auparse_change_state:
21038         Just some cleanup.
21039
21040 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
21041
21042         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
21043         Add checks to GST_FLOW_NOT_LINKED for values returned
21044         from gst_pad_push.
21045         
21046 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
21047
21048         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
21049         (gst_rtpg711dec_process):
21050         * gst/rtp/gstrtpgsmenc.c:
21051         Payloader now sets some default caps on the srcpad if caps on the sinkpad
21052         are never set. This is important for the g711 to work with burger's rtpbin
21053         element.
21054
21055 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
21056
21057         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
21058         (gst_speexenc_push_buffer):
21059         Add checks for return values from gst_pad_push and
21060         gst_pad_alloc_buffer.
21061
21062 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
21063
21064         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21065
21066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
21067         (gst_matroska_demux_parse_info),
21068         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
21069         (gst_matroska_demux_parse_cluster):
21070         * gst/matroska/matroska-ids.h:
21071         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
21072         (gst_matroska_mux_init), (gst_matroska_mux_start),
21073         (gst_matroska_mux_create_buffer_header),
21074         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
21075         (gst_matroska_mux_get_property):
21076         * gst/matroska/matroska-mux.h:
21077           Add SimpleBlock support to matroska demuxer and muxer (part of
21078           Matroska v2). (#319731)
21079
21080 2005-10-28  Wim Taymans  <wim@fluendo.com>
21081
21082         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
21083         (gst_jpeg_dec_change_state):
21084         * ext/jpeg/gstjpegdec.h:
21085         Cleanups. Don't create caps for every chain.
21086
21087 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
21088
21089         * gst/law/alaw-encode.c: (gst_alawenc_init),
21090         (alawenc_setcaps), (gst_alawenc_chain)
21091         * gst/law/alaw-encode.h:
21092         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
21093         (mulawenc_setcaps), (gst_mulawenc_chain)
21094         * gst/law/mulaw-encode.h:
21095         Set timestamp on buffer and it allows RTP G711 elements
21096         work properly.
21097
21098 2005-10-27  Wim Taymans  <wim@fluendo.com>
21099
21100         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21101         Set correct format on oss instead of a silly value. 
21102
21103 2005-10-27  Julien MOUTTE  <julien@moutte.net>
21104
21105         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21106         (gst_video_box_transform_caps), (gst_video_box_set_caps),
21107         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
21108         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
21109         I420 rendering as well, doesn't bring much for my platform.
21110         Might help on some other platforms.
21111
21112 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
21113
21114         * gst/rtp/gstrtpgsmenc.c:
21115         * gst/rtp/gstrtpgsmparse.c:
21116         Declaring the padtemplate correctly.
21117
21118 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21119
21120         * gst/rtp/gstrtpg711dec.c:
21121         * gst/rtp/gstrtpg711enc.c:
21122         * gst/rtp/gstrtpgsmenc.c:
21123         * gst/rtp/gstrtpgsmparse.c:
21124         Setting the proper copyright notice.
21125
21126 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21127
21128         * gst/videobox/Makefile.am: Use liboil.
21129         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21130         (gst_video_box_set_property), (gst_video_box_transform_caps),
21131         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
21132         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
21133         using liboil. Will dot the same to I420 border generation
21134         tomorrow.
21135
21136 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
21137
21138         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
21139         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
21140         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
21141         * gst/rtp/gstrtpg711dec.h:
21142         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
21143         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
21144         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
21145         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21146         (gst_rtpgsmenc_handle_buffer):
21147         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
21148         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
21149         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
21150         * gst/rtp/gstrtpgsmparse.h:
21151         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
21152         inherits from the basertpdepayloader.
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): Removing this forgotten debug.
21159
21160 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21161
21162         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21163         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
21164         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
21165
21166 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
21167
21168         * sys/oss/gstossaudio.c:
21169         * sys/oss/gstossdmabuffer.c:
21170         * sys/oss/gstosshelper.c:
21171         * sys/oss/gstossmixer.c:
21172         * sys/oss/gstossmixerelement.c:
21173         * sys/oss/gstossmixertrack.c:
21174         * sys/oss/gstosssink.c:
21175         * sys/oss/gstosssrc.c:
21176           Actually use the 'oss' debug category we register.
21177
21178 2005-10-26  Julien MOUTTE  <julien@moutte.net>
21179
21180         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
21181         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
21182         Use gst_pad_get_parent and drop the ref that was added through
21183         that call.
21184
21185 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21186
21187         * gst/rtp/gstrtpgsmenc.c:
21188           Fix compilation
21189
21190 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21191
21192         * gst/rtp/gstrtpg711dec.c
21193         Just removed a couple of lines of weird code used during
21194         development/test time.
21195
21196 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
21197
21198         * gst/rtp/Makefile.am
21199         * gst/rtp/gstrtp.c
21200         * gst/rtp/gstrtpg711enc.c
21201         * gst/rtp/gstrtpg711enc.h
21202         * gst/rtp/gstrtpg711dec.c
21203         * gst/rtp/gstrtpg711dec.h
21204         Created G711 payloader and depayloader (it supports mulaw and alaw
21205         (dec)encoders)
21206
21207 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21208
21209         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21210         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21211         Doh ! I introduced wingo's bug again ! Sorry...
21212
21213 2005-10-25  Christian Schaller <christian@fluendo.com> 
21214
21215         * gst/rtp/Makefile.am: add missing header files for disting
21216
21217 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
21218
21219         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21220         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
21221         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
21222         (gst_rtpgsmenc_handle_buffer):
21223         * gst/rtp/gstrtpgsmenc.h:
21224         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
21225         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
21226         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
21227         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
21228         * gst/rtp/gstrtpgsmparse.h:
21229         Getting the GSM (de)payloader working and compatible with our plans for RTP.
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): Push
21235         a newsegment event, move some redundant code in a single place.
21236
21237 2005-10-25  Julien MOUTTE  <julien@moutte.net>
21238
21239         * ext/libpng/gstpngdec.c: (user_info_callback),
21240         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
21241         hack to get correct colors order when we have a png image with
21242         alpha channel.
21243
21244 2005-10-24  Edward Hervey  <edward@fluendo.com>
21245
21246         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
21247         Call gst_element_no_more_pads when there will be no more pads.
21248
21249 2005-10-24  Wim Taymans  <wim@fluendo.com>
21250
21251         * gst/rtp/Makefile.am:
21252         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
21253         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
21254         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
21255         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
21256         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
21257         (gst_asteriskh263_plugin_init):
21258         * gst/rtp/gstasteriskh263.h:
21259         * gst/rtp/gstrtp.c: (plugin_init):
21260         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
21261         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
21262         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
21263         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
21264         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
21265         (gst_rtph263enc_plugin_init):
21266         * gst/rtp/gstrtph263enc.h:
21267         Added two new payloaders, an RFC 2190 payloader for h263 and
21268         a payload convertor for an asterisk server.
21269
21270 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21271
21272         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
21273           Set bytes_per_sample correctly (is not always 4, but 
21274           depends on width and number of channels).
21275
21276 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
21277
21278         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
21279         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
21280         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
21281         (gst_flacenc_sink_event), (gst_flacenc_chain),
21282         (gst_flacenc_set_property), (gst_flacenc_get_property),
21283         (gst_flacenc_change_state):
21284         * ext/flac/gstflacenc.h:
21285           Fix seeking, so that flacenc can rewrite the header with the
21286           correct duration and amount of samples and all that at EOS;
21287           also set timestamps and granulepos on outgoing buffers; add
21288           debug category; fix state change function.
21289           
21290 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21291
21292         * gst/videomixer/videomixer.c: Don't restrict video geometry
21293         from 16 to 4096.
21294
21295 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21296
21297         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
21298         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
21299         Fix caps negotiation correctly, add debugging category.
21300
21301 2005-10-24  Christian Schaller  <christian@fluendo.com>
21302
21303         * configure.ac: Port over Thomas's change from base listing all plugins
21304
21305 2005-10-24  Julien MOUTTE  <julien@moutte.net>
21306
21307         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
21308         a sink pad.
21309
21310 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * configure.ac:
21313         * docs/upload.mak:
21314           back to HEAD
21315
21316 === release 0.9.4 ===
21317
21318 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21319
21320         * configure.ac:
21321           Releasing 0.9.4, "Dromiceiomimus"
21322
21323 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21324
21325         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21326         (gst_speexenc_src_query):
21327           Add position and duration query, fix query type function.
21328           
21329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21330         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21331           Let's not set non-fixed caps on source pads.
21332
21333 2005-10-21  Wim Taymans  <wim@fluendo.com>
21334
21335         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21336         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21337         (gst_avi_demux_handle_seek):
21338         Set correct stream_time in newsegment event.
21339         avi can also handle a duration query now.
21340
21341 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21342
21343         * gst/matroska/matroska-demux.c:
21344         (gst_matroska_demux_handle_src_query),
21345         (gst_matroska_demux_handle_seek_event),
21346         (gst_matroska_demux_loop_stream_parse_id):
21347           Fix duration query; fix basetime in newsegment event after
21348           seek; fix duration in initial newsegment event.
21349
21350         * gst/matroska/matroska-mux.c:
21351         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21352           Extract number of channels and samplerate from vorbis headers;
21353           add some debug messages when querying the durations of the
21354           input streams.
21355
21356 2005-10-20  Wim Taymans  <wim@fluendo.com>
21357
21358         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21359         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21360         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21361         Set stream time correctly in newsegment.
21362
21363 2005-10-20  Wim Taymans  <wim@fluendo.com>
21364
21365         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21366         Correctly fill in the stream time.
21367
21368 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21369
21370         * check/elements/level.c: (GST_START_TEST):
21371         * gst/level/gstlevel.c: (gst_level_message_new):
21372         * gst/level/level-example.c: (message_handler):
21373           use ELEMENT messages instead
21374
21375 2005-10-19  Wim Taymans  <wim@fluendo.com>
21376
21377         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21378         (gst_dvdemux_src_query):
21379         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21380         (gst_flacdec_src_query):
21381         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21382         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21383         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21384         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21385         * gst/debug/progressreport.c: (gst_progress_report_report):
21386         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21387         * gst/matroska/matroska-demux.c:
21388         (gst_matroska_demux_handle_src_query):
21389         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21390         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21391         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21392         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21393         (gst_wavparse_srcpad_event):
21394         API change fix.
21395
21396 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21397
21398         * gst/goom/filters.c:
21399         * gst/goom/graphic.h:
21400         * gst/goom/lines.c:
21401           Make inline functions either 'static inline' or 'extern inline',
21402           otherwise the Forte compiler apparently won't inline them (#317300).
21403
21404 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21405
21406         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21407         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21408         (user_info_callback), (user_endrow_callback), (user_end_callback),
21409         (user_read_data), (gst_pngdec_caps_create_and_set),
21410         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21411         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21412         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21413         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21414         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21415         very nice and handle push/pull based model. if you have filesrc
21416         connected to it, it will do random access to load the png file.
21417         If you have a network source that can't do _getrange, it does 
21418         progressive loading through the chain function.
21419         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21420         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21421         thanks to Master Wim Taymans ;-)
21422
21423 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21424
21425         * gst/matroska/Makefile.am:
21426         * gst/matroska/ebml-read.c:
21427         * gst/matroska/ebml-read.h:
21428         * gst/matroska/matroska-demux.c:
21429         * gst/matroska/matroska-demux.h:
21430         * gst/matroska/matroska.c: (plugin_init):
21431           Ported matroska demuxer to 0.9.
21432
21433 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21434
21435         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21436
21437         * gst/matroska/matroska-mux.c:
21438         (gst_matroska_mux_video_pad_setcaps),
21439         (gst_matroska_mux_audio_pad_setcaps):
21440           Fix mpeg4 input handling (#318847); also, while we're at it,
21441           fix media type for Motion-JPEG: should be image/jpeg.
21442
21443 2005-10-18  Wim Taymans  <wim@fluendo.com>
21444
21445         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21446         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21447         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21448         Fix for segment-start/stop API change.
21449
21450 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21451
21452         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21453         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21454         way.
21455
21456 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21457
21458         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21459         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21460         output declared in transform_caps.
21461
21462 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21463
21464         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21465
21466 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21467
21468         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21469         (gst_video_box_get_unit_size): Fix wrong size calculations and
21470         implement get_unit_size correctly.
21471
21472 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21473
21474         * configure.ac:
21475           Enable flx plugin.
21476
21477         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21478           Fix gcc4 signedness issue.
21479
21480 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21481
21482         * configure.ac: Adding videomixer.
21483         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21484         (user_read_data), (gst_pngdec_chain): More debugging.
21485         * gst/alpha/Makefile.am: Adding alphacolor
21486         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21487         (gst_alpha_color_class_init), (gst_alpha_color_init),
21488         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21489         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21490         (plugin_init): Ported to 0.9 using in place base tranform.
21491         * gst/videomixer/Makefile.am:
21492         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21493         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21494         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21495         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21496         (gst_videomixer_init), (gst_videomixer_getcaps),
21497         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21498         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21499         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21500         to 0.9 using collectpads.
21501
21502 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21503
21504         * configure.ac:
21505         * gst/flx/Makefile.am:
21506         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21507         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21508         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21509         * gst/flx/gstflxdec.h:
21510         flx plugin ported to 0.9
21511
21512 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21513
21514         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21515           use new gst_version_string()
21516
21517 2005-10-16  Andy Wingo  <wingo@pobox.com>
21518
21519         * configure.ac: GLIB_CHECK.
21520
21521 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21522
21523         * ext/libpng/Makefile.am:
21524         * ext/libpng/gstpng.c: (plugin_init):
21525         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21526         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21527         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21528
21529 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21530
21531         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21532
21533         * configure.ac:
21534         * gst/matroska/Makefile.am:
21535         * gst/matroska/ebml-ids.h:
21536         * gst/matroska/ebml-write.c:
21537         * gst/matroska/ebml-write.h:
21538         * gst/matroska/matroska-ids.h:
21539         * gst/matroska/matroska-mux.c:
21540         * gst/matroska/matroska-mux.h:
21541         * gst/matroska/matroska.c: (plugin_init):
21542           Port matroska muxer to 0.9 (#318847).
21543
21544 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21545
21546         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21547         (comment_init), (comment_add):
21548           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21549           use GST_READ_UINT32_LE() and friends rather than the private
21550           implementation of those same macros.
21551
21552 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21553
21554         * examples/stats/mp2ogg.c:
21555           more typo fixes
21556
21557 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21558
21559         * examples/indexing/indexmpeg.c: (main):
21560         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21561         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21562         * ext/esd/esdmon.h:
21563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21564         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21565         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21566         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21567         * gst/avi/gstavimux.c: (gst_avimux_init):
21568         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21569         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21570         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21571         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21572         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21573         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21574         * gst/oldcore/gstmultifilesrc.h:
21575         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21576         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21577         (gst_pipefilter_change_state):
21578         * gst/oldcore/gstpipefilter.h:
21579         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21580         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21581         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21582         * sys/osxaudio/gstosxaudiosink.h:
21583         * sys/osxaudio/gstosxaudiosrc.h:
21584           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21585           moved bitshift from macro to enum definition
21586
21587 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21588
21589         * ext/Makefile.am:
21590         * ext/cairo/Makefile.am:
21591         * ext/cairo/gstcairo.c: (plugin_init):
21592         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21593         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21594         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21595         * ext/cairo/gsttimeoverlay.h:
21596           update of cairo-based timeoverlay to 1.0 Cairo API
21597           doesn't work yet for resizing of output sink
21598
21599 2005-10-11  Wim Taymans  <wim@fluendo.com>
21600
21601         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21602         newsegment API fix.
21603
21604 2005-10-11  Wim Taymans  <wim@fluendo.com>
21605
21606         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21607         (gst_dvdemux_demux_frame):
21608         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21609         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21610         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21611         (gst_avi_demux_handle_seek):
21612         * gst/goom/gstgoom.c: (gst_goom_event):
21613         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21614         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21615         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21616         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21617         (gst_wavparse_srcpad_event):
21618         newsegment API update.
21619
21620 2005-10-11  Andy Wingo  <wingo@pobox.com>
21621
21622         * ext/speex/gstspeexenc.c: Signedness cleanups.
21623
21624 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21625
21626         * PORTED_09:
21627         * ext/speex/Makefile.am:
21628         * ext/speex/gstspeex.c:
21629         * ext/speex/gstspeexenc.c:
21630         Speexenc ported to 0.9
21631
21632 2005-10-10  Wim Taymans  <wim@fluendo.com>
21633
21634         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21635         (gst_oss_sink_init), (gst_oss_sink_set_property),
21636         (gst_oss_sink_get_property), (gst_oss_sink_open),
21637         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21638         * sys/oss/gstosssink.h:
21639         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21640         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21641         (gst_oss_src_prepare):
21642         Cleanups, make device configurable in the sink, handle and report
21643         errors.
21644
21645 2005-10-10  Wim Taymans  <wim@fluendo.com>
21646
21647         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21648         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21649         Make sure element is NULL before removing from the bin.
21650
21651 2005-10-07  Andy Wingo  <wingo@pobox.com>
21652
21653         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21654         block forever in a read().
21655         (gst_dv1394src_bus_reset): Post a message when the cable is
21656         unplugged.
21657         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21658         (gst_dv1394src_bus_reset): Don't unref the message.
21659
21660         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21661         hacking. The only change should be that the state change stuff was
21662         put into basesrc's start() and stop() routines, which coalesces
21663         some steps.
21664
21665 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21666
21667         * configure.ac:
21668           Add check for mmap
21669           
21670         * gst/debug/Makefile.am:
21671           Only compile efence plugin on systems that have mmap.
21672
21673 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21674
21675         * gst/debug/Makefile.am:
21676         * gst/debug/breakmydata.c:
21677         * gst/debug/gstdebug.c:
21678         * gst/debug/gstnavigationtest.c:
21679         * gst/debug/gstnavseek.c: 
21680         * gst/debug/gstnavseek.h:
21681         * gst/debug/progressreport.c: 
21682         * gst/debug/testplugin.c:
21683           Port progressreport, navseek, navigationtest, testsink and
21684           breakmydata.
21685
21686 2005-10-05  Edward Hervey  <edward@fluendo.com>
21687
21688         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21689         (gst_dvdemux_src_query):
21690         Fixes for better conversion
21691
21692 2005-10-04  Michael Smith <msmith@fluendo.com>
21693
21694         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21695         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21696         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21697         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21698           Set state of elements to NULL before removing from bins.
21699           Set state of test element to NULL if we failed to move it to READY
21700
21701 2005-10-04  Edward Hervey  <edward@fluendo.com>
21702
21703         * ext/dv/Makefile.am:
21704         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21705         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21706         Corrected the query function for position so it doesn't forget what
21707         format was asked, and calls the conversion functions on the correct pad.
21708
21709 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * configure.ac:
21712           back to development
21713
21714 === release 0.9.3 ===
21715
21716 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * configure.ac:
21719           Releasing 0.9.3, "Aramis"
21720
21721 2005-10-03  Andy Wingo  <wingo@pobox.com>
21722
21723         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21724         error returns.
21725
21726 2005-10-02  Andy Wingo  <wingo@pobox.com>
21727
21728         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21729
21730         * ext/flac/gstflacenc.c: Ported to 0.9.
21731
21732         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21733
21734         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21735         and link to gsttagedit. Enable flacenc.
21736
21737         * ext/flac/gstflacdec.c: Re-enable tag reading.
21738
21739 2005-09-30  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21742         * gst/rtp/gstrtpgsmparse.c:
21743         * gst/rtp/gstrtph263penc.c:
21744         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21745         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21746         (gst_rtpmp4venc_set_property):
21747         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21748         Various class and caps fixes from Andre Magalhaes (andrunko)
21749
21750 2005-09-29  Wim Taymans  <wim@fluendo.com>
21751
21752         * gst/level/level-example.c: (main):
21753         Update for new bus API.
21754
21755 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21756
21757         * configure.ac:
21758           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21759           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21760
21761 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21762
21763         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21764           Fix playback of mono streams (bytes_per_sample should be set
21765           from the sample width and the number of channels negotiated,
21766           and not just be set to 4) (#317338)
21767
21768 2005-09-26  Wim Taymans  <wim@fluendo.com>
21769
21770         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21771         (gst_rtpmpaenc_handle_buffer):
21772         Set buffer duration correctly.
21773
21774 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21775
21776         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21777         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21778         (gst_avi_demux_change_state):
21779           Don't crash when encountering a stream with an unknown fourcc or
21780           codec id. Instead, create a pad of type video/x-avi-unknown or
21781           audio/x-avi-unknown, which as a side-effect also results in less
21782           confusing error messages in players ('no decoder' vs. 'no streams');
21783           minor fixes to state change function and class_init function.
21784
21785 2005-09-24  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21788         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21789         These are sinks.
21790
21791 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * check/elements/level.c: (GST_START_TEST):
21794           fix test for new GstClockTime use
21795         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21796         (gst_level_transform_ip):
21797         * gst/level/gstlevel.h:
21798           fix up the decay peak, ensuring the decay peak is never lower
21799           than the peak for that interval
21800
21801 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21802
21803         * docs/plugins/gst-plugins-good-plugins.args:
21804         * docs/plugins/inspect/plugin-alpha.xml:
21805         * docs/plugins/inspect/plugin-rtp.xml:
21806         * gst/level/gstlevel.c: (gst_level_set_caps),
21807         (gst_level_transform_ip):
21808           updating docs
21809
21810 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21811
21812         * Makefile.am:
21813         * check/elements/level.c: (GST_START_TEST):
21814         * gst/level/Makefile.am:
21815         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21816         (gst_level_set_property), (gst_level_get_property),
21817         (gst_level_set_caps), (gst_level_message_new),
21818         (gst_level_transform_ip):
21819         * gst/level/gstlevel.h:
21820         * gst/level/level-example.c: (message_handler), (main):
21821           convert to using GstClockTime for all time values, finally.
21822
21823 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * gst/auparse/Makefile.am:
21826         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21827           fix up build
21828         * configure.ac:
21829         * ext/cairo/Makefile.am:
21830         * ext/dv/Makefile.am:
21831         * ext/esd/Makefile.am:
21832         * ext/flac/Makefile.am:
21833         * ext/gconf/Makefile.am:
21834         * ext/gdk_pixbuf/Makefile.am:
21835         * ext/jpeg/Makefile.am:
21836         * ext/ladspa/Makefile.am:
21837         * ext/libcaca/Makefile.am:
21838         * ext/libmng/Makefile.am:
21839         * ext/libpng/Makefile.am:
21840         * ext/mikmod/Makefile.am:
21841         * ext/pango/Makefile.am:
21842         * ext/raw1394/Makefile.am:
21843         * ext/shout2/Makefile.am:
21844         * ext/speex/Makefile.am:
21845         * gst/alpha/Makefile.am:
21846         * gst/autodetect/Makefile.am:
21847         * gst/avi/Makefile.am:
21848         * gst/cutter/Makefile.am:
21849         * gst/debug/Makefile.am:
21850         * gst/effectv/Makefile.am:
21851         * gst/flx/Makefile.am:
21852         * gst/goom/Makefile.am:
21853         * gst/interleave/Makefile.am:
21854         * gst/law/Makefile.am:
21855         * gst/matroska/Makefile.am:
21856         * gst/median/Makefile.am:
21857         * gst/monoscope/Makefile.am:
21858         * gst/multipart/Makefile.am:
21859         * gst/oldcore/Makefile.am:
21860         * gst/rtp/Makefile.am:
21861         * gst/rtsp/Makefile.am:
21862         * gst/smoothwave/Makefile.am:
21863         * gst/smpte/Makefile.am:
21864         * gst/videobox/Makefile.am:
21865         * gst/videofilter/Makefile.am:
21866         * gst/videomixer/Makefile.am:
21867         * gst/wavenc/Makefile.am:
21868         * gst/wavparse/Makefile.am:
21869         * sys/oss/Makefile.am:
21870         * sys/osxaudio/Makefile.am:
21871         * sys/osxvideo/Makefile.am:
21872           fix up GST_LIBS use
21873
21874 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * gst/auparse/Makefile.am:
21877         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21878           fix build of auparse
21879
21880 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21881
21882         * configure.ac:
21883         * PORTED_09:
21884         * gst/auparse/gstauparse.c:
21885         * gst/auparse/gstauparse.h:
21886         Auparse ported to 0.9.
21887
21888 2005-09-22  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst/rtp/TODO:
21891         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21892         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21893         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21894         (gst_rtpmp4venc_set_property):
21895         * gst/rtp/gstrtpmp4venc.h:
21896         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21897         * gst/rtp/gstrtpmpaenc.h:
21898         Use is_filled to both check MTU and max-ptime of base class.
21899
21900 2005-09-22  Wim Taymans  <wim@fluendo.com>
21901
21902         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21903         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21904         (gst_rtpmp4venc_set_property):
21905         Don't fragment packets with multiple frames.
21906
21907 2005-09-22  Wim Taymans  <wim@fluendo.com>
21908
21909         * gst/rtp/TODO:
21910         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21911         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21912         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21913         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21914         (gst_rtpmp4venc_get_property):
21915         * gst/rtp/gstrtpmp4venc.h:
21916         Remove g_print.
21917         Update TODO
21918         Make payload encoder a bit smarter and more correct with
21919         timestamps.
21920         Added option in payloader to include config string in-band.
21921
21922 2005-09-21  Wim Taymans  <wim@fluendo.com>
21923
21924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21925         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21926         (gst_rtspsrc_send):
21927         Strip spaces for key/value pairs.
21928
21929 2005-09-21  Wim Taymans  <wim@fluendo.com>
21930
21931         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21932         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21933         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21934         (gst_rtspsrc_change_state):
21935         More SDP parsing and caps setting.
21936         Do NO_PREROLL differently.
21937         add pads only after negotiated.
21938
21939         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21940         (gst_udpsrc_getcaps):
21941         Implement the getcaps function.
21942
21943 2005-09-21  Wim Taymans  <wim@fluendo.com>
21944
21945         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21946         (gst_rtpamrdec_chain):
21947         Handle multiple AMr packets per payload. Handle CRC and
21948         parse ILL/ILP.
21949
21950         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21951         Make caps params strings for easy SDP mapping.
21952         
21953         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21954         Handle capsnego better.
21955
21956         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21957         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21958         Generate and parse config string in the caps.
21959
21960 2005-09-21  Wim Taymans  <wim@fluendo.com>
21961
21962         * gst/rtp/README:
21963         Update README
21964
21965         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21966         Make extra params as strings.
21967
21968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21969         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21970         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21971         Make state change return NO_PREROLL as this is a live
21972         source.
21973
21974         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21975         Don't unref old caps when NULL.
21976
21977 2005-09-20  Wim Taymans  <wim@fluendo.com>
21978
21979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21980         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21981         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21982         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21983         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21984         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21985         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21986         * gst/rtsp/sdpmessage.h:
21987         Add URI handler.
21988         Parse SDP and create caps.
21989
21990 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21991
21992         * gst/alpha/gstalpha.c:
21993           fix element description
21994
21995 2005-09-19  Wim Taymans  <wim@fluendo.com>
21996
21997         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21998         Don't check payload for now.
21999
22000 2005-09-19  Wim Taymans  <wim@fluendo.com>
22001
22002         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
22003         (gst_wavparse_init), (gst_wavparse_parse_file_header),
22004         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
22005         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
22006         (gst_wavparse_loop), (gst_wavparse_pad_convert),
22007         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
22008         (gst_wavparse_change_state):
22009         * gst/wavparse/gstwavparse.h:
22010         Fix wavparse some more.
22011
22012 2005-09-19  Wim Taymans  <wim@fluendo.com>
22013
22014         * check/elements/level.c: (GST_START_TEST):
22015         Fix for bus API change.
22016
22017 2005-09-19  Wim Taymans  <wim@fluendo.com>
22018
22019         * gst/level/level-example.c: (main):
22020         Fix for new bus API.
22021
22022         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
22023         Set caps on pads.
22024
22025 2005-09-15  Wim Taymans  <wim@fluendo.com>
22026
22027         * gst/rtp/Makefile.am:
22028         * gst/rtp/README:
22029         * gst/rtp/gstrtp.c: (plugin_init):
22030         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
22031         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
22032         (gst_rtpamrdec_change_state):
22033         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
22034         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
22035         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
22036         * gst/rtp/gstrtpamrenc.h:
22037         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
22038         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
22039         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
22040         * gst/rtp/gstrtpgsmenc.h:
22041         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
22042         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
22043         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
22044         (gst_rtpgsmparse_change_state):
22045         * gst/rtp/gstrtpgsmparse.h:
22046         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
22047         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
22048         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
22049         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
22050         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
22051         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
22052         * gst/rtp/gstrtph263penc.h:
22053         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
22054         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
22055         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22056         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
22057         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
22058         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
22059         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
22060         * gst/rtp/gstrtpmp4venc.h:
22061         * gst/rtp/gstrtpmpadec.c:
22062         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
22063         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
22064         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
22065         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
22066         * gst/rtp/gstrtpmpaenc.h:
22067         Updates to payloader/depayloaders, make payloaders use
22068         the base classes.
22069         Updated README with suggested RTP caps and how to convert
22070         to/from SDP.
22071         Added config descriptor in mp4v payloader.
22072
22073 2005-09-15  Andy Wingo  <wingo@pobox.com>
22074
22075         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
22076         * gst/autodetect/gstautovideosink.c
22077         (gst_auto_video_sink_find_best): Update for new registry API.
22078
22079 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22080
22081         * common/c-to-xml.py:
22082         * common/gtk-doc-plugins.mak:
22083           a simple py script to generate valid xml from a C example
22084           probably also need to strip an MIT license when we decide
22085         * docs/plugins/Makefile.am:
22086         * gst/level/Makefile.am:
22087         * gst/level/gstlevel.c: (gst_level_init):
22088         * gst/level/level-example.c: (message_handler), (main):
22089           add an example to level that will show up in the docs
22090         * gst/rtp/TODO:
22091           add a note for the future
22092
22093 2005-09-14  Michael Smith <msmith@fluendo.com>
22094
22095         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
22096           Actually define the debug object being used in wavenc. Fixes #316205
22097
22098 2005-09-14  Michael Smith <msmith@fluendo.com>
22099
22100         * gst/smpte/Makefile.am:
22101           Link against GST_BASE_LIBS, to get it linked against libgstbase;
22102           needed to build on windows (bug 316204)
22103
22104 2005-09-12  Andy Wingo  <wingo@pobox.com>
22105
22106         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
22107
22108 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
22109
22110         * configure.ac:
22111         * gst/fdsrc/Makefile.am:
22112         * gst/fdsrc/gstfdsrc.c:
22113         * gst/fdsrc/gstfdsrc.h:
22114           Move fdsrc back into gstreamer core elements.
22115
22116         * gst/level/gstlevel.c: (gst_level_class_init),
22117         (gst_level_transform_ip):
22118         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
22119           Basetransform changes.
22120
22121 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22122
22123         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
22124         * ext/jpeg/smokecodec.c: (find_best_size):
22125           fix compiler warnings
22126
22127 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * gst-plugins-good.spec.in:
22130           spec file fixes
22131         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
22132         (gst_multiudpsink_render), (gst_multiudpsink_add),
22133         (gst_multiudpsink_clear):
22134           it actually helps to actually stream if we hook up the
22135           "add" signal to an actual implementation
22136         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
22137           some debugging
22138
22139 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
22140
22141         * ext/jpeg/Makefile.am:
22142         * ext/jpeg/gstjpeg.c
22143         * ext/jpeg/gstjpegenc.c:
22144         * ext/jpeg/gstsmokeenc.c:
22145
22146 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
22147
22148         * ext/flac/gstflacdec.c:
22149         * ext/flac/gstflacenc.c:
22150         * ext/flac/gstflactag.c:
22151         * ext/speex/gstspeexenc.c:
22152           gsttaginterface.h -> gsttagsetter.h
22153
22154 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
22155
22156         * configure.ac:
22157         * gst/debug/Makefile.am:
22158         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
22159         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
22160         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
22161         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
22162         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
22163           Port to 0.9 and re-enable efence plugin.
22164
22165 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
22166
22167         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
22168         (gst_flacdec_write), (gst_flacdec_convert_src):
22169         * ext/flac/gstflacdec.h:
22170           Add support for flac files with 24/32 bits per sample; and misc.
22171           minor clean-ups. Seeking is still partly broken (for me at least).
22172
22173 2005-09-06  Wim Taymans  <wim@fluendo.com>
22174
22175         * gst/rtp/Makefile.am:
22176         * gst/rtp/gstrtp.c: (plugin_init):
22177         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
22178         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
22179         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
22180         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
22181         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
22182         (gst_rtpmp4vdec_plugin_init):
22183         * gst/rtp/gstrtpmp4vdec.h:
22184         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
22185         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
22186         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
22187         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
22188         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
22189         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
22190         * gst/rtp/gstrtpmp4venc.h:
22191         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
22192         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
22193         Added mpeg4 video payload encoder/decoder.
22194         Added some docs in mpa payloader.
22195
22196 === release 0.9.1 ===
22197
22198 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22199
22200         * NEWS:
22201         * README:
22202         * RELEASE:
22203         * autogen.sh:
22204         * configure.ac:
22205           releasing 0.9.1, "Blondie"
22206
22207 2005-09-05  Andy Wingo  <wingo@pobox.com>
22208
22209         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
22210         here from the state change handler, so we fire signals without
22211         holding the state lock.
22212
22213 2005-09-02  Andy Wingo  <wingo@pobox.com>
22214
22215         * All plugins updated for element state changes.
22216
22217 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22218
22219         * Makefile.am:
22220         * check/.cvsignore:
22221         * check/Makefile.am:
22222         * check/elements/.cvsignore:
22223         * check/elements/level.c: (setup_level), (cleanup_level),
22224         (GST_START_TEST), (level_suite), (main):
22225           add a test for level
22226         * common/release.mak:
22227           move the enum checking to release.mak
22228         * configure.ac:
22229           add valgrind and check checking
22230         * gst/level/gstlevel.c: (gst_level_transform):
22231         * gst/level/gstlevel.h:
22232           fix Andy's cast bug
22233           convert a field to int
22234           fix the arithmetic to int when checking for emit so that a
22235           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
22236
22237 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * Makefile.am:
22240         * configure.ac:
22241           add docs to build
22242         * common/plugins.xsl:
22243           wrap Description into a refsect2
22244         * docs/Makefile.am:
22245         * docs/plugins/Makefile.am:
22246         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22247         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22248         * gst/goom/Makefile.am:
22249         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
22250         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
22251         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
22252         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
22253         (gst_goom_change_state):
22254         * gst/goom/gstgoom.h:
22255           GstGOOM -> GstGoom
22256           add an example launch line
22257         * gst/level/gstlevel.h:
22258         * gst/monoscope/gstmonoscope.c:
22259           cleanups
22260
22261 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22262
22263         * configure.ac:
22264         * docs/plugins/Makefile.am:
22265         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
22266         * docs/plugins/gst-plugins-good-plugins-sections.txt:
22267         * docs/plugins/gst-plugins-good-plugins.types:
22268           document elements and plugins.  Shazam !
22269
22270 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22271
22272         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
22273           be found under doc/random/ChangeLog-0.8